1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 15:04:50 +08:00

implement APG guidance (#8081)

* first pass at impementing AGP

* rename, cleanup code

* fix ruff

* fix modified cond to match ref impl better, support different cond arity
This commit is contained in:
thot experiment
2025-05-12 18:10:24 -07:00
committed by GitHub
parent 9ad287ff20
commit 4136502b7a
2 changed files with 77 additions and 0 deletions

View File

@@ -2261,6 +2261,7 @@ def init_builtin_extra_nodes():
"nodes_optimalsteps.py",
"nodes_hidream.py",
"nodes_fresca.py",
"nodes_apg.py",
"nodes_preview_any.py",
"nodes_ace.py",
"nodes_string.py",