Nodes/ComfyUI EasyUse Anima/Easy Use Anima Input
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.

By n0va39·Created 2 months ago·Updated 6 days ago· 18
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)

NameTypeDefaultDescription
EASYUSE_ANIMA_PROMPT_DATAEASYUSE_ANIMA_PROMPT_DATAStructured prompt data from Anima Prompt Studio Advanced v2.
unet_nameCOMBOanima-base-v1.0.safetensorsANIMA diffusion model loaded with ComfyUI UNETLoader.
vae_nameCOMBOpixel_spaceVAE loaded with ComfyUI VAELoader.
clip_nameCOMBOqwen_3_06b_base.safetensorsText encoder loaded with ComfyUI CLIPLoader.
clip_typeCOMBOqwen_imageComfyUI CLIPLoader type. Core ANIMA uses qwen_image.
input_settingsSTRING{"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)

NameTypeDescription
easy use anima inputEASY_USE_ANIMA_INPUTDedicated context containing prompt data, resource metadata, and versioned loader settings.