Haoming02 / sd-webui-old-photo-restoration

An Extension for Automatic1111 Webui for Bringing Old Photo Back to Life
MIT License
79 stars 3 forks source link

6Gb Vram, does work? #22

Closed AnyKillAtor closed 3 weeks ago

AnyKillAtor commented 1 month ago

I have a Laptop with 6gb Vram, I vram error, can I fix it?

Haoming02 commented 1 month ago

Try editing this line

https://github.com/Haoming02/sd-webui-old-photo-restoration/blob/main/scripts/main_function.py#L25

to:

GPU_ID = -1

to run it on the CPU instead.