chengjiaxiang commited on
Commit
bee52a6
·
1 Parent(s): d7f024d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ torch
2
+ torchvision
3
+ diffusers
4
+ transformers
5
+ opencv-python
6
+ omegaconf
7
+ tqdm
8
+ numpy
9
+ safetensors
10
+ gradio==4.8.0
11
+ peft
12
+ httpx=0.23.3