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
d92c4d5a
Unverified
Commit
d92c4d5a
authored
Apr 27, 2023
by
Xie Zejian
Committed by
GitHub
Apr 27, 2023
Browse files
fix typo in score sde pipeline (#3132)
parent
eade4308
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/diffusers/pipelines/score_sde_ve/pipeline_score_sde_ve.py
...diffusers/pipelines/score_sde_ve/pipeline_score_sde_ve.py
+1
-1
No files found.
src/diffusers/pipelines/score_sde_ve/pipeline_score_sde_ve.py
View file @
d92c4d5a
...
...
@@ -33,7 +33,7 @@ class ScoreSdeVePipeline(DiffusionPipeline):
unet
:
UNet2DModel
scheduler
:
ScoreSdeVeScheduler
def
__init__
(
self
,
unet
:
UNet2DModel
,
scheduler
:
DiffusionPipeline
):
def
__init__
(
self
,
unet
:
UNet2DModel
,
scheduler
:
ScoreSdeVeScheduler
):
super
().
__init__
()
self
.
register_modules
(
unet
=
unet
,
scheduler
=
scheduler
)
...
...
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