EN
DE


NVIDIA
AMD
CPU Modus
Apple Silicon

Classify Graphic Card:
CMD:
wmic path win32_VideoController get name

1. Python 3.10.6
https://www.python.org/downloads/release/python-3106/

2. Github Desktop
Information
Github Desktop is easy to install and I assumed it had the git function.

I was wrong.

You need Git
https://git-scm.com/download/win

Git Installation: Click next until the end. you do not need to change anything.



NVIDIA !!!!

3. CMD:
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui

4. webui-user.bat (Batch):
Information
Commands are constantly optimized and adjusted. Therefore, use these ones here instead of the ones you see in the video.

set COMMANDLINE_ARGS= --xformers --autolaunch
git pull




Optimization:

GPU 8GB and Higher - No optimization Needed
GPU 4GB bis 6GB -
GPU with 3GB or less - CPU Modus


Additional info:

Secure Data Types:




used for Intro:

Prompt & Image:
Checkpoint - Anything V5:
Lora - epiNoiseoffset_v2
Lora - Light and Shadow
Lora - jewelCountryStyle_v1.0
Lora - gachaSplashLORA_gachaSplash31
Classify Graphic Card:
CMD:
wmic path win32_VideoController get name

1. Python 3.10.6
https://www.python.org/downloads/release/python-3106/

2. Github Desktop
Information
Github Desktop is easy to install and I assumed it had the git function.

I was wrong.

You need Git
https://git-scm.com/download/win

Git Installation: Click next until the end. you do not need to change anything.



AMD !!!!

3. CMD:
git clone https://github.com/lshqqytiger/stable-diffusion-webui-directml && cd stable-diffusion-webui-directml && git submodule init && git submodule update

4. webui-user.bat (Batch):
Information
Commands are constantly optimized and adjusted. Therefore, use these ones here instead of the ones you see in the video.
Information
These commands have been optimized recently, please give me feedback. Write a youtube comment if it works, if it doesn't come to Discord so we can remove the bug.

set COMMANDLINE_ARGS= --use-directml --medvram --opt-sub-quad-attention --autolaunch
git pull




Optimization:

GPU 8GB and Higher - No optimization Needed
GPU 4GB bis 6GB -
GPU with 3GB or less - CPU Modus


Additional info:

Secure Data Types:




used for Intro:

Prompt & Image:
Checkpoint - Anything V5:
Lora - epiNoiseoffset_v2
Lora - Light and Shadow
Lora - jewelCountryStyle_v1.0
Lora - gachaSplashLORA_gachaSplash31
Classify Graphic Card:
CMD:
wmic path win32_VideoController get name

1. Python 3.10.6
https://www.python.org/downloads/release/python-3106/

2. Github Desktop
Information
Github Desktop is easy to install and I assumed it had the git function.

I was wrong.

You need Git
https://git-scm.com/download/win

Git Installation: Click next until the end. you do not need to change anything.



CPU Version:

3. CMD:
git clone https://github.com/lshqqytiger/stable-diffusion-webui-directml && cd stable-diffusion-webui-directml && git submodule init && git submodule update

4. webui-user.bat (Batch):
Information
Commands are constantly optimized and adjusted. Therefore, use these ones here instead of the ones you see in the video.
CPU mode is no longer supported by Stable-Diffusion-Webui.

set COMMANDLINE_ARGS= --skip-torch-cuda-test --no-half --use-cpu all --autolaunch
git pull




Optimization:

GPU 8GB and Higher - No optimization Needed
GPU 4GB bis 6GB -
GPU with 3GB or less - CPU Modus


Additional info:

Secure Data Types:




used for Intro:

Prompt & Image:
Checkpoint - Anything V5:
Lora - epiNoiseoffset_v2
Lora - Light and Shadow
Lora - jewelCountryStyle_v1.0
Lora - gachaSplashLORA_gachaSplash31
Apple-Silicon Infos:
https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Installation-on-Apple-Silicon

1. Terminal Command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

2. Close Termial & Open a new Terminal

3. Terminal Command:
brew install cmake protobuf rust python@3.10 git wget

4. Terminal Command:
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui

5. Start Stable Diffusion, wait & Done





GPU - VRAM less than 8GB:

GPU 6GB:
webui-user.sh (Shell): #export COMMANDLINE_ARGS= --medvram --autolaunch

GPU 4GB:
webui-user.sh (Shell): #export COMMANDLINE_ARGS= --lowvram --autolaunch

GPU < 3GB - CPU Modus:
webui-user.sh (Shell): #export COMMANDLINE_ARGS= --skip-torch-cuda-test --no-half --use-cpu all --autolaunch




imprint