-
Notifications
You must be signed in to change notification settings - Fork 15
/
pyproject.toml
29 lines (23 loc) · 1.02 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
[tool.poetry]
name = "plush-for-comfyui"
version = "1.21.14"
description = "A suite of nodes that includes: - Prompt enhancers/generators that employ remote AI services and local front-ends like: ChatGPT, Anthropic Claude, Groq, LM Studio, Oobabooga, 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 utili"
authors = ["glibsonoran <[email protected]>"]
license = "GNU GENERAL PUBLIC LICENSE"
readme = "README.md"
=======
[tool.poetry.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"
=======