How to Run Stable Diffusion on Windows For Free

Опубликовано: 11 Март 2026
на канале: Python In Office
14,168
242

This tutorial will show you how to run the AI text-to-image software Stable Diffusion on a Windows Computer. The software is free and open source, written in Python.

What You'll Need:
👉Anaconda: https://www.anaconda.com/
👉Model Weight (login required): https://huggingface.co/CompVis/stable...
👉Stable Diffusion Official: https://github.com/CompVis/stable-dif...
👉Stable Diffusion Optimized: https://github.com/basujindal/stable-...

👉No GPU? No Problem! Check out how to run Stable Diffusion Without a GPU:    • Run Stable Diffusion Without GPU (Graphic ...  

👉You can find the text version of the tutorial on my blog: https://pythoninoffice.com/run-stable...

The following numbers are acceptable sizes/dimensions for the images:
512, 544, 576, 608, 640, 672, 704, 736, 768, 800, 832, 864, 896, 928, 960, 992, 1024


00:00 Introduction
01:05 Download Anaconda & Model Weights
01:43 Get SD Official version
02:10 Get SD Optimized version
03:29 Build Conda Environment
05:20 Create The Missing Subfolder & Move & Rename Model Weights File
06:14 Test Run - Failed
07:07 Tweak #1: Use SD Optimized
07:42 Tweak #2: Edit SD Official script & Additional Argument
09:18 Samples