1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

Release: 0.1.0

This commit is contained in:
Patrick von Platen
2022-07-21 02:35:27 +00:00
parent 416749ff96
commit 0e5f2daee7
2 changed files with 2 additions and 2 deletions

View File

@@ -179,7 +179,7 @@ install_requires = [
setup(
name="diffusers",
version="0.0.4",
version="0.1.0",
description="Diffusers",
long_description=open("README.md", "r", encoding="utf-8").read(),
long_description_content_type="text/markdown",

View File

@@ -4,7 +4,7 @@
from .utils import is_inflect_available, is_transformers_available, is_unidecode_available
__version__ = "0.0.4"
__version__ = "0.1.0"
from .modeling_utils import ModelMixin
from .models import AutoencoderKL, UNet2DConditionModel, UNet2DModel, VQModel