Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
4293b9f5
Commit
4293b9f5
authored
Jul 21, 2022
by
Patrick von Platen
Browse files
Release: 0.1.1
parent
0e5f2dae
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
setup.py
setup.py
+3
-1
src/diffusers/__init__.py
src/diffusers/__init__.py
+1
-1
No files found.
setup.py
View file @
4293b9f5
...
...
@@ -81,6 +81,7 @@ _deps = [
"filelock"
,
"flake8>=3.8.3"
,
"huggingface-hub"
,
"importlib_metadata"
,
"isort>=5.5.4"
,
"numpy"
,
"pytest"
,
...
...
@@ -168,6 +169,7 @@ extras["test"] = [
extras
[
"dev"
]
=
extras
[
"quality"
]
+
extras
[
"test"
]
+
extras
[
"training"
]
install_requires
=
[
deps
[
"importlib_metadata"
]
+
";python_version<'3.8'"
,
# importlib_metadata for Python versions that don't have it
deps
[
"filelock"
],
deps
[
"huggingface-hub"
],
deps
[
"numpy"
],
...
...
@@ -179,7 +181,7 @@ install_requires = [
setup
(
name
=
"diffusers"
,
version
=
"0.1.
0
"
,
version
=
"0.1.
1
"
,
description
=
"Diffusers"
,
long_description
=
open
(
"README.md"
,
"r"
,
encoding
=
"utf-8"
).
read
(),
long_description_content_type
=
"text/markdown"
,
...
...
src/diffusers/__init__.py
View file @
4293b9f5
...
...
@@ -4,7 +4,7 @@
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
.models
import
AutoencoderKL
,
UNet2DConditionModel
,
UNet2DModel
,
VQModel
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment