/ComfyUI-Flowty-LDSR

LDSR custom node for ComfyUI

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

ComfyUI-Flowty-LDSR

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.

example example

I've created this node for experimentation, feel free to submit PRs for performance improvements etc.

Installation:

  • 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)

Workflow:

example

example2

This is a community project from flowt.ai. If you like it, check us out!

flowt.ai logo