xiehuangbao1122 commited on
Commit
81fb56b
·
verified ·
1 Parent(s): 5a16008

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -4
requirements.txt CHANGED
@@ -1,8 +1,17 @@
 
1
  diffusers==0.24.0
2
  transformers==4.35.2
3
- torch==2.1.0
 
 
 
4
  gradio==3.48.0
5
- huggingface_hub==0.19.4 # 新增
 
 
6
  matplotlib==3.7.4
7
- accelerate==0.25.0
8
- pillow==10.1.0
 
 
 
 
1
+ # Core
2
  diffusers==0.24.0
3
  transformers==4.35.2
4
+ torch==2.1.0+cpu
5
+ accelerate==0.25.0
6
+
7
+ # Interface
8
  gradio==3.48.0
9
+ huggingface_hub==0.19.4
10
+
11
+ # Visualization
12
  matplotlib==3.7.4
13
+ Pillow==10.1.0
14
+
15
+ # Utilities
16
+ omegaconf==2.3.0
17
+ tqdm==4.66.1