Sign In

Anima LoRA Trainer for ComfyUI

Updated: Jul 25, 2026

toolcomfyuianimalorakohyatraining

Download

1 variant available

Archive Other

ComfyUI-Anima-LoRA-Training.zip

107.14 KB

Verified:

Type
Workflows
Stats

1,556

Reviews
Published

May 15, 2026

Base Model

Anima

Hash
AutoV2
C640A9CDF6
default creator card background decoration
Followers - 129

129

Likes - 963

963

St Patrick's Day Badge

License:

Anima

The Anima Model is licensed by CircleStone Labs LLC. Copyright CircleStone Labs LLC. IN NO EVENT SHALL CIRCLESTONE LABS LLC BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH USE OF THIS MODEL.

Built on NVIDIA Cosmos

Unbenannt.png

Anima LoRA Trainer for ComfyUI

Train Anima LoRAs (also LoKr and LoHa) directly from ComfyUI. No command line needed, and it now works on cards from 6GB up.

How it works

Load the wizard workflow, answer 5 questions (what you're training, dataset size, resolution, your VRAM, quality goal) and hit run. The pack installs sd-scripts, downloads the Anima model files and launches training in its own terminal window. If you want full control instead, there's a manual mode where you set every parameter yourself.

Features

  • One-click model download from HuggingFace. Pick base, aesthetic or turbo, the downloader always grabs the newest version. Base is the default since that's what you should train LoRAs on.

  • VRAM presets from 6GB to 24GB+. Small cards train slower, not worse. The presets are just starting points, everything they set can be changed.

  • VRAM Estimator node: shows the estimated memory usage live while you change settings, before you ever click run. Includes a bar chart of what eats the memory, a fits/too-tight/won't-fit verdict for your card, and suggestions that tell you exactly which setting to change and how much it saves.

  • Dataset check: the pack validates your training folder (structure, captions, repeats) and explains problems in plain language. The launcher refuses to start a run that would find 0 images, which is the most common way trainings used to die.

  • Wizard override fields for resolution, rank, learning rate, batch size and block swap, so you can deviate from the presets without switching to manual mode.

  • Annotated config preview: see the complete TOML with an explanation for every parameter.

  • Resolutions from 512 up to 1536 (Anima's max), resume from checkpoints, sample images during training.

  • Windows, Linux, macOS. No pip dependencies.

Requirements

  • ComfyUI, Python 3.10+, git

  • GPU with 6GB+ VRAM (12GB+ recommended, below that expect slower training and use 768px on 6GB)

Dataset setup

Images go in folders named <repeats>_<concept> (like 10_ohwx) with a matching .txt caption file per image. The dataset check will tell you if something's off.

Update v1.1

  • Fixed: the model downloader always grabbed the deprecated preview2 build. It now picks the actual latest release and never touches preview builds. New dropdown for base/aesthetic/turbo.

  • New presets for 6GB, 8GB and 10GB cards

  • New VRAM Estimator node with live estimates and a memory breakdown chart

  • Dataset folder validation with a launch gate

  • 1536x1536 resolution preset

  • Wizard force_* overrides

  • Rewrote all tooltips and summaries in plain language

If you're updating: delete the old folder from custom_nodes, extract the new zip, restart ComfyUI fully and hard-refresh your browser (Ctrl+Shift+R), otherwise the new nodes won't show up.