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/stablediffusion › stable diffusion download
r/StableDiffusion on Reddit: Stable diffusion download
April 4, 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

🌐
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.
🌐
Reddit
reddit.com › r/stablediffusion › how to start using stable diffusion locally?
r/StableDiffusion on Reddit: How to start using Stable Diffusion locally?
June 22, 2023 -

Hey! I really want to start using Stable Diffusion, and from my understanding, using it locally would open up ell the features that are disabled when using online UI. the thing is I cannot understand what Stable Diffusion local "client" i should use, or even why there are so many of them. I have zero knowledge on programing, but my PC should be fine for the task since I'm a video editor, and have GTX 1060 (which is old, but should be fine I guess)…

so..

  1. Am I right for wanting to install Stable Diffusion locally rather the using it online?

  2. What client should I use?

  3. How do I install it?

Thanks!

Top answer
1 of 1
19
yes. way more options to customize and get exactly what you want a1111 Here is a quick guide: https://www.youtube.com/watch?v=6MeJKnbv1ts don't use the base stable diffusion v1.4 model/checkpoint to generate images though, download a better one off civitai.com and put it in the same folder they recommend putting the sd v1.4 one in. you can find other helpful stuff like loras + textual inversions (for negative prompt) there too. also once you've got everything set up and running you'll wanna download + activate a VAE (fixes dull/grey images). some models will have a VAE already baked in which will say on civitai, but alot don't so here is a pasta I have saved on how to do that, there are other vaes you can try but this is a good general use one to start with: download this: huggingface.co/stabilityai/sd-vae-ft-mse-original/blob/main/vae-ft-mse-840000-ema-pruned.ckpt put it into your stable diiffusion -> models -> vae folder then go to settings in your SD local interface, go to user interface, then put: sd_model_checkpoint, sd_vae in your Quicksettings list hit apply settings at top restart SD interface and vae dropdown will be next to your model dropdown at top. select the newly downloaded vae. One last thing I wish I knew before starting to hoard models + LORAs from civitai is to get the Civitai Helper extension (you can install this from within the SD local interface). Now you can just enter a civitai link into the helper and it'll download + add a preview image without you having to navigate folders and do that manually.
Find elsewhere
🌐
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 › why isn't there a downloadable version of stable diffusion?
r/StableDiffusion on Reddit: Why isn't there a downloadable version of stable diffusion?
August 2, 2022 -

Dont hate me for asking this but why isn't there some kind of installer for stable diffusion? Or at least an installer for one of the gui's where you can then download the version of stable diffusion you want from the github page and put it in. Would be a lot simpler than having to use the terminal and surely the devs have already done the hard work of making the core and compiling it into an application wouldnt take that much more effort and would result in an overall more polished product.

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 › stable diffusion - how to install locally on windows - 1st party model download
r/StableDiffusion on Reddit: Stable Diffusion - How to install locally on windows - 1st party model download
December 16, 2022 -

I've read that stable diffusion is open source but unable to find a legit download of the model. Maybe I'm missing it but can't find it anywhere on https://stability.ai. I've only seen various versions on huggingface but with HF I'm not sure which one to get or if its that latest most updated version.

If anyone knows why they don't share their models more clearly or easily to work with, let me know. For example I can do all the steps to install it but, why not make it a nice installable package to run like other apps?

🌐
Reddit
reddit.com › r/stablediffusion › [deleted by user]
How do I actually download Stable Diffusion and use it? ...
June 25, 2023 - So each of those is Stable Diffusion. But with different interfaces. Everything is free.
🌐
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 › how to install stable diffusion?
r/StableDiffusion on Reddit: How to install Stable Diffusion?
February 17, 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?

🌐
Reddit
reddit.com › r/stablediffusion › how to download sd?
r/StableDiffusion on Reddit: How to download SD?
May 17, 2023 -

So im very new to all this, and my only experience with ai art is through Craiyon or Bing’s new AI. While the art is decent with Craiyon and Bing is fantastic but extremely censored, is there any way to download whatever program it uses or Stable diffusion to create stuff from my own computer? Its decently strong but im not sure if SD is a program or an umbrella term, but i really hate the idea of having to subscribe and be limited on my creations, or have to pay a monthly fee. Is there any way to have these types of programs run all from my own pc?

I dont know how complicated it gets with coding but anything thats incredibly simple or has a simple tutorial i would prefer, i have zero experience with coding or working with code in any way, i just wanna make some nice art for my dnd campaign.

🌐
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/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!