hero-intelligent
hero-intelligent
It would be easier to deploy if using docker, especially in Linux.
``` jack@jack-Virtual-Machine:~/classmates$ sudo docker run --rm -it --name=cf -v $(pwd)/inputs:/codeformer/inputs -v $(pwd)/results:/codeformer/results code-former -w 0 --bg_upsampler realesrgan --input_path inputs/ [sudo] jack 的密码: Downloading: "https://github.com/sczhou/CodeFormer/releases/download/v0.1.0/RealESRGAN_x2plus.pth" to /codeformer/weights/realesrgan/RealESRGAN_x2plus.pth 100%|██████████████████████████████████████████████████████████████████████████████| 64.0M/64.0M [00:11
I've noticed that you have a web-ui demo on Huggingface at https://huggingface.co/spaces/sczhou/CodeFormer. When I tried to build a docker image local hosted, I've experienced some inconvenience. There is the same...
Have you considered to have docker support in order not to pollute the system? Here is my solution.
Have you considered to have docker support? It isn't very difficult to do so, as there is commands in Ubuntu, which can directly be the `RUN` command in `Dockerfile`. So...
I'm here to provide some possibilities. I'll be grateful if you can achieve this to make a great progress of this project. provide an option that enables separation using both...
Some time, I need to process songs in chain to take advantages of all models, which may results in too long path name. But I can only figure it out...
Is it possible to modify the app so that it can become a web based front end? I've noticed that the app is based on electron. If that's really the...
As you've encountered bandwidth and time problem that you have to delete the installer on your website, is it possible to write a detailed description on how to build the...
`sklearn` is a deprecated pip package. Please update to `scikit-learn` instead. Error logs are as follows: ``` 45.02 Collecting sklearn 45.09 Downloading sklearn-0.0.post7.tar.gz (3.6 kB) 45.10 Preparing metadata (setup.py): started...