numpy torch torchvision blobfile tqdm pyYaml pillow diffusers





ComfyUI implementation of “Blind Image Restoration via Fast Diffusion Inversion”
Original article
ComfyUI/custom_nodes directory“`sh
cd ComfyUI/custom_nodes
git clone https://github.com/nuanarchy/ComfyUI-NuA-BIRD.git
“`
“`sh
pip install -r ComfyUI-NuA-BIRD/requirements.txt
“`
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
Limitations:
If you want to overcome these limitations, you can train your own diffusion model using custom datasets.
You can use the OpenAI repository: improved-diffusion