How To Install Stable Diffusion On Windows | Automatic1111 Lazy Tutorials

Welcome to Stable Diffusion | Automatic1111 Lazy Tutorials! This quick guide will help you install stable diffusion and automatic1111. It’s a Windows guide and you will need at least 8GB of VRAM to run the software on your local machine.

Follow the video and the relevant links below and you too will have a free AI art generator on your own computer!

#stablediffusion #automatic1111

◆ TUTORIAL LINKS ◆

🐍 | PYTHON INSTALLATION
‘Python is a popular coding language, downloading this will allow you to run scripts which will allow Automatic1111 to run on your system’
https://www.python.org/downloads/rele

⚙️ | GIT INSTALLATION
‘Another essential download to get everything working’
https://git-scm.com/download/win

➕ | AUTOMATIC1111 INSTALLATION
‘You can git clone this repository by typing ‘cmd’ into your browser, this will install all the relevant files on your system’
https://github.com/AUTOMATIC1111/stable-diffusion-webui
🤗 | HUGGING FACE
‘Where you get your tokens from, these will allow access to use training models within Automatic1111’
https://huggingface.co/CompVis/stable

🔧 | GFPGAN INSTALL
‘Helps with face restoration and should be copy/ pasted into your Automatic1111 models folder’
https://github.com/TencentARC/GFPGAN

💬 | DISCORD
‘Pretty empty right now but the aim’s to eventually have it as a creative network where people can share insights into art and tech’
https://discord.gg/HNecqYUwZT

◆ THANKS FOR YOUR SUPPORT ◆

Building a channel takes a lot of work and I wouldn’t be able to do it without all the support, so it’s much appreciated!

◆ LINKS ◆

SPOTIFY: https://open.spotify.com/artist/0iryLKSMqCRmYx0niXqc0x?si=qiI-PEWLScG-yK3OYbKTJQ
CREDITS: https://www.imdb.com/name/nm6382359/?ref_=fn_al_nm_3

◆ FOLLOW ME ◆

TWITTER: https://twitter.com/jcunliffeuk
INSTAGRAM: https://www.instagram.com/jcunliffeuk/
SOUNDCLOUD: https://soundcloud.com/alias-here
DISCORD: https://discord.gg/HNecqYUwZT

◆ HELP THE CHANNEL ◆

I’d like to put more time into the channel but have a very limited amount of time to do it. If you’re enjoying the work, get subscribed, share it around social media. The higher the view and sub count goes, the higher the chance this channel will keep ticking along.

20 Comments

  1. I get this error when I try to run SD after it pulls everything and installs the dependencies.

    Installing requirements for Web UI
    Launching Web UI with arguments:
    Traceback (most recent call last):
    File "G:StableDiffusionSD Updatedstable-diffusion-webuilaunch.py", line 228, in <module>
    start_webui()
    File "G:StableDiffusionSD Updatedstable-diffusion-webuilaunch.py", line 222, in start_webui
    import webui
    File "G:StableDiffusionSD Updatedstable-diffusion-webuiwebui.py", line 12, in <module>
    from modules import devices, sd_samplers, upscaler
    File "G:StableDiffusionSD Updatedstable-diffusion-webuimodulessd_samplers.py", line 10, in <module>
    from modules import prompt_parser, devices, processing, images
    File "G:StableDiffusionSD Updatedstable-diffusion-webuimodulesprocessing.py", line 14, in <module>
    import modules.sd_hijack
    File "G:StableDiffusionSD Updatedstable-diffusion-webuimodulessd_hijack.py", line 10, in <module>
    import modules.textual_inversion.textual_inversion
    File "G:StableDiffusionSD Updatedstable-diffusion-webuimodulestextual_inversiontextual_inversion.py", line 13, in <module>
    from modules import shared, devices, sd_hijack, processing, sd_models, images
    File "G:StableDiffusionSD Updatedstable-diffusion-webuimodulesshared.py", line 14, in <module>
    import modules.sd_models
    File "G:StableDiffusionSD Updatedstable-diffusion-webuimodulessd_models.py", line 11, in <module>
    from modules import shared, modelloader, devices, script_callbacks
    File "G:StableDiffusionSD Updatedstable-diffusion-webuimodulesmodelloader.py", line 7, in <module>
    from basicsr.utils.download_util import load_file_from_url
    File "G:StableDiffusionSD Updatedstable-diffusion-webuirepositoriesCodeFormerbasicsr__init__.py", line 11, in <module>
    from .version import _gitsha__, __version_
    ModuleNotFoundError: No module named 'basicsr.version'
    Press any key to continue . . .

  2. Please make one like this for the Google Collab, they've updated it to the point that I no longer know how to use it and I'm stuck on a 1.4 model because of it.

  3. In mine it gives the error:
    venv "C:UsersGustavoStablestable-diffusion-webuivenvScriptsPython.exe"

    Python 3.11.0 (main, Oct 24 2022, 18:26:48) [MSC v.1933 64 bit (AMD64)]

    Commit hash: 30b1bcc64e67ad50c5d3af3a6fe1bd1e9553f34e

    Installing torch and torchvision

    Traceback (most recent call last):

    File "C:UsersGustavoStablestable-diffusion-webuilaunch.py", line 251, in <module>

    prepare_enviroment()

    File "C:UsersGustavoStablestable-diffusion-webuilaunch.py", line 169, in prepare_enviroment

    run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch")

    File "C:UsersGustavoStablestable-diffusion-webuilaunch.py", line 34, in run

    raise RuntimeError(message)

    RuntimeError: Couldn't install torch.

    Command: "C:UsersGustavoStablestable-diffusion-webuivenvScriptspython.exe" -m pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 –extra-index-url https://download.pytorch.org/whl/cu113

    Error code: 1

    stdout: Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu113

    stderr: ERROR: Could not find a version that satisfies the requirement torch==1.12.1+cu113 (from versions: none)

    ERROR: No matching distribution found for torch==1.12.1+cu113

    What should I do?

  4. I'm getting an error 0:36. Any clue what's up? I have tried un installing and reinstaling every step in the proccess

    venv "C:UsersdavidDesktopStable Diffusionstable-diffusion-webuivenvScriptsPython.exe"

    Python 3.11.0 (main, Oct 24 2022, 18:26:48) [MSC v.1933 64 bit (AMD64)]

    Commit hash: 98947d173e3f1667eba29c904f681047dea9de90

    Installing torch and torchvision

    Traceback (most recent call last):

    File "C:UsersdavidDesktopStable Diffusionstable-diffusion-webuilaunch.py", line 255, in <module>

    prepare_enviroment()

    File "C:UsersdavidDesktopStable Diffusionstable-diffusion-webuilaunch.py", line 173, in prepare_enviroment

    run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch")

    File "C:UsersdavidDesktopStable Diffusionstable-diffusion-webuilaunch.py", line 34, in run

    raise RuntimeError(message)

    RuntimeError: Couldn't install torch.

    Command: "C:UsersdavidDesktopStable Diffusionstable-diffusion-webuivenvScriptspython.exe" -m pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 –extra-index-url https://download.pytorch.org/whl/cu113

    Error code: 1

    stdout: Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu113

    stderr: ERROR: Could not find a version that satisfies the requirement torch==1.12.1+cu113 (from versions: none)

    ERROR: No matching distribution found for torch==1.12.1+cu113

  5. When I click the batch file I get a python was not found error (and yes I did download python first)

    Edit: I found a solution turns out when I installed python I didn't check off add python to path, I reinstalled python and it works fine now

  6. For those who having this error ((( Error Verifying Pickled file))) here is the fix !
    go to C:Userswin10.cache then delete huggingface file and hopfully it will solved it it worked for me

Leave a Reply

Your email address will not be published. Required fields are marked *

© 2025 AI Art Video Tutorials