Skip to content

Commit 8e4f711

Browse files
authored
[docs] add a note about max_timesteps (#11122)
add a note about max_timesteps
1 parent 9cd5f1e commit 8e4f711

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/source/en/api/pipelines/sana_sprint.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<img alt="LoRA" src="https://img.shields.io/badge/LoRA-d8b4fe?style=flat"/>
1919
</div>
2020

21-
[SANA-Sprint: One-Step Diffusion with Continuous-Time Consistency Distillation](https://huggingface.co/papers/2503.09641) from NVIDIA and MIT HAN Lab, by Junsong Chen, Shuchen Xue, Yuyang Zhao, Jincheng Yu, Sayak Paul, Junyu Chen, Han Cai, Enze Xie, Song Han
21+
[SANA-Sprint: One-Step Diffusion with Continuous-Time Consistency Distillation](https://huggingface.co/papers/2503.09641) from NVIDIA, MIT HAN Lab, and Hugging Face by Junsong Chen, Shuchen Xue, Yuyang Zhao, Jincheng Yu, Sayak Paul, Junyu Chen, Han Cai, Enze Xie, Song Han
2222

2323
The abstract from the paper is:
2424

@@ -84,6 +84,10 @@ image = pipeline(prompt).images[0]
8484
image.save("sana.png")
8585
```
8686

87+
## Setting `max_timesteps`
88+
89+
Users can tweak the `max_timesteps` value for experimenting with the visual quality of the generated outputs. The default `max_timesteps` value was obtained with an inference-time search process. For more details about it, check out the paper.
90+
8791
## SanaSprintPipeline
8892

8993
[[autodoc]] SanaSprintPipeline

0 commit comments

Comments
 (0)