-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpyproject.toml
More file actions
86 lines (79 loc) · 2.41 KB
/
pyproject.toml
File metadata and controls
86 lines (79 loc) · 2.41 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
[project]
name = "comfyui-erics-prompt-enhancers"
version = "1.9.8"
description = "A comprehensive suite of AI-powered prompt enhancement nodes for ComfyUI using local LLMs (LM Studio or Ollama). Transform simple prompts into detailed, platform-optimized descriptions for video and image generation."
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.8"
authors = [
{ name = "Eric Hiss", email = "eric@historic.camera" }
]
maintainers = [
{ name = "Eric Hiss", email = "eric@rollei.us" }
]
keywords = [
"comfyui",
"prompt",
"prompt-engineering",
"prompt-expansion",
"llm",
"local-llm",
"lm-studio",
"ollama",
"stable-diffusion",
"flux",
"sdxl",
"pony-diffusion",
"illustrious-xl",
"video-generation",
"image-generation",
"ai-art",
"text-to-image",
"text-to-video",
"image-to-video",
"wan21",
"hunyuan"
]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: End Users/Desktop",
"Topic :: Multimedia :: Graphics",
"Topic :: Multimedia :: Video",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: OS Independent",
]
dependencies = [
"requests>=2.25.0",
]
[project.optional-dependencies]
dev = [
"pytest>=7.0.0",
"pytest-cov>=4.0.0",
]
[project.urls]
Homepage = "https://github.com/EricRollei/Local_LLM_Prompt_Enhancer"
Repository = "https://github.com/EricRollei/Local_LLM_Prompt_Enhancer.git"
Documentation = "https://github.com/EricRollei/Local_LLM_Prompt_Enhancer/wiki"
Issues = "https://github.com/EricRollei/Local_LLM_Prompt_Enhancer/issues"
Changelog = "https://github.com/EricRollei/Local_LLM_Prompt_Enhancer/blob/main/CHANGELOG.md"
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
packages = ["video_prompter"]
include-package-data = true
[tool.setuptools.package-data]
video_prompter = ["*.json", "*.md"]
# ComfyUI Registry Configuration
# https://docs.comfy.org/registry/overview
[tool.comfy]
PublisherId = "ericrollei"
DisplayName = "Eric's Prompt Enhancers"
Icon = ""