Mavhas commited on
Commit
6fbdde6
·
verified ·
1 Parent(s): fef886b

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ streamlit
2
+ diffusers
3
+ torch
4
+ transformers
5
+ accelerate
6
+ Pillow # For image manipulation
7
+ bitsandbytes # For 8-bit optimization (if you want to try it)