jree423 commited on
Commit
1802ee2
·
verified ·
1 Parent(s): b0efdb8

Update requirements for DiffSketchEdit

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt CHANGED
@@ -1 +1,10 @@
 
 
 
 
 
 
1
  Pillow>=8.0.0
 
 
 
 
1
+ torch>=2.0.0
2
+ torchvision>=0.15.0
3
+ diffusers>=0.20.0
4
+ transformers>=4.20.0
5
+ accelerate>=0.20.0
6
+ numpy>=1.21.0
7
  Pillow>=8.0.0
8
+ svgwrite>=1.4.0
9
+ omegaconf>=2.3.0
10
+ huggingface_hub>=0.15.0