Skip to content

EasyUse Anima 0.3.0

Choose a tag to compare

@n0va39 n0va39 released this 05 Jul 14:28
06e4f02

Changed

  • Prepared the package for Comfy Registry publication by tightening the shipped archive surface with .comfyignore, documenting Registry scanner safety rules, and keeping Registry metadata aligned in pyproject.toml.
  • Removed the standalone public Anima SAM3 Context and Anima SAM3 Detailer node registrations and their user-facing node docs. AiO Generator's internal SAM3 detailer path remains available through AiO Detailer settings.
  • Kept optional external-provider paths safer by default: prompt translation is off unless selected, NAIA remote hosts require an explicit allow setting, and API-key environment auto-detection was removed.
  • Set AiO release workflow optimization defaults to conservative values: FP16 accumulation off, SageAttention disabled, Sage compile disabled, and TorchCompile off. The v6 workflow guide markdown now explains when to enable those options manually.

Fixed

  • Fixed AiO Generator Image Saver metadata so saved positive/negative prompts use Prompt Studio metadata prompt outputs when available, while generation and Mod Guidance still use the generation prompt outputs.

Validation

  • Full unit tests: 274 tests OK.
  • compileall, full web/js/**/*.js syntax checks, workflow JSON tests, git diff --check, Registry scanner grep, and comfy node validate passed.
  • Remote v0.3.0 tag and release did not exist before publication.

Manual Install Asset

  • Asset: ComfyUI-EasyUseAnima-v0.3.0-manual-install.zip
  • SHA256: 2F3C1B286F910E5D45DA3F4986532BE5A8D56C7016525C51BE9FA7AB3B7E04AD

Notes

  • Comfy Registry publish was not run by this GitHub release step. Use the manual Registry workflow or comfy node publish after confirming the Registry token setup.
  • fix/node2-legacy-layout-compat PR #19 remains separate and is not included in this release.