What problem does it solve?
Training a custom character or style LoRA for the ANIMA anime diffusion model requires correctly configuring kohya sd-scripts, dataset TOMLs, VRAM-constrained parameters, and model paths, which is error-prone to do by hand.
Core Features & Use Cases
- Guided Trainer Setup: Walks through Citron's Gradio-based Anima LoRA Trainer installation on Windows or RunPod, including GPU-specific PyTorch CUDA wheel selection and model downloads.
- Dataset & Parameter Configuration: Explains the flat-folder image-plus-caption dataset format and provides default training parameters (network_dim 32, resolution 768, AdamW8bit, bf16) that fit in roughly 6GB of VRAM.
- ComfyUI Integration: Shows how to load the resulting .safetensors LoRA into the anima-base ComfyUI workflow via LoraLoaderModelOnly.
- Use Case: An artist wants a LoRA of their original character for ANIMA image generation; this Skill guides them from dataset captioning through training to using the LoRA in ComfyUI.
Quick Start
Help me set up Citron's Anima LoRA Trainer and train a character LoRA from my folder of captioned images.