This guide helps you get started with running CyberRealistic models via Forge or Forge Classic versions of Stable Diffusion WebUI. You'll install the environment manually using official dependencies and helper scripts.
โ Prerequisites
1. ๐ง Python 3.10.x
๐ข Recommended Version: Python 3.10.11
๐ Download: https://www.python.org/downloads/release/python-31011/
๐ Make sure to:
Check โAdd Python to PATHโ during installation.
Choose Customize Installation and enable all optional features.
Install for all users if possible (not mandatory).
2. โ๏ธ CUDA Toolkit 11.8
This is required for NVIDIA GPU acceleration with PyTorch and Stable Diffusion.
๐ Register & Download from NVIDIA: https://developer.nvidia.com/cuda-11-8-0-download-archive
๐ Warning: If you have multiple CUDA versions installed, they may conflict. Best to uninstall others.
3. ๐ฑ Git for Windows
Required to clone repositories like Forge, extensions, and models.
๐ Download: https://git-scm.com/downloads
โ
After installing Git, you can use git clone
from your command prompt.
๐ Installing Forge or Classic Forge
Use the script Install_Forge_WebUI.bat
to install either:
stable-diffusion-webui-forge
(by lllyasviel)sd-webui-forge-classic
(by Haoming02)
It will:
Clone the selected repo
Set up a Python virtual environment
Upgrade
pip
โ๏ธ Optional prompt to install community extensions (see below)
๐งฉ Optional: Install Extensions
At the end of the Forge install script, you'll be asked:
Would you like to install optional extensions (adetailer, image browser, dynamic prompts, etc.)?
If you say yes, the script will automatically install:
ADetailer
Dynamic Prompts
Prompt Format
Close Confirmation
Civitai Helper
Image Browser
You donโt need to run the separate script (install-extensions.bat) unless you want to update or reinstall extensions later.
๐ฆ Download Models
Use the script CyberRealistic_Models.py
to install:
โ SD1.5 / SDXL models (CyberRealistic, Pony, Illustrious)
โ ControlNet files
โ Upscalers
โ ADetailer files
โ Textual Inversion embeddings
The script will prompt you to select which models to install and where, based on which WebUI version you selected.
โถ๏ธ Launching the WebUI
Use Start_WebUI.bat
. It:
Detects which version (Forge or reForge) you installed
Starts the correct
webui-user.bat
If both are present, it will ask which one to launch.
๐ก Tips
Always activate your virtual environment before installing Python packages.
If models donโt show up, check that
.safetensors
files are in the correct subfolder inside/models/Stable-diffusion/...
Make sure
venv\Scripts
is not blocked by antivirus.
๐ Forge vs Forge Classic โ What's the Difference?
Forge is the actively maintained version of Stable Diffusion WebUI with the latest performance upgrades, faster launch times, improved memory handling, and broader extension support. It's ideal for modern systems and users who want the best speed and features.
Forge Classic (Haomingโs version) is a fork that keeps compatibility with older extensions and custom tools that might not yet work with the newest Forge updates. Itโs a safe fallback if something breaks in the latest Forge.
โ
Use Forge if you want speed and up-to-date improvements.
๐งช Use Forge Classic if you rely on older extensions or experience issues with new updates.
๐ง Feedback Wanted!
This setup is a work in progress.
Got suggestions or found a bug? Let me know in the comments!