Upload 2 files
Browse files- config.json +6 -4
- ui-config.json +103 -10
config.json
CHANGED
|
@@ -71,7 +71,7 @@
|
|
| 71 |
"training_enable_tensorboard": false,
|
| 72 |
"training_tensorboard_save_images": false,
|
| 73 |
"training_tensorboard_flush_every": 120,
|
| 74 |
-
"sd_model_checkpoint": "
|
| 75 |
"sd_checkpoint_cache": 0,
|
| 76 |
"sd_vae_checkpoint_cache": 0,
|
| 77 |
"sd_vae": "clearvae.vae.pt",
|
|
@@ -306,8 +306,9 @@
|
|
| 306 |
"eta_noise_seed_delta",
|
| 307 |
"eta_ddim",
|
| 308 |
"eta_ancestral",
|
| 309 |
-
"
|
| 310 |
-
"
|
|
|
|
| 311 |
],
|
| 312 |
"extra_options_accordion": false,
|
| 313 |
"add_version_to_infotext": true,
|
|
@@ -370,5 +371,6 @@
|
|
| 370 |
"enable_empty_prompts": true,
|
| 371 |
"enable_repetition_prompts": true,
|
| 372 |
"blocked_prompts_txt_file": "/kaggle/working/stable-diffusion-webui/blocked_prompts.txt",
|
| 373 |
-
"blocked_negative_prompts_txt_file": "/kaggle/working/stable-diffusion-webui/blocked_negative_prompts.txt"
|
|
|
|
| 374 |
}
|
|
|
|
| 71 |
"training_enable_tensorboard": false,
|
| 72 |
"training_tensorboard_save_images": false,
|
| 73 |
"training_tensorboard_flush_every": 120,
|
| 74 |
+
"sd_model_checkpoint": "test3.safetensors",
|
| 75 |
"sd_checkpoint_cache": 0,
|
| 76 |
"sd_vae_checkpoint_cache": 0,
|
| 77 |
"sd_vae": "clearvae.vae.pt",
|
|
|
|
| 306 |
"eta_noise_seed_delta",
|
| 307 |
"eta_ddim",
|
| 308 |
"eta_ancestral",
|
| 309 |
+
"always_discard_next_to_last_sigma",
|
| 310 |
+
"token_merging_ratio",
|
| 311 |
+
"ldsr_steps"
|
| 312 |
],
|
| 313 |
"extra_options_accordion": false,
|
| 314 |
"add_version_to_infotext": true,
|
|
|
|
| 371 |
"enable_empty_prompts": true,
|
| 372 |
"enable_repetition_prompts": true,
|
| 373 |
"blocked_prompts_txt_file": "/kaggle/working/stable-diffusion-webui/blocked_prompts.txt",
|
| 374 |
+
"blocked_negative_prompts_txt_file": "/kaggle/working/stable-diffusion-webui/blocked_negative_prompts.txt",
|
| 375 |
+
"control_net_inpaint_blur_sigma": 7
|
| 376 |
}
|
ui-config.json
CHANGED
|
@@ -69,29 +69,29 @@
|
|
| 69 |
"txt2img/Upscaler/visible": true,
|
| 70 |
"txt2img/Upscaler/value": "Latent",
|
| 71 |
"txt2img/Hires steps/visible": true,
|
| 72 |
-
"txt2img/Hires steps/value":
|
| 73 |
"txt2img/Hires steps/minimum": 0,
|
| 74 |
"txt2img/Hires steps/maximum": 30,
|
| 75 |
"txt2img/Hires steps/step": 1,
|
| 76 |
"txt2img/Denoising strength/visible": true,
|
| 77 |
-
"txt2img/Denoising strength/value": 0.
|
| 78 |
"txt2img/Denoising strength/minimum": 0.0,
|
| 79 |
"txt2img/Denoising strength/maximum": 1.0,
|
| 80 |
"txt2img/Denoising strength/step": 0.01,
|
| 81 |
"txt2img/Upscale by/visible": true,
|
| 82 |
-
"txt2img/Upscale by/value":
|
| 83 |
"txt2img/Upscale by/minimum": 1.0,
|
| 84 |
-
"txt2img/Upscale by/maximum":
|
| 85 |
"txt2img/Upscale by/step": 0.05,
|
| 86 |
"txt2img/Resize width to/visible": true,
|
| 87 |
"txt2img/Resize width to/value": 0,
|
| 88 |
"txt2img/Resize width to/minimum": 0,
|
| 89 |
-
"txt2img/Resize width to/maximum":
|
| 90 |
"txt2img/Resize width to/step": 8,
|
| 91 |
"txt2img/Resize height to/visible": true,
|
| 92 |
"txt2img/Resize height to/value": 0,
|
| 93 |
"txt2img/Resize height to/minimum": 0,
|
| 94 |
-
"txt2img/Resize height to/maximum":
|
| 95 |
"txt2img/Resize height to/step": 8,
|
| 96 |
"txt2img/Script/visible": true,
|
| 97 |
"txt2img/Script/value": "None",
|
|
@@ -978,7 +978,7 @@
|
|
| 978 |
"customscript/vae_optimize.py/txt2img/Fast Decoder/visible": true,
|
| 979 |
"customscript/vae_optimize.py/txt2img/Fast Decoder/value": true,
|
| 980 |
"customscript/additional_networks.py/txt2img/Enable/visible": true,
|
| 981 |
-
"customscript/additional_networks.py/txt2img/Enable/value":
|
| 982 |
"customscript/additional_networks.py/txt2img/Separate UNet/Text Encoder weights/visible": true,
|
| 983 |
"customscript/additional_networks.py/txt2img/Separate UNet/Text Encoder weights/value": false,
|
| 984 |
"customscript/additional_networks.py/txt2img/Network module 1/visible": true,
|
|
@@ -5420,7 +5420,7 @@
|
|
| 5420 |
"customscript/extra_options_section.py/txt2img/Eta for ancestral samplers/maximum": 1.0,
|
| 5421 |
"customscript/extra_options_section.py/txt2img/Eta for ancestral samplers/step": 0.01,
|
| 5422 |
"customscript/extra_options_section.py/txt2img/Always discard next-to-last sigma/visible": true,
|
| 5423 |
-
"customscript/extra_options_section.py/txt2img/Always discard next-to-last sigma/value":
|
| 5424 |
"customscript/extra_options_section.py/img2img/sigma tmin/visible": true,
|
| 5425 |
"customscript/extra_options_section.py/img2img/sigma tmin/value": 0.0,
|
| 5426 |
"customscript/extra_options_section.py/img2img/sigma tmin/minimum": 0.0,
|
|
@@ -5432,7 +5432,7 @@
|
|
| 5432 |
"customscript/extra_options_section.py/img2img/sigma noise/maximum": 1.0,
|
| 5433 |
"customscript/extra_options_section.py/img2img/sigma noise/step": 0.01,
|
| 5434 |
"customscript/extra_options_section.py/img2img/Eta noise seed delta/visible": true,
|
| 5435 |
-
"customscript/extra_options_section.py/img2img/Eta noise seed delta/value":
|
| 5436 |
"customscript/extra_options_section.py/img2img/Eta for DDIM/visible": true,
|
| 5437 |
"customscript/extra_options_section.py/img2img/Eta for DDIM/value": 0.0,
|
| 5438 |
"customscript/extra_options_section.py/img2img/Eta for DDIM/minimum": 0.0,
|
|
@@ -5454,5 +5454,98 @@
|
|
| 5454 |
"customscript/extra_options_section.py/img2img/LDSR processing steps. Lower = faster/value": 100,
|
| 5455 |
"customscript/extra_options_section.py/img2img/LDSR processing steps. Lower = faster/minimum": 1,
|
| 5456 |
"customscript/extra_options_section.py/img2img/LDSR processing steps. Lower = faster/maximum": 200,
|
| 5457 |
-
"customscript/extra_options_section.py/img2img/LDSR processing steps. Lower = faster/step": 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5458 |
}
|
|
|
|
| 69 |
"txt2img/Upscaler/visible": true,
|
| 70 |
"txt2img/Upscaler/value": "Latent",
|
| 71 |
"txt2img/Hires steps/visible": true,
|
| 72 |
+
"txt2img/Hires steps/value": 15,
|
| 73 |
"txt2img/Hires steps/minimum": 0,
|
| 74 |
"txt2img/Hires steps/maximum": 30,
|
| 75 |
"txt2img/Hires steps/step": 1,
|
| 76 |
"txt2img/Denoising strength/visible": true,
|
| 77 |
+
"txt2img/Denoising strength/value": 0.5,
|
| 78 |
"txt2img/Denoising strength/minimum": 0.0,
|
| 79 |
"txt2img/Denoising strength/maximum": 1.0,
|
| 80 |
"txt2img/Denoising strength/step": 0.01,
|
| 81 |
"txt2img/Upscale by/visible": true,
|
| 82 |
+
"txt2img/Upscale by/value": 1.5,
|
| 83 |
"txt2img/Upscale by/minimum": 1.0,
|
| 84 |
+
"txt2img/Upscale by/maximum": 2.0,
|
| 85 |
"txt2img/Upscale by/step": 0.05,
|
| 86 |
"txt2img/Resize width to/visible": true,
|
| 87 |
"txt2img/Resize width to/value": 0,
|
| 88 |
"txt2img/Resize width to/minimum": 0,
|
| 89 |
+
"txt2img/Resize width to/maximum": 1536,
|
| 90 |
"txt2img/Resize width to/step": 8,
|
| 91 |
"txt2img/Resize height to/visible": true,
|
| 92 |
"txt2img/Resize height to/value": 0,
|
| 93 |
"txt2img/Resize height to/minimum": 0,
|
| 94 |
+
"txt2img/Resize height to/maximum": 1536,
|
| 95 |
"txt2img/Resize height to/step": 8,
|
| 96 |
"txt2img/Script/visible": true,
|
| 97 |
"txt2img/Script/value": "None",
|
|
|
|
| 978 |
"customscript/vae_optimize.py/txt2img/Fast Decoder/visible": true,
|
| 979 |
"customscript/vae_optimize.py/txt2img/Fast Decoder/value": true,
|
| 980 |
"customscript/additional_networks.py/txt2img/Enable/visible": true,
|
| 981 |
+
"customscript/additional_networks.py/txt2img/Enable/value": false,
|
| 982 |
"customscript/additional_networks.py/txt2img/Separate UNet/Text Encoder weights/visible": true,
|
| 983 |
"customscript/additional_networks.py/txt2img/Separate UNet/Text Encoder weights/value": false,
|
| 984 |
"customscript/additional_networks.py/txt2img/Network module 1/visible": true,
|
|
|
|
| 5420 |
"customscript/extra_options_section.py/txt2img/Eta for ancestral samplers/maximum": 1.0,
|
| 5421 |
"customscript/extra_options_section.py/txt2img/Eta for ancestral samplers/step": 0.01,
|
| 5422 |
"customscript/extra_options_section.py/txt2img/Always discard next-to-last sigma/visible": true,
|
| 5423 |
+
"customscript/extra_options_section.py/txt2img/Always discard next-to-last sigma/value": true,
|
| 5424 |
"customscript/extra_options_section.py/img2img/sigma tmin/visible": true,
|
| 5425 |
"customscript/extra_options_section.py/img2img/sigma tmin/value": 0.0,
|
| 5426 |
"customscript/extra_options_section.py/img2img/sigma tmin/minimum": 0.0,
|
|
|
|
| 5432 |
"customscript/extra_options_section.py/img2img/sigma noise/maximum": 1.0,
|
| 5433 |
"customscript/extra_options_section.py/img2img/sigma noise/step": 0.01,
|
| 5434 |
"customscript/extra_options_section.py/img2img/Eta noise seed delta/visible": true,
|
| 5435 |
+
"customscript/extra_options_section.py/img2img/Eta noise seed delta/value": 31337,
|
| 5436 |
"customscript/extra_options_section.py/img2img/Eta for DDIM/visible": true,
|
| 5437 |
"customscript/extra_options_section.py/img2img/Eta for DDIM/value": 0.0,
|
| 5438 |
"customscript/extra_options_section.py/img2img/Eta for DDIM/minimum": 0.0,
|
|
|
|
| 5454 |
"customscript/extra_options_section.py/img2img/LDSR processing steps. Lower = faster/value": 100,
|
| 5455 |
"customscript/extra_options_section.py/img2img/LDSR processing steps. Lower = faster/minimum": 1,
|
| 5456 |
"customscript/extra_options_section.py/img2img/LDSR processing steps. Lower = faster/maximum": 200,
|
| 5457 |
+
"customscript/extra_options_section.py/img2img/LDSR processing steps. Lower = faster/step": 1,
|
| 5458 |
+
"txt2img/sigma tmin/visible": true,
|
| 5459 |
+
"txt2img/sigma tmin/value": 0.0,
|
| 5460 |
+
"txt2img/sigma tmin/minimum": 0.0,
|
| 5461 |
+
"txt2img/sigma tmin/maximum": 1.0,
|
| 5462 |
+
"txt2img/sigma tmin/step": 0.01,
|
| 5463 |
+
"txt2img/sigma noise/visible": true,
|
| 5464 |
+
"txt2img/sigma noise/value": 1.0,
|
| 5465 |
+
"txt2img/sigma noise/minimum": 0.0,
|
| 5466 |
+
"txt2img/sigma noise/maximum": 1.0,
|
| 5467 |
+
"txt2img/sigma noise/step": 0.01,
|
| 5468 |
+
"txt2img/Eta noise seed delta/visible": true,
|
| 5469 |
+
"txt2img/Eta noise seed delta/value": 31337,
|
| 5470 |
+
"txt2img/Eta for DDIM/visible": true,
|
| 5471 |
+
"txt2img/Eta for DDIM/value": 0.0,
|
| 5472 |
+
"txt2img/Eta for DDIM/minimum": 0.0,
|
| 5473 |
+
"txt2img/Eta for DDIM/maximum": 1.0,
|
| 5474 |
+
"txt2img/Eta for DDIM/step": 0.01,
|
| 5475 |
+
"txt2img/Eta for ancestral samplers/visible": true,
|
| 5476 |
+
"txt2img/Eta for ancestral samplers/value": 1.0,
|
| 5477 |
+
"txt2img/Eta for ancestral samplers/minimum": 0.0,
|
| 5478 |
+
"txt2img/Eta for ancestral samplers/maximum": 1.0,
|
| 5479 |
+
"txt2img/Eta for ancestral samplers/step": 0.01,
|
| 5480 |
+
"customscript/lora_block_weight.py/txt2img/X Types/visible": true,
|
| 5481 |
+
"customscript/lora_block_weight.py/txt2img/X Types/value": "values",
|
| 5482 |
+
"customscript/lora_block_weight.py/txt2img/X Values/visible": true,
|
| 5483 |
+
"customscript/lora_block_weight.py/txt2img/X Values/value": "0,0.25,0.5,0.75,1",
|
| 5484 |
+
"customscript/lora_block_weight.py/txt2img/Y Types/visible": true,
|
| 5485 |
+
"customscript/lora_block_weight.py/txt2img/Y Types/value": "Block ID",
|
| 5486 |
+
"customscript/lora_block_weight.py/txt2img/Y Values/visible": true,
|
| 5487 |
+
"customscript/lora_block_weight.py/txt2img/Y Values/value": "IN05-OUT05",
|
| 5488 |
+
"customscript/lora_block_weight.py/txt2img/Z type/visible": true,
|
| 5489 |
+
"customscript/lora_block_weight.py/txt2img/Z type/value": "none",
|
| 5490 |
+
"customscript/lora_block_weight.py/txt2img/Z values/visible": true,
|
| 5491 |
+
"customscript/lora_block_weight.py/txt2img/Z values/value": "",
|
| 5492 |
+
"customscript/lora_block_weight.py/txt2img/Blocks (12ALL,17ALL,20ALL,26ALL also can be used)/value": "BASE,IN00,IN01,IN02,IN03,IN04,IN05,IN06,IN07,IN08,IN09,IN10,IN11,M00,OUT00,OUT01,OUT02,OUT03,OUT04,OUT05,OUT06,OUT07,OUT08,OUT09,OUT10,OUT11",
|
| 5493 |
+
"img2img/sigma tmin/visible": true,
|
| 5494 |
+
"img2img/sigma tmin/value": 0.0,
|
| 5495 |
+
"img2img/sigma tmin/minimum": 0.0,
|
| 5496 |
+
"img2img/sigma tmin/maximum": 1.0,
|
| 5497 |
+
"img2img/sigma tmin/step": 0.01,
|
| 5498 |
+
"img2img/sigma noise/visible": true,
|
| 5499 |
+
"img2img/sigma noise/value": 1.0,
|
| 5500 |
+
"img2img/sigma noise/minimum": 0.0,
|
| 5501 |
+
"img2img/sigma noise/maximum": 1.0,
|
| 5502 |
+
"img2img/sigma noise/step": 0.01,
|
| 5503 |
+
"img2img/Eta noise seed delta/visible": true,
|
| 5504 |
+
"img2img/Eta noise seed delta/value": 31337,
|
| 5505 |
+
"img2img/Eta for DDIM/visible": true,
|
| 5506 |
+
"img2img/Eta for DDIM/value": 0.0,
|
| 5507 |
+
"img2img/Eta for DDIM/minimum": 0.0,
|
| 5508 |
+
"img2img/Eta for DDIM/maximum": 1.0,
|
| 5509 |
+
"img2img/Eta for DDIM/step": 0.01,
|
| 5510 |
+
"img2img/Eta for ancestral samplers/visible": true,
|
| 5511 |
+
"img2img/Eta for ancestral samplers/value": 1.0,
|
| 5512 |
+
"img2img/Eta for ancestral samplers/minimum": 0.0,
|
| 5513 |
+
"img2img/Eta for ancestral samplers/maximum": 1.0,
|
| 5514 |
+
"img2img/Eta for ancestral samplers/step": 0.01,
|
| 5515 |
+
"customscript/lora_block_weight.py/img2img/X Types/visible": true,
|
| 5516 |
+
"customscript/lora_block_weight.py/img2img/X Types/value": "values",
|
| 5517 |
+
"customscript/lora_block_weight.py/img2img/X Values/visible": true,
|
| 5518 |
+
"customscript/lora_block_weight.py/img2img/X Values/value": "0,0.25,0.5,0.75,1",
|
| 5519 |
+
"customscript/lora_block_weight.py/img2img/Y Types/visible": true,
|
| 5520 |
+
"customscript/lora_block_weight.py/img2img/Y Types/value": "Block ID",
|
| 5521 |
+
"customscript/lora_block_weight.py/img2img/Y Values/visible": true,
|
| 5522 |
+
"customscript/lora_block_weight.py/img2img/Y Values/value": "IN05-OUT05",
|
| 5523 |
+
"customscript/lora_block_weight.py/img2img/Z type/visible": true,
|
| 5524 |
+
"customscript/lora_block_weight.py/img2img/Z type/value": "none",
|
| 5525 |
+
"customscript/lora_block_weight.py/img2img/Z values/visible": true,
|
| 5526 |
+
"customscript/lora_block_weight.py/img2img/Z values/value": "",
|
| 5527 |
+
"customscript/lora_block_weight.py/img2img/Blocks (12ALL,17ALL,20ALL,26ALL also can be used)/value": "BASE,IN00,IN01,IN02,IN03,IN04,IN05,IN06,IN07,IN08,IN09,IN10,IN11,M00,OUT00,OUT01,OUT02,OUT03,OUT04,OUT05,OUT06,OUT07,OUT08,OUT09,OUT10,OUT11",
|
| 5528 |
+
"customscript/lora_block_weight.py/mov2mov_tabs/X Types/visible": true,
|
| 5529 |
+
"customscript/lora_block_weight.py/mov2mov_tabs/X Types/value": "values",
|
| 5530 |
+
"customscript/lora_block_weight.py/mov2mov_tabs/X Values/visible": true,
|
| 5531 |
+
"customscript/lora_block_weight.py/mov2mov_tabs/X Values/value": "0,0.25,0.5,0.75,1",
|
| 5532 |
+
"customscript/lora_block_weight.py/mov2mov_tabs/Y Types/visible": true,
|
| 5533 |
+
"customscript/lora_block_weight.py/mov2mov_tabs/Y Types/value": "Block ID",
|
| 5534 |
+
"customscript/lora_block_weight.py/mov2mov_tabs/Y Values/visible": true,
|
| 5535 |
+
"customscript/lora_block_weight.py/mov2mov_tabs/Y Values/value": "IN05-OUT05",
|
| 5536 |
+
"customscript/lora_block_weight.py/mov2mov_tabs/Z type/visible": true,
|
| 5537 |
+
"customscript/lora_block_weight.py/mov2mov_tabs/Z type/value": "none",
|
| 5538 |
+
"customscript/lora_block_weight.py/mov2mov_tabs/Z values/visible": true,
|
| 5539 |
+
"customscript/lora_block_weight.py/mov2mov_tabs/Z values/value": "",
|
| 5540 |
+
"customscript/lora_block_weight.py/mov2mov_tabs/Blocks (12ALL,17ALL,20ALL,26ALL also can be used)/value": "BASE,IN00,IN01,IN02,IN03,IN04,IN05,IN06,IN07,IN08,IN09,IN10,IN11,M00,OUT00,OUT01,OUT02,OUT03,OUT04,OUT05,OUT06,OUT07,OUT08,OUT09,OUT10,OUT11",
|
| 5541 |
+
"customscript/extra_options_section.py/txt2img/Token merging ratio/visible": true,
|
| 5542 |
+
"customscript/extra_options_section.py/txt2img/Token merging ratio/value": 0,
|
| 5543 |
+
"customscript/extra_options_section.py/txt2img/Token merging ratio/minimum": 0.0,
|
| 5544 |
+
"customscript/extra_options_section.py/txt2img/Token merging ratio/maximum": 0.9,
|
| 5545 |
+
"customscript/extra_options_section.py/txt2img/Token merging ratio/step": 0.1,
|
| 5546 |
+
"customscript/extra_options_section.py/img2img/Token merging ratio/visible": true,
|
| 5547 |
+
"customscript/extra_options_section.py/img2img/Token merging ratio/value": 0,
|
| 5548 |
+
"customscript/extra_options_section.py/img2img/Token merging ratio/minimum": 0.0,
|
| 5549 |
+
"customscript/extra_options_section.py/img2img/Token merging ratio/maximum": 0.9,
|
| 5550 |
+
"customscript/extra_options_section.py/img2img/Token merging ratio/step": 0.1
|
| 5551 |
}
|