mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-06 13:47:06 +00:00
fix: remove print statement for guidance rescale in AdaptiveProjectedGuidance
This commit is contained in:
@@ -424,7 +424,6 @@ class AdaptiveProjectedGuidance:
|
|||||||
)
|
)
|
||||||
|
|
||||||
if self.guidance_rescale > 0.0:
|
if self.guidance_rescale > 0.0:
|
||||||
print(f"Applying guidance rescale with factor {self.guidance_rescale} at step {step}")
|
|
||||||
pred = rescale_noise_cfg(pred, pred_cond, self.guidance_rescale)
|
pred = rescale_noise_cfg(pred, pred_cond, self.guidance_rescale)
|
||||||
|
|
||||||
return pred
|
return pred
|
||||||
|
|||||||
Reference in New Issue
Block a user