Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jags111 authored May 19, 2024
1 parent 6572755 commit 8c6cd6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "comfyui_jags_vectormagic"
description = ""
description = "ComfyUI_Jags_VectorMagic A collection of nodes to explore Vector and image manipulation"
version = "1.0.0"
license = "LICENSE"
dependencies = ["librosa", "numpy", "Pillow", "scipy", "color-matcher", "matplotlib", "clip-interrogator", "simpleeval", "ultralytics", "ultralyticsplus", "CLIPSeg", "OpenCV"]
Expand All @@ -9,7 +9,7 @@ dependencies = ["librosa", "numpy", "Pillow", "scipy", "color-matcher", "matplot
Repository = "https://github.com/jags111/ComfyUI_Jags_VectorMagic"

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

0 comments on commit 8c6cd6b

Please sign in to comment.