We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0c1063 + 82b415c commit 6953009Copy full SHA for 6953009
javascript/localization.js
@@ -11,11 +11,11 @@ var ignore_ids_for_localization = {
11
train_hypernetwork: 'OPTION',
12
txt2img_styles: 'OPTION',
13
img2img_styles: 'OPTION',
14
- setting_random_artist_categories: 'SPAN',
15
- setting_face_restoration_model: 'SPAN',
16
- setting_realesrgan_enabled_models: 'SPAN',
17
- extras_upscaler_1: 'SPAN',
18
- extras_upscaler_2: 'SPAN',
+ setting_random_artist_categories: 'OPTION',
+ setting_face_restoration_model: 'OPTION',
+ setting_realesrgan_enabled_models: 'OPTION',
+ extras_upscaler_1: 'OPTION',
+ extras_upscaler_2: 'OPTION',
19
};
20
21
var re_num = /^[.\d]+$/;
0 commit comments