feat: Add Epsilon Scaling node for exposure bias correction (#10132)

This commit is contained in:
Koratahiu
2025-10-02 00:59:07 +03:00
committed by GitHub
parent a6f83a4a1a
commit bb32d4ec31
2 changed files with 61 additions and 0 deletions

View File

@@ -2297,6 +2297,7 @@ async def init_builtin_extra_nodes():
"nodes_gits.py",
"nodes_controlnet.py",
"nodes_hunyuan.py",
"nodes_eps.py",
"nodes_flux.py",
"nodes_lora_extract.py",
"nodes_torch_compile.py",