SDXL_To_Diffusers / requirements.txt
Duskfallcrew's picture
Update requirements.txt
7ecf14e verified
raw
history blame
661 Bytes
# Core dependencies
gradio # Let pip install the latest, <=5.16.1
fastapi>=0.110.0 # Use the latest stable
uvicorn[standard] # Let pip choose, but keep [standard]
pydantic>=2.0 # Let pip choose the newest, but after 2.0
httpx>=0.27.0 # Use the latest stable
python-multipart>=0.0.9 # Use the latest stable
# ML stack
torch>=2.1.0 # Allow for updates, but keep a reasonable minimum
diffusers # Let pip install the latest
transformers # Let pip install the latest
safetensors # Let pip install the latest
xformers # Let pip resolve; torch manages this
# Utilities
requests>=2.31.0 # Use the latest stable.
huggingface_hub # Let pip install the latest