Skip to content

Commit

Permalink
PoseNode small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekPet committed Jan 24, 2025
1 parent 37d8fb4 commit 6f38ea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PoseNode/js/pose_node.js
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ function createOpenPose(node, inputName, inputData, app) {

node.openPose = new OpenPose(node, canvasOpenPose);
const widget = node.addDOMWidget(
`w${inputName}`,
"widget_openpose",
"openpose",
openPoseWrapper,
{
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "comfyui_custom_nodes_alekpet"
description = "Nodes: PoseNode, PainterNode, TranslateTextNode, TranslateCLIPTextEncodeNode, DeepTranslatorTextNode, DeepTranslatorCLIPTextEncodeNode, ArgosTranslateTextNode, ArgosTranslateCLIPTextEncodeNode, ChatGLM4TranslateCLIPTextEncodeNode, ChatGLM4TranslateTextNode, ChatGLM4InstructNode, ChatGLM4InstructMediaNode, PreviewTextNode, HexToHueNode, ColorsCorrectNode, IDENode."
version = "1.0.44"
version = "1.0.45"
license = { file = "LICENSE" }

[project.urls]
Expand Down

0 comments on commit 6f38ea6

Please sign in to comment.