Andrrey commited on
Commit
4a1a63e
·
1 Parent(s): 70a5f28

Upload environment.yaml

Browse files
Files changed (1) hide show
  1. environment.yaml +16 -0
environment.yaml ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: sd-api-server
2
+ channels:
3
+ - pytorch
4
+ - defaults
5
+ dependencies:
6
+ - python=3.8.5
7
+ - pip=20.3
8
+ - cudatoolkit=11.3
9
+ - pytorch=1.12.1
10
+ - torchvision=0.13.1
11
+ - numpy=1.19.2
12
+ - pip:
13
+ - diffusers
14
+ - transformers==4.19.2
15
+ - Pillow
16
+ - Flask