The ComfyUI SUPIR repository provides a suite of custom nodes designed to enhance the capabilities of ComfyUI through improved image processing and upscaling techniques. These nodes are specifically tailored for integrating with the SUPIR (Scaling Up to Excellent) image restoration models, allowing users to leverage advanced photo-realistic image restoration methods within the ComfyUI framework.
To install the ComfyUI SUPIR custom nodes repository, follow these steps:
Clone the Repository: Clone this repository into the custom_nodes
directory of your ComfyUI setup.
Install Dependencies: Run the following command to install the required dependencies:
pip install -r requirements.txt
If you are using the portable version of ComfyUI, run:
python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-SUPIR\requirements.txt
Model Setup: Obtain the SUPIR models from the original sources and place them in the ComfyUI/models/checkpoints
directory. You will also need an SDXL model, which should be stored in the same directory.
Optional Dependency: The xformers
library can be installed to potentially improve performance:
pip install -U xformers --no-dependencies
For the portable version:
python_embeded\python.exe -m pip install -U xformers --no-dependencies
This repository serves to integrate the SUPIR image restoration techniques into the ComfyUI environment. It provides custom nodes that facilitate advanced image upscaling and processing, which are essential for high-quality image restoration tasks.
The repository includes a range of custom nodes, each designed to perform specific functions within the SUPIR integration:
The ComfyUI SUPIR custom nodes are instrumental in enhancing image restoration workflows by providing:
By integrating these nodes into ComfyUI, users can leverage sophisticated image processing techniques for improved workflow outcomes, catering to both novice and advanced users seeking high-quality image restoration solutions.