Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ from diffusers import CogVideoXPipeline
|
|
37 |
import torch
|
38 |
|
39 |
pipe = CogVideoXPipeline.from_pretrained("THUDM/CogVideoX-5b", torch_dtype=torch.bfloat16).to("cuda")
|
40 |
-
pipe.load_lora_weights("a-r-r-o-w/cogvideox-disney-adamw-3000-0.0003", weight_name="pytorch_lora_weights.safetensors", adapter_name=
|
41 |
pipe.set_adapters(["cogvideox-lora"], [1.0])
|
42 |
|
43 |
video = pipe("BW_STYLE A black and white animated scene unfolds with an anthropomorphic goat surrounded by musical notes and symbols, suggesting a playful environment. Mickey Mouse appears, leaning forward in curiosity as the goat remains still. The goat then engages with Mickey, who bends down to converse or react. The dynamics shift as Mickey grabs the goat, potentially in surprise or playfulness, amidst a minimalistic background. The scene captures the evolving relationship between the two characters in a whimsical, animated setting, emphasizing their interactions and emotions", guidance_scale=6, use_dynamic_cfg=True).frames[0]
|
|
|
37 |
import torch
|
38 |
|
39 |
pipe = CogVideoXPipeline.from_pretrained("THUDM/CogVideoX-5b", torch_dtype=torch.bfloat16).to("cuda")
|
40 |
+
pipe.load_lora_weights("a-r-r-o-w/cogvideox-disney-adamw-3000-0.0003", weight_name="pytorch_lora_weights.safetensors", adapter_name="cogvideox-lora")
|
41 |
pipe.set_adapters(["cogvideox-lora"], [1.0])
|
42 |
|
43 |
video = pipe("BW_STYLE A black and white animated scene unfolds with an anthropomorphic goat surrounded by musical notes and symbols, suggesting a playful environment. Mickey Mouse appears, leaning forward in curiosity as the goat remains still. The goat then engages with Mickey, who bends down to converse or react. The dynamics shift as Mickey grabs the goat, potentially in surprise or playfulness, amidst a minimalistic background. The scene captures the evolving relationship between the two characters in a whimsical, animated setting, emphasizing their interactions and emotions", guidance_scale=6, use_dynamic_cfg=True).frames[0]
|