hiramaru999 commited on
Commit
b362800
·
1 Parent(s): a0cfc9e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +63 -5
config.json CHANGED
@@ -72,7 +72,7 @@
72
  "training_tensorboard_flush_every": 120,
73
  "sd_checkpoint_cache": 0,
74
  "sd_vae_checkpoint_cache": 0,
75
- "sd_vae": "Automatic",
76
  "sd_vae_as_default": true,
77
  "inpainting_mask_weight": 1.0,
78
  "initial_noise_multiplier": 1.0,
@@ -176,7 +176,7 @@
176
  "disabled_extensions": [],
177
  "disable_all_extensions": "none",
178
  "restore_config_state_file": "",
179
- "sd_checkpoint_hash": "6f7eae7a5516e8456e8dd2dd0eab3ab1bfdabfc921891abf0d805570597fdc07",
180
  "ldsr_steps": 100,
181
  "ldsr_cached": false,
182
  "SCUNET_tile": 256,
@@ -246,7 +246,65 @@
246
  "images_history_preload": false,
247
  "images_record_paths": true,
248
  "images_delete_message": true,
249
- "images_history_page_columns": 4.0,
250
- "images_history_page_rows": 5.0,
251
- "images_history_pages_perload": 20.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
252
  }
 
72
  "training_tensorboard_flush_every": 120,
73
  "sd_checkpoint_cache": 0,
74
  "sd_vae_checkpoint_cache": 0,
75
+ "sd_vae": "novelailatest-pruned.vae.pt",
76
  "sd_vae_as_default": true,
77
  "inpainting_mask_weight": 1.0,
78
  "initial_noise_multiplier": 1.0,
 
176
  "disabled_extensions": [],
177
  "disable_all_extensions": "none",
178
  "restore_config_state_file": "",
179
+ "sd_checkpoint_hash": "96fc9aaa160145a4c802dd6f48ae264be77aabfbe36328b8cd3c5f627a1af7ae",
180
  "ldsr_steps": 100,
181
  "ldsr_cached": false,
182
  "SCUNET_tile": 256,
 
246
  "images_history_preload": false,
247
  "images_record_paths": true,
248
  "images_delete_message": true,
249
+ "images_history_page_columns": 5.0,
250
+ "images_history_page_rows": 1.0,
251
+ "images_history_pages_perload": 5.0,
252
+ "ui_reorder_list": [
253
+ "inpaint",
254
+ "sampler",
255
+ "checkboxes",
256
+ "hires_fix",
257
+ "dimensions",
258
+ "cfg",
259
+ "seed",
260
+ "batch",
261
+ "override_settings",
262
+ "scripts"
263
+ ],
264
+ "sd_model_checkpoint": "kawaiiRealisticAnime_a03.safetensors [96fc9aaa16]",
265
+ "grid_zip_filename_pattern": "",
266
+ "grid_text_active_color": "#000000",
267
+ "grid_text_inactive_color": "#999999",
268
+ "grid_background_color": "#ffffff",
269
+ "SWIN_torch_compile": false,
270
+ "disable_mmap_load_safetensors": false,
271
+ "sd_unet": "Automatic",
272
+ "auto_vae_precision": true,
273
+ "sdxl_crop_top": 0.0,
274
+ "sdxl_crop_left": 0.0,
275
+ "sdxl_refiner_low_aesthetic_score": 2.5,
276
+ "sdxl_refiner_high_aesthetic_score": 6.0,
277
+ "pad_cond_uncond": false,
278
+ "experimental_persistent_cond_cache": false,
279
+ "hires_fix_use_firstpass_conds": false,
280
+ "extra_networks_card_text_scale": 1,
281
+ "extra_networks_card_show_desc": true,
282
+ "textual_inversion_print_at_load": false,
283
+ "textual_inversion_add_hashes_to_infotext": true,
284
+ "lora_show_all": false,
285
+ "lora_hide_unknown_for_versions": [],
286
+ "keyedit_move": true,
287
+ "disable_token_counters": false,
288
+ "extra_options": [],
289
+ "extra_options_accordion": false,
290
+ "add_user_name_to_info": false,
291
+ "infotext_styles": "Apply if any",
292
+ "k_sched_type": "Automatic",
293
+ "sigma_min": 0.0,
294
+ "sigma_max": 0.0,
295
+ "rho": 0.0,
296
+ "canvas_hotkey_zoom": "Alt",
297
+ "canvas_hotkey_adjust": "Ctrl",
298
+ "canvas_hotkey_move": "F",
299
+ "canvas_hotkey_fullscreen": "S",
300
+ "canvas_hotkey_reset": "R",
301
+ "canvas_hotkey_overlap": "O",
302
+ "canvas_show_tooltip": true,
303
+ "canvas_blur_prompt": false,
304
+ "canvas_disabled_functions": [
305
+ "Overlap"
306
+ ],
307
+ "control_net_inpaint_blur_sigma": 7,
308
+ "control_net_no_high_res_fix": false,
309
+ "controlnet_ignore_noninpaint_mask": false
310
  }