-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (24 loc) · 779 Bytes
/
pyproject.toml
File metadata and controls
29 lines (24 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[project]
name = "ComfyUI-MiniCPM"
description = "A custom ComfyUI node for MiniCPM vision-language models, supporting v4, v4.5, and v4 GGUF formats, enabling high-quality image captioning and visual analysis."
version = "1.1.1"
license = {file = "LICENSE"}
dependencies = [
"torch>=2.0.0",
"transformers>=4.35.0",
"torchvision>=0.15.0",
"Pillow>=9.0.0",
"huggingface-hub>=0.16.0",
"hf_xet>=0.16.0",
"numpy>=1.21.0",
"accelerate>=0.20.0"
]
[project.optional-dependencies]
gguf = ["llama-cpp-python>=0.2.0"]
[project.urls]
Repository = "https://github.com/1038lab/ComfyUI-MiniCPM"
# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = "ailab"
DisplayName = "ComfyUI-MiniCPM"
Icon = ""