Upload 2 files
Browse files- config.json +29 -4
- ui-config.json +5 -5
config.json
CHANGED
|
@@ -71,10 +71,10 @@
|
|
| 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": "",
|
| 78 |
"sd_vae_as_default": true,
|
| 79 |
"inpainting_mask_weight": 1.0,
|
| 80 |
"initial_noise_multiplier": 1.0,
|
|
@@ -174,7 +174,7 @@
|
|
| 174 |
],
|
| 175 |
"disable_all_extensions": "none",
|
| 176 |
"restore_config_state_file": "",
|
| 177 |
-
"sd_checkpoint_hash":
|
| 178 |
"ldsr_steps": 100,
|
| 179 |
"ldsr_cached": false,
|
| 180 |
"SWIN_tile": 192,
|
|
@@ -431,5 +431,30 @@
|
|
| 431 |
"dp_wildcard_manager_shuffle": false,
|
| 432 |
"dp_magicprompt_default_model": "Gustavosta/MagicPrompt-Stable-Diffusion",
|
| 433 |
"dp_magicprompt_batch_size": 1,
|
| 434 |
-
"sam_use_local_groundingdino": false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 435 |
}
|
|
|
|
| 71 |
"training_enable_tensorboard": false,
|
| 72 |
"training_tensorboard_save_images": false,
|
| 73 |
"training_tensorboard_flush_every": 120,
|
| 74 |
+
"sd_model_checkpoint": "AnimagineXLV3.safetensors",
|
| 75 |
"sd_checkpoint_cache": 0,
|
| 76 |
"sd_vae_checkpoint_cache": 0,
|
| 77 |
+
"sd_vae": "sdxl_vae_fp16_fix.safetensors",
|
| 78 |
"sd_vae_as_default": true,
|
| 79 |
"inpainting_mask_weight": 1.0,
|
| 80 |
"initial_noise_multiplier": 1.0,
|
|
|
|
| 174 |
],
|
| 175 |
"disable_all_extensions": "none",
|
| 176 |
"restore_config_state_file": "",
|
| 177 |
+
"sd_checkpoint_hash": null,
|
| 178 |
"ldsr_steps": 100,
|
| 179 |
"ldsr_cached": false,
|
| 180 |
"SWIN_tile": 192,
|
|
|
|
| 431 |
"dp_wildcard_manager_shuffle": false,
|
| 432 |
"dp_magicprompt_default_model": "Gustavosta/MagicPrompt-Stable-Diffusion",
|
| 433 |
"dp_magicprompt_batch_size": 1,
|
| 434 |
+
"sam_use_local_groundingdino": false,
|
| 435 |
+
"hypertile_enable_unet": false,
|
| 436 |
+
"hypertile_enable_unet_secondpass": false,
|
| 437 |
+
"hypertile_max_depth_unet": 3,
|
| 438 |
+
"hypertile_max_tile_unet": 256,
|
| 439 |
+
"hypertile_swap_size_unet": 3,
|
| 440 |
+
"hypertile_enable_vae": false,
|
| 441 |
+
"hypertile_max_depth_vae": 3,
|
| 442 |
+
"hypertile_max_tile_vae": 128,
|
| 443 |
+
"hypertile_swap_size_vae": 3,
|
| 444 |
+
"tac_wildcardExclusionList": "",
|
| 445 |
+
"tac_skipWildcardRefresh": false,
|
| 446 |
+
"tac_useLoraPrefixForLycos": true,
|
| 447 |
+
"tac_useStyleVars": false,
|
| 448 |
+
"ad_max_models": 2,
|
| 449 |
+
"ad_extra_models_dir": "",
|
| 450 |
+
"ad_save_previews": false,
|
| 451 |
+
"ad_save_images_before": false,
|
| 452 |
+
"ad_only_seleted_scripts": true,
|
| 453 |
+
"ad_script_names": "dynamic_prompting,dynamic_thresholding,wildcard_recursive,wildcards,lora_block_weight,negpip",
|
| 454 |
+
"ad_bbox_sortby": "None",
|
| 455 |
+
"ad_same_seed_for_each_tap": false,
|
| 456 |
+
"image_browser_thumbnail_crop": false,
|
| 457 |
+
"image_browser_video_pos": "Above",
|
| 458 |
+
"image_browser_video_x": 640,
|
| 459 |
+
"image_browser_video_y": 640
|
| 460 |
}
|
ui-config.json
CHANGED
|
@@ -338,7 +338,7 @@
|
|
| 338 |
"img2img/Only masked padding, pixels/maximum": 256,
|
| 339 |
"img2img/Only masked padding, pixels/step": 4,
|
| 340 |
"img2img/Sampling method/visible": true,
|
| 341 |
-
"img2img/Sampling method/value": "
|
| 342 |
"img2img/Sampling steps/visible": true,
|
| 343 |
"img2img/Sampling steps/value": 20,
|
| 344 |
"img2img/Sampling steps/minimum": 1,
|
|
@@ -2681,14 +2681,14 @@
|
|
| 2681 |
"txt2img/Input Directory/visible": true,
|
| 2682 |
"txt2img/Input Directory/value": "",
|
| 2683 |
"txt2img/New Canvas Width/visible": true,
|
| 2684 |
-
"txt2img/New Canvas Width/value":
|
| 2685 |
"txt2img/New Canvas Width/minimum": 256,
|
| 2686 |
-
"txt2img/New Canvas Width/maximum":
|
| 2687 |
"txt2img/New Canvas Width/step": 64,
|
| 2688 |
"txt2img/New Canvas Height/visible": true,
|
| 2689 |
-
"txt2img/New Canvas Height/value":
|
| 2690 |
"txt2img/New Canvas Height/minimum": 256,
|
| 2691 |
-
"txt2img/New Canvas Height/maximum":
|
| 2692 |
"txt2img/New Canvas Height/step": 64,
|
| 2693 |
"txt2img/Create New Canvas/visible": true,
|
| 2694 |
"txt2img/Enable/visible": true,
|
|
|
|
| 338 |
"img2img/Only masked padding, pixels/maximum": 256,
|
| 339 |
"img2img/Only masked padding, pixels/step": 4,
|
| 340 |
"img2img/Sampling method/visible": true,
|
| 341 |
+
"img2img/Sampling method/value": "DDIM",
|
| 342 |
"img2img/Sampling steps/visible": true,
|
| 343 |
"img2img/Sampling steps/value": 20,
|
| 344 |
"img2img/Sampling steps/minimum": 1,
|
|
|
|
| 2681 |
"txt2img/Input Directory/visible": true,
|
| 2682 |
"txt2img/Input Directory/value": "",
|
| 2683 |
"txt2img/New Canvas Width/visible": true,
|
| 2684 |
+
"txt2img/New Canvas Width/value": 932,
|
| 2685 |
"txt2img/New Canvas Width/minimum": 256,
|
| 2686 |
+
"txt2img/New Canvas Width/maximum": 2048,
|
| 2687 |
"txt2img/New Canvas Width/step": 64,
|
| 2688 |
"txt2img/New Canvas Height/visible": true,
|
| 2689 |
+
"txt2img/New Canvas Height/value":1216,
|
| 2690 |
"txt2img/New Canvas Height/minimum": 256,
|
| 2691 |
+
"txt2img/New Canvas Height/maximum": 2048,
|
| 2692 |
"txt2img/New Canvas Height/step": 64,
|
| 2693 |
"txt2img/Create New Canvas/visible": true,
|
| 2694 |
"txt2img/Enable/visible": true,
|