Nodes Browser

ComfyDeploy: How ComfyUI-Flowty-LDSR works in ComfyUI?

What is ComfyUI-Flowty-LDSR?

This is a custom node that lets you take advantage of Latent Diffusion Super Resolution (LDSR) models inside ComfyUI.

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI-Flowty-LDSR and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

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!

<picture> <source media="(prefers-color-scheme: dark)" srcset="logo-dark.svg" height="50"> <source media="(prefers-color-scheme: light)" srcset="logo.svg" height="50"> <img alt="flowt.ai logo" src="flowt.png" height="50"> </picture>