Commit b6cadcef authored by anton-l's avatar anton-l
Browse files

Release: 0.1.3

parent 3100bc96
...@@ -121,7 +121,7 @@ The class provides functionality to compute previous image according to alpha, b ...@@ -121,7 +121,7 @@ The class provides functionality to compute previous image according to alpha, b
## Installation ## Installation
```bash ```bash
pip install diffusers # should install diffusers 0.1.2 pip install diffusers # should install diffusers 0.1.3
``` ```
......
...@@ -181,7 +181,7 @@ install_requires = [ ...@@ -181,7 +181,7 @@ install_requires = [
setup( setup(
name="diffusers", name="diffusers",
version="0.1.2", version="0.1.3",
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",
......
...@@ -4,7 +4,7 @@ ...@@ -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.2" __version__ = "0.1.3"
from .modeling_utils import ModelMixin from .modeling_utils import ModelMixin
from .models import AutoencoderKL, UNet2DConditionModel, UNet2DModel, VQModel from .models import AutoencoderKL, UNet2DConditionModel, UNet2DModel, VQModel
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment