poipiii
commited on
Commit
·
1b511a3
1
Parent(s):
14ff830
test latent fix
Browse files- pipeline.py +1 -0
pipeline.py
CHANGED
@@ -811,6 +811,7 @@ class StableDiffusionLongPromptWeightingPipeline(StableDiffusionPipeline):
|
|
811 |
device,
|
812 |
generator,
|
813 |
latents,
|
|
|
814 |
)
|
815 |
|
816 |
# 7. Prepare extra step kwargs. TODO: Logic should ideally just be moved out of the pipeline
|
|
|
811 |
device,
|
812 |
generator,
|
813 |
latents,
|
814 |
+
upscale
|
815 |
)
|
816 |
|
817 |
# 7. Prepare extra step kwargs. TODO: Logic should ideally just be moved out of the pipeline
|