Extensions/ComfyUI-RGT
ComfyUI Extension

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…

By viperyl·Created 2 years ago·Updated 2 years ago· 8
viperyl/ComfyUI-RGT
Nodes1
On cloudLocal install
Category114514
Stars8
Updated2 years ago
Readme

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