FireRed-Image-Edit-Stripped / pyproject.toml
someone-in-the-world's picture
Remove ssr_mode=False from launch() — invalid in Gradio 6.x
3f3b81d
Raw
History Blame Contribute Delete
646 Bytes
[project]
name = "firered-image-edit"
version = "1.0.0"
requires-python = ">=3.10"
dependencies = [
"transformers>=5.0.0",
"huggingface_hub",
"sentencepiece",
"torchvision",
"kernels",
"spaces",
"hf_xet",
"gradio==6.14.0",
"torch",
"numpy",
"av",
# git deps — pinned to exact commits by uv lock
"accelerate",
"diffusers",
"peft",
]
[tool.uv]
package = false
[tool.uv.sources]
accelerate = { git = "https://github.com/huggingface/accelerate.git" }
diffusers = { git = "https://github.com/huggingface/diffusers.git" }
peft = { git = "https://github.com/huggingface/peft.git" }