image-image / requirements.txt
shaaravpawar's picture
Update requirements.txt
4cbbaa1 verified
raw
history blame contribute delete
348 Bytes
diffusers==0.18.0 # The version of Hugging Face Diffusers library
transformers==4.30.2 # Transformers for pre-trained model handling
accelerate==0.19.0 # Accelerate for optimized pipeline execution
torch==2.0.1 # PyTorch for running models
gradio==3.35.2 # Gradio for the web interface
safetensors==0.3.1 # For loading models faster