ComfyUI implementation of 'a/Blind Image Restoration via Fast Diffusion Inversion' Original a/article
ComfyUI implementation of "Blind Image Restoration via Fast Diffusion Inversion"</br> Original article
Clone the repository into the ComfyUI/custom_nodes
directory
cd ComfyUI/custom_nodes
git clone https://github.com/nuanarchy/ComfyUI-NuA-BIRD.git
Install the required modules
pip install -r ComfyUI-NuA-BIRD/requirements.txt
Copy the model weights into the appropriate folder
ComfyUI/models/checkpoints
In the examples
folder, you will find the workflow diagrams, the JSON file with the configurations, and resulting images.
The results primarily depend on the pretrained model and the dataset</br> Limitations:
If you want to overcome these limitations, you can train your own diffusion model using custom datasets.</br> You can use the OpenAI repository: improved-diffusion