Skip to content

Commit 7823c8f

Browse files
lawrence-cjstevhliu
andcommitted
Update src/diffusers/pipelines/sana/pipeline_sana.py
Co-authored-by: Steven Liu <[email protected]>
1 parent 12b5160 commit 7823c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/pipelines/sana/pipeline_sana.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ def __call__(
590590
The prompt or prompts not to guide the image generation. If not defined, one has to pass
591591
`negative_prompt_embeds` instead. Ignored when not using guidance (i.e., ignored if `guidance_scale` is
592592
less than `1`).
593-
num_inference_steps (`int`, *optional*, defaults to 100):
593+
num_inference_steps (`int`, *optional*, defaults to 20):
594594
The number of denoising steps. More denoising steps usually lead to a higher quality image at the
595595
expense of slower inference.
596596
timesteps (`List[int]`, *optional*):

0 commit comments

Comments
 (0)