stable-diffusion-webui/environment-wsl2.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
167 B
YAML
Raw Normal View History

2024-12-18 15:48:02 +08:00
name: automatic
channels:
- pytorch
- defaults
dependencies:
- python=3.10
- pip=23.0
- cudatoolkit=11.8
- pytorch=2.0
- torchvision=0.15
- numpy=1.23