There are scripts that I use when I create images by using anima in diffusers or make models. These scripts are based on diffusers.
I make svd_merge_lora.py of kohya-ss/sd-scripts to run for anima model.
I make extract_lora_from_models.py of kohya-ss/sd-scripts to run for anima model.
It is a script that burns loras in a checkpoint.
It is a script that merge anima checkpoints. This script supports block merge, but I do not understand it well.
This is huggingface version of mokuba_colab_anima. But you need an abundance of time to make images in Google Colab (you need ~6 minutes to make a 1024-1024 image.), because T4 GPU doesn't support bfloat16.