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 12b5160 commit 7823c8fCopy full SHA for 7823c8f
src/diffusers/pipelines/sana/pipeline_sana.py
@@ -590,7 +590,7 @@ def __call__(
590
The prompt or prompts not to guide the image generation. If not defined, one has to pass
591
`negative_prompt_embeds` instead. Ignored when not using guidance (i.e., ignored if `guidance_scale` is
592
less than `1`).
593
- num_inference_steps (`int`, *optional*, defaults to 100):
+ num_inference_steps (`int`, *optional*, defaults to 20):
594
The number of denoising steps. More denoising steps usually lead to a higher quality image at the
595
expense of slower inference.
596
timesteps (`List[int]`, *optional*):
0 commit comments