SDXL / pyproject.toml
hysts's picture
hysts HF staff
gradio==5.0.1
7426a63
raw
history blame
293 Bytes
[project]
name = "sdxl"
version = "0.1.0"
description = ""
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"accelerate>=1.0.0",
"diffusers>=0.30.3",
"gradio>=5.0.1",
"hf-transfer>=0.1.8",
"spaces>=0.30.3",
"torch==2.4.0",
"transformers>=4.45.2",
]