{"id":27854122,"url":"https://github.com/codytolene/stable-diffusion-qsg","last_synced_at":"2025-08-02T16:34:39.246Z","repository":{"id":290279467,"uuid":"973898672","full_name":"CodyTolene/stable-diffusion-qsg","owner":"CodyTolene","description":"A Stable Diffusion quick start guide (qsg) using the AUTOMATIC1111 WebUI for Windows.","archived":false,"fork":false,"pushed_at":"2025-04-28T02:13:38.000Z","size":3281,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-04T20:45:48.823Z","etag":null,"topics":["ai","artificial-intelligence","automatic1111","stable-diffusion","webui","windows"],"latest_commit_sha":null,"homepage":"https://lambda.guru/","language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodyTolene.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["CodyTolene"]}},"created_at":"2025-04-28T00:32:33.000Z","updated_at":"2025-04-28T02:13:41.000Z","dependencies_parsed_at":"2025-05-04T08:58:44.103Z","dependency_job_id":null,"html_url":"https://github.com/CodyTolene/stable-diffusion-qsg","commit_stats":null,"previous_names":["codytolene/stable-diffusion-qsg"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodyTolene/stable-diffusion-qsg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodyTolene%2Fstable-diffusion-qsg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodyTolene%2Fstable-diffusion-qsg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodyTolene%2Fstable-diffusion-qsg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodyTolene%2Fstable-diffusion-qsg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodyTolene","download_url":"https://codeload.github.com/CodyTolene/stable-diffusion-qsg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodyTolene%2Fstable-diffusion-qsg/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264958623,"owners_count":23689035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","artificial-intelligence","automatic1111","stable-diffusion","webui","windows"],"created_at":"2025-05-04T08:58:42.501Z","updated_at":"2025-07-12T08:06:37.432Z","avatar_url":"https://github.com/CodyTolene.png","language":"Batchfile","readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg align=\"center\" src=\".github/images/logo.png\" /\u003e\n  \u003ch1 align=\"center\"\u003eStable Diffusion - Quick Start Guide\u003c/h1\u003e\n  \u003cp align=\"center\"\u003e\n    A quick start guide for \u003ca href=\"https://stability.ai/\"\u003eStable Diffusion\u003c/a\u003e with \n    the \u003ca href=\"https://github.com/AUTOMATIC1111/stable-diffusion-webui\"\u003eAUTOMATIC1111 WebUI\u003c/a\u003e \n    for Windows.\n  \u003c/p\u003e\n  \u003cp\u003e\n   This is a simple and easy way to get started with Stable Diffusion, a free and powerful AI tool.\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003c!----------------------------------------------------------------------------\u003e\n\u003c!----------------------------------------------------------------------------\u003e\n\u003c!----------------------------------------------------------------------------\u003e\n\n## Index \u003ca name=\"index\"\u003e\u003c/a\u003e\n\n- [Installation](#installation)\n- [Folder Structure](#folder-structure)\n- [Running the WebUI](#running)\n- [Stronger Results](#stronger-results)\n- [License](#license)\n- [Wrapping Up](#wrapping-up)\n\n## Installation \u003ca id=\"installation\"\u003e\u003c/a\u003e\n\n1. Download and install Python 3.10.x into the `src\\py\\` folder.\n\n   https://www.python.org/ftp/python/3.10.6/python-3.10.6-amd64.exe\n\n   Choose custom installation, and install to the `src\\py\\` folder. During\n   installation make sure to uncheck the \"Install launcher for all users\"\n   option. You can also use newer versions of Python, depending on the project\n   requirements.\n\n2. Download AUTOMATIC1111 WebUI\n\n   https://github.com/AUTOMATIC1111/stable-diffusion-webui/archive/refs/heads/master.zip\n\n   Extract the zip file contents into the `src\\ui\\` folder.\n\n3. Download and install model(s). A example below:\n\n   - Realistic Vision V5.1 (realistic images, and more)\n\n     https://huggingface.co/SG161222/Realistic_Vision_V5.1_noVAE/tree/main\n\n     Download and move the `Realistic_Vision_V5.1.safetensors` file into:\n\n     `src\\ui\\models\\Stable-diffusion\\`\n\n     Note: Only use the .safetensors file, not the .ckpt file. This is a newer,\n     safer format.\n\nThat's it! You are now ready to run the WebUI.\n\n\u003cp align=\"right\"\u003e[ \u003ca href=\"#index\"\u003eIndex\u003c/a\u003e ]\u003c/p\u003e\n\n\u003c!----------------------------------------------------------------------------\u003e\n\u003c!----------------------------------------------------------------------------\u003e\n\u003c!----------------------------------------------------------------------------\u003e\n\n## Folder Structure (after installation) \u003ca id=\"folder-structure\"\u003e\u003c/a\u003e\n\nAfter [installation](#installation), the folder structure should look like this:\n\n```\nsrc\\\n ├─ py\\                                 # Python 3.10.x\n └─ ui\\                                 # AUTOMATIC1111 WebUI\n    ├─ models\\                          #\n    │   └─ Stable-diffusion\\            # Your models\n    └─ ... (other files and folders)    #\n```\n\n\u003cp align=\"right\"\u003e[ \u003ca href=\"#index\"\u003eIndex\u003c/a\u003e ]\u003c/p\u003e\n\n\u003c!----------------------------------------------------------------------------\u003e\n\u003c!----------------------------------------------------------------------------\u003e\n\u003c!----------------------------------------------------------------------------\u003e\n\n## Running the WebUI \u003ca id=\"running\"\u003e\u003c/a\u003e\n\n1. Open `run.bat` at the root of the project, this will launch a command line\n   window and start the server.\n\n2. The browser should open automatically, if not open it manually at:\n\n   http://127.0.0.1:7860/\n\n3. Press `Ctrl + C` to stop the server, within the command line window.\n\n\u003cp align=\"right\"\u003e[ \u003ca href=\"#index\"\u003eIndex\u003c/a\u003e ]\u003c/p\u003e\n\n\u003c!----------------------------------------------------------------------------\u003e\n\u003c!----------------------------------------------------------------------------\u003e\n\u003c!----------------------------------------------------------------------------\u003e\n\n## Stronger Results \u003ca name=\"stronger-results\"\u003e\u003c/a\u003e\n\nUse ControlNet + OpenPose to lock poses for more realistic results and control\nover the generated images. Follow the steps below to install and use ControlNet.\n\n1. Open the WebUI in your browser, see [Running the WebUI](#running).\n\n2. Click Extensions Tab \u003e Available.\n\n3. Click the \"Load from:\" button to load from:\n\n   https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui-extensions/master/index.json\n\n4. Search for \"sd-webui-controlnet\" and install the extension.\n\n5. Download `control_sd15_openpose.pth` from\n\n   https://huggingface.co/lllyasviel/ControlNet/tree/main/models.\n\n6. Move the `control_sd15_openpose.pth` file into:\n\n   `src\\ui\\extensions\\sd-webui-controlnet\\models\\`\n\n7. Restart the WebUI.\n\n8. Select the Generation \u003e ControlNet tab, and check the \"Enable\" box.\n\n9. Select the \"OpenPose\" Control Type.\n\n10. Select the Preprocessor \"openpose_full\" and the Model\n    \"control_sd15_openpose\".\n\n11. Upload an image with a pose you want to lock, update any settings as needed\n    and add a prompt.\n\n12. Click the \"Generate\" button to generate an image with the locked pose.\n\n\u003cp align=\"right\"\u003e[ \u003ca href=\"#index\"\u003eIndex\u003c/a\u003e ]\u003c/p\u003e\n\n\u003c!----------------------------------------------------------------------------\u003e\n\u003c!----------------------------------------------------------------------------\u003e\n\u003c!----------------------------------------------------------------------------\u003e\n\n## License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is licensed under the MIT License. See the [license](/LICENSE.md)\nfile for more information.\n\n`SPDX-License-Identifier: MIT`\n\n\u003cp align=\"right\"\u003e[ \u003ca href=\"#index\"\u003eIndex\u003c/a\u003e ]\u003c/p\u003e\n\n\u003c!----------------------------------------------------------------------------\u003e\n\u003c!----------------------------------------------------------------------------\u003e\n\u003c!----------------------------------------------------------------------------\u003e\n\n## Wrapping Up \u003ca name=\"wrapping-up\"\u003e\u003c/a\u003e\n\nThank you to all that made this project possible!\n\n| Type                                                                      | Info                                                           |\n| :------------------------------------------------------------------------ | :------------------------------------------------------------- |\n| \u003cimg width=\"48\" src=\".github/images/ng-icons/email.svg\" /\u003e                | webmaster@codytolene.com                                       |\n| \u003cimg width=\"48\" src=\".github/images/simple-icons/github.svg\" /\u003e           | https://github.com/sponsors/CodyTolene                         |\n| \u003cimg width=\"48\" src=\".github/images/simple-icons/buymeacoffee.svg\" /\u003e     | https://www.buymeacoffee.com/codytolene                        |\n| \u003cimg width=\"48\" src=\".github/images/simple-icons/bitcoin-btc-logo.svg\" /\u003e | bc1qfx3lvspkj0q077u3gnrnxqkqwyvcku2nml86wmudy7yf2u8edmqq0a5vnt |\n\nFin. Happy programming friend!\n\nCody Tolene\n","funding_links":["https://github.com/sponsors/CodyTolene","https://www.buymeacoffee.com/codytolene"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodytolene%2Fstable-diffusion-qsg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodytolene%2Fstable-diffusion-qsg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodytolene%2Fstable-diffusion-qsg/lists"}