How to Use Stable Diffusion on Your Computer

Stable Diffusion is an open-source AI image generation model that runs entirely on your local computer. Running it locally gives you complete control over your images, unlimited generation, and no reliance on cloud services.

  1. Check your system requirements. Verify you have an NVIDIA GPU with at least 4GB VRAM or an Apple Silicon Mac with 8GB unified memory. For CPU-only generation, ensure you have 16GB RAM minimum. Download GPU-Z on Windows or check System Information on Mac to confirm your specifications.
  2. Install Automatic1111 WebUI. Download the latest release from the official GitHub repository. On Windows, run webui-user.bat. On Mac or Linux, execute ./webui.sh in Terminal. The installer will download Python dependencies and the base Stable Diffusion model automatically.
  3. Access the web interface. Open your browser and navigate to http://127.0.0.1:7860 once the installation completes. The Automatic1111 interface loads with tabs for txt2img, img2img, and other generation modes. Keep the Terminal or Command Prompt window open while using the interface.
  4. Write your first prompt. Enter a descriptive text prompt in the main text box under the txt2img tab. Start with simple descriptions like "a red apple on a wooden table, photorealistic" then click Generate. The AI processes your prompt and displays the resulting image below.
  5. Adjust generation settings. Set your image dimensions using the Width and Height sliders. Adjust Steps to 20-30 for quality images. Modify CFG Scale between 7-12 to control how closely the AI follows your prompt. Change the Sampling Method to DPM++ 2M Karras for balanced quality and speed.
  6. Use negative prompts effectively. Enter unwanted elements in the Negative Prompt field to exclude them from generation. Common negative prompts include "blurry, low quality, distorted, extra limbs, watermark". This refines your results by telling the AI what not to include.
  7. Download and install additional models. Browse model repositories like Civitai or Hugging Face for specialized models. Download .safetensors or .ckpt files to your models/Stable-diffusion folder. Restart the WebUI and select your new model from the dropdown at the top left of the interface.

Related

  • How to Use AI to Transcribe Meetings
  • How to Use AI to Translate Voice in Real Time
  • How to Generate AI Narration for Audiobooks
  • How to Generate AI Narration for YouTube Videos
  • How to Use Adobe Podcast AI to Clean Audio
  • How to Use Descript to Edit Audio with AI