Adityadn commited on
Commit
a61f1e3
1 Parent(s): ed84099

Update modules/sdxl_styles.py

Browse files
Files changed (1) hide show
  1. modules/sdxl_styles.py +2 -2
modules/sdxl_styles.py CHANGED
@@ -28,7 +28,7 @@ styles = {}
28
 
29
  styles_files = get_files_from_folder(styles_path, ['.json'])
30
 
31
- for x in ['sdxl_styles_fooocus.json',
32
  'sdxl_styles_sai.json',
33
  'sdxl_styles_mre.json',
34
  'sdxl_styles_twri.json',
@@ -51,7 +51,7 @@ for styles_file in styles_files:
51
  print(f'Failed to load style file {styles_file}')
52
 
53
  style_keys = list(styles.keys())
54
- fooocus_expansion = "Fooocus V2"
55
  legal_style_names = [fooocus_expansion] + style_keys
56
 
57
 
 
28
 
29
  styles_files = get_files_from_folder(styles_path, ['.json'])
30
 
31
+ for x in ['sdxl_styles_image.json',
32
  'sdxl_styles_sai.json',
33
  'sdxl_styles_mre.json',
34
  'sdxl_styles_twri.json',
 
51
  print(f'Failed to load style file {styles_file}')
52
 
53
  style_keys = list(styles.keys())
54
+ fooocus_expansion = "Image V2"
55
  legal_style_names = [fooocus_expansion] + style_keys
56
 
57