"sd_lora":shared.OptionInfo("None","Add Lora to prompt",gr.Dropdown,lambda:{"choices":[""]+[xforxinlora.available_loras]},refresh=lora.list_available_loras),
"lora_apply_to_outputs":shared.OptionInfo(False,"Apply Lora to outputs rather than inputs when possible (experimental)"),
"lora_apply_to_outputs":shared.OptionInfo(False,"Apply Lora to outputs rather than inputs when possible (experimental)"),
print("Installation of xformers is not supported in this version of Python.")
print("Installation of xformers is not supported in this version of Python.")
print("You can also check this and build manually: https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Xformers#building-xformers-on-windows-by-duckness")
print("You can also check this and build manually: https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Xformers#building-xformers-on-windows-by-duckness")
"enable_batch_seeds":OptionInfo(True,"Make K-diffusion samplers produce same images in a batch as when making a single image"),
"enable_batch_seeds":OptionInfo(True,"Make K-diffusion samplers produce same images in a batch as when making a single image"),
"comma_padding_backtrack":OptionInfo(20,"Increase coherency by padding from the last comma within n tokens when using more than 75 tokens",gr.Slider,{"minimum":0,"maximum":74,"step":1}),
"comma_padding_backtrack":OptionInfo(20,"Increase coherency by padding from the last comma within n tokens when using more than 75 tokens",gr.Slider,{"minimum":0,"maximum":74,"step":1}),
"extra_networks_default_view":OptionInfo("cards","Default view for Extra Networks",gr.Dropdown,{"choices":["cards","thumbs"]}),
"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}),
"sd_hypernetwork":OptionInfo("None","Add hypernetwork to prompt",gr.Dropdown,lambda:{"choices":[""]+[xforxinhypernetworks.keys()]},refresh=reload_hypernetworks),
"do_not_show_images":OptionInfo(False,"Do not show any images in results for web"),
"do_not_show_images":OptionInfo(False,"Do not show any images in results for web"),
"add_model_hash_to_info":OptionInfo(True,"Add model hash to generation information"),
"add_model_hash_to_info":OptionInfo(True,"Add model hash to generation information"),
"add_model_name_to_info":OptionInfo(True,"Add model name to generation information"),
"add_model_name_to_info":OptionInfo(True,"Add model name to generation information"),
"disable_weights_auto_swap":OptionInfo(False,"When reading generation parameters from text into UI (from PNG info or pasted text), do not change the selected model/checkpoint."),
"disable_weights_auto_swap":OptionInfo(True,"When reading generation parameters from text into UI (from PNG info or pasted text), do not change the selected model/checkpoint."),
"send_seed":OptionInfo(True,"Send seed when sending prompt or image to other interface"),
"send_seed":OptionInfo(True,"Send seed when sending prompt or image to other interface"),
"send_size":OptionInfo(True,"Send size when sending prompt or image to another interface"),
"send_size":OptionInfo(True,"Send size when sending prompt or image to another interface"),
"font":OptionInfo("","Font for image grids that have text"),
"font":OptionInfo("","Font for image grids that have text"),