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
9a9daee7
Unverified
Commit
9a9daee7
authored
Jan 05, 2024
by
Lucain
Committed by
GitHub
Jan 05, 2024
Browse files
Fix offline mode import (#6467)
parent
585f9413
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+1
-1
src/diffusers/dependency_versions_table.py
src/diffusers/dependency_versions_table.py
+1
-1
No files found.
setup.py
View file @
9a9daee7
...
@@ -97,7 +97,7 @@ _deps = [
...
@@ -97,7 +97,7 @@ _deps = [
"filelock"
,
"filelock"
,
"flax>=0.4.1"
,
"flax>=0.4.1"
,
"hf-doc-builder>=0.3.0"
,
"hf-doc-builder>=0.3.0"
,
"huggingface-hub>=0.
19.4
"
,
"huggingface-hub>=0.
20.2
"
,
"requests-mock==1.10.0"
,
"requests-mock==1.10.0"
,
"importlib_metadata"
,
"importlib_metadata"
,
"invisible-watermark>=0.2.0"
,
"invisible-watermark>=0.2.0"
,
...
...
src/diffusers/dependency_versions_table.py
View file @
9a9daee7
...
@@ -9,7 +9,7 @@ deps = {
...
@@ -9,7 +9,7 @@ deps = {
"filelock"
:
"filelock"
,
"filelock"
:
"filelock"
,
"flax"
:
"flax>=0.4.1"
,
"flax"
:
"flax>=0.4.1"
,
"hf-doc-builder"
:
"hf-doc-builder>=0.3.0"
,
"hf-doc-builder"
:
"hf-doc-builder>=0.3.0"
,
"huggingface-hub"
:
"huggingface-hub>=0.
19.4
"
,
"huggingface-hub"
:
"huggingface-hub>=0.
20.2
"
,
"requests-mock"
:
"requests-mock==1.10.0"
,
"requests-mock"
:
"requests-mock==1.10.0"
,
"importlib_metadata"
:
"importlib_metadata"
,
"importlib_metadata"
:
"importlib_metadata"
,
"invisible-watermark"
:
"invisible-watermark>=0.2.0"
,
"invisible-watermark"
:
"invisible-watermark>=0.2.0"
,
...
...
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