conrevo commited on
Commit
97ae7be
1 Parent(s): 70764d1
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,7 +11,7 @@ Unless specified below, you are fine to use models from the [official model repo
11
  ## Motion LoRA
12
  Put Motion LoRAs to `stable-diffusion-webui/models/Lora` and use Motion LoRAs like any other LoRA you use.
13
 
14
- [lora_v2](lora_v2) contains motion LoRAs for AnimateDiff-A1111 v2.0.0. I converted state dict keys inside motion LoRAs. Originlal motion LoRAs won't work for AnimateDiff-A1111 v2.0.0 and later due to maintenance reason.
15
 
16
  Use [convert.py](convert.py) in the following way if you want to convert a third-party motion LoRA to be compatible with A1111:
17
  - Activate your A1111 Python environment first.
 
11
  ## Motion LoRA
12
  Put Motion LoRAs to `stable-diffusion-webui/models/Lora` and use Motion LoRAs like any other LoRA you use.
13
 
14
+ [lora_v2](https://huggingface.co/conrevo/AnimateDiff-A1111/tree/main/lora_v2) contains motion LoRAs for AnimateDiff-A1111 v2.0.0. I converted state dict keys inside motion LoRAs. Originlal motion LoRAs won't work for AnimateDiff-A1111 v2.0.0 and later due to maintenance reason.
15
 
16
  Use [convert.py](convert.py) in the following way if you want to convert a third-party motion LoRA to be compatible with A1111:
17
  - Activate your A1111 Python environment first.