Upload /kaggle/working/stable-diffusion-webui/config.json with huggingface_hub
Browse files
kaggle/working/stable-diffusion-webui/config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"samples_save": true,
|
| 3 |
-
"samples_format": "
|
| 4 |
"samples_filename_pattern": "[datetime]",
|
| 5 |
"save_images_add_number": false,
|
| 6 |
"grid_save": true,
|
|
@@ -21,7 +21,7 @@
|
|
| 21 |
"save_images_before_color_correction": false,
|
| 22 |
"save_mask": false,
|
| 23 |
"save_mask_composite": false,
|
| 24 |
-
"jpeg_quality":
|
| 25 |
"webp_lossless": false,
|
| 26 |
"export_for_4chan": true,
|
| 27 |
"img_downscale_threshold": 4.0,
|
|
@@ -32,7 +32,7 @@
|
|
| 32 |
"save_selected_only": true,
|
| 33 |
"save_init_img": false,
|
| 34 |
"temp_dir": "",
|
| 35 |
-
"clean_temp_dir_at_start":
|
| 36 |
"outdir_samples": "",
|
| 37 |
"outdir_txt2img_samples": "outputs/txt2img-images",
|
| 38 |
"outdir_img2img_samples": "outputs/img2img-images",
|
|
@@ -54,7 +54,7 @@
|
|
| 54 |
"R-ESRGAN 4x+ Anime6B"
|
| 55 |
],
|
| 56 |
"upscaler_for_img2img": null,
|
| 57 |
-
"face_restoration_model": "
|
| 58 |
"code_former_weight": 0.5,
|
| 59 |
"face_restoration_unload": false,
|
| 60 |
"show_warnings": false,
|
|
@@ -76,7 +76,7 @@
|
|
| 76 |
"training_enable_tensorboard": false,
|
| 77 |
"training_tensorboard_save_images": false,
|
| 78 |
"training_tensorboard_flush_every": 120,
|
| 79 |
-
"sd_model_checkpoint": "majicmixRealistic_v6.safetensors",
|
| 80 |
"sd_checkpoint_cache": 0,
|
| 81 |
"sd_vae_checkpoint_cache": 0,
|
| 82 |
"sd_vae": "Automatic",
|
|
@@ -171,11 +171,11 @@
|
|
| 171 |
"add_version_to_infotext": true,
|
| 172 |
"disable_weights_auto_swap": true,
|
| 173 |
"infotext_styles": "Apply if any",
|
| 174 |
-
"show_progressbar":
|
| 175 |
"live_previews_enable": false,
|
| 176 |
"live_previews_image_format": "png",
|
| 177 |
-
"show_progress_grid":
|
| 178 |
-
"show_progress_every_n_steps":
|
| 179 |
"show_progress_type": "Approx NN",
|
| 180 |
"live_preview_content": "Prompt",
|
| 181 |
"live_preview_refresh_period": 1000,
|
|
@@ -325,7 +325,6 @@
|
|
| 325 |
"image_browser_page_columns": 6.0,
|
| 326 |
"image_browser_page_rows": 6.0,
|
| 327 |
"image_browser_pages_perload": 20.0,
|
| 328 |
-
"image_browser_height_auto": false,
|
| 329 |
"image_browser_use_thumbnail": false,
|
| 330 |
"image_browser_thumbnail_size": 200.0,
|
| 331 |
"image_browser_swipe": false,
|
|
@@ -346,13 +345,11 @@
|
|
| 346 |
"tac_resultStepLength": 100.0,
|
| 347 |
"tac_delayTime": 100.0,
|
| 348 |
"tac_useWildcards": true,
|
| 349 |
-
"tac_sortWildcardResults": true,
|
| 350 |
"tac_useEmbeddings": true,
|
| 351 |
"tac_useHypernetworks": true,
|
| 352 |
"tac_useLoras": true,
|
| 353 |
"tac_useLycos": true,
|
| 354 |
"tac_showWikiLinks": false,
|
| 355 |
-
"tac_showExtraNetworkPreviews": true,
|
| 356 |
"tac_replaceUnderscores": true,
|
| 357 |
"tac_escapeParentheses": true,
|
| 358 |
"tac_appendComma": true,
|
|
|
|
| 1 |
{
|
| 2 |
"samples_save": true,
|
| 3 |
+
"samples_format": "jpg",
|
| 4 |
"samples_filename_pattern": "[datetime]",
|
| 5 |
"save_images_add_number": false,
|
| 6 |
"grid_save": true,
|
|
|
|
| 21 |
"save_images_before_color_correction": false,
|
| 22 |
"save_mask": false,
|
| 23 |
"save_mask_composite": false,
|
| 24 |
+
"jpeg_quality": 80,
|
| 25 |
"webp_lossless": false,
|
| 26 |
"export_for_4chan": true,
|
| 27 |
"img_downscale_threshold": 4.0,
|
|
|
|
| 32 |
"save_selected_only": true,
|
| 33 |
"save_init_img": false,
|
| 34 |
"temp_dir": "",
|
| 35 |
+
"clean_temp_dir_at_start": false,
|
| 36 |
"outdir_samples": "",
|
| 37 |
"outdir_txt2img_samples": "outputs/txt2img-images",
|
| 38 |
"outdir_img2img_samples": "outputs/img2img-images",
|
|
|
|
| 54 |
"R-ESRGAN 4x+ Anime6B"
|
| 55 |
],
|
| 56 |
"upscaler_for_img2img": null,
|
| 57 |
+
"face_restoration_model": "GFPGAN",
|
| 58 |
"code_former_weight": 0.5,
|
| 59 |
"face_restoration_unload": false,
|
| 60 |
"show_warnings": false,
|
|
|
|
| 76 |
"training_enable_tensorboard": false,
|
| 77 |
"training_tensorboard_save_images": false,
|
| 78 |
"training_tensorboard_flush_every": 120,
|
| 79 |
+
"sd_model_checkpoint": "majicMIX_realistic_\u9ea6\u6a58\u5199\u5b9e/majicmixRealistic_v6.safetensors",
|
| 80 |
"sd_checkpoint_cache": 0,
|
| 81 |
"sd_vae_checkpoint_cache": 0,
|
| 82 |
"sd_vae": "Automatic",
|
|
|
|
| 171 |
"add_version_to_infotext": true,
|
| 172 |
"disable_weights_auto_swap": true,
|
| 173 |
"infotext_styles": "Apply if any",
|
| 174 |
+
"show_progressbar": true,
|
| 175 |
"live_previews_enable": false,
|
| 176 |
"live_previews_image_format": "png",
|
| 177 |
+
"show_progress_grid": true,
|
| 178 |
+
"show_progress_every_n_steps": -1,
|
| 179 |
"show_progress_type": "Approx NN",
|
| 180 |
"live_preview_content": "Prompt",
|
| 181 |
"live_preview_refresh_period": 1000,
|
|
|
|
| 325 |
"image_browser_page_columns": 6.0,
|
| 326 |
"image_browser_page_rows": 6.0,
|
| 327 |
"image_browser_pages_perload": 20.0,
|
|
|
|
| 328 |
"image_browser_use_thumbnail": false,
|
| 329 |
"image_browser_thumbnail_size": 200.0,
|
| 330 |
"image_browser_swipe": false,
|
|
|
|
| 345 |
"tac_resultStepLength": 100.0,
|
| 346 |
"tac_delayTime": 100.0,
|
| 347 |
"tac_useWildcards": true,
|
|
|
|
| 348 |
"tac_useEmbeddings": true,
|
| 349 |
"tac_useHypernetworks": true,
|
| 350 |
"tac_useLoras": true,
|
| 351 |
"tac_useLycos": true,
|
| 352 |
"tac_showWikiLinks": false,
|
|
|
|
| 353 |
"tac_replaceUnderscores": true,
|
| 354 |
"tac_escapeParentheses": true,
|
| 355 |
"tac_appendComma": true,
|