stable-diffusion
stable-diffusion copied to clipboard
add inpainting support and conda environment for M1/M2 Macbooks (MPS device)
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