Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ adapter = MotionAdapter.from_pretrained("wangfuyun/AnimateLCM", torch_dtype=torc
|
|
22 |
pipe = AnimateDiffPipeline.from_pretrained("emilianJR/epiCRealism", motion_adapter=adapter, torch_dtype=torch.float16)
|
23 |
pipe.scheduler = LCMScheduler.from_config(pipe.scheduler.config, beta_schedule="linear")
|
24 |
|
25 |
-
pipe.load_lora_weights("wangfuyun/AnimateLCM", weight_name="
|
26 |
pipe.set_adapters(["lcm-lora"], [0.8])
|
27 |
|
28 |
pipe.enable_vae_slicing()
|
|
|
22 |
pipe = AnimateDiffPipeline.from_pretrained("emilianJR/epiCRealism", motion_adapter=adapter, torch_dtype=torch.float16)
|
23 |
pipe.scheduler = LCMScheduler.from_config(pipe.scheduler.config, beta_schedule="linear")
|
24 |
|
25 |
+
pipe.load_lora_weights("wangfuyun/AnimateLCM", weight_name="AnimateLCM_sd15_t2v_lora.safetensors", adapter_name="lcm-lora")
|
26 |
pipe.set_adapters(["lcm-lora"], [0.8])
|
27 |
|
28 |
pipe.enable_vae_slicing()
|