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
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI-RGT
and select it - 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