A new model trained on the unsplash dataset with captions generated by LLaVA v1.5. It's based on SD2.1-zsnr. It offers better reconstruction quality and a greater understanding of prompts. Please follow README to have a try 😄! New samplers have been added, allowing results to be achiev...
GitHub Copilot Enterprise-grade AI features Premium Support Enterprise-grade 24/7 support Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address...
🦒 Colab ColabInfo DiffBIR_colab (Pro High-RAM 😐 15GB RAM 11GB VRAM) DiffBIR_v2_colab (Pro High-RAM 😐 15GB RAM 11GB VRAM) 🦆 Kaggle KaggleInfo diffbir_kaggle (Free T4) Main Repo https://github.com/XPixelGroup/DiffBIR ...
#clone this repogit clone https://github.com/XPixelGroup/DiffBIR.gitcdDiffBIR#create environmentconda create -n diffbir python=3.10 conda activate diffbir pip install -r requirements.txt Our new code is based on pytorch 2.2.2 for the built-in support of memory-efficient attention. If you ...
#clone this repogit clone https://github.com/XPixelGroup/DiffBIR.gitcdDiffBIR#create an environment with python >= 3.9conda create -n diffbir python=3.9 conda activate diffbir pip install -r requirements.txt Note the installation is only compatible withLinuxusers. If you are working on diffe...
[ECCV 2024] codes of DiffBIR: Towards Blind Image Restoration with Generative Diffusion Prior - DiffBIR/train_stage1.py at main · XPixelGroup/DiffBIR
Files main assets configs dataset model train_cldm.yaml train_swinir.yaml dataset inputs ldm model scripts utils .gitignore LICENSE README.md gradio_diffbir.py inference.py inference_face.py requirements.txt train.pyBreadcrumbs DiffBIR /configs / train_cldm.yaml ...
Official codes of DiffBIR: Towards Blind Image Restoration with Generative Diffusion Prior - DiffBIR/inference.py at main · stas-dok/DiffBIR
import os os.chdir(f"/home/xlab-app-center") os.system(f"git clone -b openxlab https://github.com/camenduru/DiffBIR /home/xlab-app-center/DiffBIR") os.chdir(f"/home/xlab-app-center/DiffBIR") os.system(f"git lfs install") os.system(f"git pull") os.system(f"git reset --...
Actions Projects Security Insights Additional navigation options Files main assets configs dataset face_train.yaml face_val.yaml general_deg_codeformer_train.yaml general_deg_codeformer_val.yaml general_deg_realesrgan_train.yaml general_deg_realesrgan_val.yaml ...