Sign In

Comfyui - Anima Experimental Fast Training Node

Updated: May 28, 2026

toolcomfyui

Download

1 variant available

Archive Other

3.07 KB

Verified:

Type

Workflows

Stats

51

Reviews

Published

May 28, 2026

Base Model

Anima

Hash

AutoV2
11A6879986

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

ComfyUI-AnimaFastTrain is an experimental ComfyUI custom node for quickly training in-memory Anima reference context tokens from one or more reference images.

Instead of creating a LoRA, checkpoint, embedding, or safetensors file, AnimaFastTrain learns temporary context tokens during the workflow and injects them into the Anima model’s cross-attention at generation time.

This makes it useful for experiments with character consistency, visual reference influence, and style transfer without writing trained weights to disk.

Main features:

- Trains lightweight reference context tokens directly inside ComfyUI

- Keeps everything in memory, no model files are saved

- Patches the Anima model during sampling

- Supports up to 3 reference images

- Adjustable token count, training steps, learning rate, dtype, and runtime strength

- Useful for quick style/identity experiments before committing to a full LoRA training run

Included nodes:

- AnimaFastTrain - Train Context Tokens

- AnimaFastTrain - Patch Model

Recommended workflow:

Checkpoint Loader -> LoRA Loader -> AnimaFastTrain Patch Model -> KSampler

Train the context tokens from a reference image, patch the final model after other model/LoRA patches, and then generate normally.

Install by cloning the repo or using comfy manager.

GitHub:

https://github.com/quinteroac/ComfyUI-AnimaFastTrain