stable-diffusion icon indicating copy to clipboard operation
stable-diffusion copied to clipboard

add inpainting support and conda environment for M1/M2 Macbooks (MPS device)

Open faraday opened this issue 2 years ago • 0 comments

Adds MPS device support to run Runway inpainting on M1/M2 Macbooks.

environment-mac.yaml gets rid of CUDA related setup, sets up a Conda environment for Mac.

Note: Needs export PYTORCH_ENABLE_MPS_FALLBACK=1 because of this issue https://github.com/pytorch/pytorch/issues/77794

faraday avatar Oct 18 '22 23:10 faraday