mirror of
https://github.com/jtydhr88/ComfyUI-See-through.git
synced 2026-05-05 20:00:40 +00:00
20 lines
482 B
TOML
20 lines
482 B
TOML
[project]
|
|
name = "comfyui-see-through"
|
|
description = "ComfyUI nodes for See-through: Anime Layer Decomposition from a Single Image"
|
|
version = "0.4.4"
|
|
license = "MIT"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"diffusers>=0.25.0",
|
|
"accelerate>=0.20.0",
|
|
"opencv-python>=4.0.0",
|
|
"scikit-learn>=1.0.0",
|
|
]
|
|
|
|
[project.urls]
|
|
Repository = "https://github.com/jtydhr88/ComfyUI-See-through"
|
|
|
|
[tool.comfy]
|
|
PublisherId = "jtydhr88"
|
|
DisplayName = "ComfyUI-See-through"
|
|
Icon = ""
|