-
Notifications
You must be signed in to change notification settings - Fork 272
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
Double wildcard manager tab bug when installed with replacer extension #765
Comments
I can't see why my extension can affects on other extension's on tab callback. Also I don't see it among your tabs in the screenshot |
I add my second tab here https://github.com/light-and-ray/sd-webui-replacer/blob/375e20260e2b9fbdba21a816679f65af07e3f0ec/scripts/replacer_main_ui.py#L37 but it's on dedicated page. Maybe this extension has a kind of onAfterComponent callbacks, which listens all new tabs. I can reproduce this error, but I don't have any other ideas |
I can confirm this bug for https://github.com/vladmandic/automatic - shows the tab twice. |
See a fix suggestion by vladmantic here: https://discord.com/channels/1101998836328697867/1199450263556198492/1202268975288045578 sd_dynmic_prompts/dynamic_prompting.py
this code needs to be removed and do things right
it still uses silly hack, but at least math is not wrong |
Nice vladmandic style 👍 What happens if the bug happens 3 or more times... The idea is okay. But better to make global bool variable, set it on initialization, and reset it on unload callback |
Whatever, someone just fix it. :P |
webui 1.9.0
Enable only two extensions sd-dynamic-prompts & sd-webui-replacer
I've confirmed this doesn't happen with other extensions
I don't know which extension is the problem
See also #481
The text was updated successfully, but these errors were encountered: