@@ -82,6 +82,7 @@ parser.add_argument("--api", action='store_true', help="use api=True to launch t
parser.add_argument("--nowebui",action='store_true',help="use api=True to launch the api instead of the webui")
parser.add_argument("--ui-debug-mode",action='store_true',help="Don't load model to quickly launch UI")
parser.add_argument("--device-id",type=str,help="Select the default CUDA device to use (export CUDA_VISIBLE_DEVICES=0,1,etc might be needed before)",default=None)
'CLIP_stop_at_last_layers':OptionInfo(1,"Stop At last layers of CLIP model",gr.Slider,{"minimum":1,"maximum":12,"step":1}),
"random_artist_categories":OptionInfo([],"Allowed categories for random artists selection when using the Roll button",gr.CheckboxGroup,{"choices":artist_db.categories()}),
"send_seed":OptionInfo(False,"Send seed when sending prompt or image to other interface"),