{ "Unprompted": "非文本(代碼化)提示詞", "Enabled": "啟用", "Unprompted Seed": "Unprompted Seed", "Functions": "Functions", "Select function:": "Select function:", "Options": "Options", "Example Function": "Example Function", "Enter a subject 🡢 subject": "Enter a subject 🡢 subject", "Add fluff terms? 🡢 use_fluff": "Add fluff terms? 🡢 use_fluff", "Auto-include this in prompt": "Auto-include this in prompt", "Generate Shortcode": "Generate Shortcode", "img2img folder": "img2img folder", "Image folder 🡢 folder": "Image folder 🡢 folder", "String to include before the filename 🡢 pre": "String to include before the filename 🡢 pre", "String to include after the filename 🡢 post": "String to include after the filename 🡢 post", "txt2img2img": "txt2img2img", "Subject A 🡢 subject_a": "Subject A 🡢 subject_a", "Subject B 🡢 subject_b": "Subject B 🡢 subject_b", "Shortcodes": "Shortcodes", "Select shortcode:": "Select shortcode:", "Content": "Content", "##": "##", "##: Houses a multiline comment that will not affect the final output.": "##: Houses a multiline comment that will not affect the final output.", "#": "#", "#: Houses a comment that does not affect your final prompt.": "#: Houses a comment that does not affect your final prompt.", "Comment 🡢 str": "Comment 🡢 str", "after": "after", "after: Processes arbitrary text following the main output.": "after: Processes arbitrary text following the main output.", "Order compared to other [after] blocks 🡢 int": "Order compared to other [after] blocks 🡢 int", "antonyms": "antonyms", "antonyms: Replaces the content with one or more antonyms.": "antonyms: Replaces the content with one or more antonyms.", "array": "array", "array: Manages a group or list of values.": "array: Manages a group or list of values.", "Name of array variable 🡢 str": "Name of array variable 🡢 str", "Get or set index statements 🡢 verbatim": "Get or set index statements 🡢 verbatim", "Custom delimiter string 🡢 _delimiter": "Custom delimiter string 🡢 _delimiter", "Shuffle the array 🡢 _shuffle": "Shuffle the array 🡢 _shuffle", "Prepend value(s) to the array 🡢 _prepend": "Prepend value(s) to the array 🡢 _prepend", "Append value(s) to the array 🡢 _append": "Append value(s) to the array 🡢 _append", "Delete value(s) from the array by index 🡢 _del": "Delete value(s) from the array by index 🡢 _del", "Removed specified value(s) from the array 🡢 _remove": "Removed specified value(s) from the array 🡢 _remove", "Find the first index of the following value(s) 🡢 _find": "Find the first index of the following value(s) 🡢 _find", "article": "article", "article: Returns the content with prefixed with a definite or indefinite article.": "article: Returns the content with prefixed with a definite or indefinite article.", "autocorrect": "autocorrect", "autocorrect: Attempts to correct the spelling of content.": "autocorrect: Attempts to correct the spelling of content.", "case": "case", "case: Use within [switch] to run different logic blocks depending on the value of a var.": "case: Use within [switch] to run different logic blocks depending on the value of a var.", "Matching value 🡢 str": "Matching value 🡢 str", "casing": "casing", "casing: Converts the casing of content.": "casing: Converts the casing of content.", "Casing method 🡢 str": "Casing method 🡢 str", "camelcase": "camelcase", "uppercase": "uppercase", "lowercase": "lowercase", "pascalcase": "pascalcase", "snakecase": "snakecase", "constcase": "constcase", "kebabcase": "kebabcase", "upperkebabcase": "upperkebabcase", "separatorcase": "separatorcase", "sentencecase": "sentencecase", "titlecase": "titlecase", "alphanumcase": "alphanumcase", "chance": "chance", "chance: Returns the content if the number you passed is greater than or equal to a random number between 1 and 100.": "chance: Returns the content if the number you passed is greater than or equal to a random number between 1 and 100.", "Highest possible roll 🡢 _sides": "Highest possible roll 🡢 _sides", "choose": "choose", "choose: Returns one of multiple options, delimited by newline or vertical pipe": "choose: Returns one of multiple options, delimited by newline or vertical pipe", "Number of times to choose 🡢 int": "Number of times to choose 🡢 int", "String delimiter when returning more than one choice 🡢 _sep": "String delimiter when returning more than one choice 🡢 _sep", "Custom weight per option 🡢 _weighted": "Custom weight per option 🡢 _weighted", "Override random nature of shortcode with predetermined outcome 🡢 _case": "Override random nature of shortcode with predetermined outcome 🡢 _case", "config": "config", "config: Updates your settings with the content for the duration of a run.": "config: Updates your settings with the content for the duration of a run.", "conjugate": "conjugate", "conjugate: Converts the content verb into another conjugated form.": "conjugate: Converts the content verb into another conjugated form.", "do": "do", "do: It's a do-until loop.": "do: It's a do-until loop.", "Until condition 🡢 until": "Until condition 🡢 until", "elif": "elif", "elif: Shorthand 'else-if.'": "elif: Shorthand 'else-if.'", "else": "else", "else: Returns content if a previous conditional shortcode failed its check, otherwise discards content.": "else: Returns content if a previous conditional shortcode failed its check, otherwise discards content.", "eval": "eval", "eval: Parses the content using the simpleeval library, returning the result. Particularly useful for arithmetic.": "eval: Parses the content using the simpleeval library, returning the result. Particularly useful for arithmetic.", "file": "file", "file: Processes the file content of 'path.'": "file: Processes the file content of 'path.'", "filelist": "filelist", "Filepath 🡢 str": "Filepath 🡢 str", "Expected encoding 🡢 _encoding": "Expected encoding 🡢 _encoding", "filelist: Returns a list of files at a given location using glob.": "filelist: Returns a list of files at a given location using glob.", "Result delimiter 🡢 _delimiter": "Result delimiter 🡢 _delimiter", "for": "for", "for: It's a for loop.": "for: It's a for loop.", "Set a variable 🡢 my_var": "Set a variable 🡢 my_var", "Conditional check 🡢 str": "Conditional check 🡢 str", "Operation to perform at the end step 🡢 str": "Operation to perform at the end step 🡢 str", "get": "get", "get: Returns the value of a variable.": "get: Returns the value of a variable.", "Variable to get 🡢 str": "Variable to get 🡢 str", "Default value if the variable doesn't exist 🡢 _default": "Default value if the variable doesn't exist 🡢 _default", "Separator string when returning multiple variables 🡢 _sep": "Separator string when returning multiple variables 🡢 _sep", "String to prepend to the variable 🡢 _before": "String to prepend to the variable 🡢 _before", "String to append to the variable 🡢 _after": "String to append to the variable 🡢 _after", "hypernyms": "hypernyms", "hypernyms: Replaces the content with one or more hypernyms.": "hypernyms: Replaces the content with one or more hypernyms.", "hyponyms": "hyponyms", "hyponyms: Replaces the content with one or more synonyms.": "hyponyms: Replaces the content with one or more synonyms.", "if": "if", "if: Checks whether a variable is equal to a given value.": "if: Checks whether a variable is equal to a given value.", "Conditional statement 🡢 my_var": "Conditional statement 🡢 my_var", "Evaluation method 🡢 _is": "Evaluation method 🡢 _is", "Invert evaluation such that a true statement will return false 🡢 _not": "Invert evaluation such that a true statement will return false 🡢 _not", "Return true if any one of multiple conditions are true 🡢 _any": "Return true if any one of multiple conditions are true 🡢 _any", "info": "info", "info: Returns various types of metadata about the content.": "info: Returns various types of metadata about the content.", "Return the character count 🡢 character_count": "Return the character count 🡢 character_count", "Return the word count 🡢 word_count": "Return the word count 🡢 word_count", "Return the sentence count 🡢 sentence_count": "Return the sentence count 🡢 sentence_count", "Return the filename 🡢 filename": "Return the filename 🡢 filename", "Return the CLIP token count (prompt complexity) 🡢 clip_count": "Return the CLIP token count (prompt complexity) 🡢 clip_count", "Return the count of a custom substring 🡢 string_count": "Return the count of a custom substring 🡢 string_count", "length": "length", "length: Returns the number of items in a delimited string.": "length: Returns the number of items in a delimited string.", "The string to evaluate 🡢 str": "The string to evaluate 🡢 str", "Delimiter to check for 🡢 _delimiter": "Delimiter to check for 🡢 _delimiter", "Maximum number to be returned 🡢 _max": "Maximum number to be returned 🡢 _max", "max": "max", "max: Returns the maximum value among the given arguments.": "max: Returns the maximum value among the given arguments.", "min": "min", "min: Returns the minimum value among the given arguments.": "min: Returns the minimum value among the given arguments.", "override": "override", "override: Force variable(s) to hold a pre-determined value the rest of the run.": "override: Force variable(s) to hold a pre-determined value the rest of the run.", "Arguments in variable=value format 🡢 verbatim": "Arguments in variable=value format 🡢 verbatim", "pluralize": "pluralize", "pluralize: Converts the content into plural form.": "pluralize: Converts the content into plural form.", "random: Returns a random number between 0 and a given max value (inclusive)": "random: Returns a random number between 0 and a given max value (inclusive)", "Minimum number 🡢 _min": "Minimum number 🡢 _min", "Maximum number 🡢 _max": "Maximum number 🡢 _max", "Evaluate as floats instead of integers 🡢 _float": "Evaluate as floats instead of integers 🡢 _float", "repeat": "repeat", "repeat: Returns the content an arbitrary number of times.": "repeat: Returns the content an arbitrary number of times.", "Number of times to repeat the content 🡢 int": "Number of times to repeat the content 🡢 int", "Delimiter string between outputs 🡢 _sep": "Delimiter string between outputs 🡢 _sep", "replace": "replace", "replace: Updates a string using the arguments for replacement logic.": "replace: Updates a string using the arguments for replacement logic.", "Arbitrary replacement arguments in old=new format 🡢 verbatim": "Arbitrary replacement arguments in old=new format 🡢 verbatim", "Original value, with advanced expression support 🡢 _from": "Original value, with advanced expression support 🡢 _from", "New value, with advanced expression support 🡢 _to": "New value, with advanced expression support 🡢 _to", "Maximum number of times the replacement may occur 🡢 _count": "Maximum number of times the replacement may occur 🡢 _count", "set": "set", "set: Stores a value into a given variable.": "set: Stores a value into a given variable.", "Variable name 🡢 verbatim": "Variable name 🡢 verbatim", "Only set this variable if it doesn't already exist 🡢 _new": "Only set this variable if it doesn't already exist 🡢 _new", "Array of valid values (used in conjunction with _new) 🡢 _choices": "Array of valid values (used in conjunction with _new) 🡢 _choices", "Append the content to the variable's current value 🡢 _append": "Append the content to the variable's current value 🡢 _append", "Prepend the content to the variable's current value 🡢 _prepend": "Prepend the content to the variable's current value 🡢 _prepend", "Print the variable's value 🡢 _out": "Print the variable's value 🡢 _out", "sets": "sets", "sets: The atomic version of [set] that lets you set multiple variables at once.": "sets: The atomic version of [set] that lets you set multiple variables at once.", "Arbitrary arguments in variable=value format 🡢 verbatim": "Arbitrary arguments in variable=value format 🡢 verbatim", "singularize": "singularize", "singularize: Converts the content into singular form.": "singularize: Converts the content into singular form.", "substring: Slices up the content.": "substring: Slices up the content.", "Beginning index of the substring 🡢 start": "Beginning index of the substring 🡢 start", "Ending index of the substring 🡢 end": "Ending index of the substring 🡢 end", "Step size 🡢 step": "Step size 🡢 step", "Unit type 🡢 unit": "Unit type 🡢 unit", "characters": "characters", "words": "words", "switch": "switch", "switch: Use in conjunction with [case] to run different logic blocks depending on the value of a var.": "switch: Use in conjunction with [case] to run different logic blocks depending on the value of a var.", "Variable to test against 🡢 verbatim": "Variable to test against 🡢 verbatim", "synonyms": "synonyms", "synonyms: Replaces the content with one or more synonyms.": "synonyms: Replaces the content with one or more synonyms.", "template: This is used by the Wizard to instantiate a custom template UI. It is bypassed by the normal shortcode parser.": "template: This is used by the Wizard to instantiate a custom template UI. It is bypassed by the normal shortcode parser.", "unset": "unset", "unset: Removes one or more variables from memory. Generally not needed.": "unset: Removes one or more variables from memory. Generally not needed.", "Arbitrary variable names to free from memory 🡢 verbatim": "Arbitrary variable names to free from memory 🡢 verbatim", "while": "while", "while: Loops content until the condition returns false.": "while: Loops content until the condition returns false.", "Arbitrary conditional statement(s) to test against 🡢 verbatim": "Arbitrary conditional statement(s) to test against 🡢 verbatim", "Invert evaluation such that a false condition will end the loop 🡢 _not": "Invert evaluation such that a false condition will end the loop 🡢 _not", "controlnet": "controlnet", "controlnet: A neural network structure to control diffusion models by adding extra conditions. Check manual for setup info.": "controlnet: A neural network structure to control diffusion models by adding extra conditions. Check manual for setup info.", "Model name (do not include extension) 🡢 model": "Model name (do not include extension) 🡢 model", "Resolution of the detection map 🡢 detect_resolution": "Resolution of the detection map 🡢 detect_resolution", "Use low VRAM mode? 🡢 save_memory": "Use low VRAM mode? 🡢 save_memory", "DDIM ETA 🡢 eta": "DDIM ETA 🡢 eta", "Value Threshold 🡢 value_threhsold": "Value Threshold 🡢 value_threhsold", "Distance Threshold 🡢 distance_threhsold": "Distance Threshold 🡢 distance_threhsold", "Background Threshold 🡢 bg_threhsold": "Background Threshold 🡢 bg_threhsold", "Canny low threshold 🡢 low_threshold": "Canny low threshold 🡢 low_threshold", "Canny high threshold 🡢 high_threshold": "Canny high threshold 🡢 high_threshold", "Render hands with Openpose? 🡢 openpose_hands": "Render hands with Openpose? 🡢 openpose_hands", "enable_multi_images": "enable_multi_images", "enable_multi_images: Allows to use multiple init_images or multiple masks": "enable_multi_images: Allows to use multiple init_images or multiple masks", "file2mask": "file2mask", "file2mask: Modify or replace your img2img mask with arbitrary files.": "file2mask: Modify or replace your img2img mask with arbitrary files.", "Path to image file 🡢 str": "Path to image file 🡢 str", "Mask blend mode 🡢 mode": "Mask blend mode 🡢 mode", "add": "add", "subtract": "subtract", "discard": "discard", "Show mask in output 🡢 show": "Show mask in output 🡢 show", "img2img": "圖生圖", "img2img: Runs an img2img task inside of an [after] block.": "img2img: Runs an img2img task inside of an [after] block.", "img2img_autosize": "img2img_autosize", "img2img_autosize: Automatically adjusts the width and height parameters in img2img mode based on the proportions of the input image.": "img2img_autosize: Automatically adjusts the width and height parameters in img2img mode based on the proportions of the input image.", "Minimum pixels of at least one dimension 🡢 target": "Minimum pixels of at least one dimension 🡢 target", "Only run this shortcode if using full resolution inpainting mode 🡢 only_full_res": "Only run this shortcode if using full resolution inpainting mode 🡢 only_full_res", "img2pez": "img2pez", "img2pez: Optimize a hard prompt using the PEZ algorithm and CLIP encoders, AKA Hard Prompts Made Easy.": "img2pez: Optimize a hard prompt using the PEZ algorithm and CLIP encoders, AKA Hard Prompts Made Easy.", "Image path 🡢 image_path": "Image path 🡢 image_path", "Prompt length 🡢 prompt_length": "Prompt length 🡢 prompt_length", "Iterations 🡢 iterations": "Iterations 🡢 iterations", "Learning rate 🡢 learning_rate": "Learning rate 🡢 learning_rate", "Weight decay 🡢 weight_decay": "Weight decay 🡢 weight_decay", "Prompt bs (well, that's what they call it) 🡢 prompt_bs": "Prompt bs (well, that's what they call it) 🡢 prompt_bs", "CLIP model 🡢 clip_model": "CLIP model 🡢 clip_model", "ViT-L-14": "ViT-L-14", "ViT-H-14": "ViT-H-14", "CLIP pretrain 🡢 clip_pretrain": "CLIP pretrain 🡢 clip_pretrain", "openai": "openai", "laion2b_s32b_b79k": "laion2b_s32b_b79k", "Try freeing CLIP model from memory? 🡢 free_memory": "Try freeing CLIP model from memory? 🡢 free_memory", "init_image": "init_image", "init_image: Loads an image from the given path and sets it as the initial image for use with img2img.": "init_image: Loads an image from the given path and sets it as the initial image for use with img2img.", "Image path": "Image path", "instance2mask": "instance2mask", "instance2mask: Creates an image mask from instances of types specified by the content for use with inpainting.": "instance2mask: Creates an image mask from instances of types specified by the content for use with inpainting.", "refine": "refine", "Run inpaint per instance found 🡢 per_instance": "Run inpaint per instance found 🡢 per_instance", "Precision of selected area 🡢 mask_precision": "Precision of selected area 🡢 mask_precision", "Padding radius in pixels 🡢 padding": "Padding radius in pixels 🡢 padding", "Smoothing radius in pixels 🡢 smoothing": "Smoothing radius in pixels 🡢 smoothing", "Precision of instance selection 🡢 instance_precision": "Precision of instance selection 🡢 instance_precision", "Number of instance to select 🡢 select": "Number of instance to select 🡢 select", "Instance selection mode 🡢 select_mode": "Instance selection mode 🡢 select_mode", "overlap": "overlap", "relative overlap": "relative overlap", "greatest area": "greatest area", "invert_mask": "invert_mask", "invert_mask: Inverts the mask (great in combination with multiple txt2masks)": "invert_mask: Inverts the mask (great in combination with multiple txt2masks)", "pix2pix_zero": "pix2pix_zero", "pix2pix_zero: A diffusion-based image-to-image approach that allows users to specify the edit direction on-the-fly.": "pix2pix_zero: A diffusion-based image-to-image approach that allows users to specify the edit direction on-the-fly.", "txt2mask": "txt2mask", "Use legacy weights 🡢 legacy_weights": "Use legacy weights 🡢 legacy_weights", "Precision of selected area 🡢 precision": "Precision of selected area 🡢 precision", "Negative mask prompt 🡢 negative_mask": "Negative mask prompt 🡢 negative_mask", "Negative mask precision of selected area 🡢 neg_precision": "Negative mask precision of selected area 🡢 neg_precision", "Negative mask padding radius in pixels 🡢 neg_padding": "Negative mask padding radius in pixels 🡢 neg_padding", "Negative mask smoothing radius in pixels 🡢 neg_smoothing": "Negative mask smoothing radius in pixels 🡢 neg_smoothing", "Mask color, enables Inpaint Sketch mode 🡢 sketch_color": "Mask color, enables Inpaint Sketch mode 🡢 sketch_color", "Mask alpha, must be used in conjunction with mask color 🡢 sketch_alpha": "Mask alpha, must be used in conjunction with mask color 🡢 sketch_alpha", "Save the mask size to the following variable 🡢 size_var": "Save the mask size to the following variable 🡢 size_var", "zoom_enhance": "zoom_enhance", "zoom_enhance: Upscales a selected portion of the image. ENHANCE!": "zoom_enhance: Upscales a selected portion of the image. ENHANCE!", "Final image not showing up? Try using this workaround 🡢 use_workaround": "Final image not showing up? Try using this workaround 🡢 use_workaround", "Mask to find 🡢 mask": "Mask to find 🡢 mask", "Replacement 🡢 replacement": "Replacement 🡢 replacement", "Negative replacement 🡢 negative_replacement": "Negative replacement 🡢 negative_replacement", "Mask sorting method 🡢 mask_sort_method": "Mask sorting method 🡢 mask_sort_method", "left-to-right": "left-to-right", "right-to-left": "right-to-left", "top-to-bottom": "top-to-bottom", "bottom-to-top": "bottom-to-top", "big-to-small": "big-to-small", "small-to-big": "small-to-big", "unsorted": "unsorted", "Blur edges size 🡢 blur_size": "Blur edges size 🡢 blur_size", "Minimum CFG scale 🡢 cfg_scale_min": "Minimum CFG scale 🡢 cfg_scale_min", "Maximum denoising strength 🡢 denoising_max": "Maximum denoising strength 🡢 denoising_max", "Maximum mask size (if a bigger mask is found, it will bypass the shortcode) 🡢 mask_size_max": "Maximum mask size (if a bigger mask is found, it will bypass the shortcode) 🡢 mask_size_max", "Force denoising strength to this value 🡢 denoising_strength": "Force denoising strength to this value 🡢 denoising_strength", "Force CFG scale to this value 🡢 cfg_scale": "Force CFG scale to this value 🡢 cfg_scale", "Mask minimum number of pixels 🡢 min_area": "Mask minimum number of pixels 🡢 min_area", "Contour padding in pixels 🡢 contour_padding": "Contour padding in pixels 🡢 contour_padding", "Upscale width 🡢 upscale_width": "Upscale width 🡢 upscale_width", "Upscale height 🡢 upscale_height": "Upscale height 🡢 upscale_height", "Include original image in output window 🡢 include_original": "Include original image in output window 🡢 include_original", "Save debug images to WebUI folder 🡢 save": "Save debug images to WebUI folder 🡢 save", "Test prompt": "測試提示詞", "Process Text": "Process Text", "Re-process extra networks after Unprompted is finished (WIP - this is not yet functional!)": "Re-process extra networks after Unprompted is finished (WIP - this is not yet functional!)", "unprompted": "unprompted", "https://github.com/ThereforeGames/unprompted.git": "https://github.com/ThereforeGames/unprompted.git" }