1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-03 07:26:31 +08:00

Add a SamplerLCMUpscale node.

This sampler is an LCM sampler that upscales the latent during sampling.

It can be used to generate at a higher resolution with an LCM model very
quickly.

To try it use it with a basic 5 step LCM workflow with scale_ratio 1.5 or
2.0
This commit is contained in:
comfyanonymous
2024-04-29 20:00:47 -04:00
parent 059773a6df
commit eecd69b53a
2 changed files with 62 additions and 0 deletions

View File

@@ -1945,6 +1945,7 @@ def init_custom_nodes():
"nodes_pag.py",
"nodes_align_your_steps.py",
"nodes_attention_multiply.py",
"nodes_advanced_samplers.py",
]
import_failed = []