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
d3b2699a
Unverified
Commit
d3b2699a
authored
Apr 15, 2025
by
Álvaro Somoza
Committed by
GitHub
Apr 15, 2025
Browse files
another fix for FlowMatchLCMScheduler forgotten import (#11330)
fix
parent
4b868f14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/diffusers/__init__.py
src/diffusers/__init__.py
+1
-0
No files found.
src/diffusers/__init__.py
View file @
d3b2699a
...
@@ -268,6 +268,7 @@ else:
...
@@ -268,6 +268,7 @@ else:
"EulerDiscreteScheduler"
,
"EulerDiscreteScheduler"
,
"FlowMatchEulerDiscreteScheduler"
,
"FlowMatchEulerDiscreteScheduler"
,
"FlowMatchHeunDiscreteScheduler"
,
"FlowMatchHeunDiscreteScheduler"
,
"FlowMatchLCMScheduler"
,
"HeunDiscreteScheduler"
,
"HeunDiscreteScheduler"
,
"IPNDMScheduler"
,
"IPNDMScheduler"
,
"KarrasVeScheduler"
,
"KarrasVeScheduler"
,
...
...
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