Downloads · 30 days
0
conrevo/AnimateDiff-A1111
AnimateDiff-A1111 is a machine learning model from conrevo. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
This repository saves all AnimateDiff models in fp16 & safetensors format for A1111 AnimateDiff users, including - motion module (v1-v3) - motion LoRA (v2 only, use like any other LoRA) - domain adapter (v3 only, use…
Downloads · 30 days
0
Access
Public
Updated Jul 12, 2024
Repo size
8.9 GB
Likes
161
Public
Click a slice to open those files.
.safetensors8 GB · 100%
From the Hugging Face model README
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.