SDXL_To_Diffusers / requirements.txt
Duskfallcrew's picture
Update requirements.txt
f90283a verified
raw
history blame contribute delete
670 Bytes
# Core dependencies
gradio # Let pip install the latest
fastapi # Use the latest stable
uvicorn[standard] # Let pip choose, but keep [standard]
pydantic # Let pip choose the newest, but after 2.0
httpx # Use the latest stable
python-multipart # Use the latest stable
# ML stack
torch # 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
accelerate # It argues that this is codeded and testedd lol.
# Utilities
requests # Use the latest stable.
huggingface_hub # Let pip install the latest