[CVPR 2023] Guided Depth Super-Resolution by Deep Anisotropic Diffusion - prs-eth/Diffusion-Super-Resolution
Super Resolution Anime Diffusion At this moment, many diffusion models can only generate <1024 width and length pictures. I integrated the Super Resolution withAnything diffusion modelto produce high resolution pictures. Thanks to the open-source project:https://github.com/yu45020/Waifu2x ...
🐯 Real-world image super-resolution python inference_resshift.py -i [image folder/image path] -o [result folder] --task realsr --scale 4 --version v3 python inference_resshift.py -i [image folder/image path] -o [result folder] --task bicsr --scale 4 ...
computer-vision deep-learning image-processing pytorch image-editing generative-adversarial-network image-generation super-resolution diffusion inpainting matting image-synthesis text2image video-super-resolution video-interpolation video-frame-interpolation diffusion-models aigc generative-ai Updated Aug 6, 2024...
This study presents a new image super-resolution (SR) technique based on diffusion inversion, aiming at harnessing the rich image priors encapsulated in large pre-trained diffusion models to improve SR performance. We design a \textit{Partial noise Prediction} strategy to construct an intermediate ...
Adjustable diffusion network for super-resolution to meet your preference! Clone repo git clone https://github.com/cswry/OSEDiff.gitcdOSEDiff Install dependent packages conda create -n OSEDiff python=3.10 -y conda activate OSEDiff pip install --upgrade pip pip install -r requirements.txt ...
@inproceedings{yang2023pasd, title={Pixel-Aware Stable Diffusion for Realistic Image Super-Resolution and Personalized Stylization}, author={Tao Yang, Rongyuan Wu, Peiran Ren, Xuansong Xie, and Lei Zhang}, booktitle={The European Conference on Computer Vision (ECCV) 2024}, year={2023} } ...
@article{wang2024sam,title={SAM-DiffSR: Structure-Modulated Diffusion Model for Image Super-Resolution},author={Wang, Chengcheng and Hao, Zhiwei and Tang, Yehui and Guo, Jianyuan and Yang, Yujie and Han, Kai and Wang, Yunhe},journal={arXiv preprint arXiv:2402.17133},year={2024}} ...
Temporal-Consistent Diffusion Model for Real-World Video Super-Resolution Shangchen Zhou∗ Peiqing Yang∗ Jianyi Wang Yihang Luo Chen Change Loy S-Lab, Nanyang Technological University CVPR 2024 (Highlight) Upscale-A-Video is a diffusion-based model that upscales videos by taking the ...
Real data for image super-resolution:RealSet65|RealSR Test the model #Results on RealSet65python inference.py -i testdata/RealSet65 -o results/SinSR/RealSet65 --scale 4 --ckpt weights/SinSR_v1.pth --one_step## Re-evaulated on a RTX3090#clipiqa: 0.72046#musiq: 62.25337#Results on...