-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyproject.toml
More file actions
15 lines (13 loc) · 770 Bytes
/
pyproject.toml
File metadata and controls
15 lines (13 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[project]
name = "comfyui-seam-carving"
description = "Nodes: Image Resize (seam carving). Seam carving (image resize) for ComfyUI. Based on [a/https://github.com/li-plus/seam-carving](https://github.com/li-plus/seam-carving). With seam carving algorithm, the image could be intelligently resized while keeping the important contents undistorted. The carving process could be further guided, so that an object could be removed from the image without apparent artifacts."
version = "1.0.0"
license = { file = "LICENSE" }
dependencies = ["seam-carving"]
[project.urls]
Repository = "https://github.com/spinagon/ComfyUI-seam-carving"
# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = "spinagon"
DisplayName = "ComfyUI-seam-carving"
Icon = ""