Skip to content

Commit

Permalink
chore(pyproject): $'Add pyproject.toml for Custom Node Registry'
Browse files Browse the repository at this point in the history
  • Loading branch information
null committed May 19, 2024
1 parent 4390798 commit 84d45a3
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_jags_vectormagic"
description = ""
version = "1.0.0"
license = "LICENSE"
dependencies = ["librosa", "numpy", "Pillow", "scipy", "color-matcher", "matplotlib", "clip-interrogator", "simpleeval", "ultralytics", "ultralyticsplus", "CLIPSeg", "OpenCV"]

[project.urls]
Repository = "https://github.com/jags111/ComfyUI_Jags_VectorMagic"

[tool.comfy]
PublisherId = ""
DisplayName = "ComfyUI_Jags_VectorMagic"
Icon = ""
Models = [{location = "/checkpoints/model.safetensor", model_url = "https://example.com/model.zip"}]

0 comments on commit 84d45a3

Please sign in to comment.