stable-diffusion-webui-loca.../template/extensions/tooltips/Dreambooth.json

489 lines
23 KiB
JSON

{
"API Key": {
"key": "API Key",
"tooltip": "Used for securing the Web API. Click the refresh button to the right to (re)generate your key, the trash icon to remove it."
},
"AdamW Weight Decay": {
"key": "AdamW Weight Decay",
"tooltip": "The weight decay of the AdamW Optimizer. Values closer to 0 closely match your training dataset, and values closer to 1 generalize more and deviate from your training dataset. Default is 1e-2, values lower than 0.1 are recommended."
},
"Amount of time to pause between Epochs (s)": {
"key": "Amount of time to pause between Epochs (s)",
"tooltip": "When 'Pause After N Epochs' is greater than 0, this is the amount of time, in seconds, that training will be paused for"
},
"Apply Horizontal Flip": {
"key": "Apply Horizontal Flip",
"tooltip": "Randomly decide to flip images horizontally."
},
"Batch Size": {
"key": "Batch Size",
"tooltip": "How many images to process at once per training step?"
},
"Cache Latents": {
"key": "Cache Latents",
"tooltip": "When this box is checked latents will be cached. Caching latents will use more VRAM, but improve training speed."
},
"Cancel": { "key": "Cancel", "tooltip": "Cancel training." },
"Class Batch Size": {
"key": "Class Batch Size",
"tooltip": "How many classifier/regularization images to generate at once."
},
"Class Images Per Instance Image": {
"key": "Class Images Per Instance Image",
"tooltip": "How many classification images to use per instance image."
},
"Class Prompt": {
"key": "Class Prompt",
"tooltip": "A prompt for generating classification/regularization images. See the readme for more info."
},
"Class Token": {
"key": "Class Token",
"tooltip": "When using [filewords], this is the class identifier to use/find in existing prompts. Should be a single word."
},
"Classification CFG Scale": {
"key": "Classification CFG Scale",
"tooltip": "The Classifier-Free Guidance Scale to use for classifier/regularization images."
},
"Classification Dataset Directory": {
"key": "Classification Dataset Directory",
"tooltip": "The directory containing classification/regularization images."
},
"Classification Image Negative Prompt": {
"key": "Classification Image Negative Prompt",
"tooltip": "A negative prompt to use when generating class images. Can be empty."
},
"Classification Steps": {
"key": "Classification Steps",
"tooltip": "The number of steps to use when generating classifier/regularization images."
},
"Clip Skip": {
"key": "Clip Skip",
"tooltip": "Use output of nth layer from back of text encoder (n>=1)"
},
"Concepts List": {
"key": "Concepts List",
"tooltip": "The path to the concepts JSON file, or a JSON string."
},
"Constant/Linear Starting Factor": {
"key": "Constant/Linear Starting Factor",
"tooltip": "Sets the initial learning rate to the main_lr * this value. If you had a target LR of .000006 and set this to .5, the scheduler would start at .000003 and increase until it reached .000006."
},
"Create From Hub": {
"key": "Create From Hub",
"tooltip": "Import a model from Huggingface.co instead of using a local checkpoint. Hub model MUST contain diffusion weights. You can specify a local folder with a cloned model, no HF token will be needed in this case."
},
"Create Model": { "key": "Create Model", "tooltip": "Create a new model." },
"Create": { "key": "Create", "tooltip": "Create the danged model already." },
"Custom Model Name": {
"key": "Custom Model Name",
"tooltip": "A custom name to use when saving .ckpt and .pt files. Subdirectories will also be named this."
},
"Dataset Directory": {
"key": "Dataset Directory",
"tooltip": "The directory containing training images."
},
"Debug Buckets": {
"key": "Debug Buckets",
"tooltip": "Examine the instance and class images and report any instance images without corresponding class images."
},
"Discord Webhook": {
"key": "Discord Webhook",
"tooltip": "Send training samples to a Discord channel after generation."
},
"Existing Prompt Contents": {
"key": "Existing Prompt Contents",
"tooltip": "If using [filewords], this tells the string builder how the existing prompts are formatted."
},
"Extract EMA Weights": {
"key": "Extract EMA Weights",
"tooltip": "If EMA weights are saved in a model, these will be extracted instead of the full Unet. Probably not necessary for training or fine-tuning."
},
"Freeze CLIP Normalization Layers": {
"key": "Freeze CLIP Normalization Layers",
"tooltip": "Keep the normalization layers of CLIP frozen during training. Advanced usage, may increase model performance and editability."
},
"Generate Ckpt": {
"key": "Generate Ckpt",
"tooltip": "Generate a checkpoint at the current training level."
},
"Generate Class Images": {
"key": "Generate Class Images",
"tooltip": "Create classification images using training settings without training."
},
"Generate Classification Images Using txt2img": {
"key": "Generate Classification Images Using txt2img",
"tooltip": "Use the source checkpoint and TXT2IMG to generate class images."
},
"Generate Classification Images to match Instance Resolutions": {
"key": "Generate Classification Images to match Instance Resolutions",
"tooltip": "Instead of generating square class images, they will be generated at the same resolution(s) as class images."
},
"Generate Graph": {
"key": "Generate Graph",
"tooltip": "Generate graphs from training logs showing learning rate and loss averages over the course of training."
},
"Generate Sample Images": {
"key": "Generate Sample Images",
"tooltip": "Generate sample images using the currently saved diffusers model."
},
"Generate Samples": {
"key": "Generate Samples",
"tooltip": "Trigger sample generation after the next training epoch."
},
"Generate a .ckpt file when saving during training.": {
"key": "Generate a .ckpt file when saving during training.",
"tooltip": "When enabled, a checkpoint will be generated at the specified epoch intervals while training is active. This also controls manual generation using the 'save weights' button while training is active."
},
"Generate a .ckpt file when training completes.": {
"key": "Generate a .ckpt file when training completes.",
"tooltip": "When enabled, a checkpoint will be generated when training completes successfully."
},
"Generate a .ckpt file when training is cancelled.": {
"key": "Generate a .ckpt file when training is cancelled.",
"tooltip": "When enabled, a checkpoint will be generated when training is cancelled by the user."
},
"Generate lora weights Generate lora weights for additional networks.": {
"key": "Generate lora weights Generate lora weights for additional networks.",
"tooltip": "When enabled, a lora .safetensors file will be generated in the ui lora model directory that is compatible with additional networks. Not compatible with extended lora."
},
"Generate lora weights when saving during training.": {
"key": "Generate lora weights when saving during training.",
"tooltip": "When enabled, lora .pt files will be generated at each specified epoch interval during training. This also affects whether .pt files will be generated when manually clicking the 'Save Weights' button."
},
"Generate lora weights when training completes.": {
"key": "Generate lora weights when training completes.",
"tooltip": "When enabled, lora .pt files will be generated when training completes."
},
"Generate lora weights when training is canceled.": {
"key": "Generate lora weights when training is canceled.",
"tooltip": "When enabled, lora .pt files will be generated when training is cancelled by the user."
},
"Gradient Accumulation Steps": {
"key": "Gradient Accumulation Steps",
"tooltip": "Number of updates steps to accumulate before performing a backward/update pass. You should try to make this the same as your batch size."
},
"Gradient Checkpointing": {
"key": "Gradient Checkpointing",
"tooltip": "This is a technique to reduce memory usage by clearing activations of certain layers and recomputing them during a backward pass. Effectively, this trades extra computation time for reduced memory usage."
},
"Graph Smoothing Steps": {
"key": "Graph Smoothing Steps",
"tooltip": "How many timesteps to smooth graph data over. A lower value means a more jagged graph with more information, higher value will make things prettier but slightly less accurate."
},
"Half Model": {
"key": "Half Model",
"tooltip": "Enable this to generate model with fp16 precision. Results in a smaller checkpoint with minimal loss in quality."
},
"HuggingFace Token": {
"key": "HuggingFace Token",
"tooltip": "Your huggingface token to use for cloning files."
},
"Instance Prompt": {
"key": "Instance Prompt",
"tooltip": "A prompt describing the subject. Use [Filewords] to parse image filename/.txt to insert existing prompt here."
},
"Instance Token": {
"key": "Instance Token",
"tooltip": "When using [filewords], this is the instance identifier that is unique to your subject. Should be a single word."
},
"Learning Rate Scheduler": {
"key": "Learning Rate Scheduler",
"tooltip": "The learning rate scheduler to use. All schedulers use the provided warmup time except for 'constant'."
},
"Learning Rate Warmup Steps": {
"key": "Learning Rate Warmup Steps",
"tooltip": "Number of steps for the warmup in the lr scheduler. LR will start at 0 and increase to this value over the specified number of steps."
},
"Learning Rate": {
"key": "Learning Rate",
"tooltip": "The rate at which the model learns. Default is 2e-6."
},
"Load Settings": {
"key": "Load Settings",
"tooltip": "Load last saved training parameters for the model."
},
"Log Memory": {
"key": "Log Memory",
"tooltip": "Log the current GPU memory usage."
},
"Lora Model": {
"key": "Lora Model",
"tooltip": "The Lora model to load for continued fine-tuning or checkpoint generation."
},
"Use Lora Extended": {
"key": "Use Lora Extended",
"tooltip": "Trains the Lora model with resnet layers. This will always improves quality and editability, but leads to bigger files."
},
"Lora UNET Rank": {
"key": "Lora UNET Rank",
"tooltip": "The rank for the Lora UNET (Default 4). Higher values = better quality with large file size. Lower values = sacrifice quality with lower file size. Learning rates work differently at different ranks. Saved loras at high precision (fp32) will lead to larger lora files."
},
"Lora Text Encoder Rank": {
"key": "Lora Text Encoder Rank",
"tooltip": "The rank for the Lora Text Encoder (Default 4). Higher values = better quality with large file size. Lower values = sacrifice quality with lower file size. Learning rates work differently at different ranks. Saved loras at high precision (fp32) will lead to larger lora files."
},
"Lora Text Learning Rate": {
"key": "Lora Text Learning Rate",
"tooltip": "The learning rate at which to train lora text encoder. Regular learning rate is ignored."
},
"Lora Text Weight": {
"key": "Lora Text Weight",
"tooltip": "What percentage of the lora weights should be applied to the text encoder when creating a checkpoint."
},
"Lora UNET Learning Rate": {
"key": "Lora UNET Learning Rate",
"tooltip": "The learning rate at which to train lora unet. Regular learning rate is ignored."
},
"Lora Weight": {
"key": "Lora Weight",
"tooltip": "What percentage of the lora weights should be applied to the unet when creating a checkpoint."
},
"Max Resolution": {
"key": "Max Resolution",
"tooltip": "The resolution of input images. When using bucketing, this is the maximum size of image buckets."
},
"Max Token Length": {
"key": "Max Token Length",
"tooltip": "Maximum token length to respect. You probably want to leave this at 75."
},
"Memory Attention": {
"key": "Memory Attention",
"tooltip": "The type of memory attention to use. 'Xformers' will provide better performance than flash_attention, but requires a separate installation."
},
"Min Learning Rate": {
"key": "Min Learning Rate",
"tooltip": "The minimum learning rate to decrease to over time."
},
"Mixed Precision": {
"key": "Mixed Precision",
"tooltip": "Use FP16 or BF16 (if available) will help improve memory performance. Required when using 'xformers'."
},
"Model Path": {
"key": "Model Path",
"tooltip": "The URL to the model on huggingface. Should be in the format of 'developer/model_name'."
},
"Model": { "key": "Model", "tooltip": "The model to train." },
"Name": { "key": "Name", "tooltip": "The name of the model to create." },
"Number of Hard Resets": {
"key": "Number of Hard Resets",
"tooltip": "Number of hard resets of the lr in cosine_with_restarts scheduler."
},
"Number of Samples to Generate": {
"key": "Number of Samples to Generate",
"tooltip": "How many samples to generate per subject."
},
"Offset Noise": {
"key": "Offset Noise",
"tooltip": "Allows the model to learn brightness and contrast with greater detail during training. Value controls the strength of the effect, 0 disables it."
},
"Pad Tokens": {
"key": "Pad Tokens",
"tooltip": "Pad the input images token length to this amount. You probably want to do this."
},
"Pause After N Epochs": {
"key": "Pause After N Epochs",
"tooltip": "Number of epochs after which training will be paused for the specified time. Useful if you want to give your GPU a rest."
},
"Performance Wizard (WIP)": {
"key": "Performance Wizard (WIP)",
"tooltip": "Attempt to automatically set training parameters based on total VRAM. Still under development."
},
"Polynomial Power": {
"key": "Polynomial Power",
"tooltip": "Power factor of the polynomial scheduler."
},
"Pretrained VAE Name or Path": {
"key": "Pretrained VAE Name or Path",
"tooltip": "To use an alternate VAE, you can specify the path to a directory containing a pytorch_model.bin representing your VAE."
},
"Preview Prompts": {
"key": "Preview Prompts",
"tooltip": "Generate a JSON representation of prompt data used for training."
},
"Prior Loss Weight": {
"key": "Prior Loss Weight",
"tooltip": "Prior loss weight."
},
"Sample CFG Scale": {
"key": "Sample CFG Scale",
"tooltip": "The Classifier-Free Guidance Scale to use for preview images."
},
"Sample Image Prompt": {
"key": "Sample Image Prompt",
"tooltip": "The prompt to use when generating preview images."
},
"Sample Negative Prompt": {
"key": "Sample Negative Prompt",
"tooltip": "A negative prompt to use when generating preview images."
},
"Sample Prompt Template File": {
"key": "Sample Prompt Template File",
"tooltip": "The path to a txt file to use for sample prompts. Use [filewords] or [name] to insert class token in sample prompts"
},
"Sample Prompt": {
"key": "Sample Prompt",
"tooltip": "The prompt to use to generate a sample image"
},
"Sample Seed": {
"key": "Sample Seed",
"tooltip": "The seed to use when generating samples. Set to -1 to use a random seed every time."
},
"Sample Steps": {
"key": "Sample Steps",
"tooltip": "The number of steps to use when generating classifier/regularization images."
},
"Sanity Sample Prompt": {
"key": "Sanity Sample Prompt",
"tooltip": "A prompt used to generate a 'baseline' image that will be created with other samples to verify model fidelity."
},
"Sanity Sample Seed": {
"key": "Sanity Sample Seed",
"tooltip": "The seed to use when generating the validation sample image. -1 is not supported."
},
"Save Checkpoint to Subdirectory": {
"key": "Save Checkpoint to Subdirectory",
"tooltip": "When enabled, checkpoints will be saved to a subdirectory in the selected checkpoints folder."
},
"Save Model Frequency (Epochs)": {
"key": "Save Model Frequency (Epochs)",
"tooltip": "Save a checkpoint every N epochs."
},
"Save Model Frequency (Step)": {
"key": "Save Model Frequency (Step)",
"tooltip": "Save a checkpoint every N epochs. Must be divisible by batch number."
},
"Save Preview(s) Frequency (Epochs)": {
"key": "Save Preview(s) Frequency (Epochs)",
"tooltip": "Generate preview images every N epochs."
},
"Save Preview(s) Frequency (Step)": {
"key": "Save Preview(s) Frequency (Step)",
"tooltip": "Generate preview images every N steps. Must be divisible by batch number."
},
"Save Settings": {
"key": "Save Settings",
"tooltip": "Save the current training parameters to the model config file."
},
"Save Weights": {
"key": "Save Weights",
"tooltip": "Save weights/checkpoint/snapshot as specified in the saving section for saving 'during' training."
},
"Save and Test Webhook": {
"key": "Save and Test Webhook",
"tooltip": "Save the currently entered webhook URL and send a test message to it."
},
"Save separate diffusers snapshots when saving during training.": {
"key": "Save separate diffusers snapshots when saving during training.",
"tooltip": "When enabled, a unique snapshot of the diffusion weights will be saved at each specified epoch interval. This uses more HDD space (A LOT), but allows resuming from training, including the optimizer state."
},
"Save separate diffusers snapshots when training completes.": {
"key": "Save separate diffusers snapshots when training completes.",
"tooltip": "When enabled, a unique snapshot of the diffusion weights will be saved when training completes. This uses more HDD space, but allows resuming from training including the optimizer state."
},
"Save separate diffusers snapshots when training is cancelled.": {
"key": "Save separate diffusers snapshots when training is cancelled.",
"tooltip": "When enabled, a unique snapshot of the diffusion weights will be saved when training is canceled. This uses more HDD space, but allows resuming from training including the optimizer state."
},
"Save EMA Weights to Generated Models": {
"key": "Save EMA Weights to Generated Models",
"tooltip": "If a model was extracted or trained with EMA weights, these will be appended separately to the model for use in training later."
},
"Scale Position": {
"key": "Scale Position",
"tooltip": "The percent in training where the 'final' learning rate should be achieved. If training at 100 epochs and this is set to 0.25, the final LR will be reached at epoch 25."
},
"Scheduler": {
"key": "Scheduler",
"tooltip": "Model scheduler to use. Only applies to models before 2.0."
},
"Set Gradients to None When Zeroing": {
"key": "Set Gradients to None When Zeroing",
"tooltip": "When performing the backwards pass, gradients will be set to none, instead of creating a new empty tensor. This will slightly improve VRAM."
},
"Shuffle After Epoch": {
"key": "Shuffle After Epoch",
"tooltip": "When enabled, will shuffle the dataset after the first epoch. Will enable text encoder training and latent caching (More VRAM)."
},
"Shuffle Tags": {
"key": "Shuffle Tags",
"tooltip": "When enabled, tags after the first ',' in a prompt will be randomly ordered, which can potentially improve training."
},
"Source Checkpoint": {
"key": "Source Checkpoint",
"tooltip": "The source checkpoint to extract for training."
},
"Step Ratio of Text Encoder Training": {
"key": "Step Ratio of Text Encoder Training",
"tooltip": "The number of steps per image (Epoch) to train the text encoder for. Set 0.5 for 50% of the epochs"
},
"Strict Tokens": {
"key": "Strict Tokens",
"tooltip": "Parses instance prompts separated by the following characters [,;.!?], and prevents breaking up tokens when using the tokenizer. Useful if you have prompts separated by a lot of tags."
},
"Total Number of Class/Reg Images": {
"key": "Total Number of Class/Reg Images",
"tooltip": "Total number of classification/regularization images to use. If no images exist, they will be generated. Set to 0 to disable prior preservation."
},
"Train Imagic Only": {
"key": "Train Imagic Only",
"tooltip": "Uses Imagic for training instead of full dreambooth, useful for training with a single instance image."
},
"Train Text Encoder": {
"key": "Train Text Encoder",
"tooltip": "Enabling this will provide better results and editability, but cost more VRAM."
},
"Train": { "key": "Train", "tooltip": "Start training." },
"Training Steps Per Image (Epochs)": {
"key": "Training Steps Per Image (Epochs)",
"tooltip": "This is the total number of training steps that will be performed on each instance image."
},
"Training Wizard (Object/Style)": {
"key": "Training Wizard (Object/Style)",
"tooltip": "Calculate training parameters for a non-human subject based on number of instance images and set larning rate. Disables prior preservation."
},
"Training Wizard (Person)": {
"key": "Training Wizard (Person)",
"tooltip": "Calculate training parameters for a human subject based on number of instance images and set learning rate. Enables prior preservation."
},
"Unfreeze Model": {
"key": "Unfreeze Model",
"tooltip": "Unfreezes model layers and allows for potentially better training, but makes increased VRAM usage more likely."
},
"Use 8bit Adam": {
"key": "Use 8bit Adam",
"tooltip": "Enable this to save VRAM."
},
"Use CPU Only (SLOW)": {
"key": "Use CPU Only (SLOW)",
"tooltip": "Guess what - this will be incredibly slow, but it will work for < 8GB GPUs."
},
"Use Concepts List": {
"key": "Use Concepts List",
"tooltip": "Train multiple concepts from a JSON file or string."
},
"Use EMA": {
"key": "Use EMA",
"tooltip": "Enabling this will provide better results and editability, but cost more VRAM."
},
"Use EMA Weights for Inference": {
"key": "Use EMA Weights for Inference",
"tooltip": "Enabling this will save the EMA unet weights as the 'normal' model weights and ignore the regular unet weights."
},
"Use Epoch Values for Save Frequency": {
"key": "Use Epoch Values for Save Frequency",
"tooltip": "When enabled, save frequencies below are based on number of epochs. When disabled, frequencies are based on number of training steps."
},
"Use LORA": {
"key": "Use LORA",
"tooltip": "Uses Low-rank Adaptation for Fast Text-to-Image Diffusion Fine-tuning. Uses less VRAM, saves a .pt file instead of a full checkpoint"
},
"Use Lifetime Epochs When Saving": {
"key": "Use Lifetime Epochs When Saving",
"tooltip": "When checked, will save preview images and checkpoints using lifetime epochs, versus current training epochs."
},
"Use Lifetime Steps When Saving": {
"key": "Use Lifetime Steps When Saving",
"tooltip": "When checked, will save preview images and checkpoints using lifetime steps, versus current training steps."
}
}