ColorMasking / pyproject.toml
kwilliamson's picture
Fixing hf build
d43a76d
raw
history blame
266 Bytes
[project]
name = "color-mapping"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"gradio",
"diffusers",
"transformers",
"controlnet_aux",
"Pillow",
"numpy<2.0.0",
]