There are scripts that I use when I create images by using anima in diffusers or make models.
For the person who did not so know a lot about python, I maked scripts into bat form.
Script runs, when you click corresponding BAT file.
Please use them.
MergeLoraBySVD_anima
I make svd_merge_lora.py of kohya-ss/sd-scripts to run for anima model.
difference_between_ckpts_anima
I make extract_lora_from_models.py of kohya-ss/sd-scripts to run for anima model.
make_safetensors_anima
It is a script that burns loras in a checkpoint.
merge_ckpt_anima
It is a script that merge anima checkpoints. This script supports block merge, but I do not understand it well.
modify_anima_ckpt
It is a script that the ckpt that doesn't be loaded in diffusers_anima makes to be loaded. If you modified diffusers_anima by my suggestion, this is not necessary.
