You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.
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.