Skip to content

Instantly share code, notes, and snippets.

@TBXark
Last active May 5, 2023 07:00
Show Gist options
  • Save TBXark/60daa85e246b405f20d92adfabe91222 to your computer and use it in GitHub Desktop.
Save TBXark/60daa85e246b405f20d92adfabe91222 to your computer and use it in GitHub Desktop.
SDWebUI
#wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
#sh Miniconda3-latest-Linux-x86_64.sh
#source .bashrc
#export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CONDA_PREFIX/lib/
conda create -n sbweb python=3.10
conda activate sbweb
apt install nvidia-cuda-toolkit
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
cd stable-diffusion-webui/
git clone https://github.com/camenduru/sd-civitai-browser ./extensions/sd-civitai-browser
python launch.py --share
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment