We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed9607 commit d49cbc9Copy full SHA for d49cbc9
src/diffusers/pipelines/pag/pipeline_pag_sd_3_img2img.py
@@ -958,9 +958,6 @@ def __call__(
958
generator,
959
)
960
961
- num_warmup_steps = max(len(timesteps) - num_inference_steps * self.scheduler.order, 0)
962
- self._num_timesteps = len(timesteps)
963
-
964
if self.do_perturbed_attention_guidance:
965
original_attn_proc = self.transformer.attn_processors
966
self._set_pag_attn_processor(
0 commit comments