This is a custom node that lets you take advantage of Latent Diffusion Super Resolution (LDSR) models inside ComfyUI.
LDSR models have been known to produce significantly better results then other upscalers, but they tend to be much slower and require more sampling steps. Results may also vary based on the input image.
I've created this node for experimentation, feel free to submit PRs for performance improvements etc.
custom_nodes
:
$ cd ComfyUI/custom_nodes
$ git clone https://github.com/flowtyone/ComfyUI-Flowty-LDSR.git
$ cd ComfyUI-Flowty-LDSR
$ pip install -r requirements.txt
ComfyUI/models/upscale_models
This is a community project from flowt.ai. If you like it, check us out!