leffff commited on
Commit
604a4ec
·
verified ·
1 Parent(s): c5c2abc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -42,7 +42,7 @@ from diffusers.utils import export_to_video
42
 
43
  # Load the pipeline
44
  pipe = Kandinsky5T2VPipeline.from_pretrained(
45
- "ai-forever/Kandinsky-5.0-T2V-Lite-nocfg-5s-Diffusers",
46
  torch_dtype=torch.bfloat16
47
  )
48
  pipe = pipe.to("cuda")
 
42
 
43
  # Load the pipeline
44
  pipe = Kandinsky5T2VPipeline.from_pretrained(
45
+ "ai-forever/Kandinsky-5.0-T2V-Lite-nocfg-10s-Diffusers",
46
  torch_dtype=torch.bfloat16
47
  )
48
  pipe = pipe.to("cuda")