-
Notifications
You must be signed in to change notification settings - Fork 75
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
Can't click the button #4
Comments
@Tobe2d The Can you open the browser developer console (F12 or right click some where on the UI and select You can also try to upgrade the A1111 to the latest commit and try again. |
Thanks for the reply @artventurdev The output of theF12 Console:
The above is when I click on "Enqueue" In regards to the upgrade I am on the latest update: version: v1.3.1 |
I'm having the same problem. The error I'm getting is identical to the one above though there is an earlier error that is generated when the page loads that reads: Running sd.next (vladmandic/automatic) |
@Tobe2d @Ezekiel-Rage Have you observed similar errors with any other JS scripts, or only with Can you switch to the |
I've had problems with other JS scripts in the past however those issues were the result of a gradio change. The change required certain configurations to explicitly grant permission for gradio to access paths outside its own working folder. The end result was several JS scripts being blocked as 403 forbidden. That issue have since been resolved. Unfortunately this one is entirely unique to sd-webui-agent-scheduler. Here's a screenshot of the network > preview tab. I've also saved the information in the attached txt file if you need more info than the screenshot can provide. |
The js content look correct. I'll take a deeper look on how how these js files are handled by gradio. |
@artventurdev And the preview tab: |
@Tobe2d @Ezekiel-Rage, it seems that there may be an issue with Python returning the wrong mimetype for the If possible, please add the following debugging code to from mimetypes import guess_type
print("mjs mimetypes", guess_type('/extension.mjs', True)) Restart the webui and check the logs for the output, which should look like this:
If instead the output is
|
The output was: I'll try your suggestions later tonight when I have some free time. |
I tried removing the venv folder and letting it reinitialize but no luck. After some investigation I found the cause of my issue to be a registry error. |
@Ezekiel-Rage, good catch! @Tobe2d, can you try the registry fix mentioned above? It should also resolve your issue. Possible steps:
|
Thanks @artventurdev editing the registry works for me ;-) |
@artventurdev works for me too :) |
Thank you so much for making this extention.
I have installed it and it show the new button "Enqueue" however I cant click the button ;-(
I went to settings and removed Hide the checkpoint dropdown and still the same.
Tested "Between Prompt and Generate button" and still I can't click the button "Enqueue"
When I click it literally nothing happens.
In the log it does not show any error.
What it could be?
The text was updated successfully, but these errors were encountered: