DrawingPics Docs
Download DrawingPics
  • DrawingPics Docs
  • Getting Started
    • DrawingPics Onboarding
    • DrawingPics Draw Precision Mode
    • How to load local safetensors models and loras
  • Blogs
    • DrawingPics as a AUTOMATIC111 stable-diffusion-webui alternative
    • DrawingPics as a Krita Alternative
    • DrawingPics as a DrawThings Alternative
    • DrawingPics as a Adobe Firefly Alternative
    • DrawingPics as a DiffusionBee Alternative
    • Offline installer for Stable Diffusion
    • Stable Diffusion For Mac
    • The technical details behind DrawingPics
Powered by GitBook
On this page
  1. Blogs

DrawingPics as a AUTOMATIC111 stable-diffusion-webui alternative

PreviousHow to load local safetensors models and lorasNextDrawingPics as a Krita Alternative

Last updated 11 months ago

aims to address stable diffusion webui's issues. DrawingPics's installation is very simple, you can check it .

If you are a Mac user and want to use Stable Diffusion, the most popular open-source solution is a project called Stable Diffusion WebUI (sd-webui).

SD WebUI requires a Python backend, and the installation process can be complex, making it unsuitable for non-technical users. Here are the macOS installation steps for sd-webui:

1. Install homebrew.
2. Open a new terminal window and run brew install cmake protobuf rust python@3.10 git wget
3. Clone the web UI repository by running git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui
4. Place Stable Diffusion models/checkpoints you want to use into stable-diffusion-webui/models/Stable-diffusion.
5. cd stable-diffusion-webui and then ./webui.sh to run the web UI. A Python virtual environment will be created and activated using venv and any remaining missing dependencies will be automatically downloaded and installed.
6. To relaunch the web UI process later, run ./webui.sh again. Note that it doesn't auto update the web UI; to update, run git pull before running ./webui.sh.

However, it can be challenging to set up the environment correctly, and you may end up with a messy file system. Additionally, the user interface of sd-webui is built using Gradio, which runs in your browser and may not provide the best user experience.

DrawingPics Desktop
here
LogoGitHub - AUTOMATIC1111/stable-diffusion-webui: Stable Diffusion web UIGitHub