123LETSPLAY commited on
Commit
a33ccf8
β€’
1 Parent(s): 9be4d61

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -0
requirements.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ diffusers==0.20.2 # Make sure to use the version that matches your project needs
2
+ transformers==4.34.0
3
+ torch==2.0.1 # or a compatible version based on your system
4
+ gradio==3.24.1 # for creating the web interface