| [project] | |
| name = "nunchaku_qwen_image_edit_2509" | |
| version = "0.1.0" | |
| requires-python = "~=3.10.0" | |
| dependencies = [ | |
| "diffusers", | |
| "nunchaku", | |
| "torch~=2.7.0", | |
| "transformers[torch]>=4.54,<4.57", | |
| "gradio~=5.49.1", | |
| "opencv-python-headless~=4.12.0.88", | |
| ] | |
| [tool.uv.sources] | |
| diffusers = { git = "https://github.com/huggingface/diffusers", rev = "a519272d97f011332588e1aaa73d32952d80f3f5" } | |
| nunchaku = { url = "https://github.com/nunchaku-tech/nunchaku/releases/download/v1.0.2/nunchaku-1.0.2+torch2.7-cp310-cp310-linux_x86_64.whl" } | |