Well, the best option for you will be this: https://github.com/cmdr2/stable-diffusion-ui 1 click installer. Answer from Z3ROCOOL22 on reddit.com
🌐
Reddit
reddit.com › r/stablediffusion › how would i download stable diffusion to run locally?
r/StableDiffusion on Reddit: How would I download Stable Diffusion to run locally?
September 1, 2022 -

I know this is likely an overly often-asked question, but I find myself inspired to use Stable Diffusion, see all these fantastic posts of people using it, and try downloading it, but it never seems to work. Always I get stuck at one step or another because I'm simply not all that tech savvy, despite having such an interest in these types of images.

🌐
Reddit
reddit.com › r/deepdream › mini-guide to installing stable-diffusion
r/deepdream on Reddit: Mini-Guide to installing Stable-Diffusion
December 27, 2020 -

IMPORTANT PLEASE READ

================================================= *10-11-2022: due to recent events, I will be linking to the proper Stable-Diffusion github, Easy to install, Enjoy!

https://github.com/AUTOMATIC1111/stable-diffusion-webui

This is currently the best version out, it includes Gradio and support for 6gb GPU's, your welcome to explore the older version of basujindal prompt based.

Speed and QoL fixes are on the K-DIFFUSION GUIDE HIGHLY RECOMMENDED!!!

====================

Stable-diffusion-webui Nightly Build Edition by hlky

This repo is for development, there may be bugs and new features

====================

====================

https://github.com/hlky/stable-diffusion-webui

====================

Stable-diffusion-webui Stable Build Edition by hlky

====================

https://github.com/hlky/stable-diffusion

====================

==================================

K-DIFFUSION GUIDE (GUI)+GFPGAN Face Correction+ESRGAN Upscaling

==================================

https://rentry.org/GUItard

==================================

==================================

VIDEO GUIDE by TingTingin

https://www.youtube.com/watch?v=z99WBrs1D3g

==================================

======ANYTHING BELOW THIS IS THE OLD VERSION======(PROMPT BASED ONLY)======

======

Mini-Guide from https://rentry.org/retardsguide REVISED.

More Descriptive Filenames (basujindal optimized fork)

============================================================================================== Step 1: Create a Huggingface account, YOU CANNOT DOWNLOAD WITHOUT AN ACCOUNT

Go here, https://huggingface.co/CompVis/stable-diffusion-v-1-4-original , log in, click authorize to give it your contact info, then this link should work after: https://huggingface.co/CompVis/stable-diffusion-v-1-4-original/blob/main/sd-v1-4.ckpt

==================================

Step 2: Download the cloned repo by going to https://github.com/basujindal/stable-diffusion and unzip it, (its the green button, click on code and download zip)

==================================

Step 3: Go into the repo you downloaded and go to stable-diffusion-main/models/ldm. Create a folder called "stable-diffusion-v1". Rename sd-v1-4.ckpt file to "model.ckpt", and copy it into that folder you've made.

==================================

Step 4: Open environment.yaml in Notepad, and after the line saying "dependencies:", add "- git" The "-" should be lined up with the ones in the following lines.

==================================

Step 5: Download miniconda HERE: https://docs.conda.io/en/latest/miniconda.html. Download Miniconda 3 Windows

==================================

Step 6: Install miniconda. Install for all users. Uncheck "Register Miniconda as the system Python 3.9" unless you want to.

==================================

Step 7: Open Anaconda Prompt (miniconda3). Go to the stable-diffusion-main folder wherever you downloaded using "cd" to jump folders. or just type "cd" and then drag the folder into the Anaconda prompt.

==================================

Step 8: Run the following command: "conda env create -f environment.yaml". Make sure you are in the stable-diffusion-main folder with stuff in it. (i made that mistake lol)

==================================

Step 9: Run the following command "conda activate ldm". You'll need to do this every time you start makin' prompts (and Step 7 to get to the right folder!)

==================================

Step 10: congrats this is the gud part. to generate run "python scripts/txt2img.py --prompt "masterpiece painting of oak trees on a hillside overlooking a creek, by A. J. Casson" --H 512 --W 512 --seed 27 --n_iter 2 --ddim_steps 50".

==================================

If you get a out of ram error, then try this command

==================================

python optimizedSD/optimized_txt2img.py --prompt "masterpiece painting of oak trees on a hillside overlooking a creek, by A. J. Casson" --H 512 --W 512 --seed 27 --n_iter 1 --ddim_steps 50

(you might be able to get away with 512x640 if you have a 3080)

If you don't have a 3080 or better (10GB VRAM required), you will need to run "python optimizedSD/optimized_txt2img.py --prompt "your prompt here" --H 512 --W 512 --seed 27 --n_iter 2 --ddim_steps 50"

You may need to lower the resolution with --W for width and --H for height if you don't have enough VRAM. Also it does not generate a random seed, so modify --seed and type random numbers if you want to get something different

==================================

UPDATE: there seems to be VRAM memory contraints with the original Stable-Diffusion, I recommend downloading https://github.com/basujindal/stable-diffusion instead for 8gb GPUs

==================================

UPDATE: for those who followed the guide on top and are trying the optimizedSD version, I ran a few commands to get it working.

==================================

pip install -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers

pip install -e git+https://github.com/openai/CLIP.git@main#egg=clip

pip install -e .

UPDATE: Turns out stable-diffusion-main\optimizedSD has the optimized ones, to generate type

python optimizedSD/optimized_txt2img.py --prompt "masterpiece painting of oak trees on a hillside overlooking a creek, by A. J. Casson" --H 512 --W 512 --seed 27 --n_iter 1 --ddim_steps 50

==================================

UPDATE:You can create a text file inside Stable Diffusion folder and add this

==================================

call %userprofile%\anaconda3\Scripts\activate.bat ldm

set /P id=Enter Prompt:

python "optimizedSD\optimized_txt2img.py" --prompt "%id%" --H 512 --W 512 --seed 27 --n_iter 1 --n_samples 6 --ddim_steps 50

cmd /k

Rename the .txt file to .bat, then run and enjoy faster prompting!

🌐
Reddit
reddit.com › r/stablediffusion › stable diffusion download and run on personal computer for noobs?
r/StableDiffusion on Reddit: Stable Diffusion download and run on personal computer for noobs?
August 22, 2021 -

Sorry folks, maybe it's the enthusiasm, but I, like many others, don't comprehend what's going on or what to do; whatever you're writing is all in Arabic. People are still sharing the "retarded" guide from 4chan, as well as the link to the official weights, but keep in mind that we have no idea what weights are and where to find them, what to add, what to download, and we're frightened of becoming infected by viruses. Think about us like boomers to teach how to use a smartphone for the first time.

I know, it's boring but we don't know how to move a single step without you.

Please. We urgently need a step-by-step tutorial with only official DIRECT links and very clear steps; if you can, please do it in the comments to assist us. We're much more people than you think and we feel excluded by what's going on.

Thanks for your help!

🌐
Reddit
reddit.com › r/stablediffusion › where can i download stable diffusion?
r/StableDiffusion on Reddit: where can i download stable diffusion?
December 9, 2021 - Do you have questions about Stable Diffusion using a local UI like ForgeUI or others. I can probably answer them.
🌐
Reddit
reddit.com › r › StableDiffusion
StableDiffusion
July 23, 2022 - Posts must center on open-source/local AI tools (e.g. Stable Diffusion, Flux, PixArt). When relevant you should clearly list tools in the title/body and explain your workflow. Mixed workflows are OK only if they center on the use of local or free tools. Using open tools briefly, then switching ...
🌐
Reddit
reddit.com › r/stablediffusion › easy-to-use local install of stable diffusion released
r/StableDiffusion on Reddit: Easy-to-use local install of Stable Diffusion released
April 29, 2021 - I'm interested in Stable Diffusion because it produces cool output, not because I love tinkering with source. ... As a cs minor, learning and delivering algos is fine, environment set up can be the most convoluted and annoying process ... yup, I did a "from scratch commandline install", and I've got an amd gpu so I've gotta use diffusers OnnxStableDiffusionPipeline, which is bugged (completely broken) in the latest release, but fixed if you download the main branch from github, and the onnxruntime-directml version.
🌐
Reddit
reddit.com › r/stablediffusion › how to install stable diffusion?
r/StableDiffusion on Reddit: How to install Stable Diffusion?
February 16, 2022 -

I've visited multiple websites and they all have different methods to install it. Please suggest something simple and efficient. I have a laptop with i9 11th gen and RTX 3060. Also, which upscaler should i use alongside?

Find elsewhere
🌐
Reddit
reddit.com › r/stablediffusion › new to ai stuff. how/where do i download the latest version of stable diffusion?
r/StableDiffusion on Reddit: New to ai stuff. How/where do I download the latest version of stable diffusion?
April 14, 2024 - You'll want a UI that can load the models, I suggest Automatic 1111 but others work too. Once you've got that installed and updated, head over to CivitAI, sort by most downloaded and checkpoint. Download a couple that speak to you.
Top answer
1 of 5
5
man, first you must install python 3.10, put it in your environment variables PATH, if you dont know this you'll need to learn anyway, install git for windows, create a empty folder for your stable diffusion copy, git bash or run cmd and git clone https://github.com/lllyasviel/stable-diffusion-webui-forge , after that in cmd you'll need setup a venv, still in cmd, python -m venv venv. it will create a folder venv, navigate till scripts folder and type activate, now your cmd will be in a virtual environment, still in cmd, return to your root folder where is the file requirements.txt, and type: pip install -r requirements.txt, wait till the process finishes, so assuming you have a nvidia card, you will need uninstall torch if it dont come with cuda, still in cmd in the virtual environment (called using activate in scripts) pip uninstall torch torchaudio torchvision. and go to the site pytorch.org and copy the link more suitable for your instalation of Forge. so in the cmd with the venv activated pip install (torch+cuda0, the link will be something like this: pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124 . you'll problaby will make some mistakes in the process, but it's all pay attention in the steps, or you 'll be days trying and pulling the hair out of your head, but it's the way, because early or later, the system will crash and you will need to make all again. there are maybe some one click installers, but it's better not rely on them, maybe in forge github page can be one. this cover the basics, maybe I forgot something. good luck.
2 of 5
2
Step 1: Google "Fooocus" Step 2: Profit 😎
🌐
Reddit
reddit.com › r/stablediffusion › [deleted by user]
How do I actually download Stable Diffusion and use it? ...
June 24, 2023 - So each of those is Stable Diffusion. But with different interfaces. Everything is free.
🌐
Reddit
reddit.com › r/stablediffusion › any safe downloads or alternatives for stable diffusion 2.1?
r/StableDiffusion on Reddit: Any safe downloads or alternatives for Stable Diffusion 2.1?
November 14, 2025 -

Stable Diffusion 2.1 seems to have disappeared from Hugging Face, and it sucks! I’ve started with 1.5 and they took that away a couple years ago and now with 2.1 and its just terrible because the model is way different than these newer versions- clean outputs, great structure, and still stylized enough to not look overly realistic or plasticky like a lot of the newer models. Does anyone know if there’s another model out there that actually feels similar to 1.5/2.1 instead of hyper-realistic mush?

EDIT: Thank you all so much for the suggestions! Its greatly appreciated :)

🌐
Reddit
reddit.com › r/stablediffusion › how do i download and run sd 3.5 locally?
r/StableDiffusion on Reddit: how do i download and run SD 3.5 locally?
March 3, 2025 -

I have spent the better part of the last few hours searching for guides in how to download and use SD 3.5 locally. But i am having a hard time finding a guide that is very beginner friendly.

Is there a guide out there that works for someone without prior experience?

And if SD 3.5 is too complicated to use for a beginner. Are there any older versions that are better to try and has good beginner friendly guides?

I can only guess that you all get this question asked here 1000 times per day, i'm sorry that i'm the 1001st. But I'm at my (arguably limited) wits end here. SD seems to be very fun and i'd Love to use it, but i have 0 experience with downloading or using AI modells locally.

🌐
Reddit
reddit.com › r/stablediffusion › easy stable diffusion 1.5 installation - step-by-step guide
r/StableDiffusion on Reddit: Easy Stable Diffusion 1.5 Installation - Step-by-Step Guide
October 13, 2023 -

Hey everyone! When I first delved into AI image generation, installing Stable Diffusion felt like navigating a maze. Questions about automatic updates, compatibility, and prerequisites often left me stumped. I realized that many newcomers might face similar challenges. So, I decided to simplify things with a step-by-step video tutorial. It’s designed for anyone interested but new to the topic, aiming to make the local installation of Stable Diffusion a breeze. I genuinely hope this helps the community. Please share your feedback and let’s help each other grow!

🌐
Reddit
reddit.com › r/stablediffusion › stable diffusion download
r/StableDiffusion on Reddit: Stable diffusion download
April 3, 2023 -

Hi, everyone, I followed this tutorial (https://www.youtube.com/watch?v=onmqbI5XPH8&t=2s) on youtube to download stable diffusion. Whenever I start the bat file it gives me this code instead of a local url. Has anyone who followed this tutorial run into this problem and solved it? If so, I'd like to hear from you)

D:\stable-diffusion\stable-diffusion-webui>git pull Already up to date. Creating venv in directory D:\stable-diffusion\stable-diffusion-webui\venv using python "C:\Users\WS2\AppData\Local\Programs\Python\Python310\python.exe" venv "D:\stable-diffusion\stable-diffusion-webui\venv\Scripts\Python.exe" Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)] Version: v1.6.1 Commit hash: 4afaaf8a020c1df457bcf7250cb1c7f609699fa7 Installing requirements for CodeFormer