Skip to content

Instantly share code, notes, and snippets.

@baobuiquang
Created April 16, 2025 15:31
Show Gist options
  • Save baobuiquang/7e60522af691f9e60067f2bbc2ab988c to your computer and use it in GitHub Desktop.
Save baobuiquang/7e60522af691f9e60067f2bbc2ab988c to your computer and use it in GitHub Desktop.
git clone https://github.com/OneLevelStudio/FORGE
cd FORGE
python3 -m venv venv
source venv/bin/activate
pip install -U pip
pip install torch==2.3.1 torchvision==0.18.1 --extra-index-url https://download.pytorch.org/whl/cu121
pip install -r requirements_versions.txt
wget -P models/Stable-diffusion https://huggingface.co/onelevelstudio/diffusion/resolve/main/573152/LVSTIFY_V5.0.safetensors
wget -P models/Lora https://huggingface.co/onelevelstudio/diffusion/resolve/main/375993/LORA_GHOST.safetensors
source webui.sh -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment