KarthikAI commited on
Commit
f8cecd3
·
verified ·
1 Parent(s): 950f032

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  # Only install what's needed for Stable Diffusion, IP-Adapter, and CPU inference
2
- transformers
3
- torch # Version will depend on your platform
4
  accelerate
5
  Pillow
6
  diffusers==0.25.0
7
- huggingface_hub==0.18.0
 
 
 
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