-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathpyproject.toml
39 lines (37 loc) · 1.08 KB
/
pyproject.toml
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
30
31
32
33
34
35
36
37
38
39
[project]
name = "comfyui-if_ai_tools"
description = "Run Local and API LLMs, Features OCR-RAG (Bialdy), nanoGraphRAG, Supervision Object Detection, Conditioning manipulation via Omost, supports Ollama, LlamaCPP LMstudio, Koboldcpp, TextGen, Transformers or via APIs Anthropic, Groq, OpenAI, Google Gemini, Mistral, xAI and create your own charcters assistants (SystemPrompts) with custom presets and muchmore"
version = "1.1.2"
license = { file = "LICENSE.txt" }
dependencies = ["anthropic",
"groq",
"mistralai",
"huggingface_hub",
"pypdf2",
"pdf2image",
"timm",
"sentence-transformers",
"byaldi",
"opencv-python",
"IPython",
"python-dotenv",
"nltk",
"tiktoken",
"matplotlib",
"plotly",
"kaleido",
"networkx",
"fastparquet",
"pydantic",
"rich",
"supervision",
"nano-graphrag",
"qwen-vl-utils"
]
[project.urls]
Repository = "https://github.com/if-ai/ComfyUI-IF_AI_tools"
# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = "impactframes"
DisplayName = "ComfyUI-IF_AI_tools"
Icon = "https://impactframes.ai/System/Icons/48x48/if.png"