Fanghua-Yu / SUPIR

SUPIR aims at developing Practical Algorithms for Photo-Realistic Image Restoration In the Wild. Our new online demo is also released at suppixel.ai.
http://supir.xpixel.group/
Other
4.22k stars 372 forks source link

Request for support of 8gb vram system with 16 gb ram #63

Open Archit01 opened 6 months ago

Archit01 commented 6 months ago

Is there a way to make it work on 8gb vram system with 16 gb ram. I have rtx 2060 super 8gb vram and 16 gb system memory.

Fanghua-Yu commented 6 months ago

Currently, it is difficult to run with this requirement. We will publish the Online Demo as soon as possible.

sundayglee commented 5 months ago

If you have SSD, and you are in linux, create a swapfile that is more than 32GB. The more the better as the models will be loaded in VRAM, if not enough will try to load in RAM, if not enough it will load in SWAP space.