CodeFormer
CodeFormer copied to clipboard
[NeurIPS 2022] Towards Robust Blind Face Restoration with Codebook Lookup Transformer
It is not an issue, but I would like to know if its possible for you to share the code used to create the "replicate" site layout. I want to...
Restored faces does not end up in final_results
Error cuDNN error: CUDNN_STATUS_EXECUTION_FAILED Failed inference for RealESRGAN: CUDA error: unknown error CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be...
I have a prolem with running CUDA on GPU. When I'm runnig command: `python inference_codeformer.py --bg_upsampler realesrgan --face_upsample -w 0.7 --input_path G:\AI\CodeFormer\results\test1.jpg` i'm getting: `inference_codeformer.py:49: RuntimeWarning: Running on CPU now!...
Hi @sczhou , I've test above version, all cases are passed: ```python 1.0.0 2.1.2 1.0.0a1 1.0.0a1+git 2.1.0.dev20230728+cu121 2.1.0a0+b5021ba 2.0.0.dev20230219+cu118 ``` online review link: https://regex101.com/r/pfxFFI/1 ref: #148 #279 #280
(sdwebui) D:\stable-diffusion-webui>webui-user.bat venv "D:\stable-diffusion-webui\venv\Scripts\Python.exe" Python 3.10.6 | packaged by conda-forge | (main, Oct 24 2022, 16:02:16) [MSC v.1916 64 bit (AMD64)] Commit hash: 22bcc7be428c94e9408f589966c2040187245d81 Installing xformers Installing requirements for Web...
Based on Nvidia's official image, I made a Docker image of Code Former, you can use it if you are interested. - https://github.com/soulteary/docker-codeformer Problems that affect use and build in...
There seems to be updates on the main page, 2023.07.20: Integrated to 🐼 [OpenXLab](https://openxlab.org.cn/apps). Try out online demo! OpenXLab 2023.04.19: 🐳 Training codes and config files are public available now....
ImportError: cannot import name 'get_device' from 'basicsr.utils.misc' 
The problem happens when the module BasicSR is imported. And Python would try to use the module instead of the file with the same name. To solve the problem, I...