Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Update PublisherId
  • Loading branch information
Nuked88 committed May 21, 2024
1 parent b7c364e commit ab4af9d
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,7 +1,7 @@
[project]
name = "comfyui-n-nodes"
description = "A suite of custom nodes for ConfyUI that includes GPT text-prompt generation, LoadVideo,SaveVideo,LoadFramesFromFolder and FrameInterpolator"
version = "1.0.0"
version = "1.0.1"
license = "LICENSE"
dependencies = ["py-cpuinfo", "gitpython", "moviepy", "opencv-python", "scikit-build", "typing", "diskcache"]

Expand All @@ -10,6 +10,6 @@ Repository = "https://github.com/Nuked88/ComfyUI-N-Nodes"
# Used by Comfy Registry https://comfyregistry.org

[tool.comfy]
PublisherId = ""
PublisherId = "nuked"
DisplayName = "ComfyUI-N-Nodes"
Icon = ""

0 comments on commit ab4af9d

Please sign in to comment.