Add PatchModelAddDownscale (Kohya Deep Shrink) node.

By adding a downscale to the unet in the first timesteps this node lets
you generate images at higher resolutions with less consistency issues.
This commit is contained in:
comfyanonymous
2023-11-16 13:23:25 -05:00
parent 7ea6bb038c
commit bd07ad1861
2 changed files with 46 additions and 0 deletions

View File

@@ -1799,6 +1799,7 @@ def init_custom_nodes():
"nodes_custom_sampler.py",
"nodes_hypertile.py",
"nodes_model_advanced.py",
"nodes_model_downscale.py",
]
for node_file in extras_files: