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.
- Install ComfyUI
- Clone this repo into
custom_nodes
:$ cd ComfyUI/custom_nodes $ git clone https://github.com/flowtyone/ComfyUI-Flowty-LDSR.git
- Install dependencies:
$ cd ComfyUI-Flowty-LDSR $ pip install -r requirements.txt
- Download LDSR and place it in
ComfyUI/models/upscale_models
- Start ComfyUI (or restart)
This is a community project from flowt.ai. If you like it, check us out!