Inpaint-Anything
Inpaint-Anything copied to clipboard
Can this project run on GPU?
as the title
Yes, the project will autodetect and use the cuda devices, if your torch is correctly compiled with cuda.
You can check that using torch.cuda.is_available()
in python scripts.