-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpyproject.toml
32 lines (22 loc) · 1.14 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
[tool.poetry]
name = "Plush-for-ComfyUI"
version = "1.21.26"
description = "A suite of nodes that includes: - Prompt enhancers/generators that employ remote AI services and local front-ends like: ChatGPT, Anthropic Claude, Groq, Gemini, LM Studio, Oobabooga, OpenRouter etc. - An Image Generator that uses Dall_e 3. - An image metadata extractor that extracts seed, prompt, cfg, size, denoise, etc from existing AI generated images and photo metadata (from exif data) from jpeg photographs. A tagger that appends text (tags) to the beginning, end and/or middle of a text block. Image and text multiplexer utilility. A text block remover that removes text between two named tags."
authors = ["glibsonoran", "email=glibsonoran@users.noreply.github.com"]
license = {file="GNU GENERAL PUBLIC LICENSE"}
readme = "README.md"
requires-python = ">=3.10"
[project.dependencies]
python = "3.10, 3.11, 3.12"
numpy = "1.23.5"
openai = "1.14.0"
pillow = "10.3.0"
torch = "2.0.1"
requests = "2.31.0"
pyexiv2 = "2.12.0"
groq = "0.5.0"
anthropic = "0.25.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
PublisherId = "glibsonoran"