1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

Implement Differential Diffusion (#2876)

* Implement Differential Diffusion

* Cleanup.

* Fix.

* Masks should be applied at full strength.

* Fix colors.

* Register the node.

* Cleaner code.

* Fix issue with getting unipc sampler.

* Adjust thresholds.

* Switch to linear thresholds.

* Only calculate nearest_idx on valid thresholds.
This commit is contained in:
Shiimizu
2024-03-03 12:34:13 -08:00
committed by GitHub
parent 1abf8374ec
commit 727021bdea
3 changed files with 100 additions and 0 deletions

View File

@@ -1961,6 +1961,7 @@ def init_custom_nodes():
"nodes_photomaker.py",
"nodes_cond.py",
"nodes_stable_cascade.py",
"nodes_differential_diffusion.py",
]
for node_file in extras_files: