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 a490e00 commit 969d1fdCopy full SHA for 969d1fd
docs/source/en/api/pipelines/sana_video.md
@@ -48,7 +48,7 @@ The example below demonstrates how to use the text-to-video pipeline to generate
48
```python
49
pipe = SanaVideoPipeline.from_pretrained(
50
"Efficient-Large-Model/SANA-Video_2B_480p_diffusers",
51
- torch_dtype=torch.bfloat16
+ torch_dtype=torch.bfloat16,
52
)
53
pipe.text_encoder.to(torch.bfloat16)
54
pipe.vae.to(torch.float32)
0 commit comments