This repo cast Recursive Generalization Transformer for Image Super-Resolution to ComfyUI, the original a/paper link and a/github link
This repo cast Recursive Generalization Transformer for Image Super-Resolution to ComfyUI, the original paper link and github link
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
an example workflow in workflow
folder
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