ComfyUI Node
Easy Use Anima Input
Receives EASYUSE_ANIMA_PROMPT_DATA and selected ANIMA resource names, then returns one dedicated easy use anima input context. The context stores only serializable prompt/resource data; the AiO Generator loads MODEL, CLIP, and VAE at execution time so model patches and Torch compile do not live inside a custom dict socket.
Easy Use Anima Input
- EASYUSE_ANIMA_PROMPT_DATA
- easy use anima input
◄unet_nameanima-base-v1.0.safetensors►
◄vae_namepixel_space►
◄clip_nameqwen_3_06b_base.safetensors►
◄clip_typeqwen_image►
◄input_settings{"schema":"easy_use_anima_input","version":1,"resources":{"loader_mode":"split","clip_loader":"single","unet_weight_dtype":"default","clip_device":"default"},"metadata":{}}►
CategoryEasyUse Anima/AiO
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| EASYUSE_ANIMA_PROMPT_DATA | EASYUSE_ANIMA_PROMPT_DATA | Structured prompt data from Anima Prompt Studio Advanced v2. | |
| unet_name | COMBO | anima-base-v1.0.safetensors | ANIMA diffusion model loaded with ComfyUI UNETLoader. |
| vae_name | COMBO | pixel_space | VAE loaded with ComfyUI VAELoader. |
| clip_name | COMBO | qwen_3_06b_base.safetensors | Text encoder loaded with ComfyUI CLIPLoader. |
| clip_type | COMBO | qwen_image | ComfyUI CLIPLoader type. Core ANIMA uses qwen_image. |
| input_settings | STRING | {"schema":"easy_use_anima_input","version":1,"resources":{"loader_mode":"split","clip_loader":"single","unet_weight_dtype":"default","clip_device":"default"},"metadata":{}} | Hidden versioned JSON storage for future resource settings. Kept serialized for workflow compatibility. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| easy use anima input | EASY_USE_ANIMA_INPUT | Dedicated context containing prompt data, resource metadata, and versioned loader settings. |