You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'CLIP_stop_at_last_layers': OptionInfo(1, "Stop At last layers of CLIP model", gr.Slider, {"minimum": 1, "maximum": 12, "step": 1}),
282
282
"random_artist_categories": OptionInfo([], "Allowed categories for random artists selection when using the Roll button", gr.CheckboxGroup, {"choices": artist_db.categories()}),
283
-
"send_seed": OptionInfo(False, "Send seed when sending prompt or image to other interface"),
"add_model_hash_to_info": OptionInfo(True, "Add model hash to generation information"),
307
306
"add_model_name_to_info": OptionInfo(False, "Add model name to generation information"),
308
307
"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."),
308
+
"send_seed": OptionInfo(True, "Send seed when sending prompt or image to other interface"),
309
309
"font": OptionInfo("", "Font for image grids that have text"),
310
310
"js_modal_lightbox": OptionInfo(True, "Enable full page image viewer"),
311
311
"js_modal_lightbox_initially_zoomed": OptionInfo(True, "Show images zoomed in by default in full page image viewer"),
0 commit comments