Closed GarmischWg closed 1 year ago
I don't think the issue was introduced by v0.1.13
as it only modifies the logic of Download Image
button. Can you share a screenshot of the console message of 404? The :1
suffix is pretty suspecious.
The same:
webui: v1.6.0 controlnet: v1.1.410 openpose-editor: 0.1.13
It used to work, but at some point it stopped working. I have reinstalled the extension without success
Here is the error message. This message appears without me starting any openpose processing.
On another note, i haven't update the extension for at least 1-2 months, so the indeed the version can be any of it.
Is there a way to specify which commit to install from in Automatic1111? or is it possible to just use another terminal, cd into the directory and use git command to checkout another commit?
Ah, I see it is ControlNet extension checking whether the editor is available.
Can you execute following code in the browser console?
fetch("/openpose_editor_index")
If things are normal, you should get something similar to following screenshot:
It does seems like everything is ok, but the editor still would not start by clicking the edit button
I am able to reproduce it now reliably in the page auto-launched by A1111. I think the reason is that the when the page loads, the openpose editor server not ready yet.
If you refresh the page, it should work fine. The auto-launched page of A1111 is added in 1.6.0. I think that is the reason why you are noticing the issue now, and not before.
Currently we also have the editor available at https://huchenlei.github.io/sd-webui-openpose-editor/
We might want to fallback onto that address if no local installation is found.
WDYT?
Thank you very much, refreashing the page does work.
Update your ControlNet extension to v1.1.411
should fix the issue (No refresh needed).
Thank you very much, refreashing the page does work.
SOLUTION
- Launch the webui normally
- Refresh the webpage in the browser (Not the UI, not reload UI), you may do so by pressing Ctrl+R on windows Chrome.
Works for me !!
Is there an existing issue for this?
What happened?
After installing this openpose editor by pasting the repo link to automatic1111 and restarting the webui, i got the popup saying that the editor is not found.
I have done the following
This happened after i accidentally uninstalled the extension. This causes me to install the newer version of the extension.
My extension: controlnet version v1.1.410
Steps to reproduce the problem
What should have happened?
The editor should have been shown
Commit where the problem happens
webui: v1.6.0 controlnet: v1.1.410 openpose-editor: 0.1.13
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
Console logs
Browser logs
Failed to load resource: the server responded with a status of 404 (Not Found) :7860/openpose_editor_index:1 (btw, click the link ":7860/openpose_editor_index:1" works, it launches the editor in another tab)
Additional information
No response