Skip to content

Shell script (for Mac) to a browser interface based on Gradio library for Stable Diffusion.

License

Notifications You must be signed in to change notification settings

mohsin-riad/stable-diffusion-for-mac

Repository files navigation

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

About

Shell script (for Mac) to a browser interface based on Gradio library for Stable Diffusion.

Topics

Resources

License

Stars

Watchers

Forks