From 5fe2f9f04836a756c1602b16069b3be7e9007a6d Mon Sep 17 00:00:00 2001 From: Tom Haelbich Date: Sun, 27 Aug 2023 20:04:07 +0200 Subject: [PATCH] changed 'yout batch size' to 'batch count' --- scripts/StyleSelectorXL.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/StyleSelectorXL.py b/scripts/StyleSelectorXL.py index b49d627..92186e4 100644 --- a/scripts/StyleSelectorXL.py +++ b/scripts/StyleSelectorXL.py @@ -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")