-
Notifications
You must be signed in to change notification settings - Fork 103
Expand file tree
/
Copy pathpyproject.toml
More file actions
25 lines (20 loc) · 1.07 KB
/
Copy pathpyproject.toml
File metadata and controls
25 lines (20 loc) · 1.07 KB
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
[project]
name = "prompt-assistant"
version = "2.0.6"
description = "Prompt Assistant is a versatile, all-in-one prompt utility that offers one-click access to any online or local LLM. It features seamless prompt translation, refinement, expansion, and image/video-to-prompt reverse engineering, plus prompt collections for instant invocation.提示词小助手可以一键调用任意在线以及本地大模型。实现提示词翻译、润色扩写、图片视频反推等功能。同时支持提示词收藏一键调用等功能。是一个全能型提示词插件。"
readme = "README.md"
license = {text = "GNU General Public License v3"}
classifiers = [
"Operating System :: OS Independent"
]
dependencies = [
"comfyui-frontend-package>=1.39.16"
]
[project.urls]
Repository = "https://github.com/yawiii/ComfyUI-Prompt-Assistant"
[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
[tool.comfy]
PublisherId = "yawiii"
DisplayName = "Prompt Assistant"
Icon = "https://raw.githubusercontent.com/yawiii/assets/refs/heads/main/prompt_assistant/icon.png"