Skip to content

Commit

Permalink
Merge pull request #4 from haohaocreates/update-pyproject.toml
Browse files Browse the repository at this point in the history
Fix pyproject.toml fields
  • Loading branch information
gokayfem committed May 21, 2024
2 parents 178b3c4 + 1a99745 commit 2b926d8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
[project]
name = "pr-comfyui-depth-visualization-5b6de467"
description = ""
name = "comfyui-depth-visualization"
description = "Works with any Depth Map and visualizes the applied version it inside ComfyUI"
version = "1.0.1"
license = "LICENSE"
dependencies = ["Pillow>=10.1.0"]

[project.urls]
Repository = "https://github.com/haohaocreates/PR-ComfyUI-Depth-Visualization-5b6de467"
Repository = "https://github.com/gokayfem/ComfyUI-Depth-Visualization"

[tool.comfy]
PublisherId = "gokayfem"
DisplayName = "PR-ComfyUI-Depth-Visualization-5b6de467"
DisplayName = "ComfyUI-Depth-Visualization"
Icon = ""
Models = [{location = "/checkpoints/model.safetensor", model_url = "https://example.com/model.zip"}]

0 comments on commit 2b926d8

Please sign in to comment.