Release: 0.1.1
This commit is contained in:
@@ -81,6 +81,7 @@ _deps = [
|
|||||||
"filelock",
|
"filelock",
|
||||||
"flake8>=3.8.3",
|
"flake8>=3.8.3",
|
||||||
"huggingface-hub",
|
"huggingface-hub",
|
||||||
|
"importlib_metadata",
|
||||||
"isort>=5.5.4",
|
"isort>=5.5.4",
|
||||||
"numpy",
|
"numpy",
|
||||||
"pytest",
|
"pytest",
|
||||||
@@ -168,6 +169,7 @@ extras["test"] = [
|
|||||||
extras["dev"] = extras["quality"] + extras["test"] + extras["training"]
|
extras["dev"] = extras["quality"] + extras["test"] + extras["training"]
|
||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
|
deps["importlib_metadata"] + ";python_version<'3.8'", # importlib_metadata for Python versions that don't have it
|
||||||
deps["filelock"],
|
deps["filelock"],
|
||||||
deps["huggingface-hub"],
|
deps["huggingface-hub"],
|
||||||
deps["numpy"],
|
deps["numpy"],
|
||||||
@@ -179,7 +181,7 @@ install_requires = [
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="diffusers",
|
name="diffusers",
|
||||||
version="0.1.0",
|
version="0.1.1",
|
||||||
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 @@
|
|||||||
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.0"
|
__version__ = "0.1.1"
|
||||||
|
|
||||||
from .modeling_utils import ModelMixin
|
from .modeling_utils import ModelMixin
|
||||||
from .models import AutoencoderKL, UNet2DConditionModel, UNet2DModel, VQModel
|
from .models import AutoencoderKL, UNet2DConditionModel, UNet2DModel, VQModel
|
||||||
|
|||||||
Reference in New Issue
Block a user