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
b6cadcef
"src/runtime/vscode:/vscode.git/clone" did not exist on "7bab1365e24993d549bd62f8fe8475ad9767b992"
Commit
b6cadcef
authored
Jul 28, 2022
by
anton-l
Browse files
Release: 0.1.3
parent
3100bc96
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+1
-1
setup.py
setup.py
+1
-1
src/diffusers/__init__.py
src/diffusers/__init__.py
+1
-1
No files found.
README.md
View file @
b6cadcef
...
...
@@ -121,7 +121,7 @@ The class provides functionality to compute previous image according to alpha, b
## Installation
```
bash
pip
install
diffusers
# should install diffusers 0.1.
2
pip
install
diffusers
# should install diffusers 0.1.
3
```
...
...
setup.py
View file @
b6cadcef
...
...
@@ -181,7 +181,7 @@ install_requires = [
setup
(
name
=
"diffusers"
,
version
=
"0.1.
2
"
,
version
=
"0.1.
3
"
,
description
=
"Diffusers"
,
long_description
=
open
(
"README.md"
,
"r"
,
encoding
=
"utf-8"
).
read
(),
long_description_content_type
=
"text/markdown"
,
...
...
src/diffusers/__init__.py
View file @
b6cadcef
...
...
@@ -4,7 +4,7 @@
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
.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