-[Intel CPUs, Intel GPUs (both integrated and discrete)](https://github.com/openvinotoolkit/stable-diffusion-webui/wiki/Installation-on-Intel-Silicon)(external wiki page)
-[Ascend NPUs](https://github.com/wangshuai09/stable-diffusion-webui/wiki/Install-and-run-on-Ascend-NPUs)(external wiki page)
Alternatively, use online services (like Google Colab):
parser.add_argument("--skip-load-model-at-start",action='store_true',help="if load a model at web start, only take effect when --nowebui")
parser.add_argument("--unix-filenames-sanitization",action='store_true',help="allow any symbols except '/' in filenames. May conflict with your browser and file system")
parser.add_argument("--filenames-max-length",type=int,default=128,help='maximal length of filenames of saved images. If you override it, it can conflict with your file system')
parser.add_argument("--no-prompt-history",action='store_true',help="disable read prompt from last generation feature; settings this argument will not create '--data_path/params.txt' file")
"extra_networks_card_description_is_html":OptionInfo(False,"Treat card description as HTML"),
"extra_networks_card_order_field":OptionInfo("Path","Default order field for Extra Networks cards",gr.Dropdown,{"choices":['Path','Name','Date Created','Date Modified']}).needs_reload_ui(),
"extra_networks_card_order":OptionInfo("Ascending","Default order for Extra Networks cards",gr.Dropdown,{"choices":['Ascending','Descending']}).needs_reload_ui(),
"extra_networks_tree_view_default_enabled":OptionInfo(False,"Enables the Extra Networks directory tree view by default").needs_reload_ui(),
"extra_networks_tree_view_default_enabled":OptionInfo(True,"Show the Extra Networks directory view by default").needs_reload_ui(),
"extra_networks_tree_view_default_width":OptionInfo(180,"Default width for the Extra Networks directory tree view",gr.Number).needs_reload_ui(),
"extra_networks_add_text_separator":OptionInfo(" ","Extra networks separator").info("extra text to add before <...> when adding extra network to prompt"),