jree423 commited on
Commit
e6754e8
·
verified ·
1 Parent(s): 8f849bf

Update requirements for DiffSketcher

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -1
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