"memmon_poll_rate":OptionInfo(8,"VRAM usage polls per second during generation. Set to 0 to disable.",gr.Slider,{"minimum":0,"maximum":40,"step":1}),
"samples_log_stdout":OptionInfo(False,"Always print all generation info to standard output"),
"multiple_tqdm":OptionInfo(True,"Add a second progress bar to the console that shows progress for an entire job. In PyCharm select 'emulate terminal in console output'."),
"multiple_tqdm":OptionInfo(True,"Add a second progress bar to the console that shows progress for an entire job."),
"save_images_before_color_correction":OptionInfo(False,"Save a copy of image before applying color correction to img2img results"),
"img2img_fix_steps":OptionInfo(False,"With img2img, do exactly the amount of steps the slider specifies (normally you'd do less with less denoising)."),
"enable_quantization":OptionInfo(False,"Enable quantization in K samplers for sharper and cleaner results. This may change existing seeds. Requires restart to apply."),
"enable_emphasis":OptionInfo(True,"Eemphasis: use (text) to make model pay more attention to text and [text] to make it pay less attention"),
"enable_emphasis":OptionInfo(True,"Emphasis: use (text) to make model pay more attention to text and [text] to make it pay less attention"),
"use_old_emphasis_implementation":OptionInfo(False,"Use old emphasis implementation. Can be useful to reproduce old seeds."),
"enable_batch_seeds":OptionInfo(True,"Make K-diffusion samplers produce same images in a batch as when making a single image"),