Overview of ControlNet-LLLite for Anima
mainControlNet-LLLite for Anima is a lightweight, LoRA-like conditional control module for the Anima DiT (MiniTrainDIT) architecture. It uses the v2 architecture, which features:
- A deep
conditioning1trunk for a wider receptive field. - FiLM (γ, β) modulation inside each LLLite module (zero-initialized for identity start).
- Per-module depth embedding (zero-init bias) for layer-specificity.
- Atomic
target_layersspecifiers, includingmlp_fc1_prefor MLP block injection. - Optional ASPP (Atrous Spatial Pyramid Pooling) tail via
--lllite_use_aspp.
Status: Experimental. Currently supports image generation only (T=1).
Unsupported Features: The following will cause the training script to assert/fail if enabled:
--blocks_to_swap--cpu_offload_checkpointing--unsloth_offload_checkpointing--deepspeed--fused_backward_pass