diff --git a/scripts/StyleSelectorXL.py b/scripts/StyleSelectorXL.py index 92186e4..e8c77a9 100644 --- a/scripts/StyleSelectorXL.py +++ b/scripts/StyleSelectorXL.py @@ -34,7 +34,7 @@ def read_sdxl_styles(json_data): if 'name' in item: # Append the value of 'name' to the names list names.append(item['name']) - + names.sort() return names