Inpaint-Anything icon indicating copy to clipboard operation
Inpaint-Anything copied to clipboard

Can this project run on GPU?

Open nEVErSTopPOWer opened this issue 1 year ago • 1 comments

as the title

nEVErSTopPOWer avatar Apr 20 '23 14:04 nEVErSTopPOWer

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.

RysonFeng avatar Apr 21 '23 02:04 RysonFeng