-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpyproject.toml
More file actions
23 lines (21 loc) · 962 Bytes
/
Copy pathpyproject.toml
File metadata and controls
23 lines (21 loc) · 962 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[project]
name = "comfyui-workflow-models-downloader"
description = "Scan workflows for required models and download them automatically from HuggingFace, CivitAI, and other sources. Features include filter dropdowns, Tavily AI-powered advanced search, metadata caching, and automatic URL restoration."
version = "1.8.1"
license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"requests",
"huggingface_hub",
"tavily-python",
"aiohttp",
]
[project.urls]
Repository = "https://github.com/slahiri/ComfyUI-Workflow-Models-Downloader"
Documentation = "https://github.com/slahiri/ComfyUI-Workflow-Models-Downloader#readme"
"Bug Tracker" = "https://github.com/slahiri/ComfyUI-Workflow-Models-Downloader/issues"
[tool.comfy]
PublisherId = "slahiri"
DisplayName = "Workflow Models Downloader"
Icon = "https://raw.githubusercontent.com/slahiri/ComfyUI-Workflow-Models-Downloader/main/images/workflow-models-tab.png"