a-r-r-o-w HF staff commited on
Commit
b8ac675
1 Parent(s): dd9b4bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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=["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.
 
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.