Skip to content

Commit bd40627

Browse files
authored
Update README.md (#73)
1 parent 0affacb commit bd40627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Assuming your LoRA is saved and pushed to the HF Hub, and named `my-awesome-name
4141
```diff
4242
import torch
4343
from diffusers import CogVideoXPipeline
44-
from diffusers import export_to_video
44+
from diffusers.utils import export_to_video
4545

4646
pipe = CogVideoXPipeline.from_pretrained(
4747
"THUDM/CogVideoX-5b", torch_dtype=torch.bfloat16

0 commit comments

Comments
 (0)