poipiii
commited on
Commit
•
41b0e43
1
Parent(s):
f25c918
test in latnent upcale
Browse files- pipeline.py +2 -1
pipeline.py
CHANGED
@@ -811,7 +811,8 @@ class StableDiffusionLongPromptWeightingPipeline(StableDiffusionPipeline):
|
|
811 |
|
812 |
# 7. Prepare extra step kwargs. TODO: Logic should ideally just be moved out of the pipeline
|
813 |
extra_step_kwargs = self.prepare_extra_step_kwargs(generator, eta)
|
814 |
-
|
|
|
815 |
# 8. Denoising loop
|
816 |
for i, t in enumerate(self.progress_bar(timesteps)):
|
817 |
# expand the latents if we are doing classifier free guidance
|
|
|
811 |
|
812 |
# 7. Prepare extra step kwargs. TODO: Logic should ideally just be moved out of the pipeline
|
813 |
extra_step_kwargs = self.prepare_extra_step_kwargs(generator, eta)
|
814 |
+
print("before denoise latents")
|
815 |
+
print(latents)
|
816 |
# 8. Denoising loop
|
817 |
for i, t in enumerate(self.progress_bar(timesteps)):
|
818 |
# expand the latents if we are doing classifier free guidance
|