ComfyUI Extension: ComfyUI-RGT

Authored by viperyl

Created

Updated

6 stars

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

Custom Nodes (0)

    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