This project is an unofficial ComfyUI implementation of a/InvSR (Arbitrary-steps Image Super-resolution via Diffusion Inversion)
This project is an unofficial ComfyUI implementation of InvSR (Arbitrary-steps Image Super-resolution via Diffusion Inversion)
<img height="500" src="https://github.com/user-attachments/assets/6c057a3c-3355-4060-9161-a88ab6f6d986" /> </div>Navigate to the ComfyUI /custom_nodes
directory
git clone https://github.com/yuvraj108c/ComfyUI_InvSR
cd ComfyUI_InvSR
# requires diffusers>=0.28
pip install -r requirements.txt
ComfyUI/models/diffusers
ComfyUI/models/invsr
chopping_size
256chopping_batch_size
to 1num_steps
: number of inference stepscfg
: classifier-free guidance scalebatch_size
: Controls how many complete images are processed simultaneouslychopping_batch_size
: Controls how many patches from the same image are processed simultaneouslychopping_size
: Controls the size of patches when splitting large imagescolor_fix
: Method to fix color shift in processed images03 February 2025
mm
to set torch device31 January 2025
diffusers>=0.28
@article{yue2024InvSR,
title={Arbitrary-steps Image Super-resolution via Diffusion Inversion},
author={Yue, Zongsheng and Kang, Liao and Loy, Chen Change},
journal = {arXiv preprint arXiv:2412.09013},
year={2024},
}
This project is licensed under NTU S-Lab License 1.0