Update README.md
Browse files
README.md
CHANGED
@@ -66,7 +66,7 @@ pipe = CogVideoXPipeline.from_pretrained(
|
|
66 |
pipe.load_lora_weights("Cseti/CogVideoX1.0-LoRA-Arcane", adapter_name=["cogvideox-lora"])
|
67 |
pipe.set_adapters(["cogvideox-lora"], [1.0])
|
68 |
|
69 |
-
video = pipe("
|
70 |
export_to_video(video, "output.mp4", fps=8)
|
71 |
|
72 |
```
|
|
|
66 |
pipe.load_lora_weights("Cseti/CogVideoX1.0-LoRA-Arcane", adapter_name=["cogvideox-lora"])
|
67 |
pipe.set_adapters(["cogvideox-lora"], [1.0])
|
68 |
|
69 |
+
video = pipe("CSETIARCANE. The video is focusing on girl with blue hair. Her expression transitions subtly across the frames, starting from a somber or contemplative look and progressing to one that appears more engaged or possibly surprised. The lighting is dim and moody, emphasizing shadows and creating a dramatic effect around the character's features. The background remains consistently dark throughout the sequence, ensuring the focus stays solely on the character's changing expressions.").frames[0]
|
70 |
export_to_video(video, "output.mp4", fps=8)
|
71 |
|
72 |
```
|