"CLIP_stop_at_last_layers":OptionInfo(1,"Clip skip",gr.Slider,{"minimum":1,"maximum":12,"step":1}).link("wiki","https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#clip-skip").info("ignore last layers of CLIP network; 1 ignores none, 2 ignores one layer"),
"upcast_attn":OptionInfo(False,"Upcast cross attention layer to float32"),
"randn_source":OptionInfo("GPU","Random number generator source.",gr.Radio,{"choices":["GPU","CPU"]}).info("changes seeds drastically; use CPU to produce the same picture across different videocard vendors"),
"font":OptionInfo("","Font for image grids that have text"),
"grid_text_active_color":OptionInfo("#000000","Text color for image grids",ui_components.FormColorPicker,{}),
"grid_text_inactive_color":OptionInfo("#999999","Inactive text color for image grids",ui_components.FormColorPicker,{}),
"grid_background_color":OptionInfo("#ffffff","Background color for image grids",ui_components.FormColorPicker,{}),