poipiii
commited on
Commit
·
c84190e
1
Parent(s):
7ab41fe
test in latnent upcale
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
@@ -885,7 +885,7 @@ class StableDiffusionLongPromptWeightingPipeline(StableDiffusionPipeline):
|
|
885 |
noise_pred = noise_pred_uncond + guidance_scale * \
|
886 |
(noise_pred_text - noise_pred_uncond)
|
887 |
print("noise_pred after guidance")
|
888 |
-
|
889 |
print("compute the previous noisy sample")
|
890 |
# compute the previous noisy sample x_t -> x_t-1
|
891 |
upscale_latents = self.scheduler.step(
|
|
|
885 |
noise_pred = noise_pred_uncond + guidance_scale * \
|
886 |
(noise_pred_text - noise_pred_uncond)
|
887 |
print("noise_pred after guidance")
|
888 |
+
print(noise_pred)
|
889 |
print("compute the previous noisy sample")
|
890 |
# compute the previous noisy sample x_t -> x_t-1
|
891 |
upscale_latents = self.scheduler.step(
|