We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I turn off the default open option, the open page will still automatically check the enable option
When I modify the code https://github.com/ahgsql/StyleSelectorXL/blob/main/scripts/StyleSelectorXL.py#L126C21-L128C116
is_enabled = gr.Checkbox(value=enabled, label="Enable Style Selector", info="Enable Or Disable Style Selector ")
to
is_enabled = gr.Checkbox(value=False, label="Enable Style Selector", info="Enable Or Disable Style Selector ")
It will still default to enable the style selector
Related issues:AUTOMATIC1111/stable-diffusion-webui#11210
The text was updated successfully, but these errors were encountered:
is_enabled = gr.Checkbox(value=Disabled,
shared.opts.add_option( "enable_styleselector_by_default", shared.OptionInfo( False, "enable Style Selector by default", gr.Checkbox, section=section ) )
Sorry, something went wrong.
No branches or pull requests
Can not enable Style Selector by default, It is not effective
When I turn off the default open option, the open page will still automatically check the enable option
![1719330515489](https://private-user-images.githubusercontent.com/114978440/342801772-b197599c-4abd-47f1-85aa-74d07c0f5513.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MTE4MzksIm5iZiI6MTczODkxMTUzOSwicGF0aCI6Ii8xMTQ5Nzg0NDAvMzQyODAxNzcyLWIxOTc1OTljLTRhYmQtNDdmMS04NWFhLTc0ZDA3YzBmNTUxMy5qcGc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QwNjU4NTlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jMTEyMTk2ZGRlOTQ1MTkzNGMxZTUxOTI5NzA5NzUzZWJmMWFlZDM4ZTVhYjMwY2RlYWZkYWFhMmY2OWI5OTliJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.tknveSEvhnjosGkW5aoRxJmoQkGggSobv5MtbCKvP-E)
![1719330515502](https://private-user-images.githubusercontent.com/114978440/342801831-b718feba-d990-46f9-9c60-648317226ef0.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MTE4MzksIm5iZiI6MTczODkxMTUzOSwicGF0aCI6Ii8xMTQ5Nzg0NDAvMzQyODAxODMxLWI3MThmZWJhLWQ5OTAtNDZmOS05YzYwLTY0ODMxNzIyNmVmMC5qcGc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QwNjU4NTlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mMGYwNjhkNWRiZTY3ZDM4NWMwNTI0ZjI2Y2E1NzNlNjE1Zjk2ZDI0MjkxM2Q5ZjVlOWQzYjJiYTYxMzYyMjEyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.CWHHiOgjuB2WkDc0VaFQMhU87BkoL5JuuX2lbzuNzIc)
When I modify the code https://github.com/ahgsql/StyleSelectorXL/blob/main/scripts/StyleSelectorXL.py#L126C21-L128C116
to
It will still default to enable the style selector
Related issues:AUTOMATIC1111/stable-diffusion-webui#11210
The text was updated successfully, but these errors were encountered: