ahgsql / StyleSelectorXL

This repository contains a Automatic1111 Extension allows users to select and apply different styles to their inputs using SDXL 1.0.
456 stars 45 forks source link

SDXL_Stlyle Group Always Launches Open #26

Open mbloflin opened 10 months ago

mbloflin commented 10 months ago

In the StyleSelectorXL.py file on line 124 is this: with gr.Accordion("SDXL Styles", open=enabled):

The launch the Accordion window closed nicely like all the other ones, change line 124 to be: with gr.Accordion("SDXL Styles", open=False):

Can this change be made in the next update? THX

On launch, go from this: image

To this: image

rjgoif commented 10 months ago

+1 to this. I have to go into the source code and edit it with every update.

lunar-studio commented 8 months ago

Same. Doesn't seem to be respecting the selection.

sipie800 commented 1 month ago

+1