mirror of
https://github.com/ahgsql/StyleSelectorXL.git
synced 2026-01-26 11:09:53 +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 FormColumn(min_width=160):
|
||||
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(
|
||||
"styles_ui", "radio-buttons")
|
||||
|
||||
Reference in New Issue
Block a user