1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
| git clone https:
cd stable-diffusion-webui
name: CustomSD channels: - pytorch - defaults dependencies: - python=3.8.5 - pip=20.3 - cudatoolkit=11.3 - pytorch=1.11.0 - torchvision=0.12.0 - numpy=1.19.2 - pip: - -i https:
conda env create -f environment-wsl2.yaml
conda activate CustomSD
webui-user.bat
git pull pip install -r requirements.txt
server_name="0.0.0.0" if cmd_opts.listen else None => server_name="0.0.0.0"
|