Skip to content

Conversation

@space-nuko
Copy link
Contributor

The built-in dialog menus for litegraph require a container element with the litegraph class, so I added the class to the body. Now the properties dialog/dialogs added by extensions will work correctly

@comfyanonymous comfyanonymous merged commit 606446d into comfyanonymous:master May 31, 2023
@YUTIAN3S
Copy link

very good

@faching
Copy link

faching commented Nov 16, 2023

这补丁怎么安装呀

@ShineHe2023
Copy link

什么意思啊 看不明白

@DENG-XC
Copy link

DENG-XC commented Jan 16, 2024

thanks for your great work, but how can I update this patch?(I have trouble with the openpose editor)

@rollingcookies
Copy link

Similarly, the OpenPose editor does not want to work, although this patch is included in the latest Comfi updates. Nothing happens when you click on the button [Open Editor] in freshly added node. And when you load Workflow with this node, the editor opens, but the poses in it are not editable - they have no circles in the places where the bones are attached.

@vinber5221
Copy link

这补丁怎么安装呀

在你的comfyui文件夹里,找到web这个路径,里面有两个文件,就是上面列出来的两个文件,用文字编辑打开,按照上面说的修改,很简单的几个字而已,重点是花点时间找。改完存就好了。

@Willber1995
Copy link

我打开了这些文件 发现已经是修改后的状态,可以不用管了吧

@kioz89
Copy link

kioz89 commented Apr 5, 2025

Everyone having the import failure for the open pose editor try this:

  1. go to ComfyUI main folder (where main.py is located)
  2. create folder "web"
  3. create subfolder "extensions"
  4. it should look like this: ComfyUI/web/extensions
  5. import again, restart and the magic happens

Why is that so? OpenPose Editor tries to import to a path with os.mkdir(...) but didnt checked if the folders/path exists.

@cibtets12
Copy link

작동안해여 ㅠㅠ 버튼조차 없어요

@newtypex
Copy link

Everyone having the import failure for the open pose editor try this:

  1. go to ComfyUI main folder (where main.py is located)
  2. create folder "web"
  3. create subfolder "extensions"
  4. it should look like this: ComfyUI/web/extensions
  5. import again, restart and the magic happens

Why is that so? OpenPose Editor tries to import to a path with os.mkdir(...) but didnt checked if the folders/path exists.

Great, that works for me!
Additional note: I chose to put most of my ComfyUI stuff including the main folder in another drive, but I still had to created the C:\Users\<my_account>\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\web\extensions folder to fix the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet