v0.3.1
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-archiveunder Unlicense. - Changed the default autocomplete CSV to
danbooru_2025-09-01.csv;danbooru_tags_classified.csvremains 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
- Download
ComfyUI-EasyUseAnima-0.3.1-manual-install.zip. - Extract it into
ComfyUI/custom_nodes/. - The extracted folder should be
ComfyUI/custom_nodes/ComfyUI-EasyUseAnima/. - Restart ComfyUI.
- 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 --checkGet-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 testspassed, 296 testspython -m compileall -q .tools\check_custom_node.ps1 -Project ComfyUI-EasyUseAnima -Profile quick