poipiii
commited on
Commit
•
fe203fe
1
Parent(s):
41b0e43
test in latnent upcale
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
@@ -812,7 +812,7 @@ class StableDiffusionLongPromptWeightingPipeline(StableDiffusionPipeline):
|
|
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
|
|
|
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.shape)
|
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
|