stable-diffusion-webui-loca.../template/ja_JP/extensions/unprompted.json

291 lines
24 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"Unprompted": "Unprompted",
"Enabled": "有効化",
"Unprompted Seed": "未プロンプトのシード値",
"Functions": "機能",
"Select function:": "機能選択",
"Options": "オプション",
"Example Function": "関数例",
"Enter a subject 🡢 subject": "件名を入力 🡢 subject",
"Add fluff terms? 🡢 use_fluff": "Add fluff terms? 🡢 use_fluff",
"Auto-include this in prompt": "プロンプトに自動的に含める",
"Generate Shortcode": "ショートコードを作成",
"img2img folder": "img2imgフォルダ",
"Image folder 🡢 folder": "イメージフォルダー 🡢 folder",
"String to include before the filename 🡢 pre": "ファイル名の前に含める文字列 🡢 pre",
"String to include after the filename 🡢 post": "ファイル名の後に含める文字列 🡢 post",
"txt2img2img": "txt2img2img",
"Subject A 🡢 subject_a": "Subject A 🡢 subject_a",
"Subject B 🡢 subject_b": "Subject B 🡢 subject_b",
"Shortcodes": "ショートコード",
"Select shortcode:": "ショートコードを選択:",
"Content": "内容",
"##": "##",
"##: Houses a multiline comment that will not affect the final output.": "##: 最終的な出力に影響を与えない複数行のコメントを入れる。",
"#": "#",
"#: Houses a comment that does not affect your final prompt.": "#: 最終的なプロンプトに影響を与えない程度のコメントを入れる。",
"Comment 🡢 str": "コメント 🡢 str",
"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: Replaces the content with one or more antonyms.": "antonyms: Replaces the content with one or more antonyms.",
"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: 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: Attempts to correct the spelling of content.": "autocorrect: コンテンツのスペルを修正しようとします。",
"case": "ケース",
"case: Use within [switch] to run different logic blocks depending on the value of a var.": "例var の値に応じて異なるロジックブロックを実行するには [switch] 内で使用します。",
"Matching value 🡢 str": "一致する値 🡢 str",
"casing": "casing",
"casing: Converts the casing of content.": "casing: Converts the casing of content.",
"Casing method 🡢 str": "Casing method 🡢 str",
"camelcase": "キャメルケース",
"uppercase": "大文字",
"lowercase": "小文字",
"pascalcase": "パスカルケース",
"snakecase": "スネークケース",
"constcase": "コンストケース",
"kebabcase": "ケバブケース",
"upperkebabcase": "アッパーケバブケース",
"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: 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: 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: do-untilループです。",
"Until condition 🡢 until": "Until condition 🡢 until",
"elif": "elif",
"elif: Shorthand 'else-if.'": "elif: 「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: simpleevalライブラリでコンテンツをパースし、結果を返します。算術演算に便利です。",
"file": "file",
"file: Processes the file content of 'path.'": "file: 「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: globを使って、指定された場所にあるファイルのリストを返します。",
"Result delimiter 🡢 _delimiter": "Result delimiter 🡢 _delimiter",
"for": "for",
"for: It's a for loop.": "for: forループです。",
"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: 変数の値を返します。",
"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: コンテンツに関する様々な種類のメタデータを返します。",
"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: 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: Returns the maximum value among the given arguments.": "max: 与えられた引数の中の最大値を返します。",
"min": "最小値",
"min: Returns the minimum value among the given arguments.": "min: 与えられた引数の中の最小値を返します。",
"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: 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: 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": "文字数",
"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": "追加",
"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": "画像のパス",
"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": "左から右へ",
"right-to-left": "右から左へ",
"top-to-bottom": "上から下へ",
"bottom-to-top": "下から上へ",
"big-to-small": "大きいものから小さいもの",
"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": "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"
}