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 0affacb commit bd40627Copy full SHA for bd40627
README.md
@@ -41,7 +41,7 @@ Assuming your LoRA is saved and pushed to the HF Hub, and named `my-awesome-name
41
```diff
42
import torch
43
from diffusers import CogVideoXPipeline
44
-from diffusers import export_to_video
+from diffusers.utils import export_to_video
45
46
pipe = CogVideoXPipeline.from_pretrained(
47
"THUDM/CogVideoX-5b", torch_dtype=torch.bfloat16
0 commit comments