qnzkzpwldns commited on
Commit ·
dc63866
1
Parent(s): a85ab10
Delete etc/config.json
Browse files- etc/config.json +0 -149
etc/config.json
DELETED
|
@@ -1,149 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"samples_save": true,
|
| 3 |
-
"samples_format": "png",
|
| 4 |
-
"samples_filename_pattern": "",
|
| 5 |
-
"save_images_add_number": true,
|
| 6 |
-
"grid_save": false,
|
| 7 |
-
"grid_format": "png",
|
| 8 |
-
"grid_extended_filename": false,
|
| 9 |
-
"grid_only_if_multiple": false,
|
| 10 |
-
"grid_prevent_empty_spots": false,
|
| 11 |
-
"n_rows": -1,
|
| 12 |
-
"enable_pnginfo": true,
|
| 13 |
-
"save_txt": false,
|
| 14 |
-
"save_images_before_face_restoration": false,
|
| 15 |
-
"save_images_before_highres_fix": false,
|
| 16 |
-
"save_images_before_color_correction": false,
|
| 17 |
-
"jpeg_quality": 80,
|
| 18 |
-
"export_for_4chan": true,
|
| 19 |
-
"use_original_name_batch": false,
|
| 20 |
-
"use_upscaler_name_as_suffix": false,
|
| 21 |
-
"save_selected_only": true,
|
| 22 |
-
"do_not_add_watermark": true,
|
| 23 |
-
"temp_dir": "",
|
| 24 |
-
"clean_temp_dir_at_start": false,
|
| 25 |
-
"outdir_samples": "",
|
| 26 |
-
"outdir_txt2img_samples": "outputs/txt2img-images",
|
| 27 |
-
"outdir_img2img_samples": "outputs/img2img-images",
|
| 28 |
-
"outdir_extras_samples": "outputs/extras-images",
|
| 29 |
-
"outdir_grids": "",
|
| 30 |
-
"outdir_txt2img_grids": "outputs/txt2img-grids",
|
| 31 |
-
"outdir_img2img_grids": "outputs/img2img-grids",
|
| 32 |
-
"outdir_save": "log/images",
|
| 33 |
-
"save_to_dirs": false,
|
| 34 |
-
"grid_save_to_dirs": false,
|
| 35 |
-
"use_save_to_dirs_for_ui": false,
|
| 36 |
-
"directories_filename_pattern": "",
|
| 37 |
-
"directories_max_prompt_words": 8,
|
| 38 |
-
"ESRGAN_tile": 192,
|
| 39 |
-
"ESRGAN_tile_overlap": 8,
|
| 40 |
-
"realesrgan_enabled_models": ["R-ESRGAN 4x+", "R-ESRGAN 4x+ Anime6B"],
|
| 41 |
-
"upscaler_for_img2img": null,
|
| 42 |
-
"use_scale_latent_for_hires_fix": false,
|
| 43 |
-
"face_restoration_model": null,
|
| 44 |
-
"code_former_weight": 0.5,
|
| 45 |
-
"face_restoration_unload": false,
|
| 46 |
-
"memmon_poll_rate": 8,
|
| 47 |
-
"samples_log_stdout": false,
|
| 48 |
-
"multiple_tqdm": true,
|
| 49 |
-
"unload_models_when_training": false,
|
| 50 |
-
"pin_memory": false,
|
| 51 |
-
"save_optimizer_state": false,
|
| 52 |
-
"dataset_filename_word_regex": "",
|
| 53 |
-
"dataset_filename_join_string": " ",
|
| 54 |
-
"training_image_repeats_per_epoch": 1,
|
| 55 |
-
"training_write_csv_every": 500,
|
| 56 |
-
"training_xattention_optimizations": false,
|
| 57 |
-
"sd_model_checkpoint": "uberRealisticPornMerge_urpmv13-inpainting.safetensors [3cb09d984c]",
|
| 58 |
-
"sd_checkpoint_cache": 0,
|
| 59 |
-
"sd_vae_checkpoint_cache": 0,
|
| 60 |
-
"sd_vae": "vae-ft-mse-840000-ema-pruned.ckpt",
|
| 61 |
-
"sd_vae_as_default": false,
|
| 62 |
-
"sd_hypernetwork": "None",
|
| 63 |
-
"sd_hypernetwork_strength": 1.0,
|
| 64 |
-
"inpainting_mask_weight": 1.0,
|
| 65 |
-
"initial_noise_multiplier": 1.0,
|
| 66 |
-
"img2img_color_correction": false,
|
| 67 |
-
"img2img_fix_steps": false,
|
| 68 |
-
"img2img_background_color": "#ffffff",
|
| 69 |
-
"enable_quantization": false,
|
| 70 |
-
"enable_emphasis": true,
|
| 71 |
-
"use_old_emphasis_implementation": false,
|
| 72 |
-
"enable_batch_seeds": true,
|
| 73 |
-
"comma_padding_backtrack": 20,
|
| 74 |
-
"CLIP_stop_at_last_layers": 1,
|
| 75 |
-
"random_artist_categories": [],
|
| 76 |
-
"interrogate_keep_models_in_memory": false,
|
| 77 |
-
"interrogate_use_builtin_artists": true,
|
| 78 |
-
"interrogate_return_ranks": false,
|
| 79 |
-
"interrogate_clip_num_beams": 1,
|
| 80 |
-
"interrogate_clip_min_length": 24,
|
| 81 |
-
"interrogate_clip_max_length": 48,
|
| 82 |
-
"interrogate_clip_dict_limit": 1500,
|
| 83 |
-
"interrogate_deepbooru_score_threshold": 0.5,
|
| 84 |
-
"deepbooru_sort_alpha": true,
|
| 85 |
-
"deepbooru_use_spaces": false,
|
| 86 |
-
"deepbooru_escape": true,
|
| 87 |
-
"deepbooru_filter_tags": "",
|
| 88 |
-
"show_progressbar": true,
|
| 89 |
-
"show_progress_every_n_steps": 0,
|
| 90 |
-
"show_progress_type": "Approx NN",
|
| 91 |
-
"show_progress_grid": false,
|
| 92 |
-
"return_grid": true,
|
| 93 |
-
"do_not_show_images": false,
|
| 94 |
-
"add_model_hash_to_info": true,
|
| 95 |
-
"add_model_name_to_info": false,
|
| 96 |
-
"disable_weights_auto_swap": false,
|
| 97 |
-
"send_seed": true,
|
| 98 |
-
"send_size": true,
|
| 99 |
-
"font": "",
|
| 100 |
-
"js_modal_lightbox": true,
|
| 101 |
-
"js_modal_lightbox_initially_zoomed": true,
|
| 102 |
-
"show_progress_in_title": true,
|
| 103 |
-
"samplers_in_dropdown": true,
|
| 104 |
-
"quicksettings": "sd_model_checkpoint, sd_vae",
|
| 105 |
-
"localization": "None",
|
| 106 |
-
"hide_samplers": [],
|
| 107 |
-
"eta_ddim": 0.0,
|
| 108 |
-
"eta_ancestral": 1.0,
|
| 109 |
-
"ddim_discretize": "uniform",
|
| 110 |
-
"s_churn": 0.0,
|
| 111 |
-
"s_tmin": 0.0,
|
| 112 |
-
"s_noise": 1.0,
|
| 113 |
-
"eta_noise_seed_delta": 0,
|
| 114 |
-
"disabled_extensions": [],
|
| 115 |
-
"ldsr_steps": 100,
|
| 116 |
-
"ldsr_cached": false,
|
| 117 |
-
"SWIN_tile": 192,
|
| 118 |
-
"SWIN_tile_overlap": 8,
|
| 119 |
-
"sd_checkpoint_hash": "0ff127093f5be455057742c40cef578407b6933f240ee8dc5ed0f3061196fb38",
|
| 120 |
-
"img_downscale_threshold": 4.0,
|
| 121 |
-
"target_side_length": 4000.0,
|
| 122 |
-
"show_warnings": false,
|
| 123 |
-
"print_hypernet_extra": false,
|
| 124 |
-
"save_training_settings_to_txt": true,
|
| 125 |
-
"training_enable_tensorboard": false,
|
| 126 |
-
"training_tensorboard_save_images": false,
|
| 127 |
-
"training_tensorboard_flush_every": 120.0,
|
| 128 |
-
"upcast_attn": false,
|
| 129 |
-
"use_old_karras_scheduler_sigmas": false,
|
| 130 |
-
"no_dpmpp_sde_batch_determinism": false,
|
| 131 |
-
"use_old_hires_fix_width_height": false,
|
| 132 |
-
"interrogate_clip_skip_categories": [],
|
| 133 |
-
"extra_networks_default_view": "cards",
|
| 134 |
-
"extra_networks_default_multiplier": 1,
|
| 135 |
-
"sd_lora": "None",
|
| 136 |
-
"lora_apply_to_outputs": false,
|
| 137 |
-
"dimensions_and_batch_together": true,
|
| 138 |
-
"keyedit_precision_attention": 0.1,
|
| 139 |
-
"keyedit_precision_extra": 0.05,
|
| 140 |
-
"ui_reorder": "inpaint, sampler, checkboxes, hires_fix, dimensions, cfg, seed, batch, override_settings, scripts",
|
| 141 |
-
"ui_extra_networks_tab_reorder": "",
|
| 142 |
-
"live_previews_enable": true,
|
| 143 |
-
"live_preview_content": "Prompt",
|
| 144 |
-
"live_preview_refresh_period": 1000.0,
|
| 145 |
-
"always_discard_next_to_last_sigma": false,
|
| 146 |
-
"postprocessing_enable_in_main_ui": [],
|
| 147 |
-
"postprocessing_operation_order": [],
|
| 148 |
-
"upscaling_max_images_in_cache": 5
|
| 149 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|