Sign In

Anima LoRA Trainer for ComfyUI

Updated: May 15, 2026

toolcomfyuianimasd-scriptslorakohya

Download

1 variant available

Archive Other

58.14 KB

Verified:

Type

Workflows

Stats

591

Reviews

Published

May 15, 2026

Base Model

Anima

Hash

AutoV2
FF648BE5A5
default creator card background decoration
St Patrick's Day Badge
7err4's Avatar

7err4

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

A ComfyUI custom node pack for training LoRA / LoKR / LoHA models on the Anima architecture using kohya-ss/sd-scripts. Train Anima LoRAs directly from ComfyUI with zero command-line knowledge required.

Installation

Download and extract the zip into your ComfyUI/custom_nodes/ folder, then restart ComfyUI. The nodes will appear under the "Anima Training" category.

Features

  • One-click model downloading from HuggingFace (always fetches the latest Anima base model)

  • Two workflow modes: Wizard (questionnaire-driven auto-config) and Manual (full control over all parameters)

  • Automatic sd-scripts installation and dependency management

  • TOML config generation with inline annotations explaining every setting

  • Smart VRAM presets (12GB, 16GB, 24GB) with automatic memory optimization

  • Live config preview inside ComfyUI before launching training

  • Cross-platform support (Windows, Linux, macOS)

  • Zero pip dependencies — pure Python stdlib

Included Nodes

  • Model Downloader — Downloads Anima models from HuggingFace

  • SD-Scripts Manager — Installs/updates kohya-ss/sd-scripts

  • Model Selector — Finds and validates model files

  • Training Wizard — Questionnaire-driven auto-configuration

  • Basic/Advanced/Memory Params — Manual parameter control

  • Training Launcher — Generates config and launches training

  • Config Preview — Shows annotated TOML config inline

Requirements

  • ComfyUI (any recent version)

  • Python 3.10+

  • kohya-ss/sd-scripts (auto-installed by the SD-Scripts Manager node)

  • Anima base model files (auto-downloaded by the Model Downloader node)

Dataset Preparation

Your training images should follow the sd-scripts convention: place images in a folder named <repeats>_<concept> inside your train_data_dir, with matching .txt caption files for each image.