mirror of
https://github.com/ahgsql/StyleSelectorXL.git
synced 2026-05-01 03:31:49 +00:00
changed 'yout batch size' to 'batch count'
This commit is contained in:
@@ -136,7 +136,7 @@ class StyleSelectorXL(scripts.Script):
|
|||||||
with FormRow():
|
with FormRow():
|
||||||
with FormColumn(min_width=160):
|
with FormColumn(min_width=160):
|
||||||
allstyles = gr.Checkbox(
|
allstyles = gr.Checkbox(
|
||||||
value=False, label="Generate All Styles In Order", info="To Generate Your Prompt in All Available Styles, Its Better to set yout batch size to " + str(len(self.styleNames)) + " ( Style Count)")
|
value=False, label="Generate All Styles In Order", info="To Generate Your Prompt in All Available Styles, Its Better to set batch count to " + str(len(self.styleNames)) + " ( Style Count)")
|
||||||
|
|
||||||
style_ui_type = shared.opts.data.get(
|
style_ui_type = shared.opts.data.get(
|
||||||
"styles_ui", "radio-buttons")
|
"styles_ui", "radio-buttons")
|
||||||
|
|||||||
Reference in New Issue
Block a user