Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.65 KB

README.md

File metadata and controls

54 lines (41 loc) · 1.65 KB

Stable Diffusion On Mac

Installation (First time only)

open the terminal

# clone the repository
git clone https://github.com/mohsin-riad/stable-diffusion-for-mac.git
# Change directory
cd stable-diffusion-for-mac
# give the script permission to run
chmod +x ./stable_diffusion_installation.sh
# run the script
sh ./stable_diffusion_installation.sh
# or
./stable_diffusion_installation.sh

Run (Every time)

# give the script permission to run
chmod +x ~/stable_diffusion_run.sh
# run the script
sh ~/stable_diffusion_run.sh
# or
~/stable_diffusion_run.sh

to stop localhost/127.0.0.1 users need to type ctrl+c in the terminal



Online Service via google drive/colab


References


Issues