Skip to main content
Module

x/stable_diffusion_client/mod.ts>CmdFlags

stable-diffusion-webui Client writen in Deno
Latest
type alias CmdFlags
import { type CmdFlags } from "https://deno.land/x/stable_diffusion_client@0.1.0/mod.ts";
definition: { f: false; update_all_extensions: boolean; skip_python_version_check: boolean; skip_torch_cuda_test: boolean; reinstall_xformers: boolean; reinstall_torch: boolean; update_check: boolean; test_server: boolean; log_startup: boolean; skip_prepare_environment: boolean; skip_install: boolean; dump_sysinfo: boolean; loglevel: null | unknown; do_not_download_clip: boolean; data_dir: string; config: string; ckpt: string; ckpt_dir: null | string; vae_dir: null | string; gfpgan_dir: string; gfpgan_model: null | string; no_half: boolean; no_half_vae: boolean; no_progressbar_hiding: boolean; max_batch_count: 16; embeddings_dir: string; textual_inversion_templates_dir: string; hypernetwork_dir: string; localizations_dir: string; allow_code: boolean; medvram: boolean; medvram_sdxl: boolean; lowvram: boolean; lowram: boolean; always_batch_cond_uncond: boolean; unload_gfpgan: boolean; precision: "autocast"; upcast_sampling: boolean; share: boolean; ngrok: null | unknown; ngrok_region: string; ngrok_options: Record<string, string>; enable_insecure_extension_access: boolean; codeformer_models_path: string; gfpgan_models_path: string; esrgan_models_path: string; bsrgan_models_path: string; realesrgan_models_path: string; dat_models_path: string; clip_models_path: null | string; xformers: boolean; force_enable_xformers: boolean; xformers_flash_attention: boolean; deepdanbooru: boolean; opt_split_attention: boolean; opt_sub_quad_attention: boolean; sub_quad_q_chunk_size: number; sub_quad_kv_chunk_size: null | unknown; sub_quad_chunk_threshold: null | unknown; opt_split_attention_invokeai: boolean; opt_split_attention_v1: boolean; opt_sdp_attention: boolean; opt_sdp_no_mem_attention: boolean; disable_opt_split_attention: boolean; disable_nan_check: boolean; use_cpu: unknown[]; use_ipex: boolean; disable_model_loading_ram_optimization: boolean; listen: boolean; port: null | number; show_negative_prompt: boolean; ui_config_file: string; hide_ui_dir_config: boolean; freeze_settings: boolean; freeze_settings_in_sections: null | unknown; freeze_specific_settings: null | unknown; ui_settings_file: string; gradio_debug: boolean; gradio_auth: null | unknown; gradio_auth_path: null | string; gradio_img2img_tool: null | unknown; gradio_inpaint_tool: null | unknown; gradio_allowed_path: string[]; opt_channelslast: boolean; styles_file: string[]; autolaunch: boolean; theme: null | string; use_textbox_seed: boolean; disable_console_progressbars: boolean; enable_console_prompts: boolean; vae_path: null | string; disable_safe_unpickle: boolean; api: boolean; api_auth: null | unknown; api_log: boolean; nowebui: boolean; ui_debug_mode: boolean; device_id: null | string; administrator: boolean; cors_allow_origins: null | string; cors_allow_origins_regex: null | string; tls_keyfile: null | string; tls_certfile: null | string; disable_tls_verify: null | boolean; server_name: null | string; gradio_queue: boolean; no_gradio_queue: boolean; skip_version_check: boolean; no_hashing: boolean; no_download_sd_model: boolean; subpath: null | string; add_stop_route: boolean; api_server_stop: boolean; timeout_keep_alive: number; disable_all_extensions: boolean; disable_extra_extensions: boolean; skip_load_model_at_start: boolean; ldsr_models_path: string; lora_dir: string; lyco_dir_backcompat: string; scunet_models_path: string; swinir_models_path: string; }