-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Fix litegraph dialog CSS #711
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix litegraph dialog CSS #711
Conversation
|
very good |
|
这补丁怎么安装呀 |
|
什么意思啊 看不明白 |
|
thanks for your great work, but how can I update this patch?(I have trouble with the openpose editor) |
|
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. |
在你的comfyui文件夹里,找到web这个路径,里面有两个文件,就是上面列出来的两个文件,用文字编辑打开,按照上面说的修改,很简单的几个字而已,重点是花点时间找。改完存就好了。 |
|
我打开了这些文件 发现已经是修改后的状态,可以不用管了吧 |
|
Everyone having the import failure for the open pose editor try this:
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! |
The built-in dialog menus for litegraph require a container element with the
litegraphclass, so I added the class to the body. Now the properties dialog/dialogs added by extensions will work correctly