Comfyui-DiffBIR is a comfyui implementation of offical DiffBIR. DiffBIR v2 is an awesome super-resolution algorithm. If you find this repo helpful, please don't hesitate to give it a star. Thank you! ❤️❤️❤️
TODO:
low resolution image | super resolution image |
---|---|
low resolution image | super resolution image |
---|---|
low resolution image | super resolution image |
---|---|
To install ComfyUI-DiffBIR in addition to an existing installation of ComfyUI, you can follow the following steps:
cd custom_nodes
git clone https://github.com/ComfyUI/ComfyUI-DiffBIR
pip install -r requirements.txt
put the models into ComfyUI/models/diffbir/ |
model | download link | Baidu Netdisk |
---|---|---|---|
bsrnet | BSRNet.pth | ||
swinir_face | face_swinir_v1.ckpt | ||
scunet_psnr | scunet_color_real_psnr.pth | ||
swinir_general | general_swinir_v1.ckpt | ||
v2 | v2.pth | ||
sd_v21 | v2-1_512-ema-pruned.ckpt |
task | workflow |
---|---|
Blind Super Resolution | bsr_workflow.json |
Blind Face Restoration | bfr_workflow.json |
Blind Image Denoising | bid_workflow.json |