Skip to content

ComfyUI EasyUse Anima v0.2.0

Choose a tag to compare

@n0va39 n0va39 released this 30 Jun 15:31

ComfyUI EasyUse Anima v0.2.0

This release is prepared for manual ZIP installation.

Manual Installation

  1. Download ComfyUI-EasyUseAnima-v0.2.0.zip from this release.
  2. Extract the ZIP directly into your ComfyUI custom_nodes directory.
  3. Confirm the extracted folder is:
    ComfyUI/custom_nodes/ComfyUI-EasyUseAnima
  4. Restart ComfyUI.
  5. Hard refresh the browser page if ComfyUI was already open.

The attached ZIP contains a top-level ComfyUI-EasyUseAnima/ folder, so it is
safe to extract it directly into custom_nodes.

SHA256:

0E338868508D201F9238E92594985B65C8CADA04E9F4761B9054DB818F1E9458

Added

  • Added Anima Prompt Studio Regional, a mask-scoped Prompt Studio variant for
    numbered masks, per-field mask assignment, and regional prompt metadata.
  • Added Anima Regional Conditioning, which consumes CLIP plus the dedicated
    EASYUSE_ANIMA_REGIONAL_PROMPT_DATA socket and produces positive/negative
    CONDITIONING outputs for KSampler workflows.
  • Added a regional mask editor UI with mask preview, shape controls, numbered
    mask storage, and per-positive-field mask selectors.
  • Added NAIA resolution scale and max-long-edge settings for
    Anima Prompt Studio Advanced.
  • Added Anima Image Scale By Multiple for aligned image upscaling.
  • Added a regional prompt example workflow and source PNG under
    docs/example_workflows/.

Changed

  • Bumped the package version to 0.2.0.
  • Moved maintained example workflow assets to docs/example_workflows/.
  • Regional Prompt Studio now exposes a dedicated regional data socket instead
    of passing regional runtime payloads through plain string sockets.

Fixed

  • Fixed regional conditioning mask metadata for ComfyUI/Qwen/Wan-style latent
    dimensions by using full image-space masks with explicit latent mask bounds.
  • Fixed Regional Prompt Studio UI layout issues around field controls, mask
    selector popups, and node sizing.
  • Added regression coverage for regional prompt data sockets, mask bounds,
    image scale option compatibility, and example workflow metadata.

Deferred

  • Regional Prompt Studio does not call NAIA in this release.
  • Per-region Mod Guidance and a dedicated Regional Model Patch node remain
    deferred.
  • Mask-scoped negative prompts remain outside the initial regional conditioning
    contract.

Validation

  • python -m unittest discover -s tests: 128 tests OK, 2 skipped.
  • Python compile check passed.
  • JavaScript syntax checks passed.
  • Locale JSON parse checks passed.
  • Workflow JSON parse, package-version, and hygiene checks passed.
  • tools/check_custom_node.ps1 -Project ComfyUI-EasyUseAnima passed.