Nodes Browser

ComfyDeploy: How ComfyUI-RGT works in ComfyUI?

What is ComfyUI-RGT?

This repo cast Recursive Generalization Transformer for Image Super-Resolution to ComfyUI, the original [a/paper link](https://arxiv.org/abs/2303.06373) and [a/github link](https://github.com/zhengchen1999/RGT)

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-RGT and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI-RGT

This repo cast Recursive Generalization Transformer for Image Super-Resolution to ComfyUI, the original paper link and github link

Usage

Install

cd comfyui/custom_nodes
git clone https://github.com/viperyl/ComfyUI-RGT.git
cd ComfyUI-RGT
pip install -r requirements.txt

model download from huggingface

# optional, make sure you have installed git lfs
# git lfs install
cd ComfyUI/models/
git clone https://huggingface.co/ViperYX/RGT

Example

an example workflow in workflow folder

Parameters

model_type: RGT and RGT-S model, former one usually better then the RGT-S
upsacle: x2, x3, x4 upscale
use_chop: process image with tiled operation, save lots vram