https://github.com/codytolene/stable-diffusion-qsg
A Stable Diffusion quick start guide (qsg) using the AUTOMATIC1111 WebUI for Windows.
https://github.com/codytolene/stable-diffusion-qsg
ai artificial-intelligence automatic1111 stable-diffusion webui windows
Last synced: 9 months ago
JSON representation
A Stable Diffusion quick start guide (qsg) using the AUTOMATIC1111 WebUI for Windows.
- Host: GitHub
- URL: https://github.com/codytolene/stable-diffusion-qsg
- Owner: CodyTolene
- License: mit
- Created: 2025-04-28T00:32:33.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-04-28T02:13:38.000Z (12 months ago)
- Last Synced: 2025-07-04T20:45:48.823Z (10 months ago)
- Topics: ai, artificial-intelligence, automatic1111, stable-diffusion, webui, windows
- Language: Batchfile
- Homepage: https://lambda.guru/
- Size: 3.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Stable Diffusion - Quick Start Guide
A quick start guide for Stable Diffusion with
the AUTOMATIC1111 WebUI
for Windows.
This is a simple and easy way to get started with Stable Diffusion, a free and powerful AI tool.
- [Installation](#installation)
- [Folder Structure](#folder-structure)
- [Running the WebUI](#running)
- [Stronger Results](#stronger-results)
- [License](#license)
- [Wrapping Up](#wrapping-up)
1. Download and install Python 3.10.x into the `src\py\` folder.
https://www.python.org/ftp/python/3.10.6/python-3.10.6-amd64.exe
Choose custom installation, and install to the `src\py\` folder. During
installation make sure to uncheck the "Install launcher for all users"
option. You can also use newer versions of Python, depending on the project
requirements.
2. Download AUTOMATIC1111 WebUI
https://github.com/AUTOMATIC1111/stable-diffusion-webui/archive/refs/heads/master.zip
Extract the zip file contents into the `src\ui\` folder.
3. Download and install model(s). A example below:
- Realistic Vision V5.1 (realistic images, and more)
https://huggingface.co/SG161222/Realistic_Vision_V5.1_noVAE/tree/main
Download and move the `Realistic_Vision_V5.1.safetensors` file into:
`src\ui\models\Stable-diffusion\`
Note: Only use the .safetensors file, not the .ckpt file. This is a newer,
safer format.
That's it! You are now ready to run the WebUI.
[ Index ]
## Folder Structure (after installation)
After [installation](#installation), the folder structure should look like this:
```
src\
├─ py\ # Python 3.10.x
└─ ui\ # AUTOMATIC1111 WebUI
├─ models\ #
│ └─ Stable-diffusion\ # Your models
└─ ... (other files and folders) #
```
[ Index ]
1. Open `run.bat` at the root of the project, this will launch a command line
window and start the server.
2. The browser should open automatically, if not open it manually at:
http://127.0.0.1:7860/
3. Press `Ctrl + C` to stop the server, within the command line window.
[ Index ]
Use ControlNet + OpenPose to lock poses for more realistic results and control
over the generated images. Follow the steps below to install and use ControlNet.
1. Open the WebUI in your browser, see [Running the WebUI](#running).
2. Click Extensions Tab > Available.
3. Click the "Load from:" button to load from:
https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui-extensions/master/index.json
4. Search for "sd-webui-controlnet" and install the extension.
5. Download `control_sd15_openpose.pth` from
https://huggingface.co/lllyasviel/ControlNet/tree/main/models.
6. Move the `control_sd15_openpose.pth` file into:
`src\ui\extensions\sd-webui-controlnet\models\`
7. Restart the WebUI.
8. Select the Generation > ControlNet tab, and check the "Enable" box.
9. Select the "OpenPose" Control Type.
10. Select the Preprocessor "openpose_full" and the Model
"control_sd15_openpose".
11. Upload an image with a pose you want to lock, update any settings as needed
and add a prompt.
12. Click the "Generate" button to generate an image with the locked pose.
[ Index ]
This project is licensed under the MIT License. See the [license](/LICENSE.md)
file for more information.
`SPDX-License-Identifier: MIT`
[ Index ]
Thank you to all that made this project possible!
| Type | Info |
| :------------------------------------------------------------------------ | :------------------------------------------------------------- |
|
| webmaster@codytolene.com |
|
| https://github.com/sponsors/CodyTolene |
|
| https://www.buymeacoffee.com/codytolene |
|
| bc1qfx3lvspkj0q077u3gnrnxqkqwyvcku2nml86wmudy7yf2u8edmqq0a5vnt |
Fin. Happy programming friend!
Cody Tolene