Skip to content

Commit 969d1fd

Browse files
lawrence-cjdg845
andauthored
Update docs/source/en/api/pipelines/sana_video.md
Co-authored-by: dg845 <[email protected]>
1 parent a490e00 commit 969d1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The example below demonstrates how to use the text-to-video pipeline to generate
4848
```python
4949
pipe = SanaVideoPipeline.from_pretrained(
5050
"Efficient-Large-Model/SANA-Video_2B_480p_diffusers",
51-
torch_dtype=torch.bfloat16
51+
torch_dtype=torch.bfloat16,
5252
)
5353
pipe.text_encoder.to(torch.bfloat16)
5454
pipe.vae.to(torch.float32)

0 commit comments

Comments
 (0)