shaaravpawar commited on
Commit
58cc8dd
·
verified ·
1 Parent(s): a3f2ded

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -9
requirements.txt CHANGED
@@ -1,9 +1,6 @@
1
- diffusers==0.21.0
2
- transformers>=4.30.0
3
- torch>=2.0
4
- accelerate>=0.20.0
5
- scripy
6
- image
7
- pillow
8
- flask
9
- gunicorn
 
1
+ diffusers==0.18.0 # The version of Hugging Face Diffusers library
2
+ transformers==4.30.2 # Transformers for pre-trained model handling
3
+ accelerate==0.19.0 # Accelerate for optimized pipeline execution
4
+ torch==2.0.1 # PyTorch for running models
5
+ gradio==3.35.2 # Gradio for the web interface
6
+ safetensors==0.3.1 # For loading models faster