123LETSPLAY commited on
Commit
265d915
1 Parent(s): e2b81cf

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 # Diffusers library for text-to-image generation
2
+ transformers==4.34.0 # Hugging Face Transformers library
3
+ torch==2.0.1 # PyTorch for model execution
4
+ gradio==3.24.1 # Gradio for web interface