From 184097e78eb11d6204fbfcf1b5f2d7b6d6e934e0 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Sun, 10 Nov 2024 19:31:37 +0200 Subject: [PATCH] Update pipeline_cogvideox.py --- pipeline_cogvideox.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pipeline_cogvideox.py b/pipeline_cogvideox.py index a9353b2..fefd0bc 100644 --- a/pipeline_cogvideox.py +++ b/pipeline_cogvideox.py @@ -865,7 +865,6 @@ class CogVideoXPipeline(VideoSysPipeline, CogVideoXLoraLoaderMixin): video_flow_features=video_flow_features if (tora is not None and tora["start_percent"] <= current_step_percentage <= tora["end_percent"]) else None, )[0] noise_pred = noise_pred.float() - print(self._guidance_scale[i]) if isinstance(self.scheduler, CogVideoXDPMScheduler): self._guidance_scale[i] = 1 + guidance_scale[i] * ( (1 - math.cos(math.pi * ((num_inference_steps - t.item()) / num_inference_steps) ** 5.0)) / 2