mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-27 17:22:53 +03:00
Release: v0.2.4
This commit is contained in:
@@ -157,7 +157,7 @@ The class provides functionality to compute previous image according to alpha, b
|
||||
**With `pip`**
|
||||
|
||||
```bash
|
||||
pip install --upgrade diffusers # should install diffusers 0.2.3
|
||||
pip install --upgrade diffusers # should install diffusers 0.2.4
|
||||
```
|
||||
|
||||
**With `conda`**
|
||||
|
||||
2
setup.py
2
setup.py
@@ -182,7 +182,7 @@ install_requires = [
|
||||
|
||||
setup(
|
||||
name="diffusers",
|
||||
version="0.2.3",
|
||||
version="0.2.4",
|
||||
description="Diffusers",
|
||||
long_description=open("README.md", "r", encoding="utf-8").read(),
|
||||
long_description_content_type="text/markdown",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
from .utils import is_inflect_available, is_scipy_available, is_transformers_available, is_unidecode_available
|
||||
|
||||
|
||||
__version__ = "0.2.3"
|
||||
__version__ = "0.2.4"
|
||||
|
||||
from .modeling_utils import ModelMixin
|
||||
from .models import AutoencoderKL, UNet2DConditionModel, UNet2DModel, VQModel
|
||||
|
||||
Reference in New Issue
Block a user