mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
feat: rename random to random style, add translation
This commit is contained in:
@@ -57,6 +57,7 @@
|
||||
"\ud83d\udcda History Log": "\uD83D\uDCDA History Log",
|
||||
"Image Style": "Image Style",
|
||||
"Fooocus V2": "Fooocus V2",
|
||||
"Random Style": "Random Style",
|
||||
"Default (Slightly Cinematic)": "Default (Slightly Cinematic)",
|
||||
"Fooocus Masterpiece": "Fooocus Masterpiece",
|
||||
"Fooocus Photograph": "Fooocus Photograph",
|
||||
|
||||
@@ -52,7 +52,7 @@ for styles_file in styles_files:
|
||||
|
||||
style_keys = list(styles.keys())
|
||||
fooocus_expansion = 'Fooocus V2'
|
||||
random_style_name = 'Random'
|
||||
random_style_name = 'Random Style'
|
||||
legal_style_names = [fooocus_expansion, random_style_name] + style_keys
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user