Release: 0.1.2

This commit is contained in:
Patrick von Platen
2022-07-21 15:03:11 +02:00
parent 5311f564ed
commit 2f1f7b01d6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ install_requires = [
setup( setup(
name="diffusers", name="diffusers",
version="0.1.1", version="0.1.2",
description="Diffusers", description="Diffusers",
long_description=open("README.md", "r", encoding="utf-8").read(), long_description=open("README.md", "r", encoding="utf-8").read(),
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
+1 -1
View File
@@ -4,7 +4,7 @@
from .utils import is_inflect_available, is_transformers_available, is_unidecode_available from .utils import is_inflect_available, is_transformers_available, is_unidecode_available
__version__ = "0.1.1" __version__ = "0.1.2"
from .modeling_utils import ModelMixin from .modeling_utils import ModelMixin
from .models import AutoencoderKL, UNet2DConditionModel, UNet2DModel, VQModel from .models import AutoencoderKL, UNet2DConditionModel, UNet2DModel, VQModel