Skip to content

v0.3.1

Choose a tag to compare

@n0va39 n0va39 released this 06 Jul 09:59
381f103

EasyUse Anima 0.3.1

This release focuses on final-stage AiO upscaling/postprocess controls and a wider bundled autocomplete dataset.

Highlights

  • Added the AiO Generator final Upscale stage after Detailer and before Save, with mutually exclusive USDU and ResShift backends.
  • Added USDU helper controls for automatic tile sizing, sampler settings, no-general prompt rebuilding, and per-USDU Spectrum/DCW settings.
  • Added a Postprocess stage for final size fitting by max long edge or megapixels.
  • Added Anima Safe PAG model patch controls.
  • Added an Image Saver prompt metadata toggle.
  • Added Danbooru 2025-09-01, e621 2025-09-01, and Danbooru+e621 merged autocomplete CSV sources from DraconicDragon/dbr-e621-lists-archive under Unlicense.
  • Changed the default autocomplete CSV to danbooru_2025-09-01.csv; danbooru_tags_classified.csv remains available for Korean search.
  • Fixed wildcard syntax reference table rendering for literal pipe syntax.

Notes

  • The Danbooru+e621 merged CSV is opt-in. The upstream merge format can have future category-collision risk, so the default source remains Danbooru-only.
  • Comfy Registry publication is not included here; this release prepares the checked-in Registry changelog path.

Manual Install

  1. Download ComfyUI-EasyUseAnima-0.3.1-manual-install.zip.
  2. Extract it into ComfyUI/custom_nodes/.
  3. The extracted folder should be ComfyUI/custom_nodes/ComfyUI-EasyUseAnima/.
  4. Restart ComfyUI.
  5. If the web UI was already open, hard refresh the browser.

Asset SHA256

ComfyUI-EasyUseAnima-0.3.1-manual-install.zip

B77926D867826185E62E437D4A57D93902CBB8887BC06E92A03AA7212F72AD9D

Validation

  • git diff --check
  • Get-ChildItem -File web\js\*.js | ForEach-Object { node --check $_.FullName }
  • python -m json.tool locales\ko\nodeDefs.json
  • TOML/Registry metadata sanity check
  • Registry scanner grep
  • autocomplete source/license smoke
  • python -m unittest discover -s tests passed, 296 tests
  • python -m compileall -q .
  • tools\check_custom_node.ps1 -Project ComfyUI-EasyUseAnima -Profile quick