Skip to content

Commit

Permalink
Add pyproject.toml for Custom Node Registry (#32)
Browse files Browse the repository at this point in the history
* chore(pyproject): Add pyproject.toml for Custom Node Registry

* Update pyproject.toml desc
  • Loading branch information
haohaocreates authored Jun 19, 2024
1 parent b676dc3 commit 8e4e67c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[project]
name = "comfyui-marigold"
description = "This is a wrapper node for Marigold depth estimation: [https://github.com/prs-eth/Marigold](https://github.com/kijai/ComfyUI-Marigold). Currently using the same diffusers pipeline as in the original implementation, so in addition to the custom node, you need the model in diffusers format.\nNOTE: See details in repo to install."
version = "1.0.0"
license = "LICENSE"
dependencies = ["accelerate>=0.22.0", "diffusers>=0.25.0", "matplotlib", "scipy", "torch>=2.0.1", "transformers>=4.32.1", "huggingface-hub"]

[project.urls]
Repository = "https://github.com/kijai/ComfyUI-Marigold"
# Used by Comfy Registry https://comfyregistry.org

[tool.comfy]
PublisherId = ""
DisplayName = "ComfyUI-Marigold"
Icon = ""

0 comments on commit 8e4e67c

Please sign in to comment.