From 157da2dd0b0511b3a6852f0a99f09f11db5920fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?MacMilling=E2=84=A2?= <155540467+MacMilling@users.noreply.github.com> Date: Sun, 23 Feb 2025 12:21:09 +0100 Subject: [PATCH] Add files via upload --- .macmilling/config.json | 637 +++++++++++++++++++++++++++++ .macmilling/service.webui-user.bat | 5 + .macmilling/webui-user.bat | 54 +++ 3 files changed, 696 insertions(+) create mode 100644 .macmilling/config.json create mode 100644 .macmilling/service.webui-user.bat create mode 100644 .macmilling/webui-user.bat diff --git a/.macmilling/config.json b/.macmilling/config.json new file mode 100644 index 000000000..73d3b3602 --- /dev/null +++ b/.macmilling/config.json @@ -0,0 +1,637 @@ +{ + "ldsr_steps": 100, + "ldsr_cached": false, + "SCUNET_tile": 256, + "SCUNET_tile_overlap": 8, + "SWIN_tile": 192, + "SWIN_tile_overlap": 8, + "SWIN_torch_compile": false, + "hypertile_enable_unet": false, + "hypertile_enable_unet_secondpass": false, + "hypertile_max_depth_unet": 3, + "hypertile_max_tile_unet": 256, + "hypertile_swap_size_unet": 3, + "hypertile_enable_vae": false, + "hypertile_max_depth_vae": 3, + "hypertile_max_tile_vae": 128, + "hypertile_swap_size_vae": 3, + "sd_model_checkpoint": "SDXL 1.0\\ZavyChromaXL\\ZavyChromaXL_[v10.0].safetensors [ff5b69c9a1]", + "sd_checkpoint_hash": "ff5b69c9a197ee7e577d72e0e73c826c8dd8b83d88289f93bb78b53a258acc7c", + "outdir_samples": "", + "outdir_txt2img_samples": "Y:\\AI\\sd.webui\\outputs\\txt2img-images", + "outdir_img2img_samples": "Y:\\AI\\sd.webui\\outputs\\img2img-images", + "outdir_extras_samples": "Y:\\AI\\sd.webui\\outputs\\extras-images", + "outdir_grids": "", + "outdir_txt2img_grids": "Y:\\AI\\sd.webui\\outputs\\txt2img-grids", + "outdir_img2img_grids": "Y:\\AI\\sd.webui\\outputs\\img2img-grids", + "outdir_save": "Y:\\AI\\sd.webui\\log\\images", + "outdir_init_images": "Y:\\AI\\sd.webui\\init-images", + "samples_save": true, + "samples_format": "png", + "samples_filename_pattern": "[datetime<%Y%m%d_%H%M%S_%f>]-([sampler])_[steps]-[batch_size]", + "save_images_add_number": false, + "save_images_replace_action": "Add number suffix", + "grid_save": true, + "grid_format": "png", + "grid_extended_filename": false, + "grid_only_if_multiple": true, + "grid_prevent_empty_spots": false, + "grid_zip_filename_pattern": "", + "n_rows": -1, + "font": "", + "grid_text_active_color": "#0b3931", + "grid_text_inactive_color": "#181216", + "grid_background_color": "#000000", + "save_images_before_face_restoration": false, + "save_images_before_highres_fix": false, + "save_images_before_color_correction": false, + "save_mask": false, + "save_mask_composite": false, + "jpeg_quality": 80, + "webp_lossless": false, + "export_for_4chan": true, + "img_downscale_threshold": 24.0, + "target_side_length": 16000.0, + "img_max_size_mp": 500.0, + "use_original_name_batch": true, + "use_upscaler_name_as_suffix": false, + "save_selected_only": true, + "save_write_log_csv": true, + "save_init_img": false, + "temp_dir": "C:\\tmp\\sdwebui", + "clean_temp_dir_at_start": true, + "save_incomplete_images": false, + "notification_audio": false, + "notification_volume": 100, + "save_to_dirs": true, + "grid_save_to_dirs": true, + "use_save_to_dirs_for_ui": false, + "directories_filename_pattern": "[date]\\[hasprompt]", + "directories_max_prompt_words": 8, + "auto_backcompat": true, + "use_old_emphasis_implementation": false, + "use_old_karras_scheduler_sigmas": true, + "no_dpmpp_sde_batch_determinism": false, + "use_old_hires_fix_width_height": false, + "hires_fix_use_firstpass_conds": false, + "use_old_scheduling": false, + "use_downcasted_alpha_bar": false, + "refiner_switch_by_sample_steps": false, + "lora_functional": false, + "extra_networks_show_hidden_directories": true, + "extra_networks_dir_button_function": false, + "extra_networks_hidden_models": "Always", + "extra_networks_default_multiplier": 1, + "extra_networks_card_width": 224.0, + "extra_networks_card_height": 208.0, + "extra_networks_card_text_scale": 0.79, + "extra_networks_card_show_desc": true, + "extra_networks_card_description_is_html": true, + "extra_networks_card_order_field": "Path", + "extra_networks_card_order": "Ascending", + "extra_networks_tree_view_style": "Dirs", + "extra_networks_tree_view_default_enabled": true, + "extra_networks_tree_view_default_width": 86.0, + "extra_networks_add_text_separator": " ", + "ui_extra_networks_tab_reorder": "", + "textual_inversion_print_at_load": false, + "textual_inversion_add_hashes_to_infotext": true, + "sd_hypernetwork": "None", + "sd_lora": "None", + "lora_preferred_name": "Alias from file", + "lora_add_hashes_to_infotext": true, + "lora_bundled_ti_to_infotext": true, + "lora_show_all": false, + "lora_hide_unknown_for_versions": [], + "lora_in_memory_limit": 1, + "lora_not_found_warning_console": false, + "lora_not_found_gradio_warning": false, + "cross_attention_optimization": "Automatic", + "s_min_uncond": 0, + "s_min_uncond_all": false, + "token_merging_ratio": 0, + "token_merging_ratio_img2img": 0, + "token_merging_ratio_hr": 0, + "pad_cond_uncond": false, + "pad_cond_uncond_v0": false, + "persistent_cond_cache": true, + "batch_cond_uncond": true, + "fp8_storage": "Disable", + "cache_fp16_weight": false, + "hide_samplers": [], + "eta_ddim": 0.12, + "eta_ancestral": 1, + "ddim_discretize": "uniform", + "s_churn": 0, + "s_tmin": 0, + "s_tmax": 0, + "s_noise": 1.012, + "sigma_min": 0.0, + "sigma_max": 0.0, + "rho": 0.0, + "eta_noise_seed_delta": 0, + "always_discard_next_to_last_sigma": false, + "sgm_noise_multiplier": false, + "uni_pc_variant": "bh1", + "uni_pc_skip_type": "time_uniform", + "uni_pc_order": 3, + "uni_pc_lower_order_final": true, + "sd_noise_schedule": "Default", + "skip_early_cond": 0, + "beta_dist_alpha": 0.6, + "beta_dist_beta": 0.6, + "sd_checkpoints_limit": 1, + "sd_checkpoints_keep_in_cpu": true, + "sd_checkpoint_cache": 0, + "sd_unet": "Automatic", + "enable_quantization": false, + "emphasis": "Original", + "enable_batch_seeds": true, + "comma_padding_backtrack": 20, + "sdxl_clip_l_skip": false, + "CLIP_stop_at_last_layers": 1, + "upcast_attn": false, + "randn_source": "GPU", + "tiling": false, + "hires_fix_refiner_pass": "second pass", + "enable_prompt_comments": true, + "sd3_enable_t5": false, + "sdxl_crop_top": 0.0, + "sdxl_crop_left": 0.0, + "sdxl_refiner_low_aesthetic_score": 2.5, + "sdxl_refiner_high_aesthetic_score": 6.0, + "sd_vae_checkpoint_cache": 0, + "sd_vae": "Automatic", + "sd_vae_overrides_per_model_preferences": true, + "auto_vae_precision_bfloat16": false, + "auto_vae_precision": true, + "sd_vae_encode_method": "Full", + "sd_vae_decode_method": "Full", + "inpainting_mask_weight": 0.92, + "initial_noise_multiplier": 1, + "img2img_extra_noise": 0.12, + "img2img_color_correction": true, + "img2img_fix_steps": true, + "img2img_background_color": "#ff678b", + "img2img_editor_height": 878, + "img2img_sketch_default_brush_color": "#65989c", + "img2img_inpaint_mask_brush_color": "#8baa80", + "img2img_inpaint_sketch_default_brush_color": "#a399a8", + "return_mask": false, + "return_mask_composite": false, + "img2img_batch_show_results_limit": 12, + "overlay_inpaint": true, + "return_grid": true, + "do_not_show_images": false, + "js_modal_lightbox": true, + "js_modal_lightbox_initially_zoomed": true, + "js_modal_lightbox_gamepad": false, + "js_modal_lightbox_gamepad_repeat": 250.0, + "sd_webui_modal_lightbox_icon_opacity": 1, + "sd_webui_modal_lightbox_toolbar_opacity": 0.9, + "gallery_height": "", + "open_dir_button_choice": "Subdirectory", + "enable_pnginfo": true, + "save_txt": false, + "add_model_name_to_info": true, + "add_model_hash_to_info": true, + "add_vae_name_to_info": true, + "add_vae_hash_to_info": true, + "add_user_name_to_info": false, + "add_version_to_infotext": true, + "disable_weights_auto_swap": true, + "infotext_skip_pasting": [], + "infotext_styles": "Apply if any", + "show_progressbar": true, + "live_previews_enable": true, + "live_previews_image_format": "png", + "show_progress_grid": true, + "show_progress_every_n_steps": 1, + "show_progress_type": "Approx NN", + "live_preview_allow_lowvram_full": true, + "live_preview_content": "Prompt", + "live_preview_refresh_period": 486.0, + "live_preview_fast_interrupt": true, + "js_live_preview_in_modal_lightbox": true, + "prevent_screen_sleep_during_generation": true, + "keyedit_precision_attention": 0.1, + "keyedit_precision_extra": 0.05, + "keyedit_delimiters": ".,\\/!?%^*;:{}=`~() ", + "keyedit_delimiters_whitespace": [ + "Tab", + "Carriage Return", + "Line Feed" + ], + "keyedit_move": true, + "disable_token_counters": false, + "include_styles_into_token_counters": true, + "extra_options_txt2img": [ + "sd_model_checkpoint", + "sd_vae", + "sd_hypernetwork", + "sd_lora", + "hypertile_enable_vae", + "live_previews_enable", + "hypertile_enable_unet" + ], + "extra_options_img2img": [ + "sd_model_checkpoint", + "sd_vae", + "sd_hypernetwork", + "sd_lora", + "live_previews_enable", + "hypertile_enable_unet", + "hypertile_enable_vae" + ], + "extra_options_cols": 2, + "extra_options_accordion": false, + "compact_prompt_box": false, + "samplers_in_dropdown": true, + "dimensions_and_batch_together": true, + "sd_checkpoint_dropdown_use_short": false, + "hires_fix_show_sampler": false, + "hires_fix_show_prompts": false, + "txt2img_settings_accordion": false, + "img2img_settings_accordion": false, + "interrupt_after_current": true, + "localization": "None", + "quicksettings_list": [ + "sd_model_checkpoint", + "sd_vae", + "sd_lora" + ], + "ui_tab_order": [ + "txt2img", + "img2img", + "mov2mov", + "Extras", + "Train", + "PNG Info", + "Checkpoint Merger", + "Infinite image browsing", + "Prompt History", + "Prompt Generator", + "Interrogator", + "Dreambooth", + "Deforum", + "Model Previews", + "Model​ Previews", + "CivitAI Browser+", + "System Info", + "Settings", + "Extensions" + ], + "hidden_tabs": [], + "ui_reorder_list": [], + "gradio_theme": "Default", + "gradio_themes_cache": true, + "show_progress_in_title": true, + "send_seed": true, + "send_size": true, + "enable_reloading_ui_scripts": false, + "api_enable_requests": true, + "api_forbid_local_requests": false, + "api_useragent": "", + "prioritized_callbacks_app_started": [], + "prioritized_callbacks_model_loaded": [], + "prioritized_callbacks_ui_settings": [], + "prioritized_callbacks_infotext_pasted": [], + "prioritized_callbacks_script_unloaded": [], + "prioritized_callbacks_before_ui": [], + "prioritized_callbacks_list_optimizers": [], + "prioritized_callbacks_before_token_counter": [], + "prioritized_callbacks_script_before_process": [], + "prioritized_callbacks_script_process": [], + "prioritized_callbacks_script_post_sample": [], + "prioritized_callbacks_script_on_mask_blend": [], + "prioritized_callbacks_script_postprocess_maskoverlay": [], + "profiling_enable": false, + "profiling_activities": [ + "CPU" + ], + "profiling_record_shapes": true, + "profiling_profile_memory": true, + "profiling_with_stack": true, + "profiling_filename": "trace.json", + "auto_launch_browser": "Disable", + "enable_console_prompts": true, + "show_warnings": false, + "show_gradio_deprecation_warnings": true, + "memmon_poll_rate": 6, + "samples_log_stdout": false, + "multiple_tqdm": true, + "enable_upscale_progressbar": true, + "print_hypernet_extra": false, + "list_hidden_files": true, + "disable_mmap_load_safetensors": false, + "hide_ldm_prints": true, + "dump_stacks_on_signal": false, + "face_restoration": false, + "face_restoration_model": "GFPGAN", + "code_former_weight": 0.5, + "face_restoration_unload": false, + "postprocessing_enable_in_main_ui": [], + "postprocessing_disable_in_extras": [], + "postprocessing_operation_order": [], + "upscaling_max_images_in_cache": 4, + "postprocessing_existing_caption_action": "Ignore", + "ESRGAN_tile": 128, + "ESRGAN_tile_overlap": 12, + "realesrgan_enabled_models": [ + "R-ESRGAN 4x+", + "R-ESRGAN General 4xV3", + "R-ESRGAN General WDN 4xV3", + "R-ESRGAN AnimeVideo", + "R-ESRGAN 4x+ Anime6B", + "R-ESRGAN 2x+" + ], + "dat_enabled_models": [ + "DAT x2", + "DAT x3", + "DAT x4" + ], + "DAT_tile": 176, + "DAT_tile_overlap": 10, + "set_scale_by_when_changing_upscaler": false, + "unload_models_when_training": false, + "pin_memory": false, + "save_optimizer_state": false, + "save_training_settings_to_txt": true, + "dataset_filename_word_regex": "", + "dataset_filename_join_string": " ", + "training_image_repeats_per_epoch": 1, + "training_write_csv_every": 500.0, + "training_xattention_optimizations": false, + "training_enable_tensorboard": false, + "training_tensorboard_save_images": false, + "training_tensorboard_flush_every": 120.0, + "canvas_hotkey_zoom": "Ctrl", + "canvas_hotkey_adjust": "Alt", + "canvas_hotkey_shrink_brush": "Q", + "canvas_hotkey_grow_brush": "W", + "canvas_hotkey_move": "F", + "canvas_hotkey_fullscreen": "S", + "canvas_hotkey_reset": "R", + "canvas_hotkey_overlap": "O", + "canvas_show_tooltip": true, + "canvas_auto_expand": true, + "canvas_blur_prompt": false, + "canvas_disabled_functions": [ + "Overlap" + ], + "interrogate_keep_models_in_memory": false, + "interrogate_return_ranks": true, + "interrogate_clip_num_beams": 1, + "interrogate_clip_min_length": 27, + "interrogate_clip_max_length": 142, + "interrogate_clip_dict_limit": 0.0, + "interrogate_clip_skip_categories": [], + "interrogate_deepbooru_score_threshold": 0.6, + "deepbooru_sort_alpha": true, + "deepbooru_use_spaces": true, + "deepbooru_escape": true, + "deepbooru_filter_tags": "", + "disabled_extensions": [ + "deforum-for-automatic1111-webui", + "sd-model-preview-xd", + "sd-webui-EasyPhoto", + "sd-webui-roop", + "sd_dreambooth_extension" + ], + "disable_all_extensions": "none", + "use_aria2": true, + "disable_dns": true, + "show_log": false, + "split_aria2": 51, + "aria2_flags": "", + "unpack_zip": false, + "save_api_info": false, + "auto_save_all_img": false, + "custom_api_key": "f36d73d78f8c818fbf33626e67adb45f", + "hide_early_access": true, + "use_LORA": true, + "dot_subfolders": true, + "use_local_html": false, + "local_path_in_html": false, + "page_header": true, + "video_playback": true, + "individual_meta_btn": true, + "model_desc_to_json": true, + "civitai_not_found_print": true, + "civitai_send_to_browser": true, + "image_location": "", + "sub_image_location": true, + "save_to_custom": false, + "custom_civitai_proxy": "", + "cabundle_path_proxy": "", + "disable_sll_proxy": false, + "Checkpoint_default_subfolder": "\\{BASEMODEL}", + "LORA_LoCon_default_subfolder": "\\{BASEMODEL}", + "TextualInversion_default_subfolder": "\\{BASEMODEL}\\{MODELNAME}", + "Poses_default_subfolder": "\\{BASEMODEL}\\{MODELNAME}", + "Controlnet_default_subfolder": "\\{BASEMODEL}\\{MODELNAME}", + "Hypernetwork_default_subfolder": "\\{BASEMODEL}\\{MODELNAME}", + "MotionModule_default_subfolder": "\\{BASEMODEL}", + "SWINIR_upscale_default_subfolder": "\\{BASEMODEL}\\{MODELNAME}", + "REALESRGAN_upscale_default_subfolder": "\\{BASEMODEL}\\{MODELNAME}", + "GFPGAN_upscale_default_subfolder": "\\{BASEMODEL}\\{MODELNAME}", + "BSRGAN_upscale_default_subfolder": "\\{BASEMODEL}\\{MODELNAME}", + "ESRGAN_upscale_default_subfolder": "\\{BASEMODEL}\\{MODELNAME}", + "VAE_default_subfolder": "\\{BASEMODEL}\\{MODELNAME}", + "AestheticGradient_default_subfolder": "\\{BASEMODEL}\\{MODELNAME}", + "Wildcards_default_subfolder": "\\{BASEMODEL}\\{MODELNAME}", + "Workflows_default_subfolder": "\\{BASEMODEL}\\{MODELNAME}", + "Other_default_subfolder": "\\{BASEMODEL}", + "arh_javascript_aspect_ratio_show": true, + "arh_javascript_aspect_ratio": "1:1, 3:2, 4:3, 5:4, 16:9, 20:10, 21:9", + "arh_ui_javascript_selection_method": "Aspect Ratios Dropdown", + "arh_hide_accordion_by_default": true, + "arh_expand_by_default": false, + "arh_ui_component_order_key": "PredefinedAspectRatioButtons, MinDimensionScaler, MaxDimensionScaler, PredefinedPercentageButtons", + "arh_show_max_width_or_height": false, + "arh_max_width_or_height": 1024.0, + "arh_show_min_width_or_height": false, + "arh_min_width_or_height": 1024.0, + "arh_show_predefined_aspect_ratios": false, + "arh_predefined_aspect_ratio_use_max_dim": false, + "arh_predefined_aspect_ratios": "1:1, 4:3, 16:9, 9:16, 21:9", + "arh_show_predefined_percentages": false, + "arh_predefined_percentages": "25, 50, 75, 125, 150, 175, 200", + "arh_predefined_percentages_display_key": "Incremental/decremental percentage (-50%, +50%)", + "prompt_history_enabled": true, + "prompt_history_data_path": "G:\\stable-diffusion-webui\\extensions\\sd-webui-prompt-history\\data", + "prompt_history_preview_thumb_size_inline": 128.0, + "prompt_history_items_per_page": 20, + "prompt_history_automatic_save_info": true, + "prompt_history_save_thumbnail": "thumbnail", + "prioritized_callbacks_ui_tabs": [], + "prioritized_callbacks_script_after_component": [], + "tac_tagFile": "macmilling-danbooru.csv", + "tac_active": true, + "tac_activeIn.txt2img": true, + "tac_activeIn.img2img": true, + "tac_activeIn.negativePrompts": true, + "tac_activeIn.thirdParty": true, + "tac_activeIn.modelList": "", + "tac_activeIn.modelListMode": "Blacklist", + "tac_slidingPopup": true, + "tac_maxResults": 6.0, + "tac_showAllResults": true, + "tac_resultStepLength": 35.0, + "tac_delayTime": 624.0, + "tac_useWildcards": true, + "tac_sortWildcardResults": true, + "tac_wildcardExclusionList": "", + "tac_skipWildcardRefresh": false, + "tac_useEmbeddings": true, + "tac_forceRefreshEmbeddings": false, + "tac_includeEmbeddingsInNormalResults": true, + "tac_useHypernetworks": true, + "tac_useLoras": true, + "tac_useLycos": true, + "tac_useLoraPrefixForLycos": true, + "tac_showWikiLinks": true, + "tac_showExtraNetworkPreviews": true, + "tac_modelSortOrder": "Name", + "tac_useStyleVars": false, + "tac_frequencySort": true, + "tac_frequencyFunction": "Logarithmic (strong)", + "tac_frequencyMinCount": 0.0, + "tac_frequencyMaxAge": 0.0, + "tac_frequencyRecommendCap": 0.0, + "tac_frequencyIncludeAlias": false, + "tac_replaceUnderscores": true, + "tac_undersocreReplacementExclusionList": "0_0,(o)_(o),+_+,+_-,._.,_,<|>_<|>,=_=,>_<,3_3,6_9,>_o,@_@,^_^,o_o,u_u,x_x,|_|,||_||", + "tac_escapeParentheses": true, + "tac_appendComma": true, + "tac_appendSpace": true, + "tac_alwaysSpaceAtEnd": true, + "tac_modelKeywordCompletion": "Never", + "tac_modelKeywordLocation": "Start of prompt", + "tac_wildcardCompletionMode": "To next folder level", + "tac_alias.searchByAlias": true, + "tac_alias.onlyShowAlias": false, + "tac_translation.translationFile": "EnglishDictionary.csv", + "tac_translation.oldFormat": false, + "tac_translation.searchByTranslation": true, + "tac_translation.liveTranslation": false, + "tac_extra.extraFile": "macmilling-quality-tags.csv", + "tac_extra.addMode": "Insert before", + "tac_chantFile": "macmilling-chants.json", + "tac_keymap": "{\n \"MoveUp\": \"ArrowUp\",\n \"MoveDown\": \"ArrowDown\",\n \"JumpUp\": \"PageUp\",\n \"JumpDown\": \"PageDown\",\n \"JumpToStart\": \"Home\",\n \"JumpToEnd\": \"End\",\n \"ChooseSelected\": \"Enter\",\n \"ChooseFirstOrSelected\": \"Tab\",\n \"Close\": \"Escape\"\n}", + "tac_colormap": "{\n \"danbooru\": {\n \"-1\": [\"red\", \"maroon\"],\n \"0\": [\"lightblue\", \"dodgerblue\"],\n \"1\": [\"indianred\", \"firebrick\"],\n \"3\": [\"violet\", \"darkorchid\"],\n \"4\": [\"lightgreen\", \"darkgreen\"],\n \"5\": [\"orange\", \"darkorange\"]\n },\n \"e621\": {\n \"-1\": [\"red\", \"maroon\"],\n \"0\": [\"lightblue\", \"dodgerblue\"],\n \"1\": [\"gold\", \"goldenrod\"],\n \"3\": [\"violet\", \"darkorchid\"],\n \"4\": [\"lightgreen\", \"darkgreen\"],\n \"5\": [\"tomato\", \"darksalmon\"],\n \"6\": [\"red\", \"maroon\"],\n \"7\": [\"whitesmoke\", \"black\"],\n \"8\": [\"seagreen\", \"darkseagreen\"]\n },\n \"derpibooru\": {\n \"-1\": [\"red\", \"maroon\"],\n \"0\": [\"#60d160\", \"#3d9d3d\"],\n \"1\": [\"#fff956\", \"#918e2e\"],\n \"3\": [\"#fd9961\", \"#a14c2e\"],\n \"4\": [\"#cf5bbe\", \"#6c1e6c\"],\n \"5\": [\"#3c8ad9\", \"#1e5e93\"],\n \"6\": [\"#a6a6a6\", \"#555555\"],\n \"7\": [\"#47abc1\", \"#1f6c7c\"],\n \"8\": [\"#7871d0\", \"#392f7d\"],\n \"9\": [\"#df3647\", \"#8e1c2b\"],\n \"10\": [\"#c98f2b\", \"#7b470e\"],\n \"11\": [\"#e87ebe\", \"#a83583\"]\n }\n}", + "tac_refreshTempFiles": "Refresh TAC temp files", + "prioritized_callbacks_script_postprocess_image": [], + "prioritized_callbacks_script_postprocess": [], + "prioritized_callbacks_script_postprocess_batch": [], + "prioritized_callbacks_script_postprocess_batch_list": [], + "canvas_zoom_undo_extra_key": "Ctrl", + "canvas_zoom_hotkey_undo": "Z", + "canvas_zoom_inc_brush_size": "]", + "canvas_zoom_dec_brush_size": "[", + "canvas_zoom_hotkey_open_colorpanel": "Q", + "canvas_zoom_hotkey_pin_colorpanel": "T", + "canvas_zoom_hotkey_dropper": "A", + "canvas_zoom_hotkey_fill": "X", + "canvas_zoom_hotkey_transparency": "C", + "canvas_zoom_hide_btn": true, + "canvas_zoom_mask_clear": true, + "canvas_zoom_enable_integration": true, + "canvas_zoom_brush_size": 200, + "canvas_zoom_brush_size_change": 5, + "canvas_zoom_transparency_level": 70, + "canvas_zoom_brush_opacity": false, + "canvas_zoom_inpaint_label": false, + "canvas_zoom_inpaint_warning": true, + "canvas_zoom_inpaint_change_btn_color": false, + "canvas_zoom_inpaint_btn_color": "#C33227", + "canvas_zoom_brush_outline": false, + "canvas_zoom_add_buttons": false, + "canvas_zoom_draw_staight_lines": true, + "canvas_zoom_inpaint_brushcolor": "#000000", + "canvas_zoom_disabled_functions": [ + "Overlap" + ], + "control_net_detectedmap_dir": "detected_maps", + "control_net_models_path": "", + "control_net_modules_path": "", + "control_net_unit_count": 3, + "control_net_model_cache_size": 3, + "control_net_inpaint_blur_sigma": 7, + "control_net_no_detectmap": false, + "control_net_detectmap_autosaving": false, + "control_net_allow_script_control": true, + "control_net_sync_field_args": true, + "controlnet_show_batch_images_in_ui": false, + "controlnet_increment_seed_during_batch": false, + "controlnet_disable_openpose_edit": false, + "controlnet_disable_photopea_edit": false, + "controlnet_photopea_warning": true, + "controlnet_ignore_noninpaint_mask": false, + "controlnet_clip_detector_on_cpu": false, + "controlnet_control_type_dropdown": false, + "prioritized_callbacks_after_component": [], + "prioritized_callbacks_on_reload": [], + "prioritized_callbacks_script_before_process_batch": [], + "ad_max_models": 4, + "ad_extra_models_dir": "models\\adetailer|models\\adetailer\\Other|G:\\stable-diffusion-webui\\models\\adetailer\\Other", + "ad_save_images_dir": "Y:\\AI\\sd.webui\\outputs\\adetailer", + "ad_save_previews": false, + "ad_save_images_before": false, + "ad_only_selected_scripts": true, + "ad_script_names": "dynamic_prompting,dynamic_thresholding,lora_block_weight,negpip,wildcard_recursive,wildcards", + "ad_bbox_sortby": "None", + "ad_same_seed_for_each_tab": false, + "ad_dynamic_denoise_power": 3.45, + "ad_match_inpaint_bbox_size": "Off", + "promptgen_names": "AUTOMATIC/promptgen-lexart, AUTOMATIC/promptgen-majinai-safe, AUTOMATIC/promptgen-majinai-unsafe", + "promptgen_device": "cpu", + "upscaler_for_img2img": "Nearest", + "extra_networks_side_panel_default_tab": "Textual Inversion", + "wildcards_same_seed": false, + "wildcards_write_infotext": true, + "prioritized_callbacks_image_saved": [], + "animatediff_model_path": "", + "animatediff_default_save_formats": [ + "GIF", + "PNG" + ], + "animatediff_save_to_custom": true, + "animatediff_frame_extract_path": "", + "animatediff_frame_extract_remove": false, + "animatediff_default_frame_extract_method": "ffmpeg", + "animatediff_optimize_gif_palette": false, + "animatediff_optimize_gif_gifsicle": false, + "animatediff_mp4_crf": 23, + "animatediff_mp4_preset": "", + "animatediff_mp4_tune": "", + "animatediff_webp_quality": 80, + "animatediff_webp_lossless": false, + "animatediff_s3_enable": false, + "animatediff_s3_host": "", + "animatediff_s3_port": "", + "animatediff_s3_access_key": "", + "animatediff_s3_secret_key": "", + "animatediff_s3_storge_bucket": "", + "prioritized_callbacks_cfg_denoiser": [], + "model_preview_xd_name_matching": "Loose", + "model_preview_xd_limit_sizing": true, + "model_preview_xd_column_view": false, + "model_preview_xd_cache_images_civitai_info": false, + "mov2mov_outpath_samples": "Y:\\AI\\sd.webui\\outputs\\mov2mov-images", + "mov2mov_output_dir": "Y:\\AI\\sd.webui\\outputs\\mov2mov-videos", + "deforum_keep_3d_models_in_vram": false, + "deforum_enable_persistent_settings": false, + "deforum_persistent_settings_path": "models/Deforum/deforum_persistent_settings.txt", + "deforum_ffmpeg_location": "G:\\stable-diffusion-webui\\venv\\lib\\site-packages\\imageio_ffmpeg\\binaries\\ffmpeg-win64-v4.2.2.exe", + "deforum_ffmpeg_crf": 17, + "deforum_ffmpeg_preset": "slow", + "deforum_debug_mode_enabled": false, + "deforum_save_gen_info_as_srt": false, + "deforum_embed_srt": false, + "deforum_save_gen_info_as_srt_params": [ + "Noise Schedule" + ], + "deforum_preview": "Off", + "deforum_preview_interval_frames": 100 +} \ No newline at end of file diff --git a/.macmilling/service.webui-user.bat b/.macmilling/service.webui-user.bat new file mode 100644 index 000000000..2d7f371ad --- /dev/null +++ b/.macmilling/service.webui-user.bat @@ -0,0 +1,5 @@ +@echo off +:loop +echo ^[ STARTING SD WEBUI ^] +Start webui-user.bat | set /P "=" +goto loop \ No newline at end of file diff --git a/.macmilling/webui-user.bat b/.macmilling/webui-user.bat new file mode 100644 index 000000000..51469e9d7 --- /dev/null +++ b/.macmilling/webui-user.bat @@ -0,0 +1,54 @@ +@echo off +echo ^[ stable-diffusion webui ^] +echo ^[ https://github.com/AUTOMATIC1111/stable-diffusion-webui/ ^] + +set COMMANDLINE_ARGS= %* + +if "%*"=="--server" ( + echo ^[ Starting as Server ^] + set COMMANDLINE_ARGS= --listen --enable-insecure-extension-access +) else ( + echo ^[ Hint: use "--server" to start as server ^] +) + +echo ^.^.^. + +REM set NVCC_FLAGS=-allow-unsupported-compiler +set TF_ENABLE_ONEDNN_OPTS=0 +set PYTHON= +set GIT= +set VENV_DIR= +set COMMANDLINE_ARGS= %COMMANDLINE_ARGS% + +REM #### CUSTOM ARGUMENTS #### +REM #------------------------# +set COMMANDLINE_ARGS=%COMMANDLINE_ARGS% --api --allow-code +set COMMANDLINE_ARGS=%COMMANDLINE_ARGS% --medvram +set COMMANDLINE_ARGS=%COMMANDLINE_ARGS% --upcast-sampling --opt-split-attention +set COMMANDLINE_ARGS=%COMMANDLINE_ARGS% --no-half +set COMMANDLINE_ARGS=%COMMANDLINE_ARGS% --disable-safe-unpickle +set COMMANDLINE_ARGS=%COMMANDLINE_ARGS% --xformers +REM set COMMANDLINE_ARGS=%COMMANDLINE_ARGS% --enable-insecure-extension-access +REM set COMMANDLINE_ARGS=%COMMANDLINE_ARGS% --listen +REM set COMMANDLINE_ARGS=%COMMANDLINE_ARGS% --nowebui +REM set COMMANDLINE_ARGS=%COMMANDLINE_ARGS% --disable-all-extensions +REM set COMMANDLINE_ARGS=%COMMANDLINE_ARGS% --disable-extra-extensions +REM set COMMANDLINE_ARGS=%COMMANDLINE_ARGS% --reinstall-torch --reinstall-xformers +REM set COMMANDLINE_ARGS=%COMMANDLINE_ARGS% --no-download-sd-model +REM set COMMANDLINE_ARGS=%COMMANDLINE_ARGS% --gradio-img2img-tool color-sketch +REM # +REM set COMMANDLINE_ARGS=%COMMANDLINE_ARGS% --log-startup + +set PYTORCH_CUDA_ALLOC_CONF=garbage_collection_threshold:0.9,max_split_size_mb:512 +REM set PYTORCH_CUDA_ALLOC_CONF=garbage_collection_threshold:0.9,max_split_size_mb:768 + +REM # +REM #------------------------# + +echo ^[ command line arguments ^] +echo ^| ^"%COMMANDLINE_ARGS%^" ^] +echo ^.^.^. + +echo ^[ STARTE SD-WEBUI ^] + +call webui.bat \ No newline at end of file