AnimateDiff Model Checkpoints for A1111 SD WebUI
161
15 commits
1 linked in READMEs
updated Jul 12, 2024
This repository saves all AnimateDiff models in fp16 & safetensors format for A1111 AnimateDiff users, including
Unless specified below, you are fine to use models from the official model repository. I will only convert state dict keys if absolutely necessary.
Put Motion LoRAs to stable-diffusion-webui/models/Lora and use Motion LoRAs like any other LoRA you use.
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.
Use convert.py in the following way if you want to convert a third-party motion LoRA to be compatible with A1111:
python script.py lora [file_path] [save_path][file_path] with the path to your old LoRA checkpoint.[save_path] with the path where you want to save the new LoRA checkpoint.Put Sparse ControlNets to stable-diffusion-webui/models/ControlNet and use Sparse ControlNets like any other ControlNet you use.
Like Motion LoRA, I converted state dict keys inside sparse ControlNet. Original sparse ControlNets won't work for A1111 due to maintenance reason.
Use convert.py in the following way if you want to convert a third-party sparse ControlNet to be compatible with A1111:
python script.py controlnet [ad_cn_old] [ad_cn_new] [normal_cn_path][ad_cn_old] with the path to your old sparse ControlNet checkpoint.[ad_cn_new] with the path where you want to save the new sparse ControlNet checkpoint.[normal_cn_path] with the path to the normal ControlNet model. Download normal ControlNet from here.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.
15 commits
AnimateDiff Model Checkpoints for A1111 SD WebUI
161
15 commits
1 linked in READMEs
updated Jul 12, 2024
This repository saves all AnimateDiff models in fp16 & safetensors format for A1111 AnimateDiff users, including
Unless specified below, you are fine to use models from the official model repository. I will only convert state dict keys if absolutely necessary.
Put Motion LoRAs to stable-diffusion-webui/models/Lora and use Motion LoRAs like any other LoRA you use.
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.
Use convert.py in the following way if you want to convert a third-party motion LoRA to be compatible with A1111:
python script.py lora [file_path] [save_path][file_path] with the path to your old LoRA checkpoint.[save_path] with the path where you want to save the new LoRA checkpoint.Put Sparse ControlNets to stable-diffusion-webui/models/ControlNet and use Sparse ControlNets like any other ControlNet you use.
Like Motion LoRA, I converted state dict keys inside sparse ControlNet. Original sparse ControlNets won't work for A1111 due to maintenance reason.
Use convert.py in the following way if you want to convert a third-party sparse ControlNet to be compatible with A1111:
python script.py controlnet [ad_cn_old] [ad_cn_new] [normal_cn_path][ad_cn_old] with the path to your old sparse ControlNet checkpoint.[ad_cn_new] with the path where you want to save the new sparse ControlNet checkpoint.[normal_cn_path] with the path to the normal ControlNet model. Download normal ControlNet from here.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.
15 commits