changed 'yout batch size' to 'batch count'

This commit is contained in:
Tom Haelbich
2023-08-27 20:04:07 +02:00
parent 93852dfb20
commit 5fe2f9f048

View File

@@ -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")