codeSener commited on
Commit
aa1fdab
·
1 Parent(s): 7a99ce6

Create my_config.json

Browse files
Files changed (1) hide show
  1. my_config.json +13 -0
my_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "localization": "zh-Hans (Stable)",
3
+ "show_progressbar": true,
4
+ "live_previews_enable": true,
5
+ "show_progress_grid": true,
6
+ "show_progress_every_n_steps": 10,
7
+ "show_progress_type": "Approx NN",
8
+ "live_preview_content": "Prompt",
9
+ "live_preview_refresh_period": 10,
10
+ "live_previews_image_format": "png",
11
+ "live_preview_allow_lowvram_full": false,
12
+ "live_preview_fast_interrupt": false
13
+ }