-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (26 loc) · 808 Bytes
/
Copy pathpyproject.toml
File metadata and controls
29 lines (26 loc) · 808 Bytes
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
[build-system]
requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"
[project]
name = "comfyui-glm-image"
version = "0.2.0"
description = "ComfyUI nodes for GLM-Image model integration (loaders + samplers)"
readme = "README.md"
license = { text = "Apache-2.0" }
requires-python = ">=3.10"
authors = [{ name = "Code2Collapse" }]
dependencies = [
"torch>=2.0",
"diffusers>=0.27",
"transformers>=4.40",
"pillow>=10.0",
"huggingface_hub>=0.23",
"accelerate",
]
[project.urls]
Repository = "https://github.com/Code2Collapse/ComfyUI-GLM_Image"
Issues = "https://github.com/Code2Collapse/ComfyUI-GLM_Image/issues"
[tool.comfy]
PublisherId = "Code2Collapse"
DisplayName = "ComfyUI-GLM_Image"
Icon = "https://i.pinimg.com/736x/5d/52/19/5d5219ef27c1530bea027ff95d352e05.jpg"