gaur3009 commited on
Commit
04fb756
1 Parent(s): a7586ea

Create style.css

Browse files
Files changed (1) hide show
  1. style.css +35 -0
style.css ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: img2img-turbo
2
+ channels:
3
+ - pytorch
4
+ - defaults
5
+ dependencies:
6
+ - python=3.10
7
+ - pip:
8
+ - clip @ git+https://github.com/openai/CLIP.git
9
+ - einops>=0.6.1
10
+ - numpy>=1.24.4
11
+ - open-clip-torch>=2.20.0
12
+ - opencv-python==4.6.0.66
13
+ - pillow>=9.5.0
14
+ - scipy==1.11.1
15
+ - timm>=0.9.2
16
+ - tokenizers
17
+ - torch>=2.0.1
18
+
19
+ - torchaudio>=2.0.2
20
+ - torchdata==0.6.1
21
+ - torchmetrics>=1.0.1
22
+ - torchvision>=0.15.2
23
+
24
+ - tqdm>=4.65.0
25
+ - transformers==4.35.2
26
+ - triton==2.0.0
27
+ - urllib3<1.27,>=1.25.4
28
+ - xformers>=0.0.20
29
+ - streamlit-keyup==0.2.0
30
+ - lpips
31
+ - clean-fid
32
+ - peft
33
+ - dominate
34
+ - diffusers==0.25.1
35
+ - gradio==3.43.1