hotshot
Browse files- README.md +5 -1
- motion_module/mm_sdxl_hs.safetensors +3 -0
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](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.
|
@@ -31,3 +31,7 @@ Use [convert.py](convert.py) in the following way if you want to convert a third
|
|
31 |
- Replace `[ad_cn_old]` with the path to your old sparse ControlNet checkpoint.
|
32 |
- Replace `[ad_cn_new]` with the path where you want to save the new sparse ControlNet checkpoint.
|
33 |
- Replace `[normal_cn_path]` with the path to the normal ControlNet model. Download normal ControlNet from [here](https://huggingface.co/lllyasviel/control_v11p_sd15_openpose/resolve/main/diffusion_pytorch_model.fp16.safetensors?download=true).
|
|
|
|
|
|
|
|
|
|
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 and later. 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.
|
|
|
31 |
- Replace `[ad_cn_old]` with the path to your old sparse ControlNet checkpoint.
|
32 |
- Replace `[ad_cn_new]` with the path where you want to save the new sparse ControlNet checkpoint.
|
33 |
- Replace `[normal_cn_path]` with the path to the normal ControlNet model. Download normal ControlNet from [here](https://huggingface.co/lllyasviel/control_v11p_sd15_openpose/resolve/main/diffusion_pytorch_model.fp16.safetensors?download=true).
|
34 |
+
|
35 |
+
|
36 |
+
## HotShotXL
|
37 |
+
You need to use HotShotXL in this repository if you want to use it for AnimateDiff-A1111 v2.0.0 and later. Like Motion LoRA, I converted state dict keys inside HotShotXL. Original HotShotXL won't work for AnimateDiff-A1111 v2.0.0 and later due to maintenance reason.
|
motion_module/mm_sdxl_hs.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8345a99396e5be93e0f90ace4a78ec0bd85d2d7cf63e2aae747fe64288aab7b
|
3 |
+
size 474700904
|