-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
UI option never hidden, always starts out unchecked #53
Comments
Thanks! |
The hiding option works now. My
Does it matter that the caption text is different between sd-webui-negpip/scripts/negpip.py Line 79 in 8d066a3
sd-webui-negpip/scripts/negpip.py Line 91 in 8d066a3
I.e. "Toggle startup [WITH ]Active"? Does that somehow affect things? I wouldn't think so, but I want to make sure 😅 Capture.2025-01-09.20-50-51.mp4 |
If you hide it, you can turn the functionality on or off in the "Active" setting under Settings. |
No, it always starts out deactivated for me, even when it is hidden and the "Active" setting it set. |
Judging from the situation, it seems that the contents of ui-config.json are either not being correctly rewritten or not being properly loaded. |
Can you reproduce the issue, or do you have to work from my reports? But if I'm the only person experiencing this, there must be something I have to do 😅 |
I just tested the latest update (b054b92): Now it works for loading the UI for the first time! 🥳 If you could make it read its current setting on render (? refresh? I don't know which callbacks/events exist in the Automatic1111 WebUI 😅), that would complete the last bit of the issue. |
The accordion UI item is never hidden, like the setting "Hide in Txt2Img/Img2Img tab" suggests.
This leads to the menu spawning in unchecked, which has lead to much confusion 😅
I don't know how the UI/Settings system works, but it looks like the settings value for "negpip_hide" is read into
opt_hideui
, without that variable ever being used.sd-webui-negpip/scripts/negpip.py
Line 44 in db6e47d
The settings value is queried again only in
process_batch
.Also, I can't get the "Toggle startup Active" button to work. I assume the checkbox should start out being checked?
The text was updated successfully, but these errors were encountered: