"Upscale by":"Adjusts the size of the image by multiplying the original width and height by the selected value. Ignored if either Resize width to or Resize height to are non-zero.",
"Resize width to":"Resizes image to this width. If 0, width is inferred from either of two nearby sliders.",
"Resize height to":"Resizes image to this height. If 0, height is inferred from either of two nearby sliders.",
"Multiplier for extra networks":"When adding extra network such as Hypernetwork or Lora to prompt, use this multiplier for it.",
"Discard weights with matching name":"Regular expression; if weights's name matches it, the weights is not written to the resulting checkpoint. Use ^model_ema to discard EMA weights.",
"Extra networks tab order":"Comma-separated list of tab names; tabs listed here will appear in the extra networks UI first and in order listed.",
"Negative Guidance minimum sigma":"Skip negative prompt for steps where image is already mostly denoised; the higher this value, the more skips there will be; provides increased performance in exchange for minor quality reduction."
"extra_networks_show_hidden_directories":OptionInfo(True,"Show hidden directories").info("directory is hidden if its name starts with \".\"."),
"extra_networks_hidden_models":OptionInfo("When searched","Show cards for models in hidden directories",gr.Radio,{"choices":["Always","When searched","Never"]}).info('"When searched" option will only show the item when the search string has 4 characters or more'),
"extra_networks_default_view":OptionInfo("cards","Default view for Extra Networks",gr.Dropdown,{"choices":["cards","thumbs"]}),
"extra_networks_default_multiplier":OptionInfo(1.0,"Multiplier for extra networks",gr.Slider,{"minimum":0.0,"maximum":1.0,"step":0.01}),
"extra_networks_default_multiplier":OptionInfo(1.0,"Default multiplier for extra networks",gr.Slider,{"minimum":0.0,"maximum":2.0,"step":0.01}),
"extra_networks_card_width":OptionInfo(0,"Card width for Extra Networks").info("in pixels"),
"extra_networks_card_height":OptionInfo(0,"Card height for Extra Networks").info("in pixels"),
"extra_networks_card_text_scale":OptionInfo(1.0,"Card text scale",gr.Slider,{"minimum":0.0,"maximum":2.0,"step":0.01}).info("1 = original size"),
"extra_networks_card_show_desc":OptionInfo(True,"Show description on card"),
"extra_networks_add_text_separator":OptionInfo("","Extra networks separator").info("extra text to add before <...> when adding extra network to prompt"),