Skip to content

Commit 8b00756

Browse files
committed
remove comment
1 parent 070a985 commit 8b00756

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/diffusers/pipelines/sana/pipeline_sana_sprint_img2img.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,6 @@ def __call__(
860860
f"After adjusting the num_inference_steps by strength parameter: {strength}, the number of pipeline"
861861
f"steps is {num_inference_steps} which is < 1 and not appropriate for this pipeline."
862862
)
863-
#latent_timestep = timesteps[:1].repeat(batch_size * num_images_per_prompt)
864863
latent_timestep = timesteps[:1]
865864

866865
# 5. Prepare latents.

0 commit comments

Comments
 (0)