Update nightly/config.json
Browse files- nightly/config.json +35 -1
nightly/config.json
CHANGED
|
@@ -375,5 +375,39 @@
|
|
| 375 |
"neutral_prompt_enabled": true,
|
| 376 |
"control_net_no_high_res_fix": false,
|
| 377 |
"controlnet_ignore_noninpaint_mask": false,
|
| 378 |
-
"image_browser_height_auto": false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 379 |
}
|
|
|
|
| 375 |
"neutral_prompt_enabled": true,
|
| 376 |
"control_net_no_high_res_fix": false,
|
| 377 |
"controlnet_ignore_noninpaint_mask": false,
|
| 378 |
+
"image_browser_height_auto": false,
|
| 379 |
+
"sd_vae_overrides_per_model_preferences": false,
|
| 380 |
+
"save_incomplete_images": false,
|
| 381 |
+
"face_restoration": false,
|
| 382 |
+
"auto_launch_browser": "Local",
|
| 383 |
+
"show_gradio_deprecation_warnings": true,
|
| 384 |
+
"hide_ldm_prints": true,
|
| 385 |
+
"api_enable_requests": true,
|
| 386 |
+
"api_forbid_local_requests": true,
|
| 387 |
+
"api_useragent": "",
|
| 388 |
+
"sd_checkpoints_limit": 1,
|
| 389 |
+
"sd_checkpoints_keep_in_cpu": true,
|
| 390 |
+
"tiling": false,
|
| 391 |
+
"hires_fix_refiner_pass": "second pass",
|
| 392 |
+
"sd_vae_encode_method": "Full",
|
| 393 |
+
"sd_vae_decode_method": "Full",
|
| 394 |
+
"img2img_extra_noise": 0,
|
| 395 |
+
"img2img_sketch_default_brush_color": "#ffffff",
|
| 396 |
+
"img2img_inpaint_mask_brush_color": "#ffffff",
|
| 397 |
+
"img2img_inpaint_sketch_default_brush_color": "#ffffff",
|
| 398 |
+
"persistent_cond_cache": true,
|
| 399 |
+
"batch_cond_uncond": true,
|
| 400 |
+
"use_old_scheduling": false,
|
| 401 |
+
"lora_in_memory_limit": 0,
|
| 402 |
+
"gradio_themes_cache": true,
|
| 403 |
+
"gallery_height": "",
|
| 404 |
+
"extra_options_txt2img": [],
|
| 405 |
+
"extra_options_img2img": [],
|
| 406 |
+
"extra_options_cols": 1,
|
| 407 |
+
"live_preview_allow_lowvram_full": false,
|
| 408 |
+
"live_preview_fast_interrupt": false,
|
| 409 |
+
"s_tmax": 0,
|
| 410 |
+
"sgm_noise_multiplier": false,
|
| 411 |
+
"canvas_auto_expand": true,
|
| 412 |
+
"control_net_unit_count": 3
|
| 413 |
}
|