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
bbc2a030
Unverified
Commit
bbc2a030
authored
Jan 26, 2023
by
Patrick von Platen
Committed by
GitHub
Jan 26, 2023
Browse files
[Import Utils] Fix naming (#2118)
parent
1e216be8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/diffusers/utils/import_utils.py
src/diffusers/utils/import_utils.py
+1
-1
No files found.
src/diffusers/utils/import_utils.py
View file @
bbc2a030
...
@@ -363,7 +363,7 @@ BACKENDS_MAPPING = OrderedDict(
...
@@ -363,7 +363,7 @@ BACKENDS_MAPPING = OrderedDict(
(
"librosa"
,
(
is_librosa_available
,
LIBROSA_IMPORT_ERROR
)),
(
"librosa"
,
(
is_librosa_available
,
LIBROSA_IMPORT_ERROR
)),
(
"k_diffusion"
,
(
is_k_diffusion_available
,
K_DIFFUSION_IMPORT_ERROR
)),
(
"k_diffusion"
,
(
is_k_diffusion_available
,
K_DIFFUSION_IMPORT_ERROR
)),
(
"wandb"
,
(
is_wandb_available
,
WANDB_IMPORT_ERROR
)),
(
"wandb"
,
(
is_wandb_available
,
WANDB_IMPORT_ERROR
)),
(
"om
age
conf"
,
(
is_omegaconf_available
,
OMEGACONF_IMPORT_ERROR
)),
(
"om
ega
conf"
,
(
is_omegaconf_available
,
OMEGACONF_IMPORT_ERROR
)),
]
]
)
)
...
...
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