Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
maxin-cn committed Sep 16, 2024
1 parent 75e5bd6 commit f1287c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/latte_diffusers.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def bytes_to_giga_bytes(bytes):
return bytes / 1024 / 1024 / 1024

video_length = 16
model_id = "maxin-cn/Latte-1/"
model_id = "maxin-cn/Latte-1"

text_encoder = T5EncoderModel.from_pretrained(
model_id,
Expand Down

0 comments on commit f1287c3

Please sign in to comment.