From a27e95ab314a9da680ecd7e152d93acd142f81f4 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Thu, 13 Apr 2023 08:29:01 -0400 Subject: [PATCH] update ui config --- .gitignore | 1 + extensions-builtin/sd-extension-system-info | 2 +- modules/shared.py | 2 +- ui-config.json | 2292 +++++++------------ user.css | 10 +- 5 files changed, 859 insertions(+), 1448 deletions(-) diff --git a/.gitignore b/.gitignore index a4e6a9a87..c565ea64c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ __pycache__ /params.txt /cache.json +/config.json /setup.log venv diff --git a/extensions-builtin/sd-extension-system-info b/extensions-builtin/sd-extension-system-info index 0567ac1cf..39296b6ae 160000 --- a/extensions-builtin/sd-extension-system-info +++ b/extensions-builtin/sd-extension-system-info @@ -1 +1 @@ -Subproject commit 0567ac1cf6e06e348dcb9da7a5b6b2476d7873a1 +Subproject commit 39296b6ae8dedf2881936522b4b9274d739c6f01 diff --git a/modules/shared.py b/modules/shared.py index 0ff042e4f..35e7d1427 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -231,7 +231,7 @@ options_templates.update(options_section(('sd', "Stable Diffusion"), { "sd_vae_as_default": OptionInfo(True, "Ignore selected VAE for stable diffusion checkpoints that have their own .vae.pt next to them"), "inpainting_mask_weight": OptionInfo(1.0, "Inpainting conditioning mask strength", gr.Slider, {"minimum": 0.0, "maximum": 1.0, "step": 0.01}), "initial_noise_multiplier": OptionInfo(1.0, "Noise multiplier for img2img", gr.Slider, {"minimum": 0.5, "maximum": 1.5, "step": 0.01}), - "img2img_color_correction": OptionInfo(True, "Apply color correction to img2img results to match original colors."), + "img2img_color_correction": OptionInfo(False, "Apply color correction to img2img results to match original colors."), "img2img_fix_steps": OptionInfo(False, "With img2img, do exactly the amount of steps the slider specifies (normally you'd do less with less denoising)."), "img2img_background_color": OptionInfo("#ffffff", "With img2img, fill image's transparent parts with this color.", ui_components.FormColorPicker, {}), "enable_quantization": OptionInfo(True, "Enable quantization in K samplers for sharper and cleaner results. This may change existing seeds. Requires restart to apply."), diff --git a/ui-config.json b/ui-config.json index fdf64d257..519032839 100644 --- a/ui-config.json +++ b/ui-config.json @@ -1,1345 +1,158 @@ { - "extras/CodeFormer visibility/maximum": 1.0, - "extras/CodeFormer visibility/minimum": 0.0, - "extras/CodeFormer visibility/step": 0.001, - "extras/CodeFormer visibility/value": 1.0, - "extras/CodeFormer visibility/visible": true, - "extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/maximum": 1.0, - "extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/minimum": 0.0, - "extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/step": 0.001, - "extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/value": 0.15, - "extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/visible": true, - "extras/Crop to fit/value": true, - "extras/Crop to fit/visible": true, - "extras/GFPGAN visibility/maximum": 1.0, - "extras/GFPGAN visibility/minimum": 0.0, - "extras/GFPGAN visibility/step": 0.001, - "extras/GFPGAN visibility/value": 0, - "extras/GFPGAN visibility/visible": true, - "extras/Height/value": 512, - "extras/Height/visible": true, - "extras/Input directory/value": "", - "extras/Input directory/visible": true, - "extras/Output directory/value": "", - "extras/Output directory/visible": true, - "extras/Resize/maximum": 8.0, - "extras/Resize/minimum": 1.0, - "extras/Resize/step": 0.05, - "extras/Resize/value": 4, - "extras/Resize/visible": true, - "extras/Show result images/value": true, - "extras/Show result images/visible": true, - "extras/Upscale Before Restoring Faces/value": false, - "extras/Upscale Before Restoring Faces/visible": true, - "extras/Upscaler 1/value": "SwinIR_4x", - "extras/Upscaler 1/visible": true, - "extras/Upscaler 2 visibility/maximum": 1.0, - "extras/Upscaler 2 visibility/minimum": 0.0, - "extras/Upscaler 2 visibility/step": 0.001, - "extras/Upscaler 2 visibility/value": 1, - "extras/Upscaler 2 visibility/visible": false, - "extras/Upscaler 2/value": "None", - "extras/Upscaler 2/visible": false, - "extras/Width/value": 512, - "extras/Width/visible": true, - "img2img/Batch count/maximum": 100, - "img2img/Batch count/minimum": 1, - "img2img/Batch count/step": 1, - "img2img/Batch count/value": 1, - "img2img/Batch count/visible": true, - "img2img/Batch size/maximum": 16, - "img2img/Batch size/minimum": 1, - "img2img/Batch size/step": 1, - "img2img/Batch size/value": 1, - "img2img/Batch size/visible": true, - "img2img/Canvas Height/maximum": 1024, - "img2img/Canvas Height/minimum": 256, - "img2img/Canvas Height/step": 64, - "img2img/Canvas Height/value": 512, - "img2img/Canvas Height/visible": true, - "img2img/Canvas Width/maximum": 1024, - "img2img/Canvas Width/minimum": 256, - "img2img/Canvas Width/step": 64, - "img2img/Canvas Width/value": 512, - "img2img/Canvas Width/visible": true, - "img2img/CFG Scale/maximum": 30.0, - "img2img/CFG Scale/minimum": 1.0, - "img2img/CFG Scale/step": 0.5, - "img2img/CFG Scale/value": 6.0, - "img2img/CFG Scale/visible": true, - "img2img/Denoising strength/maximum": 1.0, - "img2img/Denoising strength/minimum": 0.0, - "img2img/Denoising strength/step": 0.01, - "img2img/Denoising strength/value": 0.75, - "img2img/Denoising strength/visible": true, - "img2img/Extra/value": false, - "img2img/Extra/visible": true, - "img2img/Height/maximum": 2048, - "img2img/Height/minimum": 64, - "img2img/Height/step": 8, - "img2img/Height/value": 512, - "img2img/Height/visible": true, - "img2img/Image CFG Scale/maximum": 3.0, - "img2img/Image CFG Scale/minimum": 0, - "img2img/Image CFG Scale/step": 0.05, - "img2img/Image CFG Scale/value": 1.5, - "img2img/Inpaint area/value": "Whole picture", - "img2img/Inpaint area/visible": true, - "img2img/Inpaint batch mask directory (required for inpaint batch processing only)/value": "", - "img2img/Inpaint batch mask directory (required for inpaint batch processing only)/visible": true, - "img2img/Input directory/value": "", - "img2img/Input directory/visible": true, - "img2img/Mask blur/maximum": 64, - "img2img/Mask blur/minimum": 0, - "img2img/Mask blur/step": 1, - "img2img/Mask blur/value": 4, - "img2img/Mask blur/visible": true, - "img2img/Mask mode/value": "Inpaint masked", - "img2img/Mask mode/visible": true, - "img2img/Mask source/value": "Draw mask", - "img2img/Mask source/visible": true, - "img2img/Mask transparency/maximum": 100, - "img2img/Mask transparency/minimum": 0, - "img2img/Mask transparency/step": 1, - "img2img/Mask transparency/value": 0, - "img2img/Masked content/value": "original", - "img2img/Masked content/visible": true, - "img2img/Negative prompt/value": "", - "img2img/Negative prompt/visible": true, - "img2img/Only masked padding, pixels/maximum": 256, - "img2img/Only masked padding, pixels/minimum": 0, - "img2img/Only masked padding, pixels/step": 4, - "img2img/Only masked padding, pixels/value": 32, - "img2img/Only masked padding, pixels/visible": true, - "img2img/Output directory/value": "", - "img2img/Output directory/visible": true, - "img2img/Override settings/value": null, - "img2img/Prompt/value": "", - "img2img/Prompt/visible": true, - "img2img/Resize mode/value": "Just resize", - "img2img/Resize mode/visible": true, - "img2img/Resize seed from height/maximum": 2048, - "img2img/Resize seed from height/minimum": 0, - "img2img/Resize seed from height/step": 8, - "img2img/Resize seed from height/value": 0, - "img2img/Resize seed from height/visible": true, - "img2img/Resize seed from width/maximum": 2048, - "img2img/Resize seed from width/minimum": 0, - "img2img/Resize seed from width/step": 8, - "img2img/Resize seed from width/value": 0, - "img2img/Resize seed from width/visible": true, - "img2img/Restore faces/value": false, - "img2img/Restore faces/visible": true, - "img2img/Sampling method/value": "Euler a", - "img2img/Sampling method/visible": true, - "img2img/Sampling steps/maximum": 150, - "img2img/Sampling Steps/maximum": 200, - "img2img/Sampling steps/minimum": 1, - "img2img/Sampling Steps/minimum": 1, - "img2img/Sampling steps/step": 1, - "img2img/Sampling Steps/step": 1, - "img2img/Sampling steps/value": 20, - "img2img/Sampling Steps/value": 20, - "img2img/Sampling steps/visible": true, - "img2img/Sampling Steps/visible": true, - "img2img/Script/value": "None", - "img2img/Script/visible": true, - "img2img/Seed/value": -1.0, - "img2img/Seed/visible": true, - "img2img/strength/maximum": 1, - "img2img/strength/minimum": 0, - "img2img/strength/step": 0.01, - "img2img/strength/value": 0.0, - "img2img/strength/visible": true, - "img2img/Style 1/value": "None", - "img2img/Style 1/visible": true, - "img2img/Style 2/value": "None", - "img2img/Style 2/visible": true, - "img2img/Styles/value": [], - "img2img/Styles/visible": false, - "img2img/Tiling/value": false, - "img2img/Tiling/visible": true, - "img2img/Variation seed/value": -1.0, - "img2img/Variation seed/visible": true, - "img2img/Variation strength/maximum": 1, - "img2img/Variation strength/minimum": 0, - "img2img/Variation strength/step": 0.01, - "img2img/Variation strength/value": 0.0, - "img2img/Variation strength/visible": true, - "img2img/Width/maximum": 2048, - "img2img/Width/minimum": 64, - "img2img/Width/step": 8, - "img2img/Width/value": 512, - "img2img/Width/visible": true, - "modelmerger/Bake in VAE/value": "None", - "modelmerger/Bake in VAE/visible": true, - "modelmerger/Checkpoint format/value": "ckpt", - "modelmerger/Checkpoint format/visible": true, - "modelmerger/Copy config from/value": "A, B or C", - "modelmerger/Copy config from/visible": true, - "modelmerger/Custom Name (Optional)/value": "", - "modelmerger/Custom Name (Optional)/visible": true, - "modelmerger/Discard weights with matching name/value": "", - "modelmerger/Discard weights with matching name/visible": true, - "modelmerger/Interpolation Method/value": "Weighted sum", - "modelmerger/Interpolation Method/visible": true, - "modelmerger/Multiplier (M) - set to 0 to get model A/maximum": 1.0, - "modelmerger/Multiplier (M) - set to 0 to get model A/minimum": 0.0, - "modelmerger/Multiplier (M) - set to 0 to get model A/step": 0.05, - "modelmerger/Multiplier (M) - set to 0 to get model A/value": 0.3, - "modelmerger/Multiplier (M) - set to 0 to get model A/visible": true, - "modelmerger/Primary model (A)/value": null, - "modelmerger/Primary model (A)/visible": true, - "modelmerger/Save as float16/value": true, - "modelmerger/Save as float16/visible": true, - "modelmerger/Secondary model (B)/value": null, - "modelmerger/Secondary model (B)/visible": true, - "modelmerger/Tertiary model (C)/value": null, - "modelmerger/Tertiary model (C)/visible": true, - "train/Add layer normalization/value": false, - "train/Add layer normalization/visible": true, - "train/Area lower bound/maximum": 4194304, - "train/Area lower bound/minimum": 4096, - "train/Area lower bound/step": 1, - "train/Area lower bound/value": 4096, - "train/Area lower bound/visible": true, - "train/Area upper bound/maximum": 4194304, - "train/Area upper bound/minimum": 4096, - "train/Area upper bound/step": 1, - "train/Area upper bound/value": 409600, - "train/Area upper bound/visible": true, - "train/Auto focal point crop/value": false, - "train/Auto focal point crop/visible": true, - "train/Auto-sized crop/value": false, - "train/Auto-sized crop/visible": true, - "train/Bake in VAE/value": "None", - "train/Bake in VAE/visible": true, - "train/Batch size/maximum": 1024, - "train/Batch size/minimum": 1, - "train/Batch size/step": 1, - "train/Batch size/value": 1, - "train/Batch size/visible": true, - "train/Checkpoint format/value": "ckpt", - "train/Checkpoint format/visible": true, - "train/Choose latent sampling method/value": "once", - "train/Choose latent sampling method/visible": true, - "train/Copy config from/value": "A, B or C", - "train/Copy config from/visible": true, - "train/Create debug image/value": false, - "train/Create debug image/visible": true, - "train/Create flipped copies/value": false, - "train/Create flipped copies/visible": true, - "train/Custom Name (Optional)/value": "", - "train/Custom Name (Optional)/visible": true, - "train/Dataset directory/value": "", - "train/Dataset directory/visible": true, - "train/Destination directory/value": "", - "train/Destination directory/visible": true, - "train/Dimension lower bound/maximum": 2048, - "train/Dimension lower bound/minimum": 64, - "train/Dimension lower bound/step": 8, - "train/Dimension lower bound/value": 384, - "train/Dimension lower bound/visible": true, - "train/Dimension upper bound/maximum": 2048, - "train/Dimension upper bound/minimum": 64, - "train/Dimension upper bound/step": 8, - "train/Dimension upper bound/value": 768, - "train/Dimension upper bound/visible": true, - "train/Discard weights with matching name/value": "", - "train/Discard weights with matching name/visible": true, - "train/Do not resize images/value": false, - "train/Do not resize images/visible": true, - "train/Drop out tags when creating prompts./maximum": 1, - "train/Drop out tags when creating prompts./minimum": 0, - "train/Drop out tags when creating prompts./step": 0.1, - "train/Drop out tags when creating prompts./value": 0, - "train/Drop out tags when creating prompts./visible": true, - "train/Embedding Learning rate/value": "0.01:100, 0.005:300, 0.001:700, 0.0005:1500, 0.0001:2500", - "train/Embedding Learning rate/visible": true, - "train/Embedding/value": null, - "train/Embedding/visible": true, - "train/Enter hypernetwork Dropout structure (or empty). Recommended : 0~0.35 incrementing sequence: 0, 0.05, 0.15/value": "0, 0, 0", - "train/Enter hypernetwork Dropout structure (or empty). Recommended : 0~0.35 incrementing sequence: 0, 0.05, 0.15/visible": true, - "train/Enter hypernetwork layer structure/value": "1, 2, 1", - "train/Enter hypernetwork layer structure/visible": true, - "train/Error threshold/maximum": 1, - "train/Error threshold/minimum": 0, - "train/Error threshold/step": 0.01, - "train/Error threshold/value": 0.1, - "train/Error threshold/visible": true, - "train/Existing Caption txt Action/value": "ignore", - "train/Existing Caption txt Action/visible": true, - "train/Focal point edges weight/maximum": 1.0, - "train/Focal point edges weight/minimum": 0.0, - "train/Focal point edges weight/step": 0.05, - "train/Focal point edges weight/value": 0.5, - "train/Focal point edges weight/visible": true, - "train/Focal point entropy weight/maximum": 1.0, - "train/Focal point entropy weight/minimum": 0.0, - "train/Focal point entropy weight/step": 0.05, - "train/Focal point entropy weight/value": 0.15, - "train/Focal point entropy weight/visible": true, - "train/Focal point face weight/maximum": 1.0, - "train/Focal point face weight/minimum": 0.0, - "train/Focal point face weight/step": 0.05, - "train/Focal point face weight/value": 0.9, - "train/Focal point face weight/visible": true, - "train/Gradient accumulation steps/value": 1, - "train/Gradient accumulation steps/visible": true, - "train/Gradient Clipping/value": "disabled", - "train/Gradient Clipping/visible": true, - "train/Height/maximum": 2048, - "train/Height/minimum": 64, - "train/Height/step": 8, - "train/Height/value": 512, - "train/Height/visible": true, - "train/Hypernetwork Learning rate/value": "0.00001", - "train/Hypernetwork Learning rate/visible": true, - "train/Hypernetwork/value": null, - "train/Hypernetwork/visible": true, - "train/Initialization text/value": "person", - "train/Initialization text/visible": true, - "train/Interpolation Method/value": "Weighted sum", - "train/Interpolation Method/visible": true, - "train/KV Learning rate/value": "1e-5", - "train/KV Learning rate/visible": true, - "train/Log directory/value": "train/log", - "train/Log directory/visible": true, - "train/Low-rank approximation sum threshold (lower value means smaller file size, 1 to disable)/maximum": 1, - "train/Low-rank approximation sum threshold (lower value means smaller file size, 1 to disable)/minimum": 0, - "train/Low-rank approximation sum threshold (lower value means smaller file size, 1 to disable)/step": 0.01, - "train/Low-rank approximation sum threshold (lower value means smaller file size, 1 to disable)/value": 0.5, - "train/Low-rank approximation sum threshold (lower value means smaller file size, 1 to disable)/visible": true, - "train/Max steps/value": 2500, - "train/Max steps/visible": true, - "train/Multiplier (M) - set to 0 to get model A/maximum": 1.0, - "train/Multiplier (M) - set to 0 to get model A/minimum": 0.0, - "train/Multiplier (M) - set to 0 to get model A/step": 0.05, - "train/Multiplier (M) - set to 0 to get model A/value": 0.3, - "train/Multiplier (M) - set to 0 to get model A/visible": true, - "train/Name/value": "", - "train/Name/visible": true, - "train/Number of vectors per token/maximum": 75, - "train/Number of vectors per token/minimum": 1, - "train/Number of vectors per token/step": 1, - "train/Number of vectors per token/value": 2, - "train/Number of vectors per token/visible": true, - "train/Overwrite Old Embedding/value": true, - "train/Overwrite Old Embedding/visible": true, - "train/Overwrite Old Hypernetwork/value": false, - "train/Overwrite Old Hypernetwork/visible": true, - "train/Primary model (A)/value": null, - "train/Primary model (A)/visible": true, - "train/Prior-preservation loss weight/maximum": 10.0, - "train/Prior-preservation loss weight/minimum": 0.0, - "train/Prior-preservation loss weight/step": 0.1, - "train/Prior-preservation loss weight/value": 1.0, - "train/Prior-preservation loss weight/visible": true, - "train/Prompt template file/value": "subject_filewords.txt", - "train/Prompt template file/visible": true, - "train/Prompt template/value": "subject_filewords.txt", - "train/Prompt template/visible": true, - "train/Read parameters (prompt, etc...) from txt2img tab when making previews/value": false, - "train/Read parameters (prompt, etc...) from txt2img tab when making previews/visible": true, - "train/Regularization dataset directory (optional)/value": "", - "train/Regularization dataset directory (optional)/visible": true, - "train/Resizing objective/value": "Maximize area", - "train/Resizing objective/visible": true, - "train/Save a copy of embedding to log directory every N steps, 0 to disable/value": 250, - "train/Save a copy of embedding to log directory every N steps, 0 to disable/visible": true, - "train/Save an image to log directory every N steps, 0 to disable/value": 250, - "train/Save an image to log directory every N steps, 0 to disable/visible": true, - "train/Save as float16/value": true, - "train/Save as float16/visible": true, - "train/Save images with embedding in PNG chunks/value": true, - "train/Save images with embedding in PNG chunks/visible": true, - "train/Secondary model (B)/value": null, - "train/Secondary model (B)/visible": true, - "train/Select activation function of hypernetwork. Recommended : Swish / Linear(none)/value": "linear", - "train/Select activation function of hypernetwork. Recommended : Swish / Linear(none)/visible": true, - "train/Select Layer weights initialization. Recommended: Kaiming for relu-like, Xavier for sigmoid-like, Normal otherwise/value": "Normal", - "train/Select Layer weights initialization. Recommended: Kaiming for relu-like, Xavier for sigmoid-like, Normal otherwise/visible": true, - "train/Shuffle tags by ',' when creating prompts./value": false, - "train/Shuffle tags by ',' when creating prompts./visible": true, - "train/Source directory/value": "", - "train/Source directory/visible": true, - "train/Split image overlap ratio/maximum": 0.9, - "train/Split image overlap ratio/minimum": 0.0, - "train/Split image overlap ratio/step": 0.05, - "train/Split image overlap ratio/value": 0.2, - "train/Split image overlap ratio/visible": true, - "train/Split image threshold/maximum": 1.0, - "train/Split image threshold/minimum": 0.0, - "train/Split image threshold/step": 0.05, - "train/Split image threshold/value": 0.5, - "train/Split image threshold/visible": true, - "train/Split oversized images/value": false, - "train/Split oversized images/visible": true, - "train/Tertiary model (C)/value": null, - "train/Tertiary model (C)/visible": true, - "train/Use BLIP for caption/value": false, - "train/Use BLIP for caption/visible": true, - "train/Use deepbooru for caption/value": false, - "train/Use deepbooru for caption/visible": true, - "train/Use dropout/value": false, - "train/Use dropout/visible": true, - "train/Use PNG alpha channel as loss weight/value": false, - "train/Use PNG alpha channel as loss weight/visible": true, - "train/Width/maximum": 2048, - "train/Width/minimum": 64, - "train/Width/step": 8, - "train/Width/value": 512, - "train/Width/visible": true, - "txt2img/Batch count/maximum": 100, - "txt2img/Batch count/minimum": 1, - "txt2img/Batch count/step": 1, - "txt2img/Batch count/value": 1, - "txt2img/Batch count/visible": true, - "txt2img/Batch size/maximum": 16, - "txt2img/Batch size/minimum": 1, - "txt2img/Batch size/step": 1, - "txt2img/Batch size/value": 1, - "txt2img/Batch size/visible": true, - "txt2img/Canvas Height/maximum": 1024, - "txt2img/Canvas Height/minimum": 256, - "txt2img/Canvas Height/step": 64, - "txt2img/Canvas Height/value": 512, - "txt2img/Canvas Height/visible": true, - "txt2img/Canvas Width/maximum": 1024, - "txt2img/Canvas Width/minimum": 256, - "txt2img/Canvas Width/step": 64, - "txt2img/Canvas Width/value": 512, - "txt2img/Canvas Width/visible": true, - "txt2img/CFG Scale/maximum": 30.0, - "txt2img/CFG Scale/minimum": 1.0, - "txt2img/CFG Scale/step": 0.1, - "txt2img/CFG Scale/value": 6.0, - "txt2img/CFG Scale/visible": true, - "txt2img/Denoising strength/maximum": 1.0, - "txt2img/Denoising strength/minimum": 0.0, - "txt2img/Denoising strength/step": 0.01, - "txt2img/Denoising strength/value": 0.7, - "txt2img/Denoising strength/visible": true, - "txt2img/Extra/value": false, - "txt2img/Extra/visible": true, - "txt2img/Height/maximum": 2048, - "txt2img/Height/minimum": 64, - "txt2img/Height/step": 8, - "txt2img/Height/value": 512, - "txt2img/Height/visible": true, - "txt2img/Hi-res tiling/value": false, - "txt2img/Hi-res Tiling/value": false, - "txt2img/Hi-res tiling/visible": true, - "txt2img/Hi-res Tiling/visible": true, - "txt2img/Hires steps/maximum": 150, - "txt2img/Hires steps/minimum": 0, - "txt2img/Hires steps/step": 1, - "txt2img/Hires steps/value": 0, - "txt2img/Hires steps/visible": true, - "txt2img/Hires. fix/value": false, - "txt2img/Hires. fix/visible": true, - "txt2img/Negative prompt/value": "foggy, blurry, blurred, duplicate, ugly, mutilated, mutation, mutated, out of frame, bad anatomy, disfigured, deformed, censored, low res, watermark, text, poorly drawn face, signature", - "txt2img/Negative prompt/visible": true, - "txt2img/Override settings/value": null, - "txt2img/Prompt/value": "photorealistic, high detailed, sharp focus, depth of field, 4k", "txt2img/Prompt/visible": true, - "txt2img/Resize height to/maximum": 2048, - "txt2img/Resize height to/minimum": 0, - "txt2img/Resize height to/step": 8, - "txt2img/Resize height to/value": 0, - "txt2img/Resize height to/visible": true, - "txt2img/Resize seed from height/maximum": 2048, - "txt2img/Resize seed from height/minimum": 0, - "txt2img/Resize seed from height/step": 8, - "txt2img/Resize seed from height/value": 0, - "txt2img/Resize seed from height/visible": true, - "txt2img/Resize seed from width/maximum": 2048, - "txt2img/Resize seed from width/minimum": 0, - "txt2img/Resize seed from width/step": 8, - "txt2img/Resize seed from width/value": 0, - "txt2img/Resize seed from width/visible": true, - "txt2img/Resize width to/maximum": 2048, - "txt2img/Resize width to/minimum": 0, - "txt2img/Resize width to/step": 8, - "txt2img/Resize width to/value": 0, - "txt2img/Resize width to/visible": true, - "txt2img/Restore faces/value": false, - "txt2img/Restore faces/visible": true, - "txt2img/Sampling method/value": "UniPC", - "txt2img/Sampling method/visible": true, - "txt2img/Sampling steps/maximum": 150, - "txt2img/Sampling Steps/maximum": 200, - "txt2img/Sampling steps/minimum": 1, - "txt2img/Sampling Steps/minimum": 1, - "txt2img/Sampling steps/step": 1, - "txt2img/Sampling Steps/step": 1, - "txt2img/Sampling steps/value": 10, - "txt2img/Sampling Steps/value": 10, - "txt2img/Sampling steps/visible": true, - "txt2img/Sampling Steps/visible": true, - "txt2img/Script/value": "None", - "txt2img/Script/visible": true, - "txt2img/Seed/value": -1.0, - "txt2img/Seed/visible": true, - "txt2img/strength/maximum": 1, - "txt2img/strength/minimum": 0, - "txt2img/strength/step": 0.01, - "txt2img/strength/value": 0.0, - "txt2img/strength/visible": true, - "txt2img/Style 1/value": "None", - "txt2img/Style 1/visible": true, - "txt2img/Style 2/value": "None", - "txt2img/Style 2/visible": true, + "txt2img/Prompt/value": "", + "txt2img/Negative prompt/visible": true, + "txt2img/Negative prompt/value": "foggy, blurry, duplicate, mutated, deformed, censored, low res, watermark, text, signature", + "txt2img/Styles/visible": true, "txt2img/Styles/value": [], - "txt2img/Styles/visible": false, - "txt2img/Tiling/value": false, + "txt2img/Sampling method/visible": true, + "txt2img/Sampling method/value": "UniPC", + "txt2img/Sampling steps/visible": true, + "txt2img/Sampling steps/value": 10, + "txt2img/Sampling steps/minimum": 1, + "txt2img/Sampling steps/maximum": 150, + "txt2img/Sampling steps/step": 1, + "txt2img/Restore faces/visible": true, + "txt2img/Restore faces/value": false, "txt2img/Tiling/visible": true, - "txt2img/Upscale by/maximum": 4.0, - "txt2img/Upscale by/minimum": 1.0, - "txt2img/Upscale by/step": 0.05, - "txt2img/Upscale by/value": 2.0, - "txt2img/Upscale by/visible": true, - "txt2img/Upscaler/value": "Latent", + "txt2img/Tiling/value": false, + "txt2img/Hires fix/visible": true, + "txt2img/Hires fix/value": false, "txt2img/Upscaler/visible": true, - "txt2img/Variation seed/value": -1.0, - "txt2img/Variation seed/visible": true, - "txt2img/Variation strength/maximum": 1, - "txt2img/Variation strength/minimum": 0, - "txt2img/Variation strength/step": 0.01, - "txt2img/Variation strength/value": 0.0, - "txt2img/Variation strength/visible": true, - "txt2img/Width/maximum": 2048, - "txt2img/Width/minimum": 64, - "txt2img/Width/step": 8, - "txt2img/Width/value": 512, + "txt2img/Upscaler/value": "Latent", + "txt2img/Hires steps/visible": true, + "txt2img/Hires steps/value": 0, + "txt2img/Hires steps/minimum": 0, + "txt2img/Hires steps/maximum": 150, + "txt2img/Hires steps/step": 1, + "txt2img/Denoising strength/visible": true, + "txt2img/Denoising strength/value": 0.7, + "txt2img/Denoising strength/minimum": 0.0, + "txt2img/Denoising strength/maximum": 1.0, + "txt2img/Denoising strength/step": 0.01, + "txt2img/Upscale by/visible": true, + "txt2img/Upscale by/value": 2.0, + "txt2img/Upscale by/minimum": 1.0, + "txt2img/Upscale by/maximum": 4.0, + "txt2img/Upscale by/step": 0.05, + "txt2img/Resize width to/visible": true, + "txt2img/Resize width to/value": 0, + "txt2img/Resize width to/minimum": 0, + "txt2img/Resize width to/maximum": 2048, + "txt2img/Resize width to/step": 8, + "txt2img/Resize height to/visible": true, + "txt2img/Resize height to/value": 0, + "txt2img/Resize height to/minimum": 0, + "txt2img/Resize height to/maximum": 2048, + "txt2img/Resize height to/step": 8, "txt2img/Width/visible": true, - "customscript/additional_networks.py/img2img/Enable/value": false, - "customscript/additional_networks.py/img2img/Enable/visible": true, - "customscript/additional_networks.py/img2img/Model 1/value": "", - "customscript/additional_networks.py/img2img/Model 1/visible": true, - "customscript/additional_networks.py/img2img/Model 2/value": "", - "customscript/additional_networks.py/img2img/Model 2/visible": true, - "customscript/additional_networks.py/img2img/Model 3/value": "", - "customscript/additional_networks.py/img2img/Model 3/visible": true, - "customscript/additional_networks.py/img2img/Model 4/value": "", - "customscript/additional_networks.py/img2img/Model 4/visible": true, - "customscript/additional_networks.py/img2img/Model 5/value": "", - "customscript/additional_networks.py/img2img/Model 5/visible": true, - "customscript/additional_networks.py/img2img/Network module 1/value": "LoRA", - "customscript/additional_networks.py/img2img/Network module 1/visible": true, - "customscript/additional_networks.py/img2img/Network module 2/value": "LoRA", - "customscript/additional_networks.py/img2img/Network module 2/visible": true, - "customscript/additional_networks.py/img2img/Network module 3/value": "LoRA", - "customscript/additional_networks.py/img2img/Network module 3/visible": true, - "customscript/additional_networks.py/img2img/Network module 4/value": "LoRA", - "customscript/additional_networks.py/img2img/Network module 4/visible": true, - "customscript/additional_networks.py/img2img/Network module 5/value": "LoRA", - "customscript/additional_networks.py/img2img/Network module 5/visible": true, - "customscript/additional_networks.py/img2img/Weight 1/maximum": 2.0, - "customscript/additional_networks.py/img2img/Weight 1/minimum": -1.0, - "customscript/additional_networks.py/img2img/Weight 1/step": 0.05, - "customscript/additional_networks.py/img2img/Weight 1/value": 1, - "customscript/additional_networks.py/img2img/Weight 1/visible": true, - "customscript/additional_networks.py/img2img/Weight 2/maximum": 2.0, - "customscript/additional_networks.py/img2img/Weight 2/minimum": -1.0, - "customscript/additional_networks.py/img2img/Weight 2/step": 0.05, - "customscript/additional_networks.py/img2img/Weight 2/value": 1, - "customscript/additional_networks.py/img2img/Weight 2/visible": true, - "customscript/additional_networks.py/img2img/Weight 3/maximum": 2.0, - "customscript/additional_networks.py/img2img/Weight 3/minimum": -1.0, - "customscript/additional_networks.py/img2img/Weight 3/step": 0.05, - "customscript/additional_networks.py/img2img/Weight 3/value": 1, - "customscript/additional_networks.py/img2img/Weight 3/visible": true, - "customscript/additional_networks.py/img2img/Weight 4/maximum": 2.0, - "customscript/additional_networks.py/img2img/Weight 4/minimum": -1.0, - "customscript/additional_networks.py/img2img/Weight 4/step": 0.05, - "customscript/additional_networks.py/img2img/Weight 4/value": 1, - "customscript/additional_networks.py/img2img/Weight 4/visible": true, - "customscript/additional_networks.py/img2img/Weight 5/maximum": 2.0, - "customscript/additional_networks.py/img2img/Weight 5/minimum": -1.0, - "customscript/additional_networks.py/img2img/Weight 5/step": 0.05, - "customscript/additional_networks.py/img2img/Weight 5/value": 1, - "customscript/additional_networks.py/img2img/Weight 5/visible": true, - "customscript/additional_networks.py/txt2img/Enable/value": false, - "customscript/additional_networks.py/txt2img/Enable/visible": true, - "customscript/additional_networks.py/txt2img/Model 1/value": "", - "customscript/additional_networks.py/txt2img/Model 1/visible": true, - "customscript/additional_networks.py/txt2img/Model 2/value": "", - "customscript/additional_networks.py/txt2img/Model 2/visible": true, - "customscript/additional_networks.py/txt2img/Model 3/value": "", - "customscript/additional_networks.py/txt2img/Model 3/visible": true, - "customscript/additional_networks.py/txt2img/Model 4/value": "", - "customscript/additional_networks.py/txt2img/Model 4/visible": true, - "customscript/additional_networks.py/txt2img/Model 5/value": "", - "customscript/additional_networks.py/txt2img/Model 5/visible": true, - "customscript/additional_networks.py/txt2img/Network module 1/value": "LoRA", - "customscript/additional_networks.py/txt2img/Network module 1/visible": true, - "customscript/additional_networks.py/txt2img/Network module 2/value": "LoRA", - "customscript/additional_networks.py/txt2img/Network module 2/visible": true, - "customscript/additional_networks.py/txt2img/Network module 3/value": "LoRA", - "customscript/additional_networks.py/txt2img/Network module 3/visible": true, - "customscript/additional_networks.py/txt2img/Network module 4/value": "LoRA", - "customscript/additional_networks.py/txt2img/Network module 4/visible": true, - "customscript/additional_networks.py/txt2img/Network module 5/value": "LoRA", - "customscript/additional_networks.py/txt2img/Network module 5/visible": true, - "customscript/additional_networks.py/txt2img/Weight 1/maximum": 2.0, - "customscript/additional_networks.py/txt2img/Weight 1/minimum": -1.0, - "customscript/additional_networks.py/txt2img/Weight 1/step": 0.05, - "customscript/additional_networks.py/txt2img/Weight 1/value": 1, - "customscript/additional_networks.py/txt2img/Weight 1/visible": true, - "customscript/additional_networks.py/txt2img/Weight 2/maximum": 2.0, - "customscript/additional_networks.py/txt2img/Weight 2/minimum": -1.0, - "customscript/additional_networks.py/txt2img/Weight 2/step": 0.05, - "customscript/additional_networks.py/txt2img/Weight 2/value": 1, - "customscript/additional_networks.py/txt2img/Weight 2/visible": true, - "customscript/additional_networks.py/txt2img/Weight 3/maximum": 2.0, - "customscript/additional_networks.py/txt2img/Weight 3/minimum": -1.0, - "customscript/additional_networks.py/txt2img/Weight 3/step": 0.05, - "customscript/additional_networks.py/txt2img/Weight 3/value": 1, - "customscript/additional_networks.py/txt2img/Weight 3/visible": true, - "customscript/additional_networks.py/txt2img/Weight 4/maximum": 2.0, - "customscript/additional_networks.py/txt2img/Weight 4/minimum": -1.0, - "customscript/additional_networks.py/txt2img/Weight 4/step": 0.05, - "customscript/additional_networks.py/txt2img/Weight 4/value": 1, - "customscript/additional_networks.py/txt2img/Weight 4/visible": true, - "customscript/additional_networks.py/txt2img/Weight 5/maximum": 2.0, - "customscript/additional_networks.py/txt2img/Weight 5/minimum": -1.0, - "customscript/additional_networks.py/txt2img/Weight 5/step": 0.05, - "customscript/additional_networks.py/txt2img/Weight 5/value": 1, - "customscript/additional_networks.py/txt2img/Weight 5/visible": true, - "customscript/aesthetic.py/img2img/Aesthetic imgs embedding/value": "None", - "customscript/aesthetic.py/img2img/Aesthetic imgs embedding/visible": true, - "customscript/aesthetic.py/img2img/Aesthetic learning rate/value": "0.0001", - "customscript/aesthetic.py/img2img/Aesthetic learning rate/visible": true, - "customscript/aesthetic.py/img2img/Aesthetic steps/maximum": 50, - "customscript/aesthetic.py/img2img/Aesthetic steps/minimum": 0, - "customscript/aesthetic.py/img2img/Aesthetic steps/step": 1, - "customscript/aesthetic.py/img2img/Aesthetic steps/value": 5, - "customscript/aesthetic.py/img2img/Aesthetic steps/visible": true, - "customscript/aesthetic.py/img2img/Aesthetic text for imgs/value": "", - "customscript/aesthetic.py/img2img/Aesthetic text for imgs/visible": true, - "customscript/aesthetic.py/img2img/Aesthetic text/value": "", - "customscript/aesthetic.py/img2img/Aesthetic text/visible": true, - "customscript/aesthetic.py/img2img/Aesthetic weight/maximum": 1, - "customscript/aesthetic.py/img2img/Aesthetic weight/minimum": 0, - "customscript/aesthetic.py/img2img/Aesthetic weight/step": 0.01, - "customscript/aesthetic.py/img2img/Aesthetic weight/value": 0.9, - "customscript/aesthetic.py/img2img/Aesthetic weight/visible": true, - "customscript/aesthetic.py/img2img/Embedding/value": "None", - "customscript/aesthetic.py/img2img/Embedding/visible": true, - "customscript/aesthetic.py/img2img/Is negative text/value": false, - "customscript/aesthetic.py/img2img/Is negative text/visible": true, - "customscript/aesthetic.py/img2img/Learning rate/value": "0.0001", - "customscript/aesthetic.py/img2img/Learning rate/visible": true, - "customscript/aesthetic.py/img2img/Negative/value": false, - "customscript/aesthetic.py/img2img/Negative/visible": true, - "customscript/aesthetic.py/img2img/Slerp angle/maximum": 1, - "customscript/aesthetic.py/img2img/Slerp angle/minimum": 0, - "customscript/aesthetic.py/img2img/Slerp angle/step": 0.01, - "customscript/aesthetic.py/img2img/Slerp angle/value": 0.1, - "customscript/aesthetic.py/img2img/Slerp angle/visible": true, - "customscript/aesthetic.py/img2img/Slerp interpolation/value": false, - "customscript/aesthetic.py/img2img/Slerp interpolation/visible": true, - "customscript/aesthetic.py/txt2img/Aesthetic imgs embedding/value": "None", - "customscript/aesthetic.py/txt2img/Aesthetic imgs embedding/visible": true, - "customscript/aesthetic.py/txt2img/Aesthetic learning rate/value": "0.0001", - "customscript/aesthetic.py/txt2img/Aesthetic learning rate/visible": true, - "customscript/aesthetic.py/txt2img/Aesthetic steps/maximum": 50, - "customscript/aesthetic.py/txt2img/Aesthetic steps/minimum": 0, - "customscript/aesthetic.py/txt2img/Aesthetic steps/step": 1, - "customscript/aesthetic.py/txt2img/Aesthetic steps/value": 5, - "customscript/aesthetic.py/txt2img/Aesthetic steps/visible": true, - "customscript/aesthetic.py/txt2img/Aesthetic text for imgs/value": "", - "customscript/aesthetic.py/txt2img/Aesthetic text for imgs/visible": true, - "customscript/aesthetic.py/txt2img/Aesthetic text/value": "", - "customscript/aesthetic.py/txt2img/Aesthetic text/visible": true, - "customscript/aesthetic.py/txt2img/Aesthetic weight/maximum": 1, - "customscript/aesthetic.py/txt2img/Aesthetic weight/minimum": 0, - "customscript/aesthetic.py/txt2img/Aesthetic weight/step": 0.01, - "customscript/aesthetic.py/txt2img/Aesthetic weight/value": 0.9, - "customscript/aesthetic.py/txt2img/Aesthetic weight/visible": true, - "customscript/aesthetic.py/txt2img/Embedding/value": "None", - "customscript/aesthetic.py/txt2img/Embedding/visible": true, - "customscript/aesthetic.py/txt2img/Is negative text/value": false, - "customscript/aesthetic.py/txt2img/Is negative text/visible": true, - "customscript/aesthetic.py/txt2img/Learning rate/value": "0.0001", - "customscript/aesthetic.py/txt2img/Learning rate/visible": true, - "customscript/aesthetic.py/txt2img/Negative/value": false, - "customscript/aesthetic.py/txt2img/Negative/visible": true, - "customscript/aesthetic.py/txt2img/Slerp angle/maximum": 1, - "customscript/aesthetic.py/txt2img/Slerp angle/minimum": 0, - "customscript/aesthetic.py/txt2img/Slerp angle/step": 0.01, - "customscript/aesthetic.py/txt2img/Slerp angle/value": 0.1, - "customscript/aesthetic.py/txt2img/Slerp angle/visible": true, - "customscript/aesthetic.py/txt2img/Slerp interpolation/value": false, - "customscript/aesthetic.py/txt2img/Slerp interpolation/visible": true, - "customscript/controlnet.py/img2img/Annotator resolution/maximum": 2048, - "customscript/controlnet.py/img2img/Annotator resolution/minimum": 64, - "customscript/controlnet.py/img2img/Annotator resolution/step": 10, - "customscript/controlnet.py/img2img/Annotator resolution/value": 64, - "customscript/controlnet.py/img2img/Annotator resolution/visible": true, - "customscript/controlnet.py/img2img/Enable/value": false, - "customscript/controlnet.py/img2img/Enable/visible": true, - "customscript/controlnet.py/img2img/Guess Mode/value": false, - "customscript/controlnet.py/img2img/Guess Mode/visible": true, - "customscript/controlnet.py/img2img/Guidance End (T)/maximum": 1.0, - "customscript/controlnet.py/img2img/Guidance End (T)/minimum": 0.0, - "customscript/controlnet.py/img2img/Guidance End (T)/step": 0.01, - "customscript/controlnet.py/img2img/Guidance End (T)/value": 1.0, - "customscript/controlnet.py/img2img/Guidance End (T)/visible": true, - "customscript/controlnet.py/img2img/Guidance Start (T)/maximum": 1.0, - "customscript/controlnet.py/img2img/Guidance Start (T)/minimum": 0.0, - "customscript/controlnet.py/img2img/Guidance Start (T)/step": 0.01, - "customscript/controlnet.py/img2img/Guidance Start (T)/value": 0.0, - "customscript/controlnet.py/img2img/Guidance Start (T)/visible": true, - "customscript/controlnet.py/img2img/Guidance strength (T)/maximum": 1.0, - "customscript/controlnet.py/img2img/Guidance strength (T)/minimum": 0.0, - "customscript/controlnet.py/img2img/Guidance strength (T)/step": 0.01, - "customscript/controlnet.py/img2img/Guidance strength (T)/value": 1.0, - "customscript/controlnet.py/img2img/Guidance strength (T)/visible": true, - "customscript/controlnet.py/img2img/Invert Input Color/value": false, - "customscript/controlnet.py/img2img/Invert Input Color/visible": true, - "customscript/controlnet.py/img2img/Low VRAM/value": false, - "customscript/controlnet.py/img2img/Low VRAM/visible": true, - "customscript/controlnet.py/img2img/Model/value": "None", - "customscript/controlnet.py/img2img/Model/visible": true, - "customscript/controlnet.py/img2img/Preprocessor/value": "none", - "customscript/controlnet.py/img2img/Preprocessor/visible": true, - "customscript/controlnet.py/img2img/Resize Mode/value": "Scale to Fit (Inner Fit)", - "customscript/controlnet.py/img2img/Resize Mode/visible": true, - "customscript/controlnet.py/img2img/RGB to BGR/value": false, - "customscript/controlnet.py/img2img/RGB to BGR/visible": true, - "customscript/controlnet.py/img2img/Threshold A/maximum": 1024, - "customscript/controlnet.py/img2img/Threshold A/minimum": 64, - "customscript/controlnet.py/img2img/Threshold A/step": 1, - "customscript/controlnet.py/img2img/Threshold A/value": 64, - "customscript/controlnet.py/img2img/Threshold A/visible": true, - "customscript/controlnet.py/img2img/Threshold B/maximum": 1024, - "customscript/controlnet.py/img2img/Threshold B/minimum": 64, - "customscript/controlnet.py/img2img/Threshold B/step": 1, - "customscript/controlnet.py/img2img/Threshold B/value": 64, - "customscript/controlnet.py/img2img/Threshold B/visible": true, - "customscript/controlnet.py/img2img/Weight/maximum": 2.0, - "customscript/controlnet.py/img2img/Weight/minimum": 0.0, - "customscript/controlnet.py/img2img/Weight/step": 0.05, - "customscript/controlnet.py/img2img/Weight/value": 1.0, - "customscript/controlnet.py/img2img/Weight/visible": true, - "customscript/controlnet.py/txt2img/Annotator resolution/maximum": 2048, - "customscript/controlnet.py/txt2img/Annotator resolution/minimum": 64, - "customscript/controlnet.py/txt2img/Annotator resolution/step": 10, - "customscript/controlnet.py/txt2img/Annotator resolution/value": 64, - "customscript/controlnet.py/txt2img/Annotator resolution/visible": true, - "customscript/controlnet.py/txt2img/Enable/value": false, - "customscript/controlnet.py/txt2img/Enable/visible": true, - "customscript/controlnet.py/txt2img/Guess Mode/value": false, - "customscript/controlnet.py/txt2img/Guess Mode/visible": true, - "customscript/controlnet.py/txt2img/Guidance End (T)/maximum": 1.0, - "customscript/controlnet.py/txt2img/Guidance End (T)/minimum": 0.0, - "customscript/controlnet.py/txt2img/Guidance End (T)/step": 0.01, - "customscript/controlnet.py/txt2img/Guidance End (T)/value": 1.0, - "customscript/controlnet.py/txt2img/Guidance End (T)/visible": true, - "customscript/controlnet.py/txt2img/Guidance Start (T)/maximum": 1.0, - "customscript/controlnet.py/txt2img/Guidance Start (T)/minimum": 0.0, - "customscript/controlnet.py/txt2img/Guidance Start (T)/step": 0.01, - "customscript/controlnet.py/txt2img/Guidance Start (T)/value": 0.0, - "customscript/controlnet.py/txt2img/Guidance Start (T)/visible": true, - "customscript/controlnet.py/txt2img/Guidance strength (T)/maximum": 1.0, - "customscript/controlnet.py/txt2img/Guidance strength (T)/minimum": 0.0, - "customscript/controlnet.py/txt2img/Guidance strength (T)/step": 0.01, - "customscript/controlnet.py/txt2img/Guidance strength (T)/value": 1.0, - "customscript/controlnet.py/txt2img/Guidance strength (T)/visible": true, - "customscript/controlnet.py/txt2img/Invert Input Color/value": false, - "customscript/controlnet.py/txt2img/Invert Input Color/visible": true, - "customscript/controlnet.py/txt2img/Low VRAM/value": false, - "customscript/controlnet.py/txt2img/Low VRAM/visible": true, - "customscript/controlnet.py/txt2img/Model/value": "None", - "customscript/controlnet.py/txt2img/Model/visible": true, - "customscript/controlnet.py/txt2img/Preprocessor/value": "none", - "customscript/controlnet.py/txt2img/Preprocessor/visible": true, - "customscript/controlnet.py/txt2img/Resize Mode/value": "Scale to Fit (Inner Fit)", - "customscript/controlnet.py/txt2img/Resize Mode/visible": true, - "customscript/controlnet.py/txt2img/RGB to BGR/value": false, - "customscript/controlnet.py/txt2img/RGB to BGR/visible": true, - "customscript/controlnet.py/txt2img/Threshold A/maximum": 1024, - "customscript/controlnet.py/txt2img/Threshold A/minimum": 64, - "customscript/controlnet.py/txt2img/Threshold A/step": 1, - "customscript/controlnet.py/txt2img/Threshold A/value": 64, - "customscript/controlnet.py/txt2img/Threshold A/visible": true, - "customscript/controlnet.py/txt2img/Threshold B/maximum": 1024, - "customscript/controlnet.py/txt2img/Threshold B/minimum": 64, - "customscript/controlnet.py/txt2img/Threshold B/step": 1, - "customscript/controlnet.py/txt2img/Threshold B/value": 64, - "customscript/controlnet.py/txt2img/Threshold B/visible": true, - "customscript/controlnet.py/txt2img/Weight/maximum": 2.0, - "customscript/controlnet.py/txt2img/Weight/minimum": 0.0, - "customscript/controlnet.py/txt2img/Weight/step": 0.05, - "customscript/controlnet.py/txt2img/Weight/value": 1.0, - "customscript/controlnet.py/txt2img/Weight/visible": true, - "customscript/dynamic_thresholding.py/img2img/CFG Scale Scheduler/value": "Constant", - "customscript/dynamic_thresholding.py/img2img/CFG Scale Scheduler/visible": true, - "customscript/dynamic_thresholding.py/img2img/Enable Dynamic Thresholding (CFG Scale Fix)/value": false, - "customscript/dynamic_thresholding.py/img2img/Enable Dynamic Thresholding (CFG Scale Fix)/visible": true, - "customscript/dynamic_thresholding.py/img2img/Mimic CFG Scale/maximum": 30.0, - "customscript/dynamic_thresholding.py/img2img/Mimic CFG Scale/minimum": 1.0, - "customscript/dynamic_thresholding.py/img2img/Mimic CFG Scale/step": 0.5, - "customscript/dynamic_thresholding.py/img2img/Mimic CFG Scale/value": 7.0, - "customscript/dynamic_thresholding.py/img2img/Mimic CFG Scale/visible": true, - "customscript/dynamic_thresholding.py/img2img/Mimic Scale Scheduler/value": "Constant", - "customscript/dynamic_thresholding.py/img2img/Mimic Scale Scheduler/visible": true, - "customscript/dynamic_thresholding.py/img2img/Minimum value of the CFG Scale Scheduler/maximum": 30.0, - "customscript/dynamic_thresholding.py/img2img/Minimum value of the CFG Scale Scheduler/minimum": 0.0, - "customscript/dynamic_thresholding.py/img2img/Minimum value of the CFG Scale Scheduler/step": 0.5, - "customscript/dynamic_thresholding.py/img2img/Minimum value of the CFG Scale Scheduler/value": 0.0, - "customscript/dynamic_thresholding.py/img2img/Minimum value of the CFG Scale Scheduler/visible": true, - "customscript/dynamic_thresholding.py/img2img/Minimum value of the Mimic Scale Scheduler/maximum": 30.0, - "customscript/dynamic_thresholding.py/img2img/Minimum value of the Mimic Scale Scheduler/minimum": 0.0, - "customscript/dynamic_thresholding.py/img2img/Minimum value of the Mimic Scale Scheduler/step": 0.5, - "customscript/dynamic_thresholding.py/img2img/Minimum value of the Mimic Scale Scheduler/value": 0.0, - "customscript/dynamic_thresholding.py/img2img/Minimum value of the Mimic Scale Scheduler/visible": true, - "customscript/dynamic_thresholding.py/img2img/Power Scheduler Value/maximum": 15.0, - "customscript/dynamic_thresholding.py/img2img/Power Scheduler Value/minimum": 0.0, - "customscript/dynamic_thresholding.py/img2img/Power Scheduler Value/step": 0.5, - "customscript/dynamic_thresholding.py/img2img/Power Scheduler Value/value": 4.0, - "customscript/dynamic_thresholding.py/img2img/Power Scheduler Value/visible": true, - "customscript/dynamic_thresholding.py/img2img/Top percentile of latents to clamp/maximum": 100.0, - "customscript/dynamic_thresholding.py/img2img/Top percentile of latents to clamp/minimum": 90.0, - "customscript/dynamic_thresholding.py/img2img/Top percentile of latents to clamp/step": 0.05, - "customscript/dynamic_thresholding.py/img2img/Top percentile of latents to clamp/value": 100.0, - "customscript/dynamic_thresholding.py/img2img/Top percentile of latents to clamp/visible": true, - "customscript/dynamic_thresholding.py/txt2img/CFG Scale Scheduler/value": "Constant", - "customscript/dynamic_thresholding.py/txt2img/CFG Scale Scheduler/visible": true, - "customscript/dynamic_thresholding.py/txt2img/Enable Dynamic Thresholding (CFG Scale Fix)/value": false, + "txt2img/Width/value": 512, + "txt2img/Width/minimum": 64, + "txt2img/Width/maximum": 2048, + "txt2img/Width/step": 8, + "txt2img/Height/visible": true, + "txt2img/Height/value": 512, + "txt2img/Height/minimum": 64, + "txt2img/Height/maximum": 2048, + "txt2img/Height/step": 8, + "txt2img/Batch count/visible": true, + "txt2img/Batch count/value": 1, + "txt2img/Batch count/minimum": 1, + "txt2img/Batch count/maximum": 100, + "txt2img/Batch count/step": 1, + "txt2img/Batch size/visible": true, + "txt2img/Batch size/value": 1, + "txt2img/Batch size/minimum": 1, + "txt2img/Batch size/maximum": 8, + "txt2img/Batch size/step": 1, + "txt2img/CFG Scale/visible": true, + "txt2img/CFG Scale/value": 6.0, + "txt2img/CFG Scale/minimum": 1.0, + "txt2img/CFG Scale/maximum": 30.0, + "txt2img/CFG Scale/step": 0.1, + "txt2img/CLIP Skip/visible": true, + "txt2img/CLIP Skip/value": 1, + "txt2img/CLIP Skip/minimum": 1, + "txt2img/CLIP Skip/maximum": 4, + "txt2img/CLIP Skip/step": 1, + "txt2img/Seed/visible": true, + "txt2img/Seed/value": -1.0, + "txt2img/Variation seed/visible": true, + "txt2img/Variation seed/value": -1.0, + "txt2img/Strength/visible": true, + "txt2img/Strength/value": 0.0, + "txt2img/Strength/minimum": 0, + "txt2img/Strength/maximum": 1, + "txt2img/Strength/step": 0.01, + "txt2img/Resize seed from width/visible": true, + "txt2img/Resize seed from width/value": 0, + "txt2img/Resize seed from width/minimum": 0, + "txt2img/Resize seed from width/maximum": 2048, + "txt2img/Resize seed from width/step": 8, + "txt2img/Resize seed from height/visible": true, + "txt2img/Resize seed from height/value": 0, + "txt2img/Resize seed from height/minimum": 0, + "txt2img/Resize seed from height/maximum": 2048, + "txt2img/Resize seed from height/step": 8, + "txt2img/Override settings/value": null, "customscript/dynamic_thresholding.py/txt2img/Enable Dynamic Thresholding (CFG Scale Fix)/visible": true, - "customscript/dynamic_thresholding.py/txt2img/Mimic CFG Scale/maximum": 30.0, - "customscript/dynamic_thresholding.py/txt2img/Mimic CFG Scale/minimum": 1.0, - "customscript/dynamic_thresholding.py/txt2img/Mimic CFG Scale/step": 0.5, - "customscript/dynamic_thresholding.py/txt2img/Mimic CFG Scale/value": 7.0, + "customscript/dynamic_thresholding.py/txt2img/Enable Dynamic Thresholding (CFG Scale Fix)/value": false, "customscript/dynamic_thresholding.py/txt2img/Mimic CFG Scale/visible": true, - "customscript/dynamic_thresholding.py/txt2img/Mimic Scale Scheduler/value": "Constant", - "customscript/dynamic_thresholding.py/txt2img/Mimic Scale Scheduler/visible": true, - "customscript/dynamic_thresholding.py/txt2img/Minimum value of the CFG Scale Scheduler/maximum": 30.0, - "customscript/dynamic_thresholding.py/txt2img/Minimum value of the CFG Scale Scheduler/minimum": 0.0, - "customscript/dynamic_thresholding.py/txt2img/Minimum value of the CFG Scale Scheduler/step": 0.5, - "customscript/dynamic_thresholding.py/txt2img/Minimum value of the CFG Scale Scheduler/value": 0.0, - "customscript/dynamic_thresholding.py/txt2img/Minimum value of the CFG Scale Scheduler/visible": true, - "customscript/dynamic_thresholding.py/txt2img/Minimum value of the Mimic Scale Scheduler/maximum": 30.0, - "customscript/dynamic_thresholding.py/txt2img/Minimum value of the Mimic Scale Scheduler/minimum": 0.0, - "customscript/dynamic_thresholding.py/txt2img/Minimum value of the Mimic Scale Scheduler/step": 0.5, - "customscript/dynamic_thresholding.py/txt2img/Minimum value of the Mimic Scale Scheduler/value": 0.0, - "customscript/dynamic_thresholding.py/txt2img/Minimum value of the Mimic Scale Scheduler/visible": true, - "customscript/dynamic_thresholding.py/txt2img/Power Scheduler Value/maximum": 15.0, - "customscript/dynamic_thresholding.py/txt2img/Power Scheduler Value/minimum": 0.0, - "customscript/dynamic_thresholding.py/txt2img/Power Scheduler Value/step": 0.5, - "customscript/dynamic_thresholding.py/txt2img/Power Scheduler Value/value": 4.0, - "customscript/dynamic_thresholding.py/txt2img/Power Scheduler Value/visible": true, - "customscript/dynamic_thresholding.py/txt2img/Top percentile of latents to clamp/maximum": 100.0, - "customscript/dynamic_thresholding.py/txt2img/Top percentile of latents to clamp/minimum": 90.0, - "customscript/dynamic_thresholding.py/txt2img/Top percentile of latents to clamp/step": 0.05, - "customscript/dynamic_thresholding.py/txt2img/Top percentile of latents to clamp/value": 100.0, + "customscript/dynamic_thresholding.py/txt2img/Mimic CFG Scale/value": 7.0, + "customscript/dynamic_thresholding.py/txt2img/Mimic CFG Scale/minimum": 1.0, + "customscript/dynamic_thresholding.py/txt2img/Mimic CFG Scale/maximum": 30.0, + "customscript/dynamic_thresholding.py/txt2img/Mimic CFG Scale/step": 0.5, "customscript/dynamic_thresholding.py/txt2img/Top percentile of latents to clamp/visible": true, - "customscript/img2imgalt.py/img2img/Decode CFG scale/maximum": 15.0, - "customscript/img2imgalt.py/img2img/Decode CFG scale/minimum": 0.0, - "customscript/img2imgalt.py/img2img/Decode CFG scale/step": 0.1, - "customscript/img2imgalt.py/img2img/Decode CFG scale/value": 1.0, - "customscript/img2imgalt.py/img2img/Decode CFG scale/visible": true, - "customscript/img2imgalt.py/img2img/Decode steps/maximum": 150, - "customscript/img2imgalt.py/img2img/Decode steps/minimum": 1, - "customscript/img2imgalt.py/img2img/Decode steps/step": 1, - "customscript/img2imgalt.py/img2img/Decode steps/value": 50, - "customscript/img2imgalt.py/img2img/Decode steps/visible": true, - "customscript/img2imgalt.py/img2img/Original negative prompt/value": "", - "customscript/img2imgalt.py/img2img/Original negative prompt/visible": true, - "customscript/img2imgalt.py/img2img/Original prompt/value": "", - "customscript/img2imgalt.py/img2img/Original prompt/visible": true, - "customscript/img2imgalt.py/img2img/Override `Denoising strength` to 1?/value": true, - "customscript/img2imgalt.py/img2img/Override `Denoising strength` to 1?/visible": true, - "customscript/img2imgalt.py/img2img/Override `prompt` to the same value as `original prompt`?(and `negative prompt`)/value": true, - "customscript/img2imgalt.py/img2img/Override `prompt` to the same value as `original prompt`?(and `negative prompt`)/visible": true, - "customscript/img2imgalt.py/img2img/Override `Sampling method` to Euler?(this method is built for it)/value": true, - "customscript/img2imgalt.py/img2img/Override `Sampling method` to Euler?(this method is built for it)/visible": true, - "customscript/img2imgalt.py/img2img/Override `Sampling Steps` to the same value as `Decode steps`?/value": true, - "customscript/img2imgalt.py/img2img/Override `Sampling Steps` to the same value as `Decode steps`?/visible": true, - "customscript/img2imgalt.py/img2img/Randomness/maximum": 1.0, - "customscript/img2imgalt.py/img2img/Randomness/minimum": 0.0, - "customscript/img2imgalt.py/img2img/Randomness/step": 0.01, - "customscript/img2imgalt.py/img2img/Randomness/value": 0.0, - "customscript/img2imgalt.py/img2img/Randomness/visible": true, - "customscript/img2imgalt.py/img2img/Sigma adjustment for finding noise for image/value": false, - "customscript/img2imgalt.py/img2img/Sigma adjustment for finding noise for image/visible": true, - "customscript/inspiration.py/img2img/Prompt Placeholder, which can be used at the top of prompt input/value": "{inspiration}", - "customscript/inspiration.py/img2img/Prompt Placeholder, which can be used at the top of prompt input/visible": true, - "customscript/inspiration.py/txt2img/Prompt Placeholder, which can be used at the top of prompt input/value": "{inspiration}", - "customscript/inspiration.py/txt2img/Prompt Placeholder, which can be used at the top of prompt input/visible": true, - "customscript/loopback.py/img2img/Append interrogated prompt at each iteration/value": "None", - "customscript/loopback.py/img2img/Append interrogated prompt at each iteration/visible": true, - "customscript/loopback.py/img2img/Denoising strength change factor/maximum": 1.1, - "customscript/loopback.py/img2img/Denoising strength change factor/minimum": 0.9, - "customscript/loopback.py/img2img/Denoising strength change factor/step": 0.01, - "customscript/loopback.py/img2img/Denoising strength change factor/value": 1, - "customscript/loopback.py/img2img/Denoising strength change factor/visible": true, - "customscript/loopback.py/img2img/Loops/maximum": 32, - "customscript/loopback.py/img2img/Loops/minimum": 1, - "customscript/loopback.py/img2img/Loops/step": 1, - "customscript/loopback.py/img2img/Loops/value": 4, - "customscript/loopback.py/img2img/Loops/visible": true, - "customscript/movie2movie.py/img2img/Duration/maximum": 200.0, - "customscript/movie2movie.py/img2img/Duration/minimum": 10.0, - "customscript/movie2movie.py/img2img/Duration/step": 10, - "customscript/movie2movie.py/img2img/Duration/value": 50.0, - "customscript/movie2movie.py/img2img/Duration/visible": true, - "customscript/movie2movie.py/txt2img/Duration/maximum": 200.0, - "customscript/movie2movie.py/txt2img/Duration/minimum": 10.0, - "customscript/movie2movie.py/txt2img/Duration/step": 10, - "customscript/movie2movie.py/txt2img/Duration/value": 50.0, - "customscript/movie2movie.py/txt2img/Duration/visible": true, - "customscript/outpainting_mk_2.py/img2img/Color variation/maximum": 1.0, - "customscript/outpainting_mk_2.py/img2img/Color variation/minimum": 0.0, - "customscript/outpainting_mk_2.py/img2img/Color variation/step": 0.01, - "customscript/outpainting_mk_2.py/img2img/Color variation/value": 0.05, - "customscript/outpainting_mk_2.py/img2img/Color variation/visible": true, - "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/maximum": 4.0, - "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/minimum": 0.0, - "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/step": 0.01, - "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/value": 1.0, - "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/visible": true, - "customscript/outpainting_mk_2.py/img2img/Mask blur/maximum": 64, - "customscript/outpainting_mk_2.py/img2img/Mask blur/minimum": 0, - "customscript/outpainting_mk_2.py/img2img/Mask blur/step": 1, - "customscript/outpainting_mk_2.py/img2img/Mask blur/value": 8, - "customscript/outpainting_mk_2.py/img2img/Mask blur/visible": true, - "customscript/outpainting_mk_2.py/img2img/Pixels to expand/maximum": 256, - "customscript/outpainting_mk_2.py/img2img/Pixels to expand/minimum": 8, - "customscript/outpainting_mk_2.py/img2img/Pixels to expand/step": 8, - "customscript/outpainting_mk_2.py/img2img/Pixels to expand/value": 128, - "customscript/outpainting_mk_2.py/img2img/Pixels to expand/visible": true, - "customscript/poor_mans_outpainting.py/img2img/Mask blur/maximum": 64, - "customscript/poor_mans_outpainting.py/img2img/Mask blur/minimum": 0, - "customscript/poor_mans_outpainting.py/img2img/Mask blur/step": 1, - "customscript/poor_mans_outpainting.py/img2img/Mask blur/value": 4, - "customscript/poor_mans_outpainting.py/img2img/Mask blur/visible": true, - "customscript/poor_mans_outpainting.py/img2img/Masked content/value": "fill", - "customscript/poor_mans_outpainting.py/img2img/Masked content/visible": true, - "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/maximum": 256, - "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/minimum": 8, - "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/step": 8, - "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/value": 128, - "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/visible": true, - "customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/maximum": 1.0, - "customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/minimum": 0.0, - "customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/step": 0.001, - "customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/value": 1.0, - "customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/visible": true, - "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = max), 1 = min)/maximum": 1.0, - "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = max), 1 = min)/minimum": 0.0, - "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = max), 1 = min)/step": 0.001, - "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = max), 1 = min)/value": 0.15, - "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = max), 1 = min)/visible": true, - "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/maximum": 1.0, - "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/minimum": 0.0, - "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/step": 0.001, - "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/value": 0.15, - "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = maximum effect, 1 = minimum effect)/visible": true, - "customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/maximum": 1.0, - "customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/minimum": 0.0, - "customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/step": 0.001, - "customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/value": 0, - "customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/visible": true, - "customscript/postprocessing_upscale.py/extras/Crop to fit/value": true, - "customscript/postprocessing_upscale.py/extras/Crop to fit/visible": true, - "customscript/postprocessing_upscale.py/extras/Height/value": 512, - "customscript/postprocessing_upscale.py/extras/Height/visible": true, - "customscript/postprocessing_upscale.py/extras/Resize/maximum": 8.0, - "customscript/postprocessing_upscale.py/extras/Resize/minimum": 1.0, - "customscript/postprocessing_upscale.py/extras/Resize/step": 0.05, - "customscript/postprocessing_upscale.py/extras/Resize/value": 4, - "customscript/postprocessing_upscale.py/extras/Resize/visible": true, - "customscript/postprocessing_upscale.py/extras/Upscaler 1/value": "SwinIR_4x", - "customscript/postprocessing_upscale.py/extras/Upscaler 1/visible": true, - "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/maximum": 1.0, - "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/minimum": 0.0, - "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/step": 0.001, - "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/value": 0.0, - "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/visible": true, - "customscript/postprocessing_upscale.py/extras/Upscaler 2/value": "None", - "customscript/postprocessing_upscale.py/extras/Upscaler 2/visible": true, - "customscript/postprocessing_upscale.py/extras/Width/value": 512, - "customscript/postprocessing_upscale.py/extras/Width/visible": true, - "customscript/prompt_matrix.py/img2img/Grid margins (px)/maximum": 100, - "customscript/prompt_matrix.py/img2img/Grid margins (px)/minimum": 0, - "customscript/prompt_matrix.py/img2img/Grid margins (px)/step": 2, - "customscript/prompt_matrix.py/img2img/Grid margins (px)/value": 0, - "customscript/prompt_matrix.py/img2img/Grid margins (px)/visible": true, - "customscript/prompt_matrix.py/img2img/Put variable parts at start of prompt/value": false, - "customscript/prompt_matrix.py/img2img/Put variable parts at start of prompt/visible": true, - "customscript/prompt_matrix.py/img2img/Select delimiter/value": "comma", - "customscript/prompt_matrix.py/img2img/Select delimiter/visible": true, - "customscript/prompt_matrix.py/img2img/Select joining char/value": "comma", - "customscript/prompt_matrix.py/img2img/Select joining char/visible": true, - "customscript/prompt_matrix.py/img2img/Select prompt/value": "positive", - "customscript/prompt_matrix.py/img2img/Select prompt/visible": true, - "customscript/prompt_matrix.py/img2img/Use different seed for each picture/value": false, - "customscript/prompt_matrix.py/img2img/Use different seed for each picture/visible": true, - "customscript/prompt_matrix.py/txt2img/Grid margins (px)/maximum": 100, - "customscript/prompt_matrix.py/txt2img/Grid margins (px)/minimum": 0, - "customscript/prompt_matrix.py/txt2img/Grid margins (px)/step": 2, - "customscript/prompt_matrix.py/txt2img/Grid margins (px)/value": 0, - "customscript/prompt_matrix.py/txt2img/Grid margins (px)/visible": true, - "customscript/prompt_matrix.py/txt2img/Put variable parts at start of prompt/value": false, - "customscript/prompt_matrix.py/txt2img/Put variable parts at start of prompt/visible": true, - "customscript/prompt_matrix.py/txt2img/Select delimiter/value": "comma", - "customscript/prompt_matrix.py/txt2img/Select delimiter/visible": true, - "customscript/prompt_matrix.py/txt2img/Select joining char/value": "comma", - "customscript/prompt_matrix.py/txt2img/Select joining char/visible": true, - "customscript/prompt_matrix.py/txt2img/Select prompt/value": "positive", - "customscript/prompt_matrix.py/txt2img/Select prompt/visible": true, - "customscript/prompt_matrix.py/txt2img/Use different seed for each picture/value": false, - "customscript/prompt_matrix.py/txt2img/Use different seed for each picture/visible": true, - "customscript/prompts_from_file.py/img2img/Iterate seed every line/value": false, - "customscript/prompts_from_file.py/img2img/Iterate seed every line/visible": true, - "customscript/prompts_from_file.py/img2img/List of prompt inputs/value": "", - "customscript/prompts_from_file.py/img2img/List of prompt inputs/visible": true, - "customscript/prompts_from_file.py/img2img/Use same random seed for all lines/value": false, - "customscript/prompts_from_file.py/img2img/Use same random seed for all lines/visible": true, - "customscript/prompts_from_file.py/txt2img/Iterate seed every line/value": false, - "customscript/prompts_from_file.py/txt2img/Iterate seed every line/visible": true, - "customscript/prompts_from_file.py/txt2img/List of prompt inputs/value": "", - "customscript/prompts_from_file.py/txt2img/List of prompt inputs/visible": true, - "customscript/prompts_from_file.py/txt2img/Use same random seed for all lines/value": false, - "customscript/prompts_from_file.py/txt2img/Use same random seed for all lines/visible": true, - "customscript/save_steps_animation.py/img2img/Codec/value": "x264", - "customscript/save_steps_animation.py/img2img/Codec/visible": true, - "customscript/save_steps_animation.py/img2img/Create animation/value": true, - "customscript/save_steps_animation.py/img2img/Create animation/visible": true, - "customscript/save_steps_animation.py/img2img/Debug info/value": false, - "customscript/save_steps_animation.py/img2img/Debug info/visible": true, - "customscript/save_steps_animation.py/img2img/Delete intermediate/value": true, - "customscript/save_steps_animation.py/img2img/Delete intermediate/visible": true, - "customscript/save_steps_animation.py/img2img/Duration/maximum": 120, - "customscript/save_steps_animation.py/img2img/Duration/minimum": 0.5, - "customscript/save_steps_animation.py/img2img/Duration/step": 0.1, - "customscript/save_steps_animation.py/img2img/Duration/value": 10, - "customscript/save_steps_animation.py/img2img/Duration/visible": true, - "customscript/save_steps_animation.py/img2img/Interpolation/value": "blend", - "customscript/save_steps_animation.py/img2img/Interpolation/visible": true, - "customscript/save_steps_animation.py/img2img/Path for intermediate files/value": "intermediate", - "customscript/save_steps_animation.py/img2img/Path for intermediate files/visible": true, - "customscript/save_steps_animation.py/img2img/Path for output animation file/value": "animation", - "customscript/save_steps_animation.py/img2img/Path for output animation file/visible": true, - "customscript/save_steps_animation.py/img2img/Run on incomplete/value": true, - "customscript/save_steps_animation.py/img2img/Run on incomplete/visible": true, - "customscript/save_steps_animation.py/img2img/Script Enabled/value": false, - "customscript/save_steps_animation.py/img2img/Script Enabled/visible": true, - "customscript/save_steps_animation.py/img2img/Skip steps/maximum": 100, - "customscript/save_steps_animation.py/img2img/Skip steps/minimum": 0, - "customscript/save_steps_animation.py/img2img/Skip steps/step": 1, - "customscript/save_steps_animation.py/img2img/Skip steps/value": 0, - "customscript/save_steps_animation.py/img2img/Skip steps/visible": true, - "customscript/save_steps_animation.py/txt2img/Codec/value": "x264", - "customscript/save_steps_animation.py/txt2img/Codec/visible": true, - "customscript/save_steps_animation.py/txt2img/Create animation/value": true, - "customscript/save_steps_animation.py/txt2img/Create animation/visible": true, - "customscript/save_steps_animation.py/txt2img/Debug info/value": false, - "customscript/save_steps_animation.py/txt2img/Debug info/visible": true, - "customscript/save_steps_animation.py/txt2img/Delete intermediate/value": true, - "customscript/save_steps_animation.py/txt2img/Delete intermediate/visible": true, - "customscript/save_steps_animation.py/txt2img/Duration/maximum": 120, - "customscript/save_steps_animation.py/txt2img/Duration/minimum": 0.5, - "customscript/save_steps_animation.py/txt2img/Duration/step": 0.1, - "customscript/save_steps_animation.py/txt2img/Duration/value": 10, - "customscript/save_steps_animation.py/txt2img/Duration/visible": true, - "customscript/save_steps_animation.py/txt2img/Interpolation/value": "blend", - "customscript/save_steps_animation.py/txt2img/Interpolation/visible": true, - "customscript/save_steps_animation.py/txt2img/Path for intermediate files/value": "intermediate", - "customscript/save_steps_animation.py/txt2img/Path for intermediate files/visible": true, - "customscript/save_steps_animation.py/txt2img/Path for output animation file/value": "animation", - "customscript/save_steps_animation.py/txt2img/Path for output animation file/visible": true, - "customscript/save_steps_animation.py/txt2img/Run on incomplete/value": true, - "customscript/save_steps_animation.py/txt2img/Run on incomplete/visible": true, - "customscript/save_steps_animation.py/txt2img/Script Enabled/value": false, - "customscript/save_steps_animation.py/txt2img/Script Enabled/visible": true, - "customscript/save_steps_animation.py/txt2img/Skip steps/maximum": 100, - "customscript/save_steps_animation.py/txt2img/Skip steps/minimum": 0, - "customscript/save_steps_animation.py/txt2img/Skip steps/step": 1, - "customscript/save_steps_animation.py/txt2img/Skip steps/value": 0, - "customscript/save_steps_animation.py/txt2img/Skip steps/visible": true, - "customscript/sd_upscale.py/img2img/Scale Factor/maximum": 4.0, - "customscript/sd_upscale.py/img2img/Scale Factor/minimum": 1.0, - "customscript/sd_upscale.py/img2img/Scale Factor/step": 0.05, - "customscript/sd_upscale.py/img2img/Scale Factor/value": 2.0, - "customscript/sd_upscale.py/img2img/Scale Factor/visible": true, - "customscript/sd_upscale.py/img2img/Tile overlap/maximum": 256, - "customscript/sd_upscale.py/img2img/Tile overlap/minimum": 0, - "customscript/sd_upscale.py/img2img/Tile overlap/step": 16, - "customscript/sd_upscale.py/img2img/Tile overlap/value": 64, - "customscript/sd_upscale.py/img2img/Tile overlap/visible": true, - "customscript/sd_upscale.py/img2img/Upscaler/value": "None", - "customscript/sd_upscale.py/img2img/Upscaler/visible": true, - "customscript/seed_travel.py/img2img/\"Hug the middle\" during interpolation/value": false, - "customscript/seed_travel.py/img2img/\"Hug the middle\" during interpolation/visible": true, - "customscript/seed_travel.py/img2img/Allow the default Euler a Sampling method. (Does not produce good results)/value": false, - "customscript/seed_travel.py/img2img/Allow the default Euler a Sampling method. (Does not produce good results)/visible": true, - "customscript/seed_travel.py/img2img/Bump seed (If > 0 do a Compare Paths but only one image. No video will be generated.)/maximum": 1, - "customscript/seed_travel.py/img2img/Bump seed (If > 0 do a Compare Paths but only one image. No video will be generated.)/minimum": 0, - "customscript/seed_travel.py/img2img/Bump seed (If > 0 do a Compare Paths but only one image. No video will be generated.)/step": 0.01, - "customscript/seed_travel.py/img2img/Bump seed (If > 0 do a Compare Paths but only one image. No video will be generated.)/value": 0.0, - "customscript/seed_travel.py/img2img/Bump seed (If > 0 do a Compare Paths but only one image. No video will be generated.)/visible": true, - "customscript/seed_travel.py/img2img/Compare paths (Separate travels from 1st seed to each destination)/value": false, - "customscript/seed_travel.py/img2img/Compare paths (Separate travels from 1st seed to each destination)/visible": true, - "customscript/seed_travel.py/img2img/Destination seed(s) (Comma separated)/value": "", - "customscript/seed_travel.py/img2img/Destination seed(s) (Comma separated)/visible": true, - "customscript/seed_travel.py/img2img/Frames per second/value": 30.0, - "customscript/seed_travel.py/img2img/Frames per second/visible": true, - "customscript/seed_travel.py/img2img/Interpolation rate/value": "Linear", - "customscript/seed_travel.py/img2img/Interpolation rate/visible": true, - "customscript/seed_travel.py/img2img/Loop back to initial seed/value": false, - "customscript/seed_travel.py/img2img/Loop back to initial seed/visible": true, - "customscript/seed_travel.py/img2img/Number of frames for lead in/out/value": 0.0, - "customscript/seed_travel.py/img2img/Number of frames for lead in/out/visible": true, - "customscript/seed_travel.py/img2img/Number of random seed(s)/value": 4.0, - "customscript/seed_travel.py/img2img/Number of random seed(s)/visible": true, - "customscript/seed_travel.py/img2img/Only use Random seeds (Unless comparing paths)/value": false, - "customscript/seed_travel.py/img2img/Only use Random seeds (Unless comparing paths)/visible": true, - "customscript/seed_travel.py/img2img/Rate strength/maximum": 10.0, - "customscript/seed_travel.py/img2img/Rate strength/minimum": 0.0, - "customscript/seed_travel.py/img2img/Rate strength/step": 0.1, - "customscript/seed_travel.py/img2img/Rate strength/value": 3, - "customscript/seed_travel.py/img2img/Rate strength/visible": true, - "customscript/seed_travel.py/img2img/Save results as video/value": true, - "customscript/seed_travel.py/img2img/Save results as video/visible": true, - "customscript/seed_travel.py/img2img/Show generated images in ui/value": true, - "customscript/seed_travel.py/img2img/Show generated images in ui/visible": true, - "customscript/seed_travel.py/img2img/Steps (Number of images between each seed)/value": 10.0, - "customscript/seed_travel.py/img2img/Steps (Number of images between each seed)/visible": true, - "customscript/seed_travel.py/img2img/Upscale ratio/maximum": 8.0, - "customscript/seed_travel.py/img2img/Upscale ratio/minimum": 0.0, - "customscript/seed_travel.py/img2img/Upscale ratio/step": 0.1, - "customscript/seed_travel.py/img2img/Upscale ratio/value": 1.0, - "customscript/seed_travel.py/img2img/Upscale ratio/visible": true, - "customscript/seed_travel.py/img2img/Upscaler/value": "Lanczos", - "customscript/seed_travel.py/img2img/Upscaler/visible": true, - "customscript/seed_travel.py/img2img/Use cache/value": true, - "customscript/seed_travel.py/img2img/Use cache/visible": true, - "customscript/seed_travel.py/txt2img/\"Hug the middle\" during interpolation/value": false, - "customscript/seed_travel.py/txt2img/\"Hug the middle\" during interpolation/visible": true, - "customscript/seed_travel.py/txt2img/Allow the default Euler a Sampling method. (Does not produce good results)/value": false, - "customscript/seed_travel.py/txt2img/Allow the default Euler a Sampling method. (Does not produce good results)/visible": true, - "customscript/seed_travel.py/txt2img/Bump seed (If > 0 do a Compare Paths but only one image. No video will be generated.)/maximum": 1, - "customscript/seed_travel.py/txt2img/Bump seed (If > 0 do a Compare Paths but only one image. No video will be generated.)/minimum": 0, - "customscript/seed_travel.py/txt2img/Bump seed (If > 0 do a Compare Paths but only one image. No video will be generated.)/step": 0.01, - "customscript/seed_travel.py/txt2img/Bump seed (If > 0 do a Compare Paths but only one image. No video will be generated.)/value": 0.0, - "customscript/seed_travel.py/txt2img/Bump seed (If > 0 do a Compare Paths but only one image. No video will be generated.)/visible": true, - "customscript/seed_travel.py/txt2img/Compare paths (Separate travels from 1st seed to each destination)/value": false, - "customscript/seed_travel.py/txt2img/Compare paths (Separate travels from 1st seed to each destination)/visible": true, - "customscript/seed_travel.py/txt2img/Destination seed(s) (Comma separated)/value": "", - "customscript/seed_travel.py/txt2img/Destination seed(s) (Comma separated)/visible": true, - "customscript/seed_travel.py/txt2img/Frames per second/value": 30.0, - "customscript/seed_travel.py/txt2img/Frames per second/visible": true, - "customscript/seed_travel.py/txt2img/Interpolation rate/value": "Linear", - "customscript/seed_travel.py/txt2img/Interpolation rate/visible": true, - "customscript/seed_travel.py/txt2img/Loop back to initial seed/value": false, - "customscript/seed_travel.py/txt2img/Loop back to initial seed/visible": true, - "customscript/seed_travel.py/txt2img/Number of frames for lead in/out/value": 0.0, - "customscript/seed_travel.py/txt2img/Number of frames for lead in/out/visible": true, - "customscript/seed_travel.py/txt2img/Number of random seed(s)/value": 4.0, - "customscript/seed_travel.py/txt2img/Number of random seed(s)/visible": true, - "customscript/seed_travel.py/txt2img/Only use Random seeds (Unless comparing paths)/value": false, - "customscript/seed_travel.py/txt2img/Only use Random seeds (Unless comparing paths)/visible": true, - "customscript/seed_travel.py/txt2img/Rate strength/maximum": 10.0, - "customscript/seed_travel.py/txt2img/Rate strength/minimum": 0.0, - "customscript/seed_travel.py/txt2img/Rate strength/step": 0.1, - "customscript/seed_travel.py/txt2img/Rate strength/value": 3, - "customscript/seed_travel.py/txt2img/Rate strength/visible": true, - "customscript/seed_travel.py/txt2img/Save results as video/value": true, - "customscript/seed_travel.py/txt2img/Save results as video/visible": true, - "customscript/seed_travel.py/txt2img/Show generated images in ui/value": true, - "customscript/seed_travel.py/txt2img/Show generated images in ui/visible": true, - "customscript/seed_travel.py/txt2img/Steps (Number of images between each seed)/value": 10.0, - "customscript/seed_travel.py/txt2img/Steps (Number of images between each seed)/visible": true, - "customscript/seed_travel.py/txt2img/Upscale ratio/maximum": 8.0, - "customscript/seed_travel.py/txt2img/Upscale ratio/minimum": 0.0, - "customscript/seed_travel.py/txt2img/Upscale ratio/step": 0.1, - "customscript/seed_travel.py/txt2img/Upscale ratio/value": 1.0, - "customscript/seed_travel.py/txt2img/Upscale ratio/visible": true, - "customscript/seed_travel.py/txt2img/Upscaler/value": "Lanczos", - "customscript/seed_travel.py/txt2img/Upscaler/visible": true, - "customscript/seed_travel.py/txt2img/Use cache/value": true, - "customscript/seed_travel.py/txt2img/Use cache/visible": true, - "customscript/steps_animation.py/img2img/Codec/value": "x264", - "customscript/steps_animation.py/img2img/Codec/visible": true, - "customscript/steps_animation.py/img2img/Create animation/value": true, - "customscript/steps_animation.py/img2img/Create animation/visible": true, - "customscript/steps_animation.py/img2img/Debug info/value": false, - "customscript/steps_animation.py/img2img/Debug info/visible": true, - "customscript/steps_animation.py/img2img/Delete intermediate/value": true, - "customscript/steps_animation.py/img2img/Delete intermediate/visible": true, - "customscript/steps_animation.py/img2img/Duration/maximum": 120, - "customscript/steps_animation.py/img2img/Duration/minimum": 0.5, - "customscript/steps_animation.py/img2img/Duration/step": 0.1, - "customscript/steps_animation.py/img2img/Duration/value": 10, - "customscript/steps_animation.py/img2img/Duration/visible": true, - "customscript/steps_animation.py/img2img/Intermediate files path/value": "intermediate", - "customscript/steps_animation.py/img2img/Intermediate files path/visible": true, - "customscript/steps_animation.py/img2img/Interpolation/value": "blend", - "customscript/steps_animation.py/img2img/Interpolation/visible": true, - "customscript/steps_animation.py/img2img/Output animation path/value": "animation", - "customscript/steps_animation.py/img2img/Output animation path/visible": true, - "customscript/steps_animation.py/img2img/Path for intermediate files/value": "intermediate", - "customscript/steps_animation.py/img2img/Path for intermediate files/visible": true, - "customscript/steps_animation.py/img2img/Path for output animation file/value": "animation", - "customscript/steps_animation.py/img2img/Path for output animation file/visible": true, - "customscript/steps_animation.py/img2img/Run on incomplete/value": true, - "customscript/steps_animation.py/img2img/Run on incomplete/visible": true, - "customscript/steps_animation.py/img2img/Script Enabled/value": false, - "customscript/steps_animation.py/img2img/Script Enabled/visible": true, - "customscript/steps_animation.py/img2img/Skip steps/maximum": 100, - "customscript/steps_animation.py/img2img/Skip steps/minimum": 0, - "customscript/steps_animation.py/img2img/Skip steps/step": 1, - "customscript/steps_animation.py/img2img/Skip steps/value": 0, - "customscript/steps_animation.py/img2img/Skip steps/visible": true, - "customscript/steps_animation.py/txt2img/Codec/value": "x264", - "customscript/steps_animation.py/txt2img/Codec/visible": true, - "customscript/steps_animation.py/txt2img/Create animation/value": true, - "customscript/steps_animation.py/txt2img/Create animation/visible": true, - "customscript/steps_animation.py/txt2img/Debug info/value": false, - "customscript/steps_animation.py/txt2img/Debug info/visible": true, - "customscript/steps_animation.py/txt2img/Delete intermediate/value": true, - "customscript/steps_animation.py/txt2img/Delete intermediate/visible": true, - "customscript/steps_animation.py/txt2img/Duration/maximum": 120, - "customscript/steps_animation.py/txt2img/Duration/minimum": 0.5, - "customscript/steps_animation.py/txt2img/Duration/step": 0.1, - "customscript/steps_animation.py/txt2img/Duration/value": 10, - "customscript/steps_animation.py/txt2img/Duration/visible": true, - "customscript/steps_animation.py/txt2img/Intermediate files path/value": "intermediate", - "customscript/steps_animation.py/txt2img/Intermediate files path/visible": true, - "customscript/steps_animation.py/txt2img/Interpolation/value": "blend", - "customscript/steps_animation.py/txt2img/Interpolation/visible": true, - "customscript/steps_animation.py/txt2img/Output animation path/value": "animation", - "customscript/steps_animation.py/txt2img/Output animation path/visible": true, - "customscript/steps_animation.py/txt2img/Path for intermediate files/value": "intermediate", - "customscript/steps_animation.py/txt2img/Path for intermediate files/visible": true, - "customscript/steps_animation.py/txt2img/Path for output animation file/value": "animation", - "customscript/steps_animation.py/txt2img/Path for output animation file/visible": true, - "customscript/steps_animation.py/txt2img/Run on incomplete/value": true, - "customscript/steps_animation.py/txt2img/Run on incomplete/visible": true, - "customscript/steps_animation.py/txt2img/Script Enabled/value": false, + "customscript/dynamic_thresholding.py/txt2img/Top percentile of latents to clamp/value": 100.0, + "customscript/dynamic_thresholding.py/txt2img/Top percentile of latents to clamp/minimum": 90.0, + "customscript/dynamic_thresholding.py/txt2img/Top percentile of latents to clamp/maximum": 100.0, + "customscript/dynamic_thresholding.py/txt2img/Top percentile of latents to clamp/step": 0.05, + "customscript/dynamic_thresholding.py/txt2img/Mimic Scale Scheduler/visible": true, + "customscript/dynamic_thresholding.py/txt2img/Mimic Scale Scheduler/value": "Constant", + "customscript/dynamic_thresholding.py/txt2img/Minimum value of the Mimic Scale Scheduler/visible": true, + "customscript/dynamic_thresholding.py/txt2img/Minimum value of the Mimic Scale Scheduler/value": 0.0, + "customscript/dynamic_thresholding.py/txt2img/Minimum value of the Mimic Scale Scheduler/minimum": 0.0, + "customscript/dynamic_thresholding.py/txt2img/Minimum value of the Mimic Scale Scheduler/maximum": 30.0, + "customscript/dynamic_thresholding.py/txt2img/Minimum value of the Mimic Scale Scheduler/step": 0.5, + "customscript/dynamic_thresholding.py/txt2img/CFG Scale Scheduler/visible": true, + "customscript/dynamic_thresholding.py/txt2img/CFG Scale Scheduler/value": "Constant", + "customscript/dynamic_thresholding.py/txt2img/Minimum value of the CFG Scale Scheduler/visible": true, + "customscript/dynamic_thresholding.py/txt2img/Minimum value of the CFG Scale Scheduler/value": 0.0, + "customscript/dynamic_thresholding.py/txt2img/Minimum value of the CFG Scale Scheduler/minimum": 0.0, + "customscript/dynamic_thresholding.py/txt2img/Minimum value of the CFG Scale Scheduler/maximum": 30.0, + "customscript/dynamic_thresholding.py/txt2img/Minimum value of the CFG Scale Scheduler/step": 0.5, + "customscript/dynamic_thresholding.py/txt2img/Power Scheduler Value/value": 4.0, + "customscript/dynamic_thresholding.py/txt2img/Power Scheduler Value/minimum": 0.0, + "customscript/dynamic_thresholding.py/txt2img/Power Scheduler Value/maximum": 15.0, + "customscript/dynamic_thresholding.py/txt2img/Power Scheduler Value/step": 0.5, "customscript/steps_animation.py/txt2img/Script Enabled/visible": true, - "customscript/steps_animation.py/txt2img/Skip steps/maximum": 100, - "customscript/steps_animation.py/txt2img/Skip steps/minimum": 0, - "customscript/steps_animation.py/txt2img/Skip steps/step": 1, - "customscript/steps_animation.py/txt2img/Skip steps/value": 0, + "customscript/steps_animation.py/txt2img/Script Enabled/value": false, + "customscript/steps_animation.py/txt2img/Codec/visible": true, + "customscript/steps_animation.py/txt2img/Codec/value": "x264", + "customscript/steps_animation.py/txt2img/Interpolation/visible": true, + "customscript/steps_animation.py/txt2img/Interpolation/value": "blend", + "customscript/steps_animation.py/txt2img/Duration/visible": true, + "customscript/steps_animation.py/txt2img/Duration/value": 10, + "customscript/steps_animation.py/txt2img/Duration/minimum": 0.5, + "customscript/steps_animation.py/txt2img/Duration/maximum": 120, + "customscript/steps_animation.py/txt2img/Duration/step": 0.1, "customscript/steps_animation.py/txt2img/Skip steps/visible": true, - "customscript/xy_grid.py/img2img/Draw legend/value": true, - "customscript/xy_grid.py/img2img/Draw legend/visible": true, - "customscript/xy_grid.py/img2img/Include Separate Images/value": false, - "customscript/xy_grid.py/img2img/Include Separate Images/visible": true, - "customscript/xy_grid.py/img2img/Keep -1 for seeds/value": false, - "customscript/xy_grid.py/img2img/Keep -1 for seeds/visible": true, - "customscript/xy_grid.py/img2img/X type/value": "Seed", - "customscript/xy_grid.py/img2img/X type/visible": true, - "customscript/xy_grid.py/img2img/X values/value": "", - "customscript/xy_grid.py/img2img/X values/visible": true, - "customscript/xy_grid.py/img2img/Y type/value": "Nothing", - "customscript/xy_grid.py/img2img/Y type/visible": true, - "customscript/xy_grid.py/img2img/Y values/value": "", - "customscript/xy_grid.py/img2img/Y values/visible": true, - "customscript/xy_grid.py/txt2img/Draw legend/value": true, - "customscript/xy_grid.py/txt2img/Draw legend/visible": true, - "customscript/xy_grid.py/txt2img/Include Separate Images/value": false, - "customscript/xy_grid.py/txt2img/Include Separate Images/visible": true, - "customscript/xy_grid.py/txt2img/Keep -1 for seeds/value": false, - "customscript/xy_grid.py/txt2img/Keep -1 for seeds/visible": true, - "customscript/xy_grid.py/txt2img/X type/value": "Seed", - "customscript/xy_grid.py/txt2img/X type/visible": true, - "customscript/xy_grid.py/txt2img/X values/value": "", - "customscript/xy_grid.py/txt2img/X values/visible": true, - "customscript/xy_grid.py/txt2img/Y type/value": "Nothing", - "customscript/xy_grid.py/txt2img/Y type/visible": true, - "customscript/xy_grid.py/txt2img/Y values/value": "", - "customscript/xy_grid.py/txt2img/Y values/visible": true, - "customscript/xyz_grid.py/img2img/Draw legend/value": true, - "customscript/xyz_grid.py/img2img/Draw legend/visible": true, - "customscript/xyz_grid.py/img2img/Grid margins (px)/maximum": 100, - "customscript/xyz_grid.py/img2img/Grid margins (px)/minimum": 0, - "customscript/xyz_grid.py/img2img/Grid margins (px)/step": 2, - "customscript/xyz_grid.py/img2img/Grid margins (px)/value": 0, - "customscript/xyz_grid.py/img2img/Grid margins (px)/visible": true, - "customscript/xyz_grid.py/img2img/Include Sub Grids/value": false, - "customscript/xyz_grid.py/img2img/Include Sub Grids/visible": true, - "customscript/xyz_grid.py/img2img/Include Sub Images/value": false, - "customscript/xyz_grid.py/img2img/Include Sub Images/visible": true, - "customscript/xyz_grid.py/img2img/Keep -1 for seeds/value": false, - "customscript/xyz_grid.py/img2img/Keep -1 for seeds/visible": true, - "customscript/xyz_grid.py/img2img/X type/value": "Seed", - "customscript/xyz_grid.py/img2img/X type/visible": true, - "customscript/xyz_grid.py/img2img/X values/value": "", - "customscript/xyz_grid.py/img2img/X values/visible": true, - "customscript/xyz_grid.py/img2img/Y type/value": "Nothing", - "customscript/xyz_grid.py/img2img/Y type/visible": true, - "customscript/xyz_grid.py/img2img/Y values/value": "", - "customscript/xyz_grid.py/img2img/Y values/visible": true, - "customscript/xyz_grid.py/img2img/Z type/value": "Nothing", - "customscript/xyz_grid.py/img2img/Z type/visible": true, - "customscript/xyz_grid.py/img2img/Z values/value": "", - "customscript/xyz_grid.py/img2img/Z values/visible": true, - "customscript/xyz_grid.py/txt2img/Draw legend/value": true, - "customscript/xyz_grid.py/txt2img/Draw legend/visible": true, - "customscript/xyz_grid.py/txt2img/Grid margins (px)/maximum": 100, - "customscript/xyz_grid.py/txt2img/Grid margins (px)/minimum": 0, - "customscript/xyz_grid.py/txt2img/Grid margins (px)/step": 2, - "customscript/xyz_grid.py/txt2img/Grid margins (px)/value": 0, - "customscript/xyz_grid.py/txt2img/Grid margins (px)/visible": true, - "customscript/xyz_grid.py/txt2img/Include Sub Grids/value": false, - "customscript/xyz_grid.py/txt2img/Include Sub Grids/visible": true, - "customscript/xyz_grid.py/txt2img/Include Sub Images/value": false, - "customscript/xyz_grid.py/txt2img/Include Sub Images/visible": true, - "customscript/xyz_grid.py/txt2img/Keep -1 for seeds/value": false, - "customscript/xyz_grid.py/txt2img/Keep -1 for seeds/visible": true, - "customscript/xyz_grid.py/txt2img/X type/value": "Seed", - "customscript/xyz_grid.py/txt2img/X type/visible": true, - "customscript/xyz_grid.py/txt2img/X values/value": "", - "customscript/xyz_grid.py/txt2img/X values/visible": true, - "customscript/xyz_grid.py/txt2img/Y type/value": "Nothing", - "customscript/xyz_grid.py/txt2img/Y type/visible": true, - "customscript/xyz_grid.py/txt2img/Y values/value": "", - "customscript/xyz_grid.py/txt2img/Y values/visible": true, - "customscript/xyz_grid.py/txt2img/Z type/value": "Nothing", - "customscript/xyz_grid.py/txt2img/Z type/visible": true, - "customscript/xyz_grid.py/txt2img/Z values/value": "", - "customscript/xyz_grid.py/txt2img/Z values/visible": true, - "customscript/seed_travel.py/txt2img/SSIM threshold (1.0=exact copy)/visible": true, - "customscript/seed_travel.py/txt2img/SSIM threshold (1.0=exact copy)/value": 0.0, - "customscript/seed_travel.py/txt2img/SSIM threshold (1.0=exact copy)/minimum": 0.0, - "customscript/seed_travel.py/txt2img/SSIM threshold (1.0=exact copy)/maximum": 1.0, - "customscript/seed_travel.py/txt2img/SSIM threshold (1.0=exact copy)/step": 0.01, - "customscript/seed_travel.py/img2img/SSIM threshold (1.0=exact copy)/visible": true, - "customscript/seed_travel.py/img2img/SSIM threshold (1.0=exact copy)/value": 0.0, - "customscript/seed_travel.py/img2img/SSIM threshold (1.0=exact copy)/minimum": 0.0, - "customscript/seed_travel.py/img2img/SSIM threshold (1.0=exact copy)/maximum": 1.0, - "customscript/seed_travel.py/img2img/SSIM threshold (1.0=exact copy)/step": 0.01, - "customscript/seed_travel.py/txt2img/SSIM threshold (0 to disable)/visible": true, - "customscript/seed_travel.py/txt2img/SSIM threshold (0 to disable)/value": 0.0, - "customscript/seed_travel.py/txt2img/SSIM threshold (0 to disable)/minimum": 0.0, - "customscript/seed_travel.py/txt2img/SSIM threshold (0 to disable)/maximum": 1.0, - "customscript/seed_travel.py/txt2img/SSIM threshold (0 to disable)/step": 0.01, - "customscript/seed_travel.py/txt2img/SSIM CenterCrop% (0 to disable)/visible": true, - "customscript/seed_travel.py/txt2img/SSIM CenterCrop% (0 to disable)/value": 0, - "customscript/seed_travel.py/txt2img/SSIM CenterCrop% (0 to disable)/minimum": 0, - "customscript/seed_travel.py/txt2img/SSIM CenterCrop% (0 to disable)/maximum": 100, - "customscript/seed_travel.py/txt2img/SSIM CenterCrop% (0 to disable)/step": 1, - "customscript/seed_travel.py/img2img/SSIM threshold (0 to disable)/visible": true, - "customscript/seed_travel.py/img2img/SSIM threshold (0 to disable)/value": 0.0, - "customscript/seed_travel.py/img2img/SSIM threshold (0 to disable)/minimum": 0.0, - "customscript/seed_travel.py/img2img/SSIM threshold (0 to disable)/maximum": 1.0, - "customscript/seed_travel.py/img2img/SSIM threshold (0 to disable)/step": 0.01, - "customscript/seed_travel.py/img2img/SSIM CenterCrop% (0 to disable)/visible": true, - "customscript/seed_travel.py/img2img/SSIM CenterCrop% (0 to disable)/value": 0, - "customscript/seed_travel.py/img2img/SSIM CenterCrop% (0 to disable)/minimum": 0, - "customscript/seed_travel.py/img2img/SSIM CenterCrop% (0 to disable)/maximum": 100, - "customscript/seed_travel.py/img2img/SSIM CenterCrop% (0 to disable)/step": 1, - "customscript/seed_travel.py/txt2img/SSIM minimum substep/visible": true, - "customscript/seed_travel.py/txt2img/SSIM minimum substep/value": 0.0001, - "customscript/seed_travel.py/img2img/SSIM minimum substep/visible": true, - "customscript/seed_travel.py/img2img/SSIM minimum substep/value": 0.0001, + "customscript/steps_animation.py/txt2img/Skip steps/value": 0, + "customscript/steps_animation.py/txt2img/Skip steps/minimum": 0, + "customscript/steps_animation.py/txt2img/Skip steps/maximum": 100, + "customscript/steps_animation.py/txt2img/Skip steps/step": 1, + "customscript/steps_animation.py/txt2img/Debug info/visible": true, + "customscript/steps_animation.py/txt2img/Debug info/value": false, + "customscript/steps_animation.py/txt2img/Run on incomplete/visible": true, + "customscript/steps_animation.py/txt2img/Run on incomplete/value": true, + "customscript/steps_animation.py/txt2img/Delete intermediate/visible": true, + "customscript/steps_animation.py/txt2img/Delete intermediate/value": true, + "customscript/steps_animation.py/txt2img/Create animation/visible": true, + "customscript/steps_animation.py/txt2img/Create animation/value": true, + "customscript/steps_animation.py/txt2img/Intermediate files path/visible": true, + "customscript/steps_animation.py/txt2img/Intermediate files path/value": "intermediate", + "customscript/steps_animation.py/txt2img/Output animation path/visible": true, + "customscript/steps_animation.py/txt2img/Output animation path/value": "animation", "txt2img/Enable/visible": true, "txt2img/Enable/value": false, "txt2img/Invert Input Color/visible": true, @@ -1386,6 +199,297 @@ "txt2img/Threshold B/step": 1, "txt2img/Resize Mode/visible": true, "txt2img/Resize Mode/value": "Scale to Fit (Inner Fit)", + "txt2img/Canvas Width/visible": true, + "txt2img/Canvas Width/value": 512, + "txt2img/Canvas Width/minimum": 256, + "txt2img/Canvas Width/maximum": 1024, + "txt2img/Canvas Width/step": 64, + "txt2img/Canvas Height/visible": true, + "txt2img/Canvas Height/value": 512, + "txt2img/Canvas Height/minimum": 256, + "txt2img/Canvas Height/maximum": 1024, + "txt2img/Canvas Height/step": 64, + "txt2img/Script/visible": true, + "txt2img/Script/value": "None", + "customscript/prompt_matrix.py/txt2img/Put variable parts at start of prompt/visible": true, + "customscript/prompt_matrix.py/txt2img/Put variable parts at start of prompt/value": false, + "customscript/prompt_matrix.py/txt2img/Use different seed for each picture/visible": true, + "customscript/prompt_matrix.py/txt2img/Use different seed for each picture/value": false, + "customscript/prompt_matrix.py/txt2img/Select prompt/visible": true, + "customscript/prompt_matrix.py/txt2img/Select prompt/value": "positive", + "customscript/prompt_matrix.py/txt2img/Select joining char/visible": true, + "customscript/prompt_matrix.py/txt2img/Select joining char/value": "comma", + "customscript/prompt_matrix.py/txt2img/Grid margins (px)/visible": true, + "customscript/prompt_matrix.py/txt2img/Grid margins (px)/value": 0, + "customscript/prompt_matrix.py/txt2img/Grid margins (px)/minimum": 0, + "customscript/prompt_matrix.py/txt2img/Grid margins (px)/maximum": 500, + "customscript/prompt_matrix.py/txt2img/Grid margins (px)/step": 2, + "customscript/prompts_from_file.py/txt2img/Iterate seed every line/visible": true, + "customscript/prompts_from_file.py/txt2img/Iterate seed every line/value": false, + "customscript/prompts_from_file.py/txt2img/Use same random seed for all lines/visible": true, + "customscript/prompts_from_file.py/txt2img/Use same random seed for all lines/value": false, + "customscript/prompts_from_file.py/txt2img/List of prompt inputs/visible": true, + "customscript/prompts_from_file.py/txt2img/List of prompt inputs/value": "", + "customscript/xyz_grid.py/txt2img/X type/visible": true, + "customscript/xyz_grid.py/txt2img/X type/value": "Seed", + "customscript/xyz_grid.py/txt2img/X values/visible": true, + "customscript/xyz_grid.py/txt2img/X values/value": "", + "customscript/xyz_grid.py/txt2img/Y type/visible": true, + "customscript/xyz_grid.py/txt2img/Y type/value": "Nothing", + "customscript/xyz_grid.py/txt2img/Y values/visible": true, + "customscript/xyz_grid.py/txt2img/Y values/value": "", + "customscript/xyz_grid.py/txt2img/Z type/visible": true, + "customscript/xyz_grid.py/txt2img/Z type/value": "Nothing", + "customscript/xyz_grid.py/txt2img/Z values/visible": true, + "customscript/xyz_grid.py/txt2img/Z values/value": "", + "customscript/xyz_grid.py/txt2img/Draw legend/visible": true, + "customscript/xyz_grid.py/txt2img/Draw legend/value": true, + "customscript/xyz_grid.py/txt2img/Keep -1 for seeds/visible": true, + "customscript/xyz_grid.py/txt2img/Keep -1 for seeds/value": false, + "customscript/xyz_grid.py/txt2img/Include Sub Images/visible": true, + "customscript/xyz_grid.py/txt2img/Include Sub Images/value": false, + "customscript/xyz_grid.py/txt2img/Include Sub Grids/visible": true, + "customscript/xyz_grid.py/txt2img/Include Sub Grids/value": false, + "customscript/xyz_grid.py/txt2img/Grid margins (px)/visible": true, + "customscript/xyz_grid.py/txt2img/Grid margins (px)/value": 0, + "customscript/xyz_grid.py/txt2img/Grid margins (px)/minimum": 0, + "customscript/xyz_grid.py/txt2img/Grid margins (px)/maximum": 500, + "customscript/xyz_grid.py/txt2img/Grid margins (px)/step": 2, + "customscript/inspiration.py/txt2img/Prompt Placeholder, which can be used at the top of prompt input/visible": true, + "customscript/inspiration.py/txt2img/Prompt Placeholder, which can be used at the top of prompt input/value": "{inspiration}", + "customscript/movie2movie.py/txt2img/Save preprocessed/visible": true, + "customscript/movie2movie.py/txt2img/Save preprocessed/value": false, + "customscript/movie2movie.py/txt2img/Duration/visible": true, + "customscript/movie2movie.py/txt2img/Duration/value": 50.0, + "customscript/movie2movie.py/txt2img/Duration/minimum": 10.0, + "customscript/movie2movie.py/txt2img/Duration/maximum": 200.0, + "customscript/movie2movie.py/txt2img/Duration/step": 10, + "customscript/seed_travel.py/txt2img/Destination seeds/visible": true, + "customscript/seed_travel.py/txt2img/Destination seeds/value": "", + "customscript/seed_travel.py/txt2img/Use random seeds/visible": true, + "customscript/seed_travel.py/txt2img/Use random seeds/value": false, + "customscript/seed_travel.py/txt2img/Number of random seeds/visible": true, + "customscript/seed_travel.py/txt2img/Number of random seeds/value": 4.0, + "customscript/seed_travel.py/txt2img/Steps/visible": true, + "customscript/seed_travel.py/txt2img/Steps/value": 10.0, + "customscript/seed_travel.py/txt2img/Loop back to initial seed/visible": true, + "customscript/seed_travel.py/txt2img/Loop back to initial seed/value": false, + "customscript/seed_travel.py/txt2img/FPS/visible": true, + "customscript/seed_travel.py/txt2img/FPS/value": 30.0, + "customscript/seed_travel.py/txt2img/Lead in/out/visible": true, + "customscript/seed_travel.py/txt2img/Lead in/out/value": 0.0, + "customscript/seed_travel.py/txt2img/SSIM threshold/visible": true, + "customscript/seed_travel.py/txt2img/SSIM threshold/value": 0.0, + "customscript/seed_travel.py/txt2img/SSIM threshold/minimum": 0.0, + "customscript/seed_travel.py/txt2img/SSIM threshold/maximum": 1.0, + "customscript/seed_travel.py/txt2img/SSIM threshold/step": 0.01, + "customscript/seed_travel.py/txt2img/SSIM CenterCrop%/visible": true, + "customscript/seed_travel.py/txt2img/SSIM CenterCrop%/value": 0, + "customscript/seed_travel.py/txt2img/SSIM CenterCrop%/minimum": 0, + "customscript/seed_travel.py/txt2img/SSIM CenterCrop%/maximum": 100, + "customscript/seed_travel.py/txt2img/SSIM CenterCrop%/step": 1, + "customscript/seed_travel.py/txt2img/RIFE passes/visible": true, + "customscript/seed_travel.py/txt2img/RIFE passes/value": 0.0, + "customscript/seed_travel.py/txt2img/Drop original frames/visible": true, + "customscript/seed_travel.py/txt2img/Drop original frames/value": false, + "customscript/seed_travel.py/txt2img/Interpolation curve/visible": true, + "customscript/seed_travel.py/txt2img/Interpolation curve/value": "Linear", + "customscript/seed_travel.py/txt2img/Curve strength/visible": true, + "customscript/seed_travel.py/txt2img/Curve strength/value": 3, + "customscript/seed_travel.py/txt2img/Curve strength/minimum": 0.0, + "customscript/seed_travel.py/txt2img/Curve strength/maximum": 10.0, + "customscript/seed_travel.py/txt2img/Curve strength/step": 0.1, + "customscript/seed_travel.py/txt2img/Upscaler/visible": true, + "customscript/seed_travel.py/txt2img/Upscaler/value": "Lanczos", + "customscript/seed_travel.py/txt2img/Upscale ratio/visible": true, + "customscript/seed_travel.py/txt2img/Upscale ratio/value": 1.0, + "customscript/seed_travel.py/txt2img/Upscale ratio/minimum": 0.0, + "customscript/seed_travel.py/txt2img/Upscale ratio/maximum": 8.0, + "customscript/seed_travel.py/txt2img/Upscale ratio/step": 0.1, + "customscript/seed_travel.py/txt2img/Use cache/visible": true, + "customscript/seed_travel.py/txt2img/Use cache/value": true, + "customscript/seed_travel.py/txt2img/Show generated images in ui/visible": true, + "customscript/seed_travel.py/txt2img/Show generated images in ui/value": true, + "customscript/seed_travel.py/txt2img/Allow default sampler/visible": true, + "customscript/seed_travel.py/txt2img/Allow default sampler/value": false, + "customscript/seed_travel.py/txt2img/Compare paths/visible": true, + "customscript/seed_travel.py/txt2img/Compare paths/value": false, + "customscript/seed_travel.py/txt2img/Bump seed/visible": true, + "customscript/seed_travel.py/txt2img/Bump seed/value": 0.0, + "customscript/seed_travel.py/txt2img/Bump seed/minimum": 0, + "customscript/seed_travel.py/txt2img/Bump seed/maximum": 0.5, + "customscript/seed_travel.py/txt2img/Bump seed/step": 0.001, + "customscript/seed_travel.py/txt2img/SSIM min substep/visible": true, + "customscript/seed_travel.py/txt2img/SSIM min substep/value": 0.001, + "customscript/seed_travel.py/txt2img/SSIM min threshold/visible": true, + "customscript/seed_travel.py/txt2img/SSIM min threshold/value": 75, + "customscript/seed_travel.py/txt2img/SSIM min threshold/minimum": 0, + "customscript/seed_travel.py/txt2img/SSIM min threshold/maximum": 100, + "customscript/seed_travel.py/txt2img/SSIM min threshold/step": 1, + "customscript/seed_travel.py/txt2img/Save extra status information/visible": true, + "customscript/seed_travel.py/txt2img/Save extra status information/value": true, + "img2img/Prompt/visible": true, + "img2img/Prompt/value": "", + "img2img/Negative prompt/visible": true, + "img2img/Negative prompt/value": "", + "img2img/Styles/visible": true, + "img2img/Styles/value": [], + "img2img/Input directory/visible": true, + "img2img/Input directory/value": "", + "img2img/Output directory/visible": true, + "img2img/Output directory/value": "", + "img2img/Inpaint batch mask directory (required for inpaint batch processing only)/visible": true, + "img2img/Inpaint batch mask directory (required for inpaint batch processing only)/value": "", + "img2img/Resize mode/visible": true, + "img2img/Resize mode/value": "Just resize", + "img2img/Mask blur/visible": true, + "img2img/Mask blur/value": 4, + "img2img/Mask blur/minimum": 0, + "img2img/Mask blur/maximum": 64, + "img2img/Mask blur/step": 1, + "img2img/Mask transparency/value": 0, + "img2img/Mask transparency/minimum": 0, + "img2img/Mask transparency/maximum": 100, + "img2img/Mask transparency/step": 1, + "img2img/Mask mode/visible": true, + "img2img/Mask mode/value": "Inpaint masked", + "img2img/Masked content/visible": true, + "img2img/Masked content/value": "original", + "img2img/Inpaint area/visible": true, + "img2img/Inpaint area/value": "Whole picture", + "img2img/Only masked padding, pixels/visible": true, + "img2img/Only masked padding, pixels/value": 32, + "img2img/Only masked padding, pixels/minimum": 0, + "img2img/Only masked padding, pixels/maximum": 256, + "img2img/Only masked padding, pixels/step": 4, + "img2img/Sampling method/visible": true, + "img2img/Sampling method/value": "Euler a", + "img2img/Sampling steps/visible": true, + "img2img/Sampling steps/value": 20, + "img2img/Sampling steps/minimum": 1, + "img2img/Sampling steps/maximum": 150, + "img2img/Sampling steps/step": 1, + "img2img/Restore faces/visible": true, + "img2img/Restore faces/value": false, + "img2img/Tiling/visible": true, + "img2img/Tiling/value": false, + "img2img/Width/visible": true, + "img2img/Width/value": 512, + "img2img/Width/minimum": 64, + "img2img/Width/maximum": 2048, + "img2img/Width/step": 8, + "img2img/Height/visible": true, + "img2img/Height/value": 512, + "img2img/Height/minimum": 64, + "img2img/Height/maximum": 2048, + "img2img/Height/step": 8, + "img2img/Batch count/visible": true, + "img2img/Batch count/value": 1, + "img2img/Batch count/minimum": 1, + "img2img/Batch count/maximum": 100, + "img2img/Batch count/step": 1, + "img2img/Batch size/visible": true, + "img2img/Batch size/value": 1, + "img2img/Batch size/minimum": 1, + "img2img/Batch size/maximum": 8, + "img2img/Batch size/step": 1, + "img2img/CFG Scale/visible": true, + "img2img/CFG Scale/value": 7.0, + "img2img/CFG Scale/minimum": 1.0, + "img2img/CFG Scale/maximum": 30.0, + "img2img/CFG Scale/step": 0.5, + "img2img/Image CFG Scale/value": 1.5, + "img2img/Image CFG Scale/minimum": 0, + "img2img/Image CFG Scale/maximum": 3.0, + "img2img/Image CFG Scale/step": 0.05, + "img2img/Denoising strength/visible": true, + "img2img/Denoising strength/value": 0.75, + "img2img/Denoising strength/minimum": 0.0, + "img2img/Denoising strength/maximum": 1.0, + "img2img/Denoising strength/step": 0.01, + "img2img/CLIP Skip/visible": true, + "img2img/CLIP Skip/value": 1, + "img2img/CLIP Skip/minimum": 1, + "img2img/CLIP Skip/maximum": 4, + "img2img/CLIP Skip/step": 1, + "img2img/Seed/visible": true, + "img2img/Seed/value": -1.0, + "img2img/Variation seed/visible": true, + "img2img/Variation seed/value": -1.0, + "img2img/Strength/visible": true, + "img2img/Strength/value": 0.0, + "img2img/Strength/minimum": 0, + "img2img/Strength/maximum": 1, + "img2img/Strength/step": 0.01, + "img2img/Resize seed from width/visible": true, + "img2img/Resize seed from width/value": 0, + "img2img/Resize seed from width/minimum": 0, + "img2img/Resize seed from width/maximum": 2048, + "img2img/Resize seed from width/step": 8, + "img2img/Resize seed from height/visible": true, + "img2img/Resize seed from height/value": 0, + "img2img/Resize seed from height/minimum": 0, + "img2img/Resize seed from height/maximum": 2048, + "img2img/Resize seed from height/step": 8, + "img2img/Override settings/value": null, + "customscript/dynamic_thresholding.py/img2img/Enable Dynamic Thresholding (CFG Scale Fix)/visible": true, + "customscript/dynamic_thresholding.py/img2img/Enable Dynamic Thresholding (CFG Scale Fix)/value": false, + "customscript/dynamic_thresholding.py/img2img/Mimic CFG Scale/visible": true, + "customscript/dynamic_thresholding.py/img2img/Mimic CFG Scale/value": 7.0, + "customscript/dynamic_thresholding.py/img2img/Mimic CFG Scale/minimum": 1.0, + "customscript/dynamic_thresholding.py/img2img/Mimic CFG Scale/maximum": 30.0, + "customscript/dynamic_thresholding.py/img2img/Mimic CFG Scale/step": 0.5, + "customscript/dynamic_thresholding.py/img2img/Top percentile of latents to clamp/visible": true, + "customscript/dynamic_thresholding.py/img2img/Top percentile of latents to clamp/value": 100.0, + "customscript/dynamic_thresholding.py/img2img/Top percentile of latents to clamp/minimum": 90.0, + "customscript/dynamic_thresholding.py/img2img/Top percentile of latents to clamp/maximum": 100.0, + "customscript/dynamic_thresholding.py/img2img/Top percentile of latents to clamp/step": 0.05, + "customscript/dynamic_thresholding.py/img2img/Mimic Scale Scheduler/visible": true, + "customscript/dynamic_thresholding.py/img2img/Mimic Scale Scheduler/value": "Constant", + "customscript/dynamic_thresholding.py/img2img/Minimum value of the Mimic Scale Scheduler/visible": true, + "customscript/dynamic_thresholding.py/img2img/Minimum value of the Mimic Scale Scheduler/value": 0.0, + "customscript/dynamic_thresholding.py/img2img/Minimum value of the Mimic Scale Scheduler/minimum": 0.0, + "customscript/dynamic_thresholding.py/img2img/Minimum value of the Mimic Scale Scheduler/maximum": 30.0, + "customscript/dynamic_thresholding.py/img2img/Minimum value of the Mimic Scale Scheduler/step": 0.5, + "customscript/dynamic_thresholding.py/img2img/CFG Scale Scheduler/visible": true, + "customscript/dynamic_thresholding.py/img2img/CFG Scale Scheduler/value": "Constant", + "customscript/dynamic_thresholding.py/img2img/Minimum value of the CFG Scale Scheduler/visible": true, + "customscript/dynamic_thresholding.py/img2img/Minimum value of the CFG Scale Scheduler/value": 0.0, + "customscript/dynamic_thresholding.py/img2img/Minimum value of the CFG Scale Scheduler/minimum": 0.0, + "customscript/dynamic_thresholding.py/img2img/Minimum value of the CFG Scale Scheduler/maximum": 30.0, + "customscript/dynamic_thresholding.py/img2img/Minimum value of the CFG Scale Scheduler/step": 0.5, + "customscript/dynamic_thresholding.py/img2img/Power Scheduler Value/value": 4.0, + "customscript/dynamic_thresholding.py/img2img/Power Scheduler Value/minimum": 0.0, + "customscript/dynamic_thresholding.py/img2img/Power Scheduler Value/maximum": 15.0, + "customscript/dynamic_thresholding.py/img2img/Power Scheduler Value/step": 0.5, + "customscript/steps_animation.py/img2img/Script Enabled/visible": true, + "customscript/steps_animation.py/img2img/Script Enabled/value": false, + "customscript/steps_animation.py/img2img/Codec/visible": true, + "customscript/steps_animation.py/img2img/Codec/value": "x264", + "customscript/steps_animation.py/img2img/Interpolation/visible": true, + "customscript/steps_animation.py/img2img/Interpolation/value": "blend", + "customscript/steps_animation.py/img2img/Duration/visible": true, + "customscript/steps_animation.py/img2img/Duration/value": 10, + "customscript/steps_animation.py/img2img/Duration/minimum": 0.5, + "customscript/steps_animation.py/img2img/Duration/maximum": 120, + "customscript/steps_animation.py/img2img/Duration/step": 0.1, + "customscript/steps_animation.py/img2img/Skip steps/visible": true, + "customscript/steps_animation.py/img2img/Skip steps/value": 0, + "customscript/steps_animation.py/img2img/Skip steps/minimum": 0, + "customscript/steps_animation.py/img2img/Skip steps/maximum": 100, + "customscript/steps_animation.py/img2img/Skip steps/step": 1, + "customscript/steps_animation.py/img2img/Debug info/visible": true, + "customscript/steps_animation.py/img2img/Debug info/value": false, + "customscript/steps_animation.py/img2img/Run on incomplete/visible": true, + "customscript/steps_animation.py/img2img/Run on incomplete/value": true, + "customscript/steps_animation.py/img2img/Delete intermediate/visible": true, + "customscript/steps_animation.py/img2img/Delete intermediate/value": true, + "customscript/steps_animation.py/img2img/Create animation/visible": true, + "customscript/steps_animation.py/img2img/Create animation/value": true, + "customscript/steps_animation.py/img2img/Intermediate files path/visible": true, + "customscript/steps_animation.py/img2img/Intermediate files path/value": "intermediate", + "customscript/steps_animation.py/img2img/Output animation path/visible": true, + "customscript/steps_animation.py/img2img/Output animation path/value": "animation", "img2img/Enable/visible": true, "img2img/Enable/value": false, "img2img/Invert Input Color/visible": true, @@ -1432,70 +536,158 @@ "img2img/Threshold B/step": 1, "img2img/Resize Mode/visible": true, "img2img/Resize Mode/value": "Scale to Fit (Inner Fit)", - "customscript/seed_travel.py/txt2img/Desired min SSIM threshold (% of threshold)/visible": true, - "customscript/seed_travel.py/txt2img/Desired min SSIM threshold (% of threshold)/value": 75, - "customscript/seed_travel.py/txt2img/Desired min SSIM threshold (% of threshold)/minimum": 0, - "customscript/seed_travel.py/txt2img/Desired min SSIM threshold (% of threshold)/maximum": 100, - "customscript/seed_travel.py/txt2img/Desired min SSIM threshold (% of threshold)/step": 1, - "customscript/seed_travel.py/img2img/Desired min SSIM threshold (% of threshold)/visible": true, - "customscript/seed_travel.py/img2img/Desired min SSIM threshold (% of threshold)/value": 75, - "customscript/seed_travel.py/img2img/Desired min SSIM threshold (% of threshold)/minimum": 0, - "customscript/seed_travel.py/img2img/Desired min SSIM threshold (% of threshold)/maximum": 100, - "customscript/seed_travel.py/img2img/Desired min SSIM threshold (% of threshold)/step": 1, - "customscript/seed_travel.py/txt2img/Frames per second (0 to disable video)/visible": true, - "customscript/seed_travel.py/txt2img/Frames per second (0 to disable video)/value": 30.0, - "customscript/seed_travel.py/txt2img/RIFE passes/visible": true, - "customscript/seed_travel.py/txt2img/RIFE passes/value": 0.0, - "customscript/seed_travel.py/txt2img/Drop original frames/visible": true, - "customscript/seed_travel.py/txt2img/Drop original frames/value": false, - "customscript/seed_travel.py/img2img/Frames per second (0 to disable video)/visible": true, - "customscript/seed_travel.py/img2img/Frames per second (0 to disable video)/value": 30.0, - "customscript/seed_travel.py/img2img/RIFE passes/visible": true, - "customscript/seed_travel.py/img2img/RIFE passes/value": 0.0, - "customscript/seed_travel.py/img2img/Drop original frames/visible": true, - "customscript/seed_travel.py/img2img/Drop original frames/value": false, - "customscript/movie2movie.py/txt2img/Save preprocessed/visible": true, - "customscript/movie2movie.py/txt2img/Save preprocessed/value": false, + "img2img/Canvas Width/visible": true, + "img2img/Canvas Width/value": 512, + "img2img/Canvas Width/minimum": 256, + "img2img/Canvas Width/maximum": 1024, + "img2img/Canvas Width/step": 64, + "img2img/Canvas Height/visible": true, + "img2img/Canvas Height/value": 512, + "img2img/Canvas Height/minimum": 256, + "img2img/Canvas Height/maximum": 1024, + "img2img/Canvas Height/step": 64, + "img2img/Script/visible": true, + "img2img/Script/value": "None", + "customscript/img2imgalt.py/img2img/Override `Sampling method` to Euler?(this method is built for it)/visible": true, + "customscript/img2imgalt.py/img2img/Override `Sampling method` to Euler?(this method is built for it)/value": true, + "customscript/img2imgalt.py/img2img/Override `prompt` to the same value as `original prompt`?(and `negative prompt`)/visible": true, + "customscript/img2imgalt.py/img2img/Override `prompt` to the same value as `original prompt`?(and `negative prompt`)/value": true, + "customscript/img2imgalt.py/img2img/Original prompt/visible": true, + "customscript/img2imgalt.py/img2img/Original prompt/value": "", + "customscript/img2imgalt.py/img2img/Original negative prompt/visible": true, + "customscript/img2imgalt.py/img2img/Original negative prompt/value": "", + "customscript/img2imgalt.py/img2img/Override `Sampling Steps` to the same value as `Decode steps`?/visible": true, + "customscript/img2imgalt.py/img2img/Override `Sampling Steps` to the same value as `Decode steps`?/value": true, + "customscript/img2imgalt.py/img2img/Decode steps/visible": true, + "customscript/img2imgalt.py/img2img/Decode steps/value": 50, + "customscript/img2imgalt.py/img2img/Decode steps/minimum": 1, + "customscript/img2imgalt.py/img2img/Decode steps/maximum": 150, + "customscript/img2imgalt.py/img2img/Decode steps/step": 1, + "customscript/img2imgalt.py/img2img/Override `Denoising strength` to 1?/visible": true, + "customscript/img2imgalt.py/img2img/Override `Denoising strength` to 1?/value": true, + "customscript/img2imgalt.py/img2img/Decode CFG scale/visible": true, + "customscript/img2imgalt.py/img2img/Decode CFG scale/value": 1.0, + "customscript/img2imgalt.py/img2img/Decode CFG scale/minimum": 0.0, + "customscript/img2imgalt.py/img2img/Decode CFG scale/maximum": 15.0, + "customscript/img2imgalt.py/img2img/Decode CFG scale/step": 0.1, + "customscript/img2imgalt.py/img2img/Randomness/visible": true, + "customscript/img2imgalt.py/img2img/Randomness/value": 0.0, + "customscript/img2imgalt.py/img2img/Randomness/minimum": 0.0, + "customscript/img2imgalt.py/img2img/Randomness/maximum": 1.0, + "customscript/img2imgalt.py/img2img/Randomness/step": 0.01, + "customscript/img2imgalt.py/img2img/Sigma adjustment for finding noise for image/visible": true, + "customscript/img2imgalt.py/img2img/Sigma adjustment for finding noise for image/value": false, + "customscript/loopback.py/img2img/Loops/visible": true, + "customscript/loopback.py/img2img/Loops/value": 4, + "customscript/loopback.py/img2img/Loops/minimum": 1, + "customscript/loopback.py/img2img/Loops/maximum": 32, + "customscript/loopback.py/img2img/Loops/step": 1, + "customscript/loopback.py/img2img/Final denoising strength/visible": true, + "customscript/loopback.py/img2img/Final denoising strength/value": 0.5, + "customscript/loopback.py/img2img/Final denoising strength/minimum": 0, + "customscript/loopback.py/img2img/Final denoising strength/maximum": 1, + "customscript/loopback.py/img2img/Final denoising strength/step": 0.01, + "customscript/loopback.py/img2img/Denoising strength curve/visible": true, + "customscript/loopback.py/img2img/Denoising strength curve/value": "Linear", + "customscript/loopback.py/img2img/Append interrogated prompt at each iteration/visible": true, + "customscript/loopback.py/img2img/Append interrogated prompt at each iteration/value": "None", + "customscript/outpainting_mk_2.py/img2img/Pixels to expand/visible": true, + "customscript/outpainting_mk_2.py/img2img/Pixels to expand/value": 128, + "customscript/outpainting_mk_2.py/img2img/Pixels to expand/minimum": 8, + "customscript/outpainting_mk_2.py/img2img/Pixels to expand/maximum": 256, + "customscript/outpainting_mk_2.py/img2img/Pixels to expand/step": 8, + "customscript/outpainting_mk_2.py/img2img/Mask blur/visible": true, + "customscript/outpainting_mk_2.py/img2img/Mask blur/value": 8, + "customscript/outpainting_mk_2.py/img2img/Mask blur/minimum": 0, + "customscript/outpainting_mk_2.py/img2img/Mask blur/maximum": 64, + "customscript/outpainting_mk_2.py/img2img/Mask blur/step": 1, + "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/visible": true, + "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/value": 1.0, + "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/minimum": 0.0, + "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/maximum": 4.0, + "customscript/outpainting_mk_2.py/img2img/Fall-off exponent (lower=higher detail)/step": 0.01, + "customscript/outpainting_mk_2.py/img2img/Color variation/visible": true, + "customscript/outpainting_mk_2.py/img2img/Color variation/value": 0.05, + "customscript/outpainting_mk_2.py/img2img/Color variation/minimum": 0.0, + "customscript/outpainting_mk_2.py/img2img/Color variation/maximum": 1.0, + "customscript/outpainting_mk_2.py/img2img/Color variation/step": 0.01, + "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/visible": true, + "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/value": 128, + "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/minimum": 8, + "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/maximum": 256, + "customscript/poor_mans_outpainting.py/img2img/Pixels to expand/step": 8, + "customscript/poor_mans_outpainting.py/img2img/Mask blur/visible": true, + "customscript/poor_mans_outpainting.py/img2img/Mask blur/value": 4, + "customscript/poor_mans_outpainting.py/img2img/Mask blur/minimum": 0, + "customscript/poor_mans_outpainting.py/img2img/Mask blur/maximum": 64, + "customscript/poor_mans_outpainting.py/img2img/Mask blur/step": 1, + "customscript/poor_mans_outpainting.py/img2img/Masked content/visible": true, + "customscript/poor_mans_outpainting.py/img2img/Masked content/value": "fill", + "customscript/prompt_matrix.py/img2img/Put variable parts at start of prompt/visible": true, + "customscript/prompt_matrix.py/img2img/Put variable parts at start of prompt/value": false, + "customscript/prompt_matrix.py/img2img/Use different seed for each picture/visible": true, + "customscript/prompt_matrix.py/img2img/Use different seed for each picture/value": false, + "customscript/prompt_matrix.py/img2img/Select prompt/visible": true, + "customscript/prompt_matrix.py/img2img/Select prompt/value": "positive", + "customscript/prompt_matrix.py/img2img/Select joining char/visible": true, + "customscript/prompt_matrix.py/img2img/Select joining char/value": "comma", + "customscript/prompt_matrix.py/img2img/Grid margins (px)/visible": true, + "customscript/prompt_matrix.py/img2img/Grid margins (px)/value": 0, + "customscript/prompt_matrix.py/img2img/Grid margins (px)/minimum": 0, + "customscript/prompt_matrix.py/img2img/Grid margins (px)/maximum": 500, + "customscript/prompt_matrix.py/img2img/Grid margins (px)/step": 2, + "customscript/prompts_from_file.py/img2img/Iterate seed every line/visible": true, + "customscript/prompts_from_file.py/img2img/Iterate seed every line/value": false, + "customscript/prompts_from_file.py/img2img/Use same random seed for all lines/visible": true, + "customscript/prompts_from_file.py/img2img/Use same random seed for all lines/value": false, + "customscript/prompts_from_file.py/img2img/List of prompt inputs/visible": true, + "customscript/prompts_from_file.py/img2img/List of prompt inputs/value": "", + "customscript/sd_upscale.py/img2img/Tile overlap/visible": true, + "customscript/sd_upscale.py/img2img/Tile overlap/value": 64, + "customscript/sd_upscale.py/img2img/Tile overlap/minimum": 0, + "customscript/sd_upscale.py/img2img/Tile overlap/maximum": 256, + "customscript/sd_upscale.py/img2img/Tile overlap/step": 16, + "customscript/sd_upscale.py/img2img/Scale Factor/visible": true, + "customscript/sd_upscale.py/img2img/Scale Factor/value": 2.0, + "customscript/sd_upscale.py/img2img/Scale Factor/minimum": 1.0, + "customscript/sd_upscale.py/img2img/Scale Factor/maximum": 4.0, + "customscript/sd_upscale.py/img2img/Scale Factor/step": 0.05, + "customscript/sd_upscale.py/img2img/Upscaler/visible": true, + "customscript/sd_upscale.py/img2img/Upscaler/value": "None", + "customscript/xyz_grid.py/img2img/X type/visible": true, + "customscript/xyz_grid.py/img2img/X type/value": "Seed", + "customscript/xyz_grid.py/img2img/X values/visible": true, + "customscript/xyz_grid.py/img2img/X values/value": "", + "customscript/xyz_grid.py/img2img/Y type/visible": true, + "customscript/xyz_grid.py/img2img/Y type/value": "Nothing", + "customscript/xyz_grid.py/img2img/Y values/visible": true, + "customscript/xyz_grid.py/img2img/Y values/value": "", + "customscript/xyz_grid.py/img2img/Z type/visible": true, + "customscript/xyz_grid.py/img2img/Z type/value": "Nothing", + "customscript/xyz_grid.py/img2img/Z values/visible": true, + "customscript/xyz_grid.py/img2img/Z values/value": "", + "customscript/xyz_grid.py/img2img/Draw legend/visible": true, + "customscript/xyz_grid.py/img2img/Draw legend/value": true, + "customscript/xyz_grid.py/img2img/Keep -1 for seeds/visible": true, + "customscript/xyz_grid.py/img2img/Keep -1 for seeds/value": false, + "customscript/xyz_grid.py/img2img/Include Sub Images/visible": true, + "customscript/xyz_grid.py/img2img/Include Sub Images/value": false, + "customscript/xyz_grid.py/img2img/Include Sub Grids/visible": true, + "customscript/xyz_grid.py/img2img/Include Sub Grids/value": false, + "customscript/xyz_grid.py/img2img/Grid margins (px)/visible": true, + "customscript/xyz_grid.py/img2img/Grid margins (px)/value": 0, + "customscript/xyz_grid.py/img2img/Grid margins (px)/minimum": 0, + "customscript/xyz_grid.py/img2img/Grid margins (px)/maximum": 500, + "customscript/xyz_grid.py/img2img/Grid margins (px)/step": 2, + "customscript/inspiration.py/img2img/Prompt Placeholder, which can be used at the top of prompt input/visible": true, + "customscript/inspiration.py/img2img/Prompt Placeholder, which can be used at the top of prompt input/value": "{inspiration}", "customscript/movie2movie.py/img2img/Save preprocessed/visible": true, "customscript/movie2movie.py/img2img/Save preprocessed/value": false, - "customscript/seed_travel.py/txt2img/Destination seeds/visible": true, - "customscript/seed_travel.py/txt2img/Destination seeds/value": "", - "customscript/seed_travel.py/txt2img/Use random seeds/visible": true, - "customscript/seed_travel.py/txt2img/Use random seeds/value": false, - "customscript/seed_travel.py/txt2img/Number of random seeds/visible": true, - "customscript/seed_travel.py/txt2img/Number of random seeds/value": 4.0, - "customscript/seed_travel.py/txt2img/Steps/visible": true, - "customscript/seed_travel.py/txt2img/Steps/value": 10.0, - "customscript/seed_travel.py/txt2img/FPS/visible": true, - "customscript/seed_travel.py/txt2img/FPS/value": 30.0, - "customscript/seed_travel.py/txt2img/Lead in/out/visible": true, - "customscript/seed_travel.py/txt2img/Lead in/out/value": 0.0, - "customscript/seed_travel.py/txt2img/SSIM threshold/visible": true, - "customscript/seed_travel.py/txt2img/SSIM threshold/value": 0.0, - "customscript/seed_travel.py/txt2img/SSIM threshold/minimum": 0.0, - "customscript/seed_travel.py/txt2img/SSIM threshold/maximum": 1.0, - "customscript/seed_travel.py/txt2img/SSIM threshold/step": 0.01, - "customscript/seed_travel.py/txt2img/SSIM CenterCrop%/visible": true, - "customscript/seed_travel.py/txt2img/SSIM CenterCrop%/value": 0, - "customscript/seed_travel.py/txt2img/SSIM CenterCrop%/minimum": 0, - "customscript/seed_travel.py/txt2img/SSIM CenterCrop%/maximum": 100, - "customscript/seed_travel.py/txt2img/SSIM CenterCrop%/step": 1, - "customscript/seed_travel.py/txt2img/Allow default sampler/visible": true, - "customscript/seed_travel.py/txt2img/Allow default sampler/value": false, - "customscript/seed_travel.py/txt2img/Compare paths/visible": true, - "customscript/seed_travel.py/txt2img/Compare paths/value": false, - "customscript/seed_travel.py/txt2img/Bump seed/visible": true, - "customscript/seed_travel.py/txt2img/Bump seed/value": 0.0, - "customscript/seed_travel.py/txt2img/Bump seed/minimum": 0, - "customscript/seed_travel.py/txt2img/Bump seed/maximum": 0.5, - "customscript/seed_travel.py/txt2img/Bump seed/step": 0.001, - "customscript/seed_travel.py/txt2img/SSIM min substep/visible": true, - "customscript/seed_travel.py/txt2img/SSIM min substep/value": 0.001, - "customscript/seed_travel.py/txt2img/SSIM min threshold/visible": true, - "customscript/seed_travel.py/txt2img/SSIM min threshold/value": 75, - "customscript/seed_travel.py/txt2img/SSIM min threshold/minimum": 0, - "customscript/seed_travel.py/txt2img/SSIM min threshold/maximum": 100, - "customscript/seed_travel.py/txt2img/SSIM min threshold/step": 1, + "customscript/movie2movie.py/img2img/Duration/visible": true, + "customscript/movie2movie.py/img2img/Duration/value": 50.0, + "customscript/movie2movie.py/img2img/Duration/minimum": 10.0, + "customscript/movie2movie.py/img2img/Duration/maximum": 200.0, + "customscript/movie2movie.py/img2img/Duration/step": 10, "customscript/seed_travel.py/img2img/Destination seeds/visible": true, "customscript/seed_travel.py/img2img/Destination seeds/value": "", "customscript/seed_travel.py/img2img/Use random seeds/visible": true, @@ -1504,6 +696,8 @@ "customscript/seed_travel.py/img2img/Number of random seeds/value": 4.0, "customscript/seed_travel.py/img2img/Steps/visible": true, "customscript/seed_travel.py/img2img/Steps/value": 10.0, + "customscript/seed_travel.py/img2img/Loop back to initial seed/visible": true, + "customscript/seed_travel.py/img2img/Loop back to initial seed/value": false, "customscript/seed_travel.py/img2img/FPS/visible": true, "customscript/seed_travel.py/img2img/FPS/value": 30.0, "customscript/seed_travel.py/img2img/Lead in/out/visible": true, @@ -1518,6 +712,28 @@ "customscript/seed_travel.py/img2img/SSIM CenterCrop%/minimum": 0, "customscript/seed_travel.py/img2img/SSIM CenterCrop%/maximum": 100, "customscript/seed_travel.py/img2img/SSIM CenterCrop%/step": 1, + "customscript/seed_travel.py/img2img/RIFE passes/visible": true, + "customscript/seed_travel.py/img2img/RIFE passes/value": 0.0, + "customscript/seed_travel.py/img2img/Drop original frames/visible": true, + "customscript/seed_travel.py/img2img/Drop original frames/value": false, + "customscript/seed_travel.py/img2img/Interpolation curve/visible": true, + "customscript/seed_travel.py/img2img/Interpolation curve/value": "Linear", + "customscript/seed_travel.py/img2img/Curve strength/visible": true, + "customscript/seed_travel.py/img2img/Curve strength/value": 3, + "customscript/seed_travel.py/img2img/Curve strength/minimum": 0.0, + "customscript/seed_travel.py/img2img/Curve strength/maximum": 10.0, + "customscript/seed_travel.py/img2img/Curve strength/step": 0.1, + "customscript/seed_travel.py/img2img/Upscaler/visible": true, + "customscript/seed_travel.py/img2img/Upscaler/value": "Lanczos", + "customscript/seed_travel.py/img2img/Upscale ratio/visible": true, + "customscript/seed_travel.py/img2img/Upscale ratio/value": 1.0, + "customscript/seed_travel.py/img2img/Upscale ratio/minimum": 0.0, + "customscript/seed_travel.py/img2img/Upscale ratio/maximum": 8.0, + "customscript/seed_travel.py/img2img/Upscale ratio/step": 0.1, + "customscript/seed_travel.py/img2img/Use cache/visible": true, + "customscript/seed_travel.py/img2img/Use cache/value": true, + "customscript/seed_travel.py/img2img/Show generated images in ui/visible": true, + "customscript/seed_travel.py/img2img/Show generated images in ui/value": true, "customscript/seed_travel.py/img2img/Allow default sampler/visible": true, "customscript/seed_travel.py/img2img/Allow default sampler/value": false, "customscript/seed_travel.py/img2img/Compare paths/visible": true, @@ -1534,55 +750,49 @@ "customscript/seed_travel.py/img2img/SSIM min threshold/minimum": 0, "customscript/seed_travel.py/img2img/SSIM min threshold/maximum": 100, "customscript/seed_travel.py/img2img/SSIM min threshold/step": 1, - "customscript/seed_travel.py/txt2img/Interpolation curve/visible": true, - "customscript/seed_travel.py/txt2img/Interpolation curve/value": "Linear", - "customscript/seed_travel.py/img2img/Interpolation curve/visible": true, - "customscript/seed_travel.py/img2img/Interpolation curve/value": "Linear", - "customscript/loopback.py/img2img/Final denoising strength/visible": true, - "customscript/loopback.py/img2img/Final denoising strength/value": 0.5, - "customscript/loopback.py/img2img/Final denoising strength/minimum": 0, - "customscript/loopback.py/img2img/Final denoising strength/maximum": 1, - "customscript/loopback.py/img2img/Final denoising strength/step": 0.01, - "customscript/loopback.py/img2img/Denoising strength curve/visible": true, - "customscript/loopback.py/img2img/Denoising strength curve/value": "Linear", - "customscript/postprocessing_upscale.py/extras/Upscaler/visible": true, - "customscript/postprocessing_upscale.py/extras/Upscaler/value": "None", - "customscript/seed_travel.py/txt2img/Save extra status information/visible": true, - "customscript/seed_travel.py/txt2img/Save extra status information/value": true, "customscript/seed_travel.py/img2img/Save extra status information/visible": true, "customscript/seed_travel.py/img2img/Save extra status information/value": true, - "customscript/seed_travel.py/txt2img/Curve strength/visible": true, - "customscript/seed_travel.py/txt2img/Curve strength/value": 3, - "customscript/seed_travel.py/txt2img/Curve strength/minimum": 0.0, - "customscript/seed_travel.py/txt2img/Curve strength/maximum": 10.0, - "customscript/seed_travel.py/txt2img/Curve strength/step": 0.1, - "customscript/seed_travel.py/img2img/Curve strength/visible": true, - "customscript/seed_travel.py/img2img/Curve strength/value": 3, - "customscript/seed_travel.py/img2img/Curve strength/minimum": 0.0, - "customscript/seed_travel.py/img2img/Curve strength/maximum": 10.0, - "customscript/seed_travel.py/img2img/Curve strength/step": 0.1, - "txt2img/Strength/visible": true, - "txt2img/Strength/value": 0.0, - "txt2img/Strength/minimum": 0, - "txt2img/Strength/maximum": 1, - "txt2img/Strength/step": 0.01, - "txt2img/CLIP Skip/visible": true, - "txt2img/CLIP Skip/value": 1, - "txt2img/CLIP Skip/minimum": 1, - "txt2img/CLIP Skip/maximum": 4, - "txt2img/CLIP Skip/step": 1, - "img2img/Strength/visible": true, - "img2img/Strength/value": 0.0, - "img2img/Strength/minimum": 0, - "img2img/Strength/maximum": 1, - "img2img/Strength/step": 0.01, - "img2img/CLIP Skip/visible": true, - "img2img/CLIP Skip/value": 1, - "img2img/CLIP Skip/minimum": 1, - "img2img/CLIP Skip/maximum": 4, - "img2img/CLIP Skip/step": 1, - "txt2img/Hires fix/visible": true, - "txt2img/Hires fix/value": false, + "extras/Input directory/visible": true, + "extras/Input directory/value": "", + "extras/Output directory/visible": true, + "extras/Output directory/value": "", + "extras/Show result images/visible": true, + "extras/Show result images/value": true, + "customscript/postprocessing_upscale.py/extras/Resize/visible": true, + "customscript/postprocessing_upscale.py/extras/Resize/value": 4, + "customscript/postprocessing_upscale.py/extras/Resize/minimum": 1.0, + "customscript/postprocessing_upscale.py/extras/Resize/maximum": 8.0, + "customscript/postprocessing_upscale.py/extras/Resize/step": 0.05, + "customscript/postprocessing_upscale.py/extras/Upscaler/visible": true, + "customscript/postprocessing_upscale.py/extras/Upscaler/value": "SwinIR_4x", + "customscript/postprocessing_upscale.py/extras/Width/visible": true, + "customscript/postprocessing_upscale.py/extras/Width/value": 512, + "customscript/postprocessing_upscale.py/extras/Height/visible": true, + "customscript/postprocessing_upscale.py/extras/Height/value": 512, + "customscript/postprocessing_upscale.py/extras/Crop to fit/visible": true, + "customscript/postprocessing_upscale.py/extras/Crop to fit/value": true, + "customscript/postprocessing_upscale.py/extras/Upscaler 2/visible": false, + "customscript/postprocessing_upscale.py/extras/Upscaler 2/value": "None", + "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/visible": true, + "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/value": 0.0, + "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/minimum": 0.0, + "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/maximum": 1.0, + "customscript/postprocessing_upscale.py/extras/Upscaler 2 visibility/step": 0.01, + "customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/visible": true, + "customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/value": 0, + "customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/minimum": 0.0, + "customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/maximum": 1.0, + "customscript/postprocessing_gfpgan.py/extras/GFPGAN visibility/step": 0.01, + "customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/visible": true, + "customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/value": 1.0, + "customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/minimum": 0.0, + "customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/maximum": 1.0, + "customscript/postprocessing_codeformer.py/extras/CodeFormer visibility/step": 0.01, + "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = max), 1 = min)/visible": true, + "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = max), 1 = min)/value": 0.2, + "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = max), 1 = min)/minimum": 0.0, + "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = max), 1 = min)/maximum": 1.0, + "customscript/postprocessing_codeformer.py/extras/CodeFormer weight (0 = max), 1 = min)/step": 0.01, "customscript/postprocessing_rembg.py/extras/Remove background/visible": true, "customscript/postprocessing_rembg.py/extras/Remove background/value": "None", "customscript/postprocessing_rembg.py/extras/Return mask/visible": true, @@ -1603,5 +813,205 @@ "customscript/postprocessing_rembg.py/extras/Background threshold/value": 10, "customscript/postprocessing_rembg.py/extras/Background threshold/minimum": 0, "customscript/postprocessing_rembg.py/extras/Background threshold/maximum": 255, - "customscript/postprocessing_rembg.py/extras/Background threshold/step": 1 + "customscript/postprocessing_rembg.py/extras/Background threshold/step": 1, + "modelmerger/Primary model (A)/visible": true, + "modelmerger/Primary model (A)/value": null, + "modelmerger/Secondary model (B)/visible": true, + "modelmerger/Secondary model (B)/value": null, + "modelmerger/Tertiary model (C)/visible": true, + "modelmerger/Tertiary model (C)/value": null, + "modelmerger/Custom Name (Optional)/visible": true, + "modelmerger/Custom Name (Optional)/value": "", + "modelmerger/Multiplier (M) - set to 0 to get model A/visible": true, + "modelmerger/Multiplier (M) - set to 0 to get model A/value": 0.3, + "modelmerger/Multiplier (M) - set to 0 to get model A/minimum": 0.0, + "modelmerger/Multiplier (M) - set to 0 to get model A/maximum": 1.0, + "modelmerger/Multiplier (M) - set to 0 to get model A/step": 0.05, + "modelmerger/Interpolation Method/visible": true, + "modelmerger/Interpolation Method/value": "Weighted sum", + "modelmerger/Checkpoint format/visible": true, + "modelmerger/Checkpoint format/value": "ckpt", + "modelmerger/Save as float16/visible": true, + "modelmerger/Save as float16/value": false, + "modelmerger/Copy config from/visible": true, + "modelmerger/Copy config from/value": "A, B or C", + "modelmerger/Bake in VAE/visible": true, + "modelmerger/Bake in VAE/value": "None", + "modelmerger/Discard weights with matching name/visible": true, + "modelmerger/Discard weights with matching name/value": "", + "train/Primary model (A)/visible": true, + "train/Primary model (A)/value": null, + "train/Secondary model (B)/visible": true, + "train/Secondary model (B)/value": null, + "train/Tertiary model (C)/visible": true, + "train/Tertiary model (C)/value": null, + "train/Custom Name (Optional)/visible": true, + "train/Custom Name (Optional)/value": "", + "train/Multiplier (M) - set to 0 to get model A/visible": true, + "train/Multiplier (M) - set to 0 to get model A/value": 0.3, + "train/Multiplier (M) - set to 0 to get model A/minimum": 0.0, + "train/Multiplier (M) - set to 0 to get model A/maximum": 1.0, + "train/Multiplier (M) - set to 0 to get model A/step": 0.05, + "train/Interpolation Method/visible": true, + "train/Interpolation Method/value": "Weighted sum", + "train/Checkpoint format/visible": true, + "train/Checkpoint format/value": "ckpt", + "train/Save as float16/visible": true, + "train/Save as float16/value": false, + "train/Copy config from/visible": true, + "train/Copy config from/value": "A, B or C", + "train/Bake in VAE/visible": true, + "train/Bake in VAE/value": "None", + "train/Discard weights with matching name/visible": true, + "train/Discard weights with matching name/value": "", + "train/Name/visible": true, + "train/Name/value": "", + "train/Initialization text/visible": true, + "train/Initialization text/value": "*", + "train/Number of vectors per token/visible": true, + "train/Number of vectors per token/value": 1, + "train/Number of vectors per token/minimum": 1, + "train/Number of vectors per token/maximum": 75, + "train/Number of vectors per token/step": 1, + "train/Overwrite Old Embedding/visible": true, + "train/Overwrite Old Embedding/value": false, + "train/Enter hypernetwork layer structure/visible": true, + "train/Enter hypernetwork layer structure/value": "1, 2, 1", + "train/Select activation function of hypernetwork. Recommended : Swish / Linear(none)/visible": true, + "train/Select activation function of hypernetwork. Recommended : Swish / Linear(none)/value": "linear", + "train/Select Layer weights initialization. Recommended: Kaiming for relu-like, Xavier for sigmoid-like, Normal otherwise/visible": true, + "train/Select Layer weights initialization. Recommended: Kaiming for relu-like, Xavier for sigmoid-like, Normal otherwise/value": "Normal", + "train/Add layer normalization/visible": true, + "train/Add layer normalization/value": false, + "train/Use dropout/visible": true, + "train/Use dropout/value": false, + "train/Enter hypernetwork Dropout structure (or empty). Recommended : 0~0.35 incrementing sequence: 0, 0.05, 0.15/visible": true, + "train/Enter hypernetwork Dropout structure (or empty). Recommended : 0~0.35 incrementing sequence: 0, 0.05, 0.15/value": "0, 0, 0", + "train/Overwrite Old Hypernetwork/visible": true, + "train/Overwrite Old Hypernetwork/value": false, + "train/Source directory/visible": true, + "train/Source directory/value": "", + "train/Destination directory/visible": true, + "train/Destination directory/value": "", + "train/Width/visible": true, + "train/Width/value": 512, + "train/Width/minimum": 64, + "train/Width/maximum": 2048, + "train/Width/step": 8, + "train/Height/visible": true, + "train/Height/value": 512, + "train/Height/minimum": 64, + "train/Height/maximum": 2048, + "train/Height/step": 8, + "train/Existing Caption txt Action/visible": true, + "train/Existing Caption txt Action/value": "ignore", + "train/Create flipped copies/visible": true, + "train/Create flipped copies/value": false, + "train/Split oversized images/visible": true, + "train/Split oversized images/value": false, + "train/Auto focal point crop/visible": true, + "train/Auto focal point crop/value": false, + "train/Auto-sized crop/visible": true, + "train/Auto-sized crop/value": false, + "train/Use BLIP for caption/visible": true, + "train/Use BLIP for caption/value": false, + "train/Use deepbooru for caption/visible": true, + "train/Use deepbooru for caption/value": false, + "train/Split image threshold/visible": true, + "train/Split image threshold/value": 0.5, + "train/Split image threshold/minimum": 0.0, + "train/Split image threshold/maximum": 1.0, + "train/Split image threshold/step": 0.05, + "train/Split image overlap ratio/visible": true, + "train/Split image overlap ratio/value": 0.2, + "train/Split image overlap ratio/minimum": 0.0, + "train/Split image overlap ratio/maximum": 0.9, + "train/Split image overlap ratio/step": 0.05, + "train/Focal point face weight/visible": true, + "train/Focal point face weight/value": 0.9, + "train/Focal point face weight/minimum": 0.0, + "train/Focal point face weight/maximum": 1.0, + "train/Focal point face weight/step": 0.05, + "train/Focal point entropy weight/visible": true, + "train/Focal point entropy weight/value": 0.15, + "train/Focal point entropy weight/minimum": 0.0, + "train/Focal point entropy weight/maximum": 1.0, + "train/Focal point entropy weight/step": 0.05, + "train/Focal point edges weight/visible": true, + "train/Focal point edges weight/value": 0.5, + "train/Focal point edges weight/minimum": 0.0, + "train/Focal point edges weight/maximum": 1.0, + "train/Focal point edges weight/step": 0.05, + "train/Create debug image/visible": true, + "train/Create debug image/value": false, + "train/Dimension lower bound/visible": true, + "train/Dimension lower bound/value": 384, + "train/Dimension lower bound/minimum": 64, + "train/Dimension lower bound/maximum": 2048, + "train/Dimension lower bound/step": 8, + "train/Dimension upper bound/visible": true, + "train/Dimension upper bound/value": 768, + "train/Dimension upper bound/minimum": 64, + "train/Dimension upper bound/maximum": 2048, + "train/Dimension upper bound/step": 8, + "train/Area lower bound/visible": true, + "train/Area lower bound/value": 4096, + "train/Area lower bound/minimum": 4096, + "train/Area lower bound/maximum": 4194304, + "train/Area lower bound/step": 1, + "train/Area upper bound/visible": true, + "train/Area upper bound/value": 409600, + "train/Area upper bound/minimum": 4096, + "train/Area upper bound/maximum": 4194304, + "train/Area upper bound/step": 1, + "train/Resizing objective/visible": true, + "train/Resizing objective/value": "Maximize area", + "train/Error threshold/visible": true, + "train/Error threshold/value": 0.1, + "train/Error threshold/minimum": 0, + "train/Error threshold/maximum": 1, + "train/Error threshold/step": 0.01, + "train/Embedding/visible": true, + "train/Embedding/value": null, + "train/Hypernetwork/visible": true, + "train/Hypernetwork/value": null, + "train/Embedding Learning rate/visible": true, + "train/Embedding Learning rate/value": "0.005", + "train/Hypernetwork Learning rate/visible": true, + "train/Hypernetwork Learning rate/value": "0.00001", + "train/Gradient Clipping/visible": true, + "train/Gradient Clipping/value": "disabled", + "train/Batch size/visible": true, + "train/Batch size/value": 1, + "train/Gradient accumulation steps/visible": true, + "train/Gradient accumulation steps/value": 1, + "train/Dataset directory/visible": true, + "train/Dataset directory/value": "", + "train/Log directory/visible": true, + "train/Log directory/value": "textual_inversion", + "train/Prompt template/visible": true, + "train/Prompt template/value": "style_filewords.txt", + "train/Do not resize images/visible": true, + "train/Do not resize images/value": false, + "train/Max steps/visible": true, + "train/Max steps/value": 100000, + "train/Save an image to log directory every N steps, 0 to disable/visible": true, + "train/Save an image to log directory every N steps, 0 to disable/value": 500, + "train/Save a copy of embedding to log directory every N steps, 0 to disable/visible": true, + "train/Save a copy of embedding to log directory every N steps, 0 to disable/value": 500, + "train/Use PNG alpha channel as loss weight/visible": true, + "train/Use PNG alpha channel as loss weight/value": false, + "train/Save images with embedding in PNG chunks/visible": true, + "train/Save images with embedding in PNG chunks/value": true, + "train/Read parameters (prompt, etc...) from txt2img tab when making previews/visible": true, + "train/Read parameters (prompt, etc...) from txt2img tab when making previews/value": false, + "train/Shuffle tags by ',' when creating prompts./visible": true, + "train/Shuffle tags by ',' when creating prompts./value": false, + "train/Drop out tags when creating prompts./visible": true, + "train/Drop out tags when creating prompts./value": 0, + "train/Drop out tags when creating prompts./minimum": 0, + "train/Drop out tags when creating prompts./maximum": 1, + "train/Drop out tags when creating prompts./step": 0.1, + "train/Choose latent sampling method/visible": true, + "train/Choose latent sampling method/value": "once" } \ No newline at end of file diff --git a/user.css b/user.css index e1a7134e9..aa91efa08 100644 --- a/user.css +++ b/user.css @@ -61,8 +61,8 @@ div.gradio-container.dark > div.w-full.flex.flex-col.min-h-screen > div { backgr .gradio-slider input[type="number"] { width: 4.5em; font-size: 0.8rem; } /* automatic style classes */ -.progressDiv { border-radius: 0 !important; position: fixed; top: 308px; right: 30px; max-width: 248px; height: 36px; } -.progressDiv .progress { border-radius: 0 !important; background: var(--highlight-color); line-height: 2.1rem; height: 36px; } +.progressDiv { border-radius: 0 !important; position: fixed; top: 356px; right: 26px; max-width: 262px; height: 48px; z-index: 99; } +.progressDiv .progress { border-radius: 0 !important; background: var(--highlight-color); line-height: 3rem; height: 48px; } .gallery-item { box-shadow: none !important; } .performance { color: #888; } .modalControls { background-color: #4E1400; } @@ -88,8 +88,8 @@ div.gradio-container.dark > div.w-full.flex.flex-col.min-h-screen > div { backgr #txt2img_checkboxes, #img2img_checkboxes { background-color: transparent; } #txt2img_checkboxes, #img2img_checkboxes { margin-bottom: 0.2em; } #txt2img_gallery, #img2img_gallery, #extras_gallery { background: black !important; padding: 0; margin: 0; object-fit: contain; box-shadow: none; min-height: 0; } -#txt2img_generate, #img2img_generate { margin-left: 10px; height: 36px; border: none; border-radius: 0; min-height: 36px; padding: 0; } -#txt2img_interrupt, #img2img_interrupt, #txt2img_skip, #img2img_skip { margin-left: 10px; height: 36px; min-width: 116px; max-width: 116px; border: none; border-radius: 0; background-color: var(--inactive-color); margin-top: 46px; display: block !important; padding: 0; } +#txt2img_generate, #img2img_generate { height: 36px; border: none; border-radius: 0; min-height: 36px; padding: 0; } +#txt2img_interrupt, #img2img_interrupt, #txt2img_skip, #img2img_skip { height: 36px; min-width: 116px; max-width: 116px; border: none; border-radius: 0; background-color: var(--inactive-color); margin-top: 46px; display: block !important; padding: 0; } #txt2img_progress_row > div { min-width: var(--left-column); max-width: var(--left-column); } #txt2img_results, #img2img_results, #extras_results { background-color: black; padding: 0; } #txt2img_seed_row { padding: 0; margin-top: 8px; } @@ -97,7 +97,7 @@ div.gradio-container.dark > div.w-full.flex.flex-col.min-h-screen > div { backgr #txt2img_subseed_row { padding: 0; margin-top: 16px; } #txt2img_subseed_show { min-width: 74px; padding: 8px 0 0 0 } #txt2img_subseed_strength { margin-top: 0; } -#txt2img_tools, #img2img_tools { margin-top: 54px; scale: 120%; margin-left: 32px; gap: 5px; max-width: 210px; } +#txt2img_tools, #img2img_tools { margin-top: 54px; scale: 120%; margin-left: 26px; } #txtimg_hr_finalres { max-width: 200px; } /* custom elements overrides */