qnzkzpwldns commited on
Commit ·
a960ab0
1
Parent(s): 4ebd450
Upload 3 files
Browse files- webui_configs/config.json +149 -0
- webui_configs/styles.csv +23 -0
- webui_configs/ui-config.json +585 -0
webui_configs/config.json
ADDED
|
@@ -0,0 +1,149 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"samples_save": true,
|
| 3 |
+
"samples_format": "png",
|
| 4 |
+
"samples_filename_pattern": "",
|
| 5 |
+
"save_images_add_number": true,
|
| 6 |
+
"grid_save": false,
|
| 7 |
+
"grid_format": "png",
|
| 8 |
+
"grid_extended_filename": false,
|
| 9 |
+
"grid_only_if_multiple": false,
|
| 10 |
+
"grid_prevent_empty_spots": false,
|
| 11 |
+
"n_rows": -1,
|
| 12 |
+
"enable_pnginfo": true,
|
| 13 |
+
"save_txt": false,
|
| 14 |
+
"save_images_before_face_restoration": false,
|
| 15 |
+
"save_images_before_highres_fix": false,
|
| 16 |
+
"save_images_before_color_correction": false,
|
| 17 |
+
"jpeg_quality": 80,
|
| 18 |
+
"export_for_4chan": true,
|
| 19 |
+
"use_original_name_batch": false,
|
| 20 |
+
"use_upscaler_name_as_suffix": false,
|
| 21 |
+
"save_selected_only": true,
|
| 22 |
+
"do_not_add_watermark": true,
|
| 23 |
+
"temp_dir": "",
|
| 24 |
+
"clean_temp_dir_at_start": false,
|
| 25 |
+
"outdir_samples": "",
|
| 26 |
+
"outdir_txt2img_samples": "outputs/txt2img-images",
|
| 27 |
+
"outdir_img2img_samples": "outputs/img2img-images",
|
| 28 |
+
"outdir_extras_samples": "outputs/extras-images",
|
| 29 |
+
"outdir_grids": "",
|
| 30 |
+
"outdir_txt2img_grids": "outputs/txt2img-grids",
|
| 31 |
+
"outdir_img2img_grids": "outputs/img2img-grids",
|
| 32 |
+
"outdir_save": "log/images",
|
| 33 |
+
"save_to_dirs": false,
|
| 34 |
+
"grid_save_to_dirs": false,
|
| 35 |
+
"use_save_to_dirs_for_ui": false,
|
| 36 |
+
"directories_filename_pattern": "",
|
| 37 |
+
"directories_max_prompt_words": 8,
|
| 38 |
+
"ESRGAN_tile": 192,
|
| 39 |
+
"ESRGAN_tile_overlap": 8,
|
| 40 |
+
"realesrgan_enabled_models": ["R-ESRGAN 4x+", "R-ESRGAN 4x+ Anime6B"],
|
| 41 |
+
"upscaler_for_img2img": null,
|
| 42 |
+
"use_scale_latent_for_hires_fix": false,
|
| 43 |
+
"face_restoration_model": null,
|
| 44 |
+
"code_former_weight": 0.5,
|
| 45 |
+
"face_restoration_unload": false,
|
| 46 |
+
"memmon_poll_rate": 8,
|
| 47 |
+
"samples_log_stdout": false,
|
| 48 |
+
"multiple_tqdm": true,
|
| 49 |
+
"unload_models_when_training": false,
|
| 50 |
+
"pin_memory": false,
|
| 51 |
+
"save_optimizer_state": false,
|
| 52 |
+
"dataset_filename_word_regex": "",
|
| 53 |
+
"dataset_filename_join_string": " ",
|
| 54 |
+
"training_image_repeats_per_epoch": 1,
|
| 55 |
+
"training_write_csv_every": 500,
|
| 56 |
+
"training_xattention_optimizations": false,
|
| 57 |
+
"sd_model_checkpoint": "uberRealisticPornMerge_urpmv13-inpainting.safetensors [3cb09d984c]",
|
| 58 |
+
"sd_checkpoint_cache": 0,
|
| 59 |
+
"sd_vae_checkpoint_cache": 0,
|
| 60 |
+
"sd_vae": "vae-ft-mse-840000-ema-pruned.ckpt",
|
| 61 |
+
"sd_vae_as_default": false,
|
| 62 |
+
"sd_hypernetwork": "None",
|
| 63 |
+
"sd_hypernetwork_strength": 1.0,
|
| 64 |
+
"inpainting_mask_weight": 1.0,
|
| 65 |
+
"initial_noise_multiplier": 1.0,
|
| 66 |
+
"img2img_color_correction": false,
|
| 67 |
+
"img2img_fix_steps": false,
|
| 68 |
+
"img2img_background_color": "#ffffff",
|
| 69 |
+
"enable_quantization": false,
|
| 70 |
+
"enable_emphasis": true,
|
| 71 |
+
"use_old_emphasis_implementation": false,
|
| 72 |
+
"enable_batch_seeds": true,
|
| 73 |
+
"comma_padding_backtrack": 20,
|
| 74 |
+
"CLIP_stop_at_last_layers": 1,
|
| 75 |
+
"random_artist_categories": [],
|
| 76 |
+
"interrogate_keep_models_in_memory": false,
|
| 77 |
+
"interrogate_use_builtin_artists": true,
|
| 78 |
+
"interrogate_return_ranks": false,
|
| 79 |
+
"interrogate_clip_num_beams": 1,
|
| 80 |
+
"interrogate_clip_min_length": 24,
|
| 81 |
+
"interrogate_clip_max_length": 48,
|
| 82 |
+
"interrogate_clip_dict_limit": 1500,
|
| 83 |
+
"interrogate_deepbooru_score_threshold": 0.5,
|
| 84 |
+
"deepbooru_sort_alpha": true,
|
| 85 |
+
"deepbooru_use_spaces": false,
|
| 86 |
+
"deepbooru_escape": true,
|
| 87 |
+
"deepbooru_filter_tags": "",
|
| 88 |
+
"show_progressbar": true,
|
| 89 |
+
"show_progress_every_n_steps": 0,
|
| 90 |
+
"show_progress_type": "Approx NN",
|
| 91 |
+
"show_progress_grid": false,
|
| 92 |
+
"return_grid": true,
|
| 93 |
+
"do_not_show_images": false,
|
| 94 |
+
"add_model_hash_to_info": true,
|
| 95 |
+
"add_model_name_to_info": false,
|
| 96 |
+
"disable_weights_auto_swap": false,
|
| 97 |
+
"send_seed": true,
|
| 98 |
+
"send_size": true,
|
| 99 |
+
"font": "",
|
| 100 |
+
"js_modal_lightbox": true,
|
| 101 |
+
"js_modal_lightbox_initially_zoomed": true,
|
| 102 |
+
"show_progress_in_title": true,
|
| 103 |
+
"samplers_in_dropdown": true,
|
| 104 |
+
"quicksettings": "sd_model_checkpoint, sd_vae",
|
| 105 |
+
"localization": "None",
|
| 106 |
+
"hide_samplers": [],
|
| 107 |
+
"eta_ddim": 0.0,
|
| 108 |
+
"eta_ancestral": 1.0,
|
| 109 |
+
"ddim_discretize": "uniform",
|
| 110 |
+
"s_churn": 0.0,
|
| 111 |
+
"s_tmin": 0.0,
|
| 112 |
+
"s_noise": 1.0,
|
| 113 |
+
"eta_noise_seed_delta": 0,
|
| 114 |
+
"disabled_extensions": [],
|
| 115 |
+
"ldsr_steps": 100,
|
| 116 |
+
"ldsr_cached": false,
|
| 117 |
+
"SWIN_tile": 192,
|
| 118 |
+
"SWIN_tile_overlap": 8,
|
| 119 |
+
"sd_checkpoint_hash": "0ff127093f5be455057742c40cef578407b6933f240ee8dc5ed0f3061196fb38",
|
| 120 |
+
"img_downscale_threshold": 4.0,
|
| 121 |
+
"target_side_length": 4000.0,
|
| 122 |
+
"show_warnings": false,
|
| 123 |
+
"print_hypernet_extra": false,
|
| 124 |
+
"save_training_settings_to_txt": true,
|
| 125 |
+
"training_enable_tensorboard": false,
|
| 126 |
+
"training_tensorboard_save_images": false,
|
| 127 |
+
"training_tensorboard_flush_every": 120.0,
|
| 128 |
+
"upcast_attn": false,
|
| 129 |
+
"use_old_karras_scheduler_sigmas": false,
|
| 130 |
+
"no_dpmpp_sde_batch_determinism": false,
|
| 131 |
+
"use_old_hires_fix_width_height": false,
|
| 132 |
+
"interrogate_clip_skip_categories": [],
|
| 133 |
+
"extra_networks_default_view": "cards",
|
| 134 |
+
"extra_networks_default_multiplier": 1,
|
| 135 |
+
"sd_lora": "None",
|
| 136 |
+
"lora_apply_to_outputs": false,
|
| 137 |
+
"dimensions_and_batch_together": true,
|
| 138 |
+
"keyedit_precision_attention": 0.1,
|
| 139 |
+
"keyedit_precision_extra": 0.05,
|
| 140 |
+
"ui_reorder": "inpaint, sampler, checkboxes, hires_fix, dimensions, cfg, seed, batch, override_settings, scripts",
|
| 141 |
+
"ui_extra_networks_tab_reorder": "",
|
| 142 |
+
"live_previews_enable": true,
|
| 143 |
+
"live_preview_content": "Prompt",
|
| 144 |
+
"live_preview_refresh_period": 1000.0,
|
| 145 |
+
"always_discard_next_to_last_sigma": false,
|
| 146 |
+
"postprocessing_enable_in_main_ui": [],
|
| 147 |
+
"postprocessing_operation_order": [],
|
| 148 |
+
"upscaling_max_images_in_cache": 5
|
| 149 |
+
}
|
webui_configs/styles.csv
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name,prompt,negative_prompt
|
| 2 |
+
None,,
|
| 3 |
+
inpaint-nude,"nude, bare nude, completely nude, photorealistic","lowres, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, anime, drawing, illustration, out of frame, extra fingers, mutated hands, ((poorly drawn hands)), (((mutation))), (((deformed))), ((bad anatomy)), (((bad proportions))), ((extra limbs)), glitchy, clothes, cloth, clothing, bra, underwear,shirts, dress, swimsuit, string, bikini, tank_top"
|
| 4 |
+
inpaint-nude_small_breasts,"nude, bare nude, completely nude, korean mixed, (small breasts:1.2),(flat chest:1.2)","lowres, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, anime, drawing, illustration, out of frame, extra fingers, mutated hands, ((poorly drawn hands)), (((mutation))), (((deformed))), ((bad anatomy)), (((bad proportions))), ((extra limbs)), glitchy, clothes, cloth, clothing, bra, underwear,shirts, dress, swimsuit, string, bikini, tank_top, large breasts, huge breasts"
|
| 5 |
+
izumi-retouch,"gorgeous cute busty Korean kpop girl, nude, bare nude, completely nude, (Cannon EOS 5D MARK III, 50mm Sigma f/1.4 ZEISS lens, F1.4, 1/800s, ISO 100, photorealistic, trending on instagram:1.2)","lowres, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, anime, drawing, illustration, out of frame, extra fingers, mutated hands, ((poorly drawn hands)), (((mutation))), (((deformed))), ((bad anatomy)), (((bad proportions))), ((extra limbs)), glitchy, clothes, cloth, clothing, bra, underwear,shirts, dress, swimsuit, string, bikini, tank_top"
|
| 6 |
+
izumi-retouch_small_breasts,"cute Korean kpop girl, nude, bare nude, completely nude,korean mixed, (small breasts:1.2),(flat chest:1.2), (Cannon EOS 5D MARK III, 50mm Sigma f/1.4 ZEISS lens, F1.4, 1/800s, ISO 100, photorealistic, trending on instagram:1.2)","lowres, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, anime, drawing, illustration, out of frame, extra fingers, mutated hands, ((poorly drawn hands)), (((mutation))), (((deformed))), ((bad anatomy)), (((bad proportions))), ((extra limbs)), glitchy, clothes, cloth, clothing, bra, underwear,shirts, dress, swimsuit, string, bikini, tank_top, large breasts, huge breasts"
|
| 7 |
+
bukkake-facial,"girl gets facialized, (((bukkake))), facial, cum, sticky white cum, large cum amounts, covered in cum, thick white load, lots of cum, cum facial","lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, anime, drawing, illustration"
|
| 8 |
+
bukkake-body,"(((bukkake))), cum, cum on breasts, cum on body, sticky white cum, large cum amounts,covered in cum, pale skin, thick white load, lots of cum","lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, anime, drawing, illustration"
|
| 9 |
+
dreamlike-photo,"nude, bare nude, completely nude, (photo, sony a7, 50 mm, hyper-realistic, 4k, hyperdetailed, hyperrealistic)","lowres, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, anime, drawing, illustration, out of frame, extra fingers, mutated hands, ((poorly drawn hands)), (((mutation))), (((deformed))), ((bad anatomy)), (((bad proportions))), ((extra limbs)), glitchy, clothes, cloth, clothing, bra, underwear,shirts, dress, swimsuit, string, bikini, tank_top"
|
| 10 |
+
realisticVision,"RAW photo, nude, (high detailed skin:1.2), 8k uhd, dslr, soft lighting, high quality, film grain, Fujifilm XT3","lowres, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, anime, drawing, illustration, out of frame, extra fingers, mutated hands, ((poorly drawn hands)), (((mutation))), (((deformed))), ((bad anatomy)), (((bad proportions))), ((extra limbs)), glitchy,(deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, dehydrated, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, clothes, cloth, clothing, bra, underwear,shirts, dress, swimsuit, string, bikini, tank_top"
|
| 11 |
+
uber-inpaint,"RAW photo, a naked 18 year old korean woman (nude), (high detailed skin:1.2), soft lighting, high quality","child, childish, lowres, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, anime, drawing, illustration, out of frame, extra fingers, mutated hands, ((poorly drawn hands)), (((mutation))), (((deformed))), ((bad anatomy)), (((bad proportions))), ((extra limbs)), glitchy,(deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, dehydrated, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, clothes, cloth, clothing, bra, underwear,shirts, dress, swimsuit, string, bikini, tank_top"
|
| 12 |
+
uber-inpaint-detail,"RAW photo, a naked 18 year old korean woman (nude),white skin, pale skin, (high detailed skin:1.2), soft lighting, high quality, realistic nipples, intricate high detail, (vibrant, photo realistic, realistic, sharp focus), ((film grain, skin details, high detailed skin texture, 8k hdr, dslr)), ((perfect nipples, 8k uhd))","child, childish, lowres, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, anime, drawing, illustration, out of frame, extra fingers, mutated hands, ((poorly drawn hands)), (((mutation))), (((deformed))), ((bad anatomy)), (((bad proportions))), ((extra limbs)), glitchy,(deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, dehydrated, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, clothes, cloth, clothing, bra, underwear,shirts, dress, swimsuit, string, bikini, tank_top"
|
| 13 |
+
uber-lora-paizuri,"RAW photo, a naked 20 year old korean woman (nude) with slender body,white skin, pale skin, titfuck, (high detailed skin:1.2), (bukkake, cum on body, cum on breasts:1.3), soft lighting, high quality, realistic nipples, intricate high detail, (vibrant, photo realistic, realistic, sharp focus), ((film grain, skin details, high detailed skin texture, 8k hdr, dslr)), ((perfect nipples, 8k uhd)), <lora:realisticTitfuck_titfuckRealisticEpoch:0.8>","child, childish, lowres, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, anime, drawing, illustration, out of frame, extra fingers, mutated hands, ((poorly drawn hands)), (((mutation))), (((deformed))), ((bad anatomy)), (((bad proportions))), ((extra limbs)), glitchy,(deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, dehydrated, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck"
|
| 14 |
+
uber-lora-anal,"RAW photo, a naked 18 year old korean woman (nude) getting missionary anal fucked in bed, spreading legs,cum, creampie, (high detailed skin:1.2), soft lighting, high quality, realistic nipples, intricate high detail, (vibrant, photo realistic, realistic, sharp focus), ((film grain, skin details, high detailed skin texture, 8k hdr, dslr)), ((perfect nipples, 8k uhd)), <lora:povMissionaryAnal_V3:0.8>","child, childish, lowres, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, anime, drawing, illustration, out of frame, extra fingers, mutated hands, ((poorly drawn hands)), (((mutation))), (((deformed))), ((bad anatomy)), (((bad proportions))), ((extra limbs)), glitchy,(deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, dehydrated, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, clothes, cloth, clothing, bra, underwear,shirts, dress, swimsuit, string, bikini, tank_top"
|
| 15 |
+
uber-lora-shibari,"RAW photo, a naked 20 year old korean woman (nude) with slender body,white skin, pale skin, shibari, rope,bound arms, bound leg, arm behind back, tie legs, (high detailed skin:1.2), soft lighting, high quality, realistic nipples, intricate high detail, (vibrant, photo realistic, realistic, sharp focus), ((film grain, skin details, high detailed skin texture, 8k hdr, dslr)), ((perfect nipples, 8k uhd)), <lora:shibari_V20:1>","child, childish, lowres, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, anime, drawing, illustration, out of frame, extra fingers, mutated hands, ((poorly drawn hands)), (((mutation))), (((deformed))), ((bad anatomy)), (((bad proportions))), ((extra limbs)), glitchy,(deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, dehydrated, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck"
|
| 16 |
+
uber-lora-doubledick,"RAW photo, a naked 18 year old korean woman (nude),holding two dicks, sucking dick, squatting, 2men, <lora:doubledick_v10:1>,white skin, pale skin, (high detailed skin:1.2), soft lighting, high quality, realistic nipples, intricate high detail, (vibrant, photo realistic, realistic, sharp focus), ((film grain, skin details, high detailed skin texture, 8k hdr, dslr)), ((perfect nipples, 8k uhd))","child, childish, lowres, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, anime, drawing, illustration, out of frame, extra fingers, mutated hands, ((poorly drawn hands)), (((mutation))), (((deformed))), ((bad anatomy)), (((bad proportions))), ((extra limbs)), glitchy,(deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, dehydrated, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, clothes, cloth, clothing, bra, underwear,shirts, dress, swimsuit, string, bikini, tank_top"
|
| 17 |
+
uber-lora-wetshirt,"RAW photo, a 18 year old korean woman with large breasts,perfect anatomy, (high detailed skin:1.2), soft lighting, high quality, intricate high detail, (vibrant, photo realistic, realistic, sharp focus), ((film grain, skin details, high detailed skin texture, 8k hdr, dslr)), ((8k uhd)), <lora:wetTShirtLORA_10:1> in a sheer see through wet white shirt","child, childish, lowres, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, anime, drawing, illustration, out of frame, extra fingers, mutated hands, ((poorly drawn hands)), (((mutation))), (((deformed))), ((bad anatomy)), (((bad proportions))), ((extra limbs)), glitchy,(deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, dehydrated, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, hair, black hair"
|
| 18 |
+
uber-lora-pokies,"RAW photo, a 18 year old korean woman with large breasts,bikini with pokies, white skin, pale skin, (high detailed skin:1.2), soft lighting, high quality, intricate high detail, (vibrant, photo realistic, realistic, sharp focus), ((film grain, skin details, high detailed skin texture, 8k hdr, dslr)), ((8k uhd)), <lora:pokies_v12:1>","child, childish, lowres, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, anime, drawing, illustration, out of frame, extra fingers, mutated hands, ((poorly drawn hands)), (((mutation))), (((deformed))), ((bad anatomy)), (((bad proportions))), ((extra limbs)), glitchy,(deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, dehydrated, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck"
|
| 19 |
+
uber-lora-weddingdress,"RAW photo, a 18 year old korean woman,large breasts, front view, wearing a white off-shoulder wedding dress with long tail standing on a stone staircase by water,white skin, pale skin, (high detailed skin:1.2), soft lighting, high quality, intricate high detail, (vibrant, photo realistic, realistic, sharp focus), ((film grain, skin details, high detailed skin texture, 8k hdr, dslr)), (( 8k uhd)), <lora:weddingDressExtension_weddingdressex:0.7>","child, childish, lowres, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, anime, drawing, illustration, out of frame, extra fingers, mutated hands, ((poorly drawn hands)), (((mutation))), (((deformed))), ((bad anatomy)), (((bad proportions))), ((extra limbs)), glitchy,(deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, dehydrated, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck"
|
| 20 |
+
uber-lora-futaPOV,"RAW photo, takerpovbj, a naked 18 year old korean woman (nude),white skin, pale skin,(bukkake, cum on belly, cum on body, cum on breasts, cum on pussy, cum on groin, cum on penis:1.3), perfect anatomy, (high detailed skin:1.2), soft lighting, high quality, realistic nipples, intricate high detail, (vibrant, photo realistic, realistic, sharp focus), ((film grain, skin details, high detailed skin texture, 8k hdr, dslr)), ((perfect nipples, 8k uhd)) <lora:futaTakerpovBlowjob_v2:0.8>","child, childish, lowres, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, anime, drawing, illustration, out of frame, extra fingers, mutated hands, ((poorly drawn hands)), (((mutation))), (((deformed))), ((bad anatomy)), (((bad proportions))), ((extra limbs)), glitchy,(deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, dehydrated, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, clothes, cloth, clothing, bra, underwear,shirts, dress, swimsuit, string, bikini, tank_top"
|
| 21 |
+
uber-lora-pregnant,"RAW photo, a naked 18 year old korean woman (nude) with large breasts,pregnant, white skin, pale skin,perfect anatomy, (high detailed skin:1.2), soft lighting, high quality, realistic nipples, intricate high detail, (vibrant, photo realistic, realistic, sharp focus), ((film grain, skin details, high detailed skin texture, 8k hdr, dslr)), ((perfect nipples, 8k uhd)), <lora:pregnant_v10:0.6>","child, childish, lowres, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, anime, drawing, illustration, out of frame,((duplicate body parts)), (disfigured), extra fingers, mutated hands, ((poorly drawn hands)), (((mutation))), (((deformed))), ((bad anatomy)), (wrong anatomy:1.2), (((bad proportions))), ((extra limbs)), glitchy,(deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, dehydrated, cloned face, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, clothes, cloth, clothing, bra, underwear,shirts, dress, swimsuit, string, bikini, tank_top, hair, long hair"
|
| 22 |
+
uber-lora-msRealPOVBlowjob,"RAW photo,1girl, penis, hetero, 1boy, fellatio, oral, solo focus, pov, <lora:msRealPOVBlowjobLora_v10:1>, a naked 18 year old korean woman (nude) with large breasts,white skin, pale skin, (high detailed skin:1.2), soft lighting, high quality, realistic nipples, intricate high detail, (vibrant, photo realistic, realistic, sharp focus), ((film grain, skin details, high detailed skin texture, 8k hdr, dslr)), ((perfect nipples, 8k uhd))","child, childish, lowres, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, anime, drawing, illustration, out of frame, extra fingers, mutated hands, ((poorly drawn hands)), (((mutation))), (((deformed))), ((bad anatomy)), (((bad proportions))), ((extra limbs)), glitchy,(deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, dehydrated, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, clothes, cloth, clothing, bra, underwear,shirts, dress, swimsuit, string, bikini, tank_top, teeth"
|
| 23 |
+
uber-lora-pantyhose,"RAW photo, a 18 year old korean woman,white skin, pale skin,black pantyhose, perfect anatomy, (high detailed skin:1.2), soft lighting, high quality,pink nipples, realistic nipples, intricate high detail, (vibrant, photo realistic, realistic, sharp focus), ((film grain, skin details, high detailed skin texture, 8k hdr, dslr)), ((perfect nipples, 8k uhd)), <lora:pantyhose_v20:0.6>","child, childish, ng_deepnegative_v1_75t, bad-hands-5, easynegative, hair, long hair"
|
webui_configs/ui-config.json
ADDED
|
@@ -0,0 +1,585 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"txt2img/Prompt/visible": true,
|
| 3 |
+
"txt2img/Prompt/value": "",
|
| 4 |
+
"txt2img/Negative prompt/visible": true,
|
| 5 |
+
"txt2img/Negative prompt/value": "",
|
| 6 |
+
"txt2img/Styles/visible": true,
|
| 7 |
+
"txt2img/Styles/value": [],
|
| 8 |
+
"txt2img/Sampling method/visible": true,
|
| 9 |
+
"txt2img/Sampling method/value": "Euler a",
|
| 10 |
+
"txt2img/Sampling steps/visible": true,
|
| 11 |
+
"txt2img/Sampling steps/value": 20,
|
| 12 |
+
"txt2img/Sampling steps/minimum": 1,
|
| 13 |
+
"txt2img/Sampling steps/maximum": 150,
|
| 14 |
+
"txt2img/Sampling steps/step": 1,
|
| 15 |
+
"txt2img/Restore faces/visible": true,
|
| 16 |
+
"txt2img/Restore faces/value": false,
|
| 17 |
+
"txt2img/Tiling/visible": true,
|
| 18 |
+
"txt2img/Tiling/value": false,
|
| 19 |
+
"txt2img/Hires. fix/visible": true,
|
| 20 |
+
"txt2img/Hires. fix/value": false,
|
| 21 |
+
"txt2img/Upscaler/visible": true,
|
| 22 |
+
"txt2img/Upscaler/value": "Latent",
|
| 23 |
+
"txt2img/Hires steps/visible": true,
|
| 24 |
+
"txt2img/Hires steps/value": 0,
|
| 25 |
+
"txt2img/Hires steps/minimum": 0,
|
| 26 |
+
"txt2img/Hires steps/maximum": 150,
|
| 27 |
+
"txt2img/Hires steps/step": 1,
|
| 28 |
+
"txt2img/Denoising strength/visible": true,
|
| 29 |
+
"txt2img/Denoising strength/value": 0.7,
|
| 30 |
+
"txt2img/Denoising strength/minimum": 0.0,
|
| 31 |
+
"txt2img/Denoising strength/maximum": 1.0,
|
| 32 |
+
"txt2img/Denoising strength/step": 0.01,
|
| 33 |
+
"txt2img/Upscale by/visible": true,
|
| 34 |
+
"txt2img/Upscale by/value": 2.0,
|
| 35 |
+
"txt2img/Upscale by/minimum": 1.0,
|
| 36 |
+
"txt2img/Upscale by/maximum": 4.0,
|
| 37 |
+
"txt2img/Upscale by/step": 0.05,
|
| 38 |
+
"txt2img/Resize width to/visible": true,
|
| 39 |
+
"txt2img/Resize width to/value": 0,
|
| 40 |
+
"txt2img/Resize width to/minimum": 0,
|
| 41 |
+
"txt2img/Resize width to/maximum": 2048,
|
| 42 |
+
"txt2img/Resize width to/step": 8,
|
| 43 |
+
"txt2img/Resize height to/visible": true,
|
| 44 |
+
"txt2img/Resize height to/value": 0,
|
| 45 |
+
"txt2img/Resize height to/minimum": 0,
|
| 46 |
+
"txt2img/Resize height to/maximum": 2048,
|
| 47 |
+
"txt2img/Resize height to/step": 8,
|
| 48 |
+
"txt2img/Width/visible": true,
|
| 49 |
+
"txt2img/Width/value": 512,
|
| 50 |
+
"txt2img/Width/minimum": 64,
|
| 51 |
+
"txt2img/Width/maximum": 2048,
|
| 52 |
+
"txt2img/Width/step": 8,
|
| 53 |
+
"txt2img/Height/visible": true,
|
| 54 |
+
"txt2img/Height/value": 512,
|
| 55 |
+
"txt2img/Height/minimum": 64,
|
| 56 |
+
"txt2img/Height/maximum": 2048,
|
| 57 |
+
"txt2img/Height/step": 8,
|
| 58 |
+
"txt2img/Batch count/visible": true,
|
| 59 |
+
"txt2img/Batch count/value": 1,
|
| 60 |
+
"txt2img/Batch count/minimum": 1,
|
| 61 |
+
"txt2img/Batch count/maximum": 100,
|
| 62 |
+
"txt2img/Batch count/step": 1,
|
| 63 |
+
"txt2img/Batch size/visible": true,
|
| 64 |
+
"txt2img/Batch size/value": 1,
|
| 65 |
+
"txt2img/Batch size/minimum": 1,
|
| 66 |
+
"txt2img/Batch size/maximum": 8,
|
| 67 |
+
"txt2img/Batch size/step": 1,
|
| 68 |
+
"txt2img/CFG Scale/visible": true,
|
| 69 |
+
"txt2img/CFG Scale/value": 7.0,
|
| 70 |
+
"txt2img/CFG Scale/minimum": 1.0,
|
| 71 |
+
"txt2img/CFG Scale/maximum": 30.0,
|
| 72 |
+
"txt2img/CFG Scale/step": 0.5,
|
| 73 |
+
"txt2img/Seed/visible": true,
|
| 74 |
+
"txt2img/Seed/value": -1.0,
|
| 75 |
+
"txt2img/Extra/visible": true,
|
| 76 |
+
"txt2img/Extra/value": false,
|
| 77 |
+
"txt2img/Variation seed/visible": true,
|
| 78 |
+
"txt2img/Variation seed/value": -1.0,
|
| 79 |
+
"txt2img/Variation strength/visible": true,
|
| 80 |
+
"txt2img/Variation strength/value": 0.0,
|
| 81 |
+
"txt2img/Variation strength/minimum": 0,
|
| 82 |
+
"txt2img/Variation strength/maximum": 1,
|
| 83 |
+
"txt2img/Variation strength/step": 0.01,
|
| 84 |
+
"txt2img/Resize seed from width/visible": true,
|
| 85 |
+
"txt2img/Resize seed from width/value": 0,
|
| 86 |
+
"txt2img/Resize seed from width/minimum": 0,
|
| 87 |
+
"txt2img/Resize seed from width/maximum": 2048,
|
| 88 |
+
"txt2img/Resize seed from width/step": 8,
|
| 89 |
+
"txt2img/Resize seed from height/visible": true,
|
| 90 |
+
"txt2img/Resize seed from height/value": 0,
|
| 91 |
+
"txt2img/Resize seed from height/minimum": 0,
|
| 92 |
+
"txt2img/Resize seed from height/maximum": 2048,
|
| 93 |
+
"txt2img/Resize seed from height/step": 8,
|
| 94 |
+
"txt2img/Override settings/value": null,
|
| 95 |
+
"txt2img/Script/visible": true,
|
| 96 |
+
"txt2img/Script/value": "None",
|
| 97 |
+
"customscript/prompt_matrix.py/txt2img/Put variable parts at start of prompt/visible": true,
|
| 98 |
+
"customscript/prompt_matrix.py/txt2img/Put variable parts at start of prompt/value": false,
|
| 99 |
+
"customscript/prompt_matrix.py/txt2img/Use different seed for each picture/visible": true,
|
| 100 |
+
"customscript/prompt_matrix.py/txt2img/Use different seed for each picture/value": false,
|
| 101 |
+
"customscript/prompt_matrix.py/txt2img/Select prompt/visible": true,
|
| 102 |
+
"customscript/prompt_matrix.py/txt2img/Select prompt/value": "positive",
|
| 103 |
+
"customscript/prompt_matrix.py/txt2img/Select joining char/visible": true,
|
| 104 |
+
"customscript/prompt_matrix.py/txt2img/Select joining char/value": "comma",
|
| 105 |
+
"customscript/prompt_matrix.py/txt2img/Grid margins (px)/visible": true,
|
| 106 |
+
"customscript/prompt_matrix.py/txt2img/Grid margins (px)/value": 0,
|
| 107 |
+
"customscript/prompt_matrix.py/txt2img/Grid margins (px)/minimum": 0,
|
| 108 |
+
"customscript/prompt_matrix.py/txt2img/Grid margins (px)/maximum": 100,
|
| 109 |
+
"customscript/prompt_matrix.py/txt2img/Grid margins (px)/step": 2,
|
| 110 |
+
"customscript/prompts_from_file.py/txt2img/Iterate seed every line/visible": true,
|
| 111 |
+
"customscript/prompts_from_file.py/txt2img/Iterate seed every line/value": false,
|
| 112 |
+
"customscript/prompts_from_file.py/txt2img/Use same random seed for all lines/visible": true,
|
| 113 |
+
"customscript/prompts_from_file.py/txt2img/Use same random seed for all lines/value": false,
|
| 114 |
+
"customscript/prompts_from_file.py/txt2img/List of prompt inputs/visible": true,
|
| 115 |
+
"customscript/prompts_from_file.py/txt2img/List of prompt inputs/value": "",
|
| 116 |
+
"customscript/xyz_grid.py/txt2img/X type/visible": true,
|
| 117 |
+
"customscript/xyz_grid.py/txt2img/X type/value": "Seed",
|
| 118 |
+
"customscript/xyz_grid.py/txt2img/X values/visible": true,
|
| 119 |
+
"customscript/xyz_grid.py/txt2img/X values/value": "",
|
| 120 |
+
"customscript/xyz_grid.py/txt2img/Y type/visible": true,
|
| 121 |
+
"customscript/xyz_grid.py/txt2img/Y type/value": "Nothing",
|
| 122 |
+
"customscript/xyz_grid.py/txt2img/Y values/visible": true,
|
| 123 |
+
"customscript/xyz_grid.py/txt2img/Y values/value": "",
|
| 124 |
+
"customscript/xyz_grid.py/txt2img/Z type/visible": true,
|
| 125 |
+
"customscript/xyz_grid.py/txt2img/Z type/value": "Nothing",
|
| 126 |
+
"customscript/xyz_grid.py/txt2img/Z values/visible": true,
|
| 127 |
+
"customscript/xyz_grid.py/txt2img/Z values/value": "",
|
| 128 |
+
"customscript/xyz_grid.py/txt2img/Draw legend/visible": true,
|
| 129 |
+
"customscript/xyz_grid.py/txt2img/Draw legend/value": true,
|
| 130 |
+
"customscript/xyz_grid.py/txt2img/Keep -1 for seeds/visible": true,
|
| 131 |
+
"customscript/xyz_grid.py/txt2img/Keep -1 for seeds/value": false,
|
| 132 |
+
"customscript/xyz_grid.py/txt2img/Include Sub Images/visible": true,
|
| 133 |
+
"customscript/xyz_grid.py/txt2img/Include Sub Images/value": false,
|
| 134 |
+
"customscript/xyz_grid.py/txt2img/Include Sub Grids/visible": true,
|
| 135 |
+
"customscript/xyz_grid.py/txt2img/Include Sub Grids/value": false,
|
| 136 |
+
"customscript/xyz_grid.py/txt2img/Grid margins (px)/visible": true,
|
| 137 |
+
"customscript/xyz_grid.py/txt2img/Grid margins (px)/value": 0,
|
| 138 |
+
"customscript/xyz_grid.py/txt2img/Grid margins (px)/minimum": 0,
|
| 139 |
+
"customscript/xyz_grid.py/txt2img/Grid margins (px)/maximum": 100,
|
| 140 |
+
"customscript/xyz_grid.py/txt2img/Grid margins (px)/step": 2,
|
| 141 |
+
"img2img/Prompt/visible": true,
|
| 142 |
+
"img2img/Prompt/value": "",
|
| 143 |
+
"img2img/Negative prompt/visible": true,
|
| 144 |
+
"img2img/Negative prompt/value": "",
|
| 145 |
+
"img2img/Styles/visible": true,
|
| 146 |
+
"img2img/Styles/value": [],
|
| 147 |
+
"img2img/Input directory/visible": true,
|
| 148 |
+
"img2img/Input directory/value": "",
|
| 149 |
+
"img2img/Output directory/visible": true,
|
| 150 |
+
"img2img/Output directory/value": "",
|
| 151 |
+
"img2img/Inpaint batch mask directory (required for inpaint batch processing only)/visible": true,
|
| 152 |
+
"img2img/Inpaint batch mask directory (required for inpaint batch processing only)/value": "",
|
| 153 |
+
"img2img/Resize mode/visible": true,
|
| 154 |
+
"img2img/Resize mode/value": "Just resize",
|
| 155 |
+
"img2img/Mask blur/visible": true,
|
| 156 |
+
"img2img/Mask blur/value": 10,
|
| 157 |
+
"img2img/Mask blur/minimum": 0,
|
| 158 |
+
"img2img/Mask blur/maximum": 64,
|
| 159 |
+
"img2img/Mask blur/step": 1,
|
| 160 |
+
"img2img/Mask transparency/value": 0,
|
| 161 |
+
"img2img/Mask transparency/minimum": 0,
|
| 162 |
+
"img2img/Mask transparency/maximum": 100,
|
| 163 |
+
"img2img/Mask transparency/step": 1,
|
| 164 |
+
"img2img/Mask mode/visible": true,
|
| 165 |
+
"img2img/Mask mode/value": "Inpaint masked",
|
| 166 |
+
"img2img/Masked content/visible": true,
|
| 167 |
+
"img2img/Masked content/value": "original",
|
| 168 |
+
"img2img/Inpaint area/visible": true,
|
| 169 |
+
"img2img/Inpaint area/value": "Only masked",
|
| 170 |
+
"img2img/Only masked padding, pixels/visible": true,
|
| 171 |
+
"img2img/Only masked padding, pixels/value": 64,
|
| 172 |
+
"img2img/Only masked padding, pixels/minimum": 0,
|
| 173 |
+
"img2img/Only masked padding, pixels/maximum": 256,
|
| 174 |
+
"img2img/Only masked padding, pixels/step": 4,
|
| 175 |
+
"img2img/Sampling method/visible": true,
|
| 176 |
+
"img2img/Sampling method/value": "DPM++ 2M Karras",
|
| 177 |
+
"img2img/Sampling steps/visible": true,
|
| 178 |
+
"img2img/Sampling steps/value": 50,
|
| 179 |
+
"img2img/Sampling steps/minimum": 1,
|
| 180 |
+
"img2img/Sampling steps/maximum": 150,
|
| 181 |
+
"img2img/Sampling steps/step": 1,
|
| 182 |
+
"img2img/Restore faces/visible": true,
|
| 183 |
+
"img2img/Restore faces/value": false,
|
| 184 |
+
"img2img/Tiling/visible": true,
|
| 185 |
+
"img2img/Tiling/value": false,
|
| 186 |
+
"img2img/Width/visible": true,
|
| 187 |
+
"img2img/Width/value": 614,
|
| 188 |
+
"img2img/Width/minimum": 64,
|
| 189 |
+
"img2img/Width/maximum": 2048,
|
| 190 |
+
"img2img/Width/step": 8,
|
| 191 |
+
"img2img/Height/visible": true,
|
| 192 |
+
"img2img/Height/value": 768,
|
| 193 |
+
"img2img/Height/minimum": 64,
|
| 194 |
+
"img2img/Height/maximum": 2048,
|
| 195 |
+
"img2img/Height/step": 8,
|
| 196 |
+
"img2img/Batch count/visible": true,
|
| 197 |
+
"img2img/Batch count/value": 4,
|
| 198 |
+
"img2img/Batch count/minimum": 1,
|
| 199 |
+
"img2img/Batch count/maximum": 100,
|
| 200 |
+
"img2img/Batch count/step": 1,
|
| 201 |
+
"img2img/Batch size/visible": true,
|
| 202 |
+
"img2img/Batch size/value": 4,
|
| 203 |
+
"img2img/Batch size/minimum": 1,
|
| 204 |
+
"img2img/Batch size/maximum": 8,
|
| 205 |
+
"img2img/Batch size/step": 1,
|
| 206 |
+
"img2img/CFG Scale/visible": true,
|
| 207 |
+
"img2img/CFG Scale/value": 9.0,
|
| 208 |
+
"img2img/CFG Scale/minimum": 1.0,
|
| 209 |
+
"img2img/CFG Scale/maximum": 30.0,
|
| 210 |
+
"img2img/CFG Scale/step": 0.5,
|
| 211 |
+
"img2img/Image CFG Scale/value": 1.5,
|
| 212 |
+
"img2img/Image CFG Scale/minimum": 0,
|
| 213 |
+
"img2img/Image CFG Scale/maximum": 3.0,
|
| 214 |
+
"img2img/Image CFG Scale/step": 0.05,
|
| 215 |
+
"img2img/Denoising strength/visible": true,
|
| 216 |
+
"img2img/Denoising strength/value": 1.0,
|
| 217 |
+
"img2img/Denoising strength/minimum": 0.0,
|
| 218 |
+
"img2img/Denoising strength/maximum": 1.0,
|
| 219 |
+
"img2img/Denoising strength/step": 0.01,
|
| 220 |
+
"img2img/Seed/visible": true,
|
| 221 |
+
"img2img/Seed/value": -1.0,
|
| 222 |
+
"img2img/Extra/visible": true,
|
| 223 |
+
"img2img/Extra/value": false,
|
| 224 |
+
"img2img/Variation seed/visible": true,
|
| 225 |
+
"img2img/Variation seed/value": -1.0,
|
| 226 |
+
"img2img/Variation strength/visible": true,
|
| 227 |
+
"img2img/Variation strength/value": 0.0,
|
| 228 |
+
"img2img/Variation strength/minimum": 0,
|
| 229 |
+
"img2img/Variation strength/maximum": 1,
|
| 230 |
+
"img2img/Variation strength/step": 0.01,
|
| 231 |
+
"img2img/Resize seed from width/visible": true,
|
| 232 |
+
"img2img/Resize seed from width/value": 0,
|
| 233 |
+
"img2img/Resize seed from width/minimum": 0,
|
| 234 |
+
"img2img/Resize seed from width/maximum": 2048,
|
| 235 |
+
"img2img/Resize seed from width/step": 8,
|
| 236 |
+
"img2img/Resize seed from height/visible": true,
|
| 237 |
+
"img2img/Resize seed from height/value": 0,
|
| 238 |
+
"img2img/Resize seed from height/minimum": 0,
|
| 239 |
+
"img2img/Resize seed from height/maximum": 2048,
|
| 240 |
+
"img2img/Resize seed from height/step": 8,
|
| 241 |
+
"img2img/Override settings/value": null,
|
| 242 |
+
"img2img/Script/visible": true,
|
| 243 |
+
"img2img/Script/value": "None",
|
| 244 |
+
"customscript/img2imgalt.py/img2img/Override `Sampling method` to Euler?(this method is built for it)/visible": true,
|
| 245 |
+
"customscript/img2imgalt.py/img2img/Override `Sampling method` to Euler?(this method is built for it)/value": true,
|
| 246 |
+
"customscript/img2imgalt.py/img2img/Override `prompt` to the same value as `original prompt`?(and `negative prompt`)/visible": true,
|
| 247 |
+
"customscript/img2imgalt.py/img2img/Override `prompt` to the same value as `original prompt`?(and `negative prompt`)/value": true,
|
| 248 |
+
"customscript/img2imgalt.py/img2img/Original prompt/visible": true,
|
| 249 |
+
"customscript/img2imgalt.py/img2img/Original prompt/value": "",
|
| 250 |
+
"customscript/img2imgalt.py/img2img/Original negative prompt/visible": true,
|
| 251 |
+
"customscript/img2imgalt.py/img2img/Original negative prompt/value": "",
|
| 252 |
+
"customscript/img2imgalt.py/img2img/Override `Sampling Steps` to the same value as `Decode steps`?/visible": true,
|
| 253 |
+
"customscript/img2imgalt.py/img2img/Override `Sampling Steps` to the same value as `Decode steps`?/value": true,
|
| 254 |
+
"customscript/img2imgalt.py/img2img/Decode steps/visible": true,
|
| 255 |
+
"customscript/img2imgalt.py/img2img/Decode steps/value": 50,
|
| 256 |
+
"customscript/img2imgalt.py/img2img/Decode steps/minimum": 1,
|
| 257 |
+
"customscript/img2imgalt.py/img2img/Decode steps/maximum": 150,
|
| 258 |
+
"customscript/img2imgalt.py/img2img/Decode steps/step": 1,
|
| 259 |
+
"customscript/img2imgalt.py/img2img/Override `Denoising strength` to 1?/visible": true,
|
| 260 |
+
"customscript/img2imgalt.py/img2img/Override `Denoising strength` to 1?/value": true,
|
| 261 |
+
"customscript/img2imgalt.py/img2img/Decode CFG scale/visible": true,
|
| 262 |
+
"customscript/img2imgalt.py/img2img/Decode CFG scale/value": 1.0,
|
| 263 |
+
"customscript/img2imgalt.py/img2img/Decode CFG scale/minimum": 0.0,
|
| 264 |
+
"customscript/img2imgalt.py/img2img/Decode CFG scale/maximum": 15.0,
|
| 265 |
+
"customscript/img2imgalt.py/img2img/Decode CFG scale/step": 0.1,
|
| 266 |
+
"customscript/img2imgalt.py/img2img/Randomness/visible": true,
|
| 267 |
+
"customscript/img2imgalt.py/img2img/Randomness/value": 0.0,
|
| 268 |
+
"customscript/img2imgalt.py/img2img/Randomness/minimum": 0.0,
|
| 269 |
+
"customscript/img2imgalt.py/img2img/Randomness/maximum": 1.0,
|
| 270 |
+
"customscript/img2imgalt.py/img2img/Randomness/step": 0.01,
|
| 271 |
+
"customscript/img2imgalt.py/img2img/Sigma adjustment for finding noise for image/visible": true,
|
| 272 |
+
"customscript/img2imgalt.py/img2img/Sigma adjustment for finding noise for image/value": false,
|
| 273 |
+
"customscript/loopback.py/img2img/Loops/visible": true,
|
| 274 |
+
"customscript/loopback.py/img2img/Loops/value": 4,
|
| 275 |
+
"customscript/loopback.py/img2img/Loops/minimum": 1,
|
| 276 |
+
"customscript/loopback.py/img2img/Loops/maximum": 32,
|
| 277 |
+
"customscript/loopback.py/img2img/Loops/step": 1,
|
| 278 |
+
"customscript/loopback.py/img2img/Denoising strength change factor/visible": true,
|
| 279 |
+
"customscript/loopback.py/img2img/Denoising strength change factor/value": 1,
|
| 280 |
+
"customscript/loopback.py/img2img/Denoising strength change factor/minimum": 0.9,
|
| 281 |
+
"customscript/loopback.py/img2img/Denoising strength change factor/maximum": 1.1,
|
| 282 |
+
"customscript/loopback.py/img2img/Denoising strength change factor/step": 0.01,
|
| 283 |
+
"customscript/outpainting_mk_2.py/img2img/Pixels to expand/visible": true,
|
| 284 |
+
"customscript/outpainting_mk_2.py/img2img/Pixels to expand/value": 128,
|
| 285 |
+
"customscript/outpainting_mk_2.py/img2img/Pixels to expand/minimum": 8,
|
| 286 |
+
"customscript/outpainting_mk_2.py/img2img/Pixels to expand/maximum": 256,
|
| 287 |
+
"customscript/outpainting_mk_2.py/img2img/Pixels to expand/step": 8,
|
| 288 |
+
"customscript/outpainting_mk_2.py/img2img/Mask blur/visible": true,
|
| 289 |
+
"customscript/outpainting_mk_2.py/img2img/Mask blur/value": 8,
|
| 290 |
+
"customscript/outpainting_mk_2.py/img2img/Mask blur/minimum": 0,
|
| 291 |
+
"customscript/outpainting_mk_2.py/img2img/Mask blur/maximum": 64,
|
| 292 |
+
"customscript/outpainting_mk_2.py/img2img/Mask blur/step": 1,
|
| 293 |
+
"customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/visible": true,
|
| 294 |
+
"customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/value": 1.0,
|
| 295 |
+
"customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/minimum": 0.0,
|
| 296 |
+
"customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/maximum": 4.0,
|
| 297 |
+
"customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/step": 0.01,
|
| 298 |
+
"customscript/outpainting_mk_2.py/img2img/Color variation/visible": true,
|
| 299 |
+
"customscript/outpainting_mk_2.py/img2img/Color variation/value": 0.05,
|
| 300 |
+
"customscript/outpainting_mk_2.py/img2img/Color variation/minimum": 0.0,
|
| 301 |
+
"customscript/outpainting_mk_2.py/img2img/Color variation/maximum": 1.0,
|
| 302 |
+
"customscript/outpainting_mk_2.py/img2img/Color variation/step": 0.01,
|
| 303 |
+
"customscript/poor_mans_outpainting.py/img2img/Pixels to expand/visible": true,
|
| 304 |
+
"customscript/poor_mans_outpainting.py/img2img/Pixels to expand/value": 128,
|
| 305 |
+
"customscript/poor_mans_outpainting.py/img2img/Pixels to expand/minimum": 8,
|
| 306 |
+
"customscript/poor_mans_outpainting.py/img2img/Pixels to expand/maximum": 256,
|
| 307 |
+
"customscript/poor_mans_outpainting.py/img2img/Pixels to expand/step": 8,
|
| 308 |
+
"customscript/poor_mans_outpainting.py/img2img/Mask blur/visible": true,
|
| 309 |
+
"customscript/poor_mans_outpainting.py/img2img/Mask blur/value": 4,
|
| 310 |
+
"customscript/poor_mans_outpainting.py/img2img/Mask blur/minimum": 0,
|
| 311 |
+
"customscript/poor_mans_outpainting.py/img2img/Mask blur/maximum": 64,
|
| 312 |
+
"customscript/poor_mans_outpainting.py/img2img/Mask blur/step": 1,
|
| 313 |
+
"customscript/poor_mans_outpainting.py/img2img/Masked content/visible": true,
|
| 314 |
+
"customscript/poor_mans_outpainting.py/img2img/Masked content/value": "fill",
|
| 315 |
+
"customscript/prompt_matrix.py/img2img/Put variable parts at start of prompt/visible": true,
|
| 316 |
+
"customscript/prompt_matrix.py/img2img/Put variable parts at start of prompt/value": false,
|
| 317 |
+
"customscript/prompt_matrix.py/img2img/Use different seed for each picture/visible": true,
|
| 318 |
+
"customscript/prompt_matrix.py/img2img/Use different seed for each picture/value": false,
|
| 319 |
+
"customscript/prompt_matrix.py/img2img/Select prompt/visible": true,
|
| 320 |
+
"customscript/prompt_matrix.py/img2img/Select prompt/value": "positive",
|
| 321 |
+
"customscript/prompt_matrix.py/img2img/Select joining char/visible": true,
|
| 322 |
+
"customscript/prompt_matrix.py/img2img/Select joining char/value": "comma",
|
| 323 |
+
"customscript/prompt_matrix.py/img2img/Grid margins (px)/visible": true,
|
| 324 |
+
"customscript/prompt_matrix.py/img2img/Grid margins (px)/value": 0,
|
| 325 |
+
"customscript/prompt_matrix.py/img2img/Grid margins (px)/minimum": 0,
|
| 326 |
+
"customscript/prompt_matrix.py/img2img/Grid margins (px)/maximum": 100,
|
| 327 |
+
"customscript/prompt_matrix.py/img2img/Grid margins (px)/step": 2,
|
| 328 |
+
"customscript/prompts_from_file.py/img2img/Iterate seed every line/visible": true,
|
| 329 |
+
"customscript/prompts_from_file.py/img2img/Iterate seed every line/value": false,
|
| 330 |
+
"customscript/prompts_from_file.py/img2img/Use same random seed for all lines/visible": true,
|
| 331 |
+
"customscript/prompts_from_file.py/img2img/Use same random seed for all lines/value": false,
|
| 332 |
+
"customscript/prompts_from_file.py/img2img/List of prompt inputs/visible": true,
|
| 333 |
+
"customscript/prompts_from_file.py/img2img/List of prompt inputs/value": "",
|
| 334 |
+
"customscript/sd_upscale.py/img2img/Tile overlap/visible": true,
|
| 335 |
+
"customscript/sd_upscale.py/img2img/Tile overlap/value": 64,
|
| 336 |
+
"customscript/sd_upscale.py/img2img/Tile overlap/minimum": 0,
|
| 337 |
+
"customscript/sd_upscale.py/img2img/Tile overlap/maximum": 256,
|
| 338 |
+
"customscript/sd_upscale.py/img2img/Tile overlap/step": 16,
|
| 339 |
+
"customscript/sd_upscale.py/img2img/Scale Factor/visible": true,
|
| 340 |
+
"customscript/sd_upscale.py/img2img/Scale Factor/value": 2.0,
|
| 341 |
+
"customscript/sd_upscale.py/img2img/Scale Factor/minimum": 1.0,
|
| 342 |
+
"customscript/sd_upscale.py/img2img/Scale Factor/maximum": 4.0,
|
| 343 |
+
"customscript/sd_upscale.py/img2img/Scale Factor/step": 0.05,
|
| 344 |
+
"customscript/sd_upscale.py/img2img/Upscaler/visible": true,
|
| 345 |
+
"customscript/sd_upscale.py/img2img/Upscaler/value": "None",
|
| 346 |
+
"customscript/xyz_grid.py/img2img/X type/visible": true,
|
| 347 |
+
"customscript/xyz_grid.py/img2img/X type/value": "Seed",
|
| 348 |
+
"customscript/xyz_grid.py/img2img/X values/visible": true,
|
| 349 |
+
"customscript/xyz_grid.py/img2img/X values/value": "",
|
| 350 |
+
"customscript/xyz_grid.py/img2img/Y type/visible": true,
|
| 351 |
+
"customscript/xyz_grid.py/img2img/Y type/value": "Nothing",
|
| 352 |
+
"customscript/xyz_grid.py/img2img/Y values/visible": true,
|
| 353 |
+
"customscript/xyz_grid.py/img2img/Y values/value": "",
|
| 354 |
+
"customscript/xyz_grid.py/img2img/Z type/visible": true,
|
| 355 |
+
"customscript/xyz_grid.py/img2img/Z type/value": "Nothing",
|
| 356 |
+
"customscript/xyz_grid.py/img2img/Z values/visible": true,
|
| 357 |
+
"customscript/xyz_grid.py/img2img/Z values/value": "",
|
| 358 |
+
"customscript/xyz_grid.py/img2img/Draw legend/visible": true,
|
| 359 |
+
"customscript/xyz_grid.py/img2img/Draw legend/value": true,
|
| 360 |
+
"customscript/xyz_grid.py/img2img/Keep -1 for seeds/visible": true,
|
| 361 |
+
"customscript/xyz_grid.py/img2img/Keep -1 for seeds/value": false,
|
| 362 |
+
"customscript/xyz_grid.py/img2img/Include Sub Images/visible": true,
|
| 363 |
+
"customscript/xyz_grid.py/img2img/Include Sub Images/value": false,
|
| 364 |
+
"customscript/xyz_grid.py/img2img/Include Sub Grids/visible": true,
|
| 365 |
+
"customscript/xyz_grid.py/img2img/Include Sub Grids/value": false,
|
| 366 |
+
"customscript/xyz_grid.py/img2img/Grid margins (px)/visible": true,
|
| 367 |
+
"customscript/xyz_grid.py/img2img/Grid margins (px)/value": 0,
|
| 368 |
+
"customscript/xyz_grid.py/img2img/Grid margins (px)/minimum": 0,
|
| 369 |
+
"customscript/xyz_grid.py/img2img/Grid margins (px)/maximum": 100,
|
| 370 |
+
"customscript/xyz_grid.py/img2img/Grid margins (px)/step": 2,
|
| 371 |
+
"extras/Input directory/visible": true,
|
| 372 |
+
"extras/Input directory/value": "",
|
| 373 |
+
"extras/Output directory/visible": true,
|
| 374 |
+
"extras/Output directory/value": "",
|
| 375 |
+
"extras/Show result images/visible": true,
|
| 376 |
+
"extras/Show result images/value": true,
|
| 377 |
+
"customscript/postprocessing_upscale.py/extras/Resize/visible": true,
|
| 378 |
+
"customscript/postprocessing_upscale.py/extras/Resize/value": 4,
|
| 379 |
+
"customscript/postprocessing_upscale.py/extras/Resize/minimum": 1.0,
|
| 380 |
+
"customscript/postprocessing_upscale.py/extras/Resize/maximum": 8.0,
|
| 381 |
+
"customscript/postprocessing_upscale.py/extras/Resize/step": 0.05,
|
| 382 |
+
"customscript/postprocessing_upscale.py/extras/Width/visible": true,
|
| 383 |
+
"customscript/postprocessing_upscale.py/extras/Width/value": 512,
|
| 384 |
+
"customscript/postprocessing_upscale.py/extras/Height/visible": true,
|
| 385 |
+
"customscript/postprocessing_upscale.py/extras/Height/value": 512,
|
| 386 |
+
"customscript/postprocessing_upscale.py/extras/Crop to fit/visible": true,
|
| 387 |
+
"customscript/postprocessing_upscale.py/extras/Crop to fit/value": true,
|
| 388 |
+
"customscript/postprocessing_upscale.py/extras/Upscaler 1/visible": true,
|
| 389 |
+
"customscript/postprocessing_upscale.py/extras/Upscaler 1/value": "None",
|
| 390 |
+
"customscript/postprocessing_upscale.py/extras/Upscaler 2/visible": true,
|
| 391 |
+
"customscript/postprocessing_upscale.py/extras/Upscaler 2/value": "None",
|
| 392 |
+
"customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/visible": true,
|
| 393 |
+
"customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/value": 0.0,
|
| 394 |
+
"customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/minimum": 0.0,
|
| 395 |
+
"customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/maximum": 1.0,
|
| 396 |
+
"customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/step": 0.001,
|
| 397 |
+
"customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/visible": true,
|
| 398 |
+
"customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/value": 0,
|
| 399 |
+
"customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/minimum": 0.0,
|
| 400 |
+
"customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/maximum": 1.0,
|
| 401 |
+
"customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/step": 0.001,
|
| 402 |
+
"customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/visible": true,
|
| 403 |
+
"customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/value": 0,
|
| 404 |
+
"customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/minimum": 0.0,
|
| 405 |
+
"customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/maximum": 1.0,
|
| 406 |
+
"customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/step": 0.001,
|
| 407 |
+
"customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/visible": true,
|
| 408 |
+
"customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/value": 0,
|
| 409 |
+
"customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/minimum": 0.0,
|
| 410 |
+
"customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/maximum": 1.0,
|
| 411 |
+
"customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/step": 0.001,
|
| 412 |
+
"modelmerger/Primary model (A)/visible": true,
|
| 413 |
+
"modelmerger/Primary model (A)/value": null,
|
| 414 |
+
"modelmerger/Secondary model (B)/visible": true,
|
| 415 |
+
"modelmerger/Secondary model (B)/value": null,
|
| 416 |
+
"modelmerger/Tertiary model (C)/visible": true,
|
| 417 |
+
"modelmerger/Tertiary model (C)/value": null,
|
| 418 |
+
"modelmerger/Custom Name (Optional)/visible": true,
|
| 419 |
+
"modelmerger/Custom Name (Optional)/value": "",
|
| 420 |
+
"modelmerger/Multiplier (M) - set to 0 to get model A/visible": true,
|
| 421 |
+
"modelmerger/Multiplier (M) - set to 0 to get model A/value": 0.3,
|
| 422 |
+
"modelmerger/Multiplier (M) - set to 0 to get model A/minimum": 0.0,
|
| 423 |
+
"modelmerger/Multiplier (M) - set to 0 to get model A/maximum": 1.0,
|
| 424 |
+
"modelmerger/Multiplier (M) - set to 0 to get model A/step": 0.05,
|
| 425 |
+
"modelmerger/Interpolation Method/visible": true,
|
| 426 |
+
"modelmerger/Interpolation Method/value": "Weighted sum",
|
| 427 |
+
"modelmerger/Checkpoint format/visible": true,
|
| 428 |
+
"modelmerger/Checkpoint format/value": "ckpt",
|
| 429 |
+
"modelmerger/Save as float16/visible": true,
|
| 430 |
+
"modelmerger/Save as float16/value": false,
|
| 431 |
+
"modelmerger/Copy config from/visible": true,
|
| 432 |
+
"modelmerger/Copy config from/value": "A, B or C",
|
| 433 |
+
"modelmerger/Bake in VAE/visible": true,
|
| 434 |
+
"modelmerger/Bake in VAE/value": "None",
|
| 435 |
+
"modelmerger/Discard weights with matching name/visible": true,
|
| 436 |
+
"modelmerger/Discard weights with matching name/value": "",
|
| 437 |
+
"train/Name/visible": true,
|
| 438 |
+
"train/Name/value": "",
|
| 439 |
+
"train/Initialization text/visible": true,
|
| 440 |
+
"train/Initialization text/value": "*",
|
| 441 |
+
"train/Number of vectors per token/visible": true,
|
| 442 |
+
"train/Number of vectors per token/value": 1,
|
| 443 |
+
"train/Number of vectors per token/minimum": 1,
|
| 444 |
+
"train/Number of vectors per token/maximum": 75,
|
| 445 |
+
"train/Number of vectors per token/step": 1,
|
| 446 |
+
"train/Overwrite Old Embedding/visible": true,
|
| 447 |
+
"train/Overwrite Old Embedding/value": false,
|
| 448 |
+
"train/Enter hypernetwork layer structure/visible": true,
|
| 449 |
+
"train/Enter hypernetwork layer structure/value": "1, 2, 1",
|
| 450 |
+
"train/Select activation function of hypernetwork. Recommended : Swish / Linear(none)/visible": true,
|
| 451 |
+
"train/Select activation function of hypernetwork. Recommended : Swish / Linear(none)/value": "linear",
|
| 452 |
+
"train/Select Layer weights initialization. Recommended: Kaiming for relu-like, Xavier for sigmoid-like, Normal otherwise/visible": true,
|
| 453 |
+
"train/Select Layer weights initialization. Recommended: Kaiming for relu-like, Xavier for sigmoid-like, Normal otherwise/value": "Normal",
|
| 454 |
+
"train/Add layer normalization/visible": true,
|
| 455 |
+
"train/Add layer normalization/value": false,
|
| 456 |
+
"train/Use dropout/visible": true,
|
| 457 |
+
"train/Use dropout/value": false,
|
| 458 |
+
"train/Enter hypernetwork Dropout structure (or empty). Recommended : 0~0.35 incrementing sequence: 0, 0.05, 0.15/visible": true,
|
| 459 |
+
"train/Enter hypernetwork Dropout structure (or empty). Recommended : 0~0.35 incrementing sequence: 0, 0.05, 0.15/value": "0, 0, 0",
|
| 460 |
+
"train/Overwrite Old Hypernetwork/visible": true,
|
| 461 |
+
"train/Overwrite Old Hypernetwork/value": false,
|
| 462 |
+
"train/Source directory/visible": true,
|
| 463 |
+
"train/Source directory/value": "",
|
| 464 |
+
"train/Destination directory/visible": true,
|
| 465 |
+
"train/Destination directory/value": "",
|
| 466 |
+
"train/Width/visible": true,
|
| 467 |
+
"train/Width/value": 512,
|
| 468 |
+
"train/Width/minimum": 64,
|
| 469 |
+
"train/Width/maximum": 2048,
|
| 470 |
+
"train/Width/step": 8,
|
| 471 |
+
"train/Height/visible": true,
|
| 472 |
+
"train/Height/value": 512,
|
| 473 |
+
"train/Height/minimum": 64,
|
| 474 |
+
"train/Height/maximum": 2048,
|
| 475 |
+
"train/Height/step": 8,
|
| 476 |
+
"train/Existing Caption txt Action/visible": true,
|
| 477 |
+
"train/Existing Caption txt Action/value": "ignore",
|
| 478 |
+
"train/Create flipped copies/visible": true,
|
| 479 |
+
"train/Create flipped copies/value": false,
|
| 480 |
+
"train/Split oversized images/visible": true,
|
| 481 |
+
"train/Split oversized images/value": false,
|
| 482 |
+
"train/Auto focal point crop/visible": true,
|
| 483 |
+
"train/Auto focal point crop/value": false,
|
| 484 |
+
"train/Auto-sized crop/visible": true,
|
| 485 |
+
"train/Auto-sized crop/value": false,
|
| 486 |
+
"train/Use BLIP for caption/visible": true,
|
| 487 |
+
"train/Use BLIP for caption/value": false,
|
| 488 |
+
"train/Use deepbooru for caption/visible": true,
|
| 489 |
+
"train/Use deepbooru for caption/value": false,
|
| 490 |
+
"train/Split image threshold/visible": true,
|
| 491 |
+
"train/Split image threshold/value": 0.5,
|
| 492 |
+
"train/Split image threshold/minimum": 0.0,
|
| 493 |
+
"train/Split image threshold/maximum": 1.0,
|
| 494 |
+
"train/Split image threshold/step": 0.05,
|
| 495 |
+
"train/Split image overlap ratio/visible": true,
|
| 496 |
+
"train/Split image overlap ratio/value": 0.2,
|
| 497 |
+
"train/Split image overlap ratio/minimum": 0.0,
|
| 498 |
+
"train/Split image overlap ratio/maximum": 0.9,
|
| 499 |
+
"train/Split image overlap ratio/step": 0.05,
|
| 500 |
+
"train/Focal point face weight/visible": true,
|
| 501 |
+
"train/Focal point face weight/value": 0.9,
|
| 502 |
+
"train/Focal point face weight/minimum": 0.0,
|
| 503 |
+
"train/Focal point face weight/maximum": 1.0,
|
| 504 |
+
"train/Focal point face weight/step": 0.05,
|
| 505 |
+
"train/Focal point entropy weight/visible": true,
|
| 506 |
+
"train/Focal point entropy weight/value": 0.15,
|
| 507 |
+
"train/Focal point entropy weight/minimum": 0.0,
|
| 508 |
+
"train/Focal point entropy weight/maximum": 1.0,
|
| 509 |
+
"train/Focal point entropy weight/step": 0.05,
|
| 510 |
+
"train/Focal point edges weight/visible": true,
|
| 511 |
+
"train/Focal point edges weight/value": 0.5,
|
| 512 |
+
"train/Focal point edges weight/minimum": 0.0,
|
| 513 |
+
"train/Focal point edges weight/maximum": 1.0,
|
| 514 |
+
"train/Focal point edges weight/step": 0.05,
|
| 515 |
+
"train/Create debug image/visible": true,
|
| 516 |
+
"train/Create debug image/value": false,
|
| 517 |
+
"train/Dimension lower bound/visible": true,
|
| 518 |
+
"train/Dimension lower bound/value": 384,
|
| 519 |
+
"train/Dimension lower bound/minimum": 64,
|
| 520 |
+
"train/Dimension lower bound/maximum": 2048,
|
| 521 |
+
"train/Dimension lower bound/step": 8,
|
| 522 |
+
"train/Dimension upper bound/visible": true,
|
| 523 |
+
"train/Dimension upper bound/value": 768,
|
| 524 |
+
"train/Dimension upper bound/minimum": 64,
|
| 525 |
+
"train/Dimension upper bound/maximum": 2048,
|
| 526 |
+
"train/Dimension upper bound/step": 8,
|
| 527 |
+
"train/Area lower bound/visible": true,
|
| 528 |
+
"train/Area lower bound/value": 4096,
|
| 529 |
+
"train/Area lower bound/minimum": 4096,
|
| 530 |
+
"train/Area lower bound/maximum": 4194304,
|
| 531 |
+
"train/Area lower bound/step": 1,
|
| 532 |
+
"train/Area upper bound/visible": true,
|
| 533 |
+
"train/Area upper bound/value": 409600,
|
| 534 |
+
"train/Area upper bound/minimum": 4096,
|
| 535 |
+
"train/Area upper bound/maximum": 4194304,
|
| 536 |
+
"train/Area upper bound/step": 1,
|
| 537 |
+
"train/Resizing objective/visible": true,
|
| 538 |
+
"train/Resizing objective/value": "Maximize area",
|
| 539 |
+
"train/Error threshold/visible": true,
|
| 540 |
+
"train/Error threshold/value": 0.1,
|
| 541 |
+
"train/Error threshold/minimum": 0,
|
| 542 |
+
"train/Error threshold/maximum": 1,
|
| 543 |
+
"train/Error threshold/step": 0.01,
|
| 544 |
+
"train/Embedding/visible": true,
|
| 545 |
+
"train/Embedding/value": null,
|
| 546 |
+
"train/Hypernetwork/visible": true,
|
| 547 |
+
"train/Hypernetwork/value": null,
|
| 548 |
+
"train/Embedding Learning rate/visible": true,
|
| 549 |
+
"train/Embedding Learning rate/value": "0.005",
|
| 550 |
+
"train/Hypernetwork Learning rate/visible": true,
|
| 551 |
+
"train/Hypernetwork Learning rate/value": "0.00001",
|
| 552 |
+
"train/Gradient Clipping/visible": true,
|
| 553 |
+
"train/Gradient Clipping/value": "disabled",
|
| 554 |
+
"train/Batch size/visible": true,
|
| 555 |
+
"train/Batch size/value": 1,
|
| 556 |
+
"train/Gradient accumulation steps/visible": true,
|
| 557 |
+
"train/Gradient accumulation steps/value": 1,
|
| 558 |
+
"train/Dataset directory/visible": true,
|
| 559 |
+
"train/Dataset directory/value": "",
|
| 560 |
+
"train/Log directory/visible": true,
|
| 561 |
+
"train/Log directory/value": "textual_inversion",
|
| 562 |
+
"train/Prompt template/visible": true,
|
| 563 |
+
"train/Prompt template/value": "style_filewords.txt",
|
| 564 |
+
"train/Do not resize images/visible": true,
|
| 565 |
+
"train/Do not resize images/value": false,
|
| 566 |
+
"train/Max steps/visible": true,
|
| 567 |
+
"train/Max steps/value": 100000,
|
| 568 |
+
"train/Save an image to log directory every N steps, 0 to disable/visible": true,
|
| 569 |
+
"train/Save an image to log directory every N steps, 0 to disable/value": 500,
|
| 570 |
+
"train/Save a copy of embedding to log directory every N steps, 0 to disable/visible": true,
|
| 571 |
+
"train/Save a copy of embedding to log directory every N steps, 0 to disable/value": 500,
|
| 572 |
+
"train/Save images with embedding in PNG chunks/visible": true,
|
| 573 |
+
"train/Save images with embedding in PNG chunks/value": true,
|
| 574 |
+
"train/Read parameters (prompt, etc...) from txt2img tab when making previews/visible": true,
|
| 575 |
+
"train/Read parameters (prompt, etc...) from txt2img tab when making previews/value": false,
|
| 576 |
+
"train/Shuffle tags by ',' when creating prompts./visible": true,
|
| 577 |
+
"train/Shuffle tags by ',' when creating prompts./value": false,
|
| 578 |
+
"train/Drop out tags when creating prompts./visible": true,
|
| 579 |
+
"train/Drop out tags when creating prompts./value": 0,
|
| 580 |
+
"train/Drop out tags when creating prompts./minimum": 0,
|
| 581 |
+
"train/Drop out tags when creating prompts./maximum": 1,
|
| 582 |
+
"train/Drop out tags when creating prompts./step": 0.1,
|
| 583 |
+
"train/Choose latent sampling method/visible": true,
|
| 584 |
+
"train/Choose latent sampling method/value": "once"
|
| 585 |
+
}
|