KarthikAI commited on
Commit
3290891
·
verified ·
1 Parent(s): f5179c3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
  # Only install what's needed for Stable Diffusion, IP-Adapter, and CPU inference
2
- accelerate
3
- Pillow
4
  diffusers==0.25.0
5
  transformers==4.36.2
6
  huggingface_hub==0.18.0
7
- torch>=2.0.0
8
- fastapi
 
 
 
1
  # Only install what's needed for Stable Diffusion, IP-Adapter, and CPU inference
 
 
2
  diffusers==0.25.0
3
  transformers==4.36.2
4
  huggingface_hub==0.18.0
5
+ torch==2.1.2
6
+ fastapi==0.110.0
7
+ Pillow==10.2.0
8
+ accelerate==0.24.1