MostafaAly commited on
Commit
9bb9ed9
·
verified ·
1 Parent(s): fe083ee

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -1
requirements.txt CHANGED
@@ -2,4 +2,8 @@ fastapi
2
  uvicorn
3
  torch
4
  diffusers
5
- transformers
 
 
 
 
 
2
  uvicorn
3
  torch
4
  diffusers
5
+ transformers
6
+ accelerate
7
+ Pillow # For handling images
8
+ ftfy # Fixes text issues, required for tokenization
9
+ scipy # For certain image processing operations