Spaces:
Running
Running
# Base requirements | |
gradio | |
torch --index-url https://download.pytorch.org/whl/cpu # Explicitly request CPU build if needed | |
accelerate | |
transformers>=4.30.0 # Version supporting necessary features | |
Pillow | |
opencv-python-headless # For image processing, headless avoids GUI conflicts | |
peft | |
# Diffusers specific | |
diffusers[torch]>=0.27.0 # Use a recent version for IP-Adapter + LoRA handling | |
# IP Adapter dependencies (might be implicitly covered, but good to list) | |
# safetensors # Often used for model weights | |
# Optional for more detailed memory debugging (if needed) | |
# psutil |