mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-04-30 11:11:43 +00:00
Add config and instructions for WSL2 setup
This commit is contained in:
committed by
AUTOMATIC1111
parent
55ef99d51c
commit
8214447bba
11
environment.yaml
Normal file
11
environment.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
name: automatic
|
||||
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
|
||||
Reference in New Issue
Block a user