Replies: 7 comments 54 replies
-
Should I install the openpose editor using the extension tab ? because I did and still show the message that I dont have the openpose editor installed. |
Beta Was this translation helpful? Give feedback.
-
Could you please provide a video in a broadly available format like MP4? Thanks. |
Beta Was this translation helpful? Give feedback.
-
640 * 960的图放入controlnet,勾选pixel perfect,点击预览, 然后Edit,打开 窗口,他的512 * 768分辨率,然后我再上传这张素材当背景,完全对不上,可以让素材图片自动 缩到512*768吗 |
Beta Was this translation helpful? Give feedback.
-
Good job! Looking forward to this.👍 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git clone -v --filter=blob:none -- #1548 D:\sd-webui-aki-v4.3\tmp\1548 stderr: 'Cloning into 'D:\sd-webui-aki-v4.3\tmp\1548'... warning: missing OAuth configuration for gitcode.net - see https://aka.ms/gcm/gitlab for more information remote: HTTP Basic: Access denied fatal: Authentication failed for 'https://gitcode.net/ranting8323/sd-webui-controlnet/discussions/1548.git/' ' |
Beta Was this translation helpful? Give feedback.
-
Sometimes the controlnet openpose preprocessor does not provide exact result we want. When this happens, we can either:
none
none
.To address this issue. We implemented an embedded openpose editor. Now if you are not satisfied with the pose output, you can click the
Edit
button on the generated image to send the pose to an editor for edit.Currently, to use the edit feature, you will need controlnet
v1.1.216
and another extension installed:https://github.com/huchenlei/sd-webui-openpose-editor.
(Note: although the extension is build with Vue.js, the users do not need to setup the build environment. The extension will download the compiled app
dist/
from github release.)Here is a demo showing how to use the feature:
edit_demo.webm
If you don't like the feature, here is a guide on how to disable it:
feature_off_demo.webm
If you meet any problems with the editor, please submit an issue to the editor repo instead of the controlnet extension repo, thanks!
Beta Was this translation helpful? Give feedback.
All reactions