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

Update requirements.txt

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