mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
11 lines
175 B
YAML
11 lines
175 B
YAML
name: automatic
|
|
channels:
|
|
- pytorch
|
|
- defaults
|
|
dependencies:
|
|
- python=3.10
|
|
- pip=22.2.2
|
|
- cudatoolkit=11.3
|
|
- pytorch=1.12.1
|
|
- torchvision=0.13.1
|
|
- numpy=1.23.1 |