Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ from diffusers import CogVideoXPipeline
|
|
39 |
from diffusers.utils import export_to_video
|
40 |
|
41 |
pipe = CogVideoXPipeline.from_pretrained("THUDM/CogVideoX-5b", torch_dtype=torch.bfloat16).to("cuda")
|
42 |
-
pipe.load_lora_weights("a-r-r-o-w/cogvideox-disney-adamw-4000-0.0003-constant", weight_name="pytorch_lora_weights.safetensors", adapter_name=
|
43 |
|
44 |
# The LoRA adapter weights are determined by what was used for training.
|
45 |
# In this case, we assume `--lora_alpha` is 32 and `--rank` is 64.
|
|
|
39 |
from diffusers.utils import export_to_video
|
40 |
|
41 |
pipe = CogVideoXPipeline.from_pretrained("THUDM/CogVideoX-5b", torch_dtype=torch.bfloat16).to("cuda")
|
42 |
+
pipe.load_lora_weights("a-r-r-o-w/cogvideox-disney-adamw-4000-0.0003-constant", weight_name="pytorch_lora_weights.safetensors", adapter_name="cogvideox-lora")
|
43 |
|
44 |
# The LoRA adapter weights are determined by what was used for training.
|
45 |
# In this case, we assume `--lora_alpha` is 32 and `--rank` is 64.
|