From 4eecb4e46801b7b79e699e5e9dcc8a2f323b64ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=BE=A4=20=E5=85=8B=E5=B9=B8?= Date: Thu, 16 Mar 2023 20:02:50 +0900 Subject: [PATCH] New translations Deforum.json (ja_JP) --- template/ja_JP/extensions | 550 +++++++++++++++++++++++++++----------- 1 file changed, 391 insertions(+), 159 deletions(-) diff --git a/template/ja_JP/extensions b/template/ja_JP/extensions index 7bd67b3..0525cac 100644 --- a/template/ja_JP/extensions +++ b/template/ja_JP/extensions @@ -1,161 +1,393 @@ { - "Dataset Tag Editor": "Dataset Tag Editor", - "hidden_idx_next": "hidden_idx_next", - "hidden_idx_prev": "hidden_idx_prev", - "hidden_s_or_n": "hidden_s_or_n", - "Dataset Filter": "Dataset Filter", - "Filter Apply": "Filter Apply", - "This extension works well with text captions in comma-separated style (such as the tags generated by DeepBooru interrogator).": "This extension works well with text captions in comma-separated style (such as the tags generated by DeepBooru interrogator).", - "Save all changes": "Save all changes", - "Backup original text file (original file will be renamed like filename.000, .001, .002, ...)": "Backup original text file (original file will be renamed like filename.000, .001, .002, ...)", - "Note:": "Note:", - "New text file will be created if you are using filename as captions.": "New text file will be created if you are using filename as captions.", - "Save kohya-ss's finetuning metadata json": "Save kohya-ss's finetuning metadata json", - "json output path": "json output path", - "json input path (Optional)": "json input path (Optional)", - "Overwrite if output file exists": "Overwrite if output file exists", - "Save metadata as caption": "Save metadata as caption", - "Save metadata image key as fullpath": "Save metadata image key as fullpath", - "Results": "Results", - "Reload/Save Settings (config.json)": "Reload/Save Settings (config.json)", - "Reload settings": "Reload settings", - "Save current settings": "Save current settings", - "Restore settings to default": "Restore settings to default", - "Caption File Ext": "Caption File Ext", - "Load": "Load", - "Dataset Load Settings": "Dataset Load Settings", - "Load from subdirectories": "Load from subdirectories", - "Load caption from filename if no text file exists": "Load caption from filename if no text file exists", - "Use Interrogator Caption": "Use Interrogator Caption", - "No": "No", - "If Empty": "If Empty", - "Overwrite": "Overwrite", - "Prepend": "Prepend", - "Append": "Append", - "Interrogators": "Interrogators", - "Interrogator Settings": "Interrogator Settings", - "Use Custom Threshold (Booru)": "Use Custom Threshold (Booru)", - "Booru Score Threshold": "Booru Score Threshold", - "Use Custom Threshold (WDv1.4 Tagger)": "Use Custom Threshold (WDv1.4 Tagger)", - "WDv1.4 Tagger Score Threshold": "WDv1.4 Tagger Score Threshold", - "Dataset Images": "Dataset Images", - "Displayed Images : 0 / 0 total": "Displayed Images : 0 / 0 total", - "Current Tag Filter :": "Current Tag Filter :", - "Current Selection Filter : 0 images": "Current Selection Filter : 0 images", - "Selected Image :": "Selected Image :", - "Filter by Tags": "Filter by Tags", - "Filter by Selection": "Filter by Selection", - "Batch Edit Captions": "Batch Edit Captions", - "Edit Caption of Selected Image": "Edit Caption of Selected Image", - "Move or Delete Files": "Move or Delete Files", - "Clear tag filters": "Clear tag filters", - "Clear ALL filters": "Clear ALL filters", - "Positive Filter": "Positive Filter", - "Negative Filter": "Negative Filter", - "Search tags / Filter images by tags": "Search tags / Filter images by tags", - "(INCLUSIVE)": "(INCLUSIVE)", - "Search Tags": "Search Tags", - "Prefix": "Prefix", - "Suffix": "Suffix", - "Use regex": "Use regex", - "Sort by": "Sort by", - "Alphabetical Order": "Alphabetical Order", - "Frequency": "Frequency", - "Length": "Length", - "Sort Order": "Sort Order", - "Ascending": "Ascending", - "Descending": "Descending", - "Filter Logic": "Filter Logic", - "AND": "AND", - "OR": "OR", - "NONE": "NONE", - "Filter Images by Tags": "Filter Images by Tags", - "(EXCLUSIVE)": "(EXCLUSIVE)", - "Number": "Number", - "Select images from the left gallery.": "Select images from the left gallery.", - "Add selection [Enter]": "Add selection [Enter]", - "Add ALL Displayed": "Add ALL Displayed", - "Filter Images": "Filter Images", - "Remove selection [Delete]": "Remove selection [Delete]", - "Invert selection": "Invert selection", - "Clear selection": "Clear selection", - "Apply selection filter": "Apply selection filter", - "Search and Replace": "Search and Replace", - "Remove": "Remove", - "Edit common tags.": "Edit common tags.", - "Show only the tags selected in the Positive Filter": "Show only the tags selected in the Positive Filter", - "Common Tags": "Common Tags", - "Edit Tags": "Edit Tags", - "Prepend additional tags": "Prepend additional tags", - "Apply changes to filtered images": "Apply changes to filtered images", - "Show description of how to edit tags": "Show description of how to edit tags", - "1. The tags common to all displayed images are shown in comma separated style.": "1. The tags common to all displayed images are shown in comma separated style.", - "2. When changes are applied, all tags in each displayed images are replaced.": "2. When changes are applied, all tags in each displayed images are replaced.", - "3. If you change some tags into blank, they will be erased.": "3. If you change some tags into blank, they will be erased.", - "4. If you add some tags to the end, they will be added to the end/beginning of the text file.": "4. If you add some tags to the end, they will be added to the end/beginning of the text file.", - "5. Changes are not applied to the text files until the \"Save all changes\" button is pressed.": "5. Changes are not applied to the text files until the \"Save all changes\" button is pressed.", - "ex A.": "ex A.", - "Original Text = \"A, A, B, C\" Common Tags = \"B, A\" Edit Tags = \"X, Y\"": "Original Text = \"A, A, B, C\" Common Tags = \"B, A\" Edit Tags = \"X, Y\"", - "Result = \"Y, Y, X, C\" (B->X, A->Y)": "Result = \"Y, Y, X, C\" (B->X, A->Y)", - "ex B.": "ex B.", - "Original Text = \"A, B, C\" Common Tags = \"(nothing)\" Edit Tags = \"X, Y\"": "Original Text = \"A, B, C\" Common Tags = \"(nothing)\" Edit Tags = \"X, Y\"", - "Result = \"A, B, C, X, Y\" (add X and Y to the end (default))": "Result = \"A, B, C, X, Y\" (add X and Y to the end (default))", - "Result = \"X, Y, A, B, C\" (add X and Y to the beginning (\"Prepend additional tags\" checked))": "Result = \"X, Y, A, B, C\" (add X and Y to the beginning (\"Prepend additional tags\" checked))", - "ex C.": "ex C.", - "Original Text = \"A, B, C, D, E\" Common Tags = \"A, B, D\" Edit Tags = \", X, \"": "Original Text = \"A, B, C, D, E\" Common Tags = \"A, B, D\" Edit Tags = \", X, \"", - "Result = \"X, C, E\" (A->\"\", B->X, D->\"\")": "Result = \"X, C, E\" (A->\"\", B->X, D->\"\")", - "Search and Replace for all images displayed.": "Search and Replace for all images displayed.", - "Search Text": "Search Text", - "Replace Text": "Replace Text", - "Search and Replace in": "Search and Replace in", - "Only Selected Tags": "Only Selected Tags", - "Each Tags": "Each Tags", - "Entire Caption": "Entire Caption", - "Selected Tags": "Selected Tags", - "duplicate": "duplicate", - "tags from the images displayed.": "tags from the images displayed.", - "Remove duplicate tags": "Remove duplicate tags", - "selected": "selected", - "Remove selected tags": "Remove selected tags", - "Select visible tags": "Select visible tags", - "Deselect visible tags": "Deselect visible tags", - "Select Tags": "Select Tags", - "Read Caption from Selected Image": "Read Caption from Selected Image", - "Interrogate Selected Image": "Interrogate Selected Image", - "Caption of Selected Image": "Caption of Selected Image", - "Copy and Overwrite": "Copy and Overwrite", - "Interrogator": "Interrogator", - "BLIP": "BLIP", - "DeepDanbooru": "DeepDanbooru", - "wd-v1-4-vit-tagger": "wd-v1-4-vit-tagger", - "wd-v1-4-convnext-tagger": "wd-v1-4-convnext-tagger", - "wd-v1-4-vit-tagger-v2": "wd-v1-4-vit-tagger-v2", - "wd-v1-4-convnext-tagger-v2": "wd-v1-4-convnext-tagger-v2", - "wd-v1-4-swinv2-tagger-v2": "wd-v1-4-swinv2-tagger-v2", - "Interrogate": "Interrogate", - "Interrogate Result": "Interrogate Result", - "Copy caption from selected images automatically": "Copy caption from selected images automatically", - "Warn if changes in caption is not saved": "Warn if changes in caption is not saved", - "Edit Caption": "Edit Caption", - "Apply changes to selected image": "Apply changes to selected image", - "Changes are not applied to the text files until the \"Save all changes\" button is pressed.": "Changes are not applied to the text files until the \"Save all changes\" button is pressed.", - "Moved or deleted images will be unloaded.": "Moved or deleted images will be unloaded.", - "Move or Delete": "Move or Delete", - "Selected One": "Selected One", - "All Displayed Ones": "All Displayed Ones", - "Target": "Target", - "Image File": "Image File", - "Caption Text File": "Caption Text File", - "Caption Backup File": "Caption Backup File", - "Target dataset num: 0": "Target dataset num: 0", - "Destination Directory": "Destination Directory", - "Move File(s)": "Move File(s)", - "DELETE cannot be undone. The files will be deleted completely.": "DELETE cannot be undone. The files will be deleted completely.", - "DELETE File(s)": "DELETE File(s)", - "Number of columns on image gallery": "Number of columns on image gallery", - "stable-diffusion-webui-dataset-tag-editor": "stable-diffusion-webui-dataset-tag-editor", - ".txt (on Load and Save)": ".txt (on Load and Save)", - "Reconstruct prompt from existing image and put it into the prompt field.": "Reconstruct prompt from existing image and put it into the prompt field.", - "txt": "txt", - "https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor.git": "https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor.git" + "Deforum": "Deforum", + "Info, Links and Help": "Info, Links and Help", + "Made by": "Made by", + "deforum.github.io": "deforum.github.io", + ", port for AUTOMATIC1111's webui maintained by": ", port for AUTOMATIC1111's webui maintained by", + "kabachuha": "kabachuha", + "FOR HELP CLICK HERE": "FOR HELP CLICK HERE", + "The code for this extension:": "The code for this extension:", + "here": "here", + "Join the": "Join the", + "official Deforum Discord": "official Deforum Discord", + "to share your creations and suggestions.": "to share your creations and suggestions.", + "Official Deforum Wiki:": "Official Deforum Wiki:", + "Anime-inclined great guide (by FizzleDorf) with lots of examples:": "Anime-inclined great guide (by FizzleDorf) with lots of examples:", + "For advanced keyframing with Math functions, see": "For advanced keyframing with Math functions, see", + "Alternatively, use": "Alternatively, use", + "sd-parseq": "sd-parseq", + "as a UI to define your animation schedules (see the Parseq section in the Keyframes tab).": "as a UI to define your animation schedules (see the Parseq section in the Keyframes tab).", + "framesync.xyz": "framesync.xyz", + "is also a good option, it makes compact math formulae for Deforum keyframes by selecting various waveforms.": "is also a good option, it makes compact math formulae for Deforum keyframes by selecting various waveforms.", + "The other site allows for making keyframes using": "The other site allows for making keyframes using", + "interactive splines and Bezier curves": "interactive splines and Bezier curves", + "(select Disco output format).": "(select Disco output format).", + "If you want to use Width/Height which are not multiples of 64, please change noise_type to 'Uniform', in Keyframes --> Noise.": "If you want to use Width/Height which are not multiples of 64, please change noise_type to 'Uniform', in Keyframes --> Noise.", + "If you liked this extension, please": "If you liked this extension, please", + "give it a star on GitHub": "give it a star on GitHub", + "!": "!", + "Keyframes": "Keyframes", + "Prompts": "Prompts", + "Init": "Init", + "ControlNet": "ControlNet", + "Hybrid Video": "Hybrid Video", + "Output": "Output", + "Batch name": "Batch name", + "Restore Faces, Tiling & more": "Restore Faces, Tiling & more", + "Restore Faces": "Restore Faces", + "DDIM Eta": "DDIM Eta", + "Pix2Pix img CFG schedule": "Pix2Pix img CFG schedule", + "Resume & Run from file": "Resume & Run from file", + "Run from Settings file": "Run from Settings file", + "Resume Animation": "Resume Animation", + "Override settings": "Override settings", + "Custom settings file": "Custom settings file", + "Resume from timestring": "Resume from timestring", + "Resume timestring": "Resume timestring", + "Animation mode": "Animation mode", + "2D": "2D", + "3D": "3D", + "Interpolation": "Interpolation", + "Video Input": "Video Input", + "Border": "Border", + "replicate": "replicate", + "wrap": "wrap", + "Cadence": "Cadence", + "Max frames": "Max frames", + "Guided Images": "Guided Images", + "*READ ME before you use this mode!*": "*READ ME before you use this mode!*", + "You can use this as a guided image tool or as a looper depending on your settings in the keyframe images field. \n Set the keyframes and the images that you want to show up. \n Note: the number of frames between each keyframe should be greater than the tweening frames.": "You can use this as a guided image tool or as a looper depending on your settings in the keyframe images field. \n Set the keyframes and the images that you want to show up. \n Note: the number of frames between each keyframe should be greater than the tweening frames.", + "Prerequisites and Important Info:": "Prerequisites and Important Info:", + "This mode works ONLY with 2D/3D animation modes. Interpolation and Video Input modes aren't supported.": "This mode works ONLY with 2D/3D animation modes. Interpolation and Video Input modes aren't supported.", + "Set Init tab's strength slider greater than 0. Recommended value (.65 - .80).": "Set Init tab's strength slider greater than 0. Recommended value (.65 - .80).", + "Set 'seed_behavior' to 'schedule' under the Seed Scheduling section below.": "Set 'seed_behavior' to 'schedule' under the Seed Scheduling section below.", + "Looping recommendations:": "Looping recommendations:", + "seed_schedule should start and end on the same seed.": "seed_schedule should start and end on the same seed.", + "Example: seed_schedule could use 0:(5), 1:(-1), 219:(-1), 220:(5)": "Example: seed_schedule could use 0:(5), 1:(-1), 219:(-1), 220:(5)", + "The 1st and last keyframe images should match.": "The 1st and last keyframe images should match.", + "Set your total number of keyframes to be 21 more than the last inserted keyframe image.": "Set your total number of keyframes to be 21 more than the last inserted keyframe image.", + "Example: Default args should use 221 as total keyframes.": "Example: Default args should use 221 as total keyframes.", + "Prompts are stored in JSON format. If you've got an error, check it in validator,": "Prompts are stored in JSON format. If you've got an error, check it in validator,", + "like here": "like here", + "Enable guided images mode": "Enable guided images mode", + "Images to use for keyframe guidance": "Images to use for keyframe guidance", + "Guided images schedules": "Guided images schedules", + "Image strength schedule": "Image strength schedule", + "Blend factor max": "Blend factor max", + "Blend factor slope": "Blend factor slope", + "Tweening frames schedule": "Tweening frames schedule", + "Color correction factor": "Color correction factor", + "Strength": "Strength", + "CFG": "CFG", + "SubSeed": "SubSeed", + "Step": "Step", + "Checkpoint": "Checkpoint", + "CLIP Skip": "CLIP Skip", + "Strength schedule": "Strength schedule", + "CFG scale schedule": "CFG scale schedule", + "Seed behavior": "Seed behavior", + "iter": "iter", + "fixed": "fixed", + "ladder": "ladder", + "alternate": "alternate", + "schedule": "schedule", + "Seed iter N": "Seed iter N", + "Seed schedule": "Seed schedule", + "Enable Subseed scheduling": "Enable Subseed scheduling", + "Subseed schedule": "Subseed schedule", + "Subseed strength schedule": "Subseed strength schedule", + "Enable steps scheduling": "Enable steps scheduling", + "Steps schedule": "Steps schedule", + "Enable sampler scheduling": "Enable sampler scheduling", + "Sampler schedule": "Sampler schedule", + "Enable checkpoint scheduling": "Enable checkpoint scheduling", + "Checkpoint schedule": "Checkpoint schedule", + "Enable CLIP skip scheduling": "Enable CLIP skip scheduling", + "CLIP skip schedule": "CLIP skip schedule", + "Motion": "Motion", + "Noise": "Noise", + "Coherence": "Coherence", + "Anti Blur": "Anti Blur", + "Angle": "Angle", + "Zoom": "Zoom", + "Translation X": "Translation X", + "Translation Y": "Translation Y", + "Translation Z": "Translation Z", + "Rotation 3D X": "Rotation 3D X", + "Rotation 3D Y": "Rotation 3D Y", + "Rotation 3D Z": "Rotation 3D Z", + "Depth Warping & FOV": "Depth Warping & FOV", + "Depth Warping": "Depth Warping", + "Field Of View": "Field Of View", + "Use depth warping": "Use depth warping", + "MiDaS weight": "MiDaS weight", + "Padding mode": "Padding mode", + "border": "border", + "reflection": "reflection", + "zeros": "zeros", + "Sampling mode": "Sampling mode", + "bicubic": "bicubic", + "bilinear": "bilinear", + "nearest": "nearest", + "FOV schedule": "FOV schedule", + "Near schedule": "Near schedule", + "Far schedule": "Far schedule", + "Perspective Flip": "Perspective Flip", + "Enable perspective flip": "Enable perspective flip", + "Perspective flip theta": "Perspective flip theta", + "Perspective flip phi": "Perspective flip phi", + "Perspective flip gamma": "Perspective flip gamma", + "Perspective flip fv": "Perspective flip fv", + "Noise type": "Noise type", + "perlin": "perlin", + "Noise schedule": "Noise schedule", + "Perlin octaves": "Perlin octaves", + "Perlin persistence": "Perlin persistence", + "Color coherence": "Color coherence", + "Match Frame 0 HSV": "Match Frame 0 HSV", + "Match Frame 0 LAB": "Match Frame 0 LAB", + "Match Frame 0 RGB": "Match Frame 0 RGB", + "Color force Grayscale": "Color force Grayscale", + "Color coherence video every N frames": "Color coherence video every N frames", + "Contrast schedule": "Contrast schedule", + "Reroll blank frames": "Reroll blank frames", + "reroll": "reroll", + "interrupt": "interrupt", + "Kernel schedule": "Kernel schedule", + "Sigma schedule": "Sigma schedule", + "Amount schedule": "Amount schedule", + "Threshold schedule": "Threshold schedule", + "*Important* notes on Prompts": "*Important* notes on Prompts", + "Please always keep values in math functions above 0.": "Please always keep values in math functions above 0.", + "There is *no* Batch mode like in vanilla deforum. Please Use the txt2img tab for that.": "There is *no* Batch mode like in vanilla deforum. Please Use the txt2img tab for that.", + "For negative prompts, please write your positive prompt, then --neg ugly, text, assymetric, or any other negative tokens of your choice. OR:": "For negative prompts, please write your positive prompt, then --neg ugly, text, assymetric, or any other negative tokens of your choice. OR:", + "Use the negative_prompts field to automatically append all words as a negative prompt. *Don't* add --neg in the negative_prompts field!": "Use the negative_prompts field to automatically append all words as a negative prompt. *Don't* add --neg in the negative_prompts field!", + "Prompts are stored in JSON format. If you've got an error, check it in a": "Prompts are stored in JSON format. If you've got an error, check it in a", + "JSON Validator": "JSON Validator", + "Prompts positive": "Prompts positive", + "Prompts negative": "Prompts negative", + "Composable Mask scheduling": "Composable Mask scheduling", + "To enable, check use_mask in the Init tab": "To enable, check use_mask in the Init tab", + "Supports boolean operations: (! - negation, & - and, | - or, ^ - xor, \\ - difference, () - nested operations)": "Supports boolean operations: (! - negation, & - and, | - or, ^ - xor, \\ - difference, () - nested operations)", + "default variables: in \\{\\}, like \\{init_mask\\}, \\{video_mask\\}, \\{everywhere\\}": "default variables: in \\{\\}, like \\{init_mask\\}, \\{video_mask\\}, \\{everywhere\\}", + "masks from files: in [], like [mask1.png]": "masks from files: in [], like [mask1.png]", + "description-based:": "description-based:", + "word masks": "word masks", + "in <>, like , ": "in <>, like , ", + "Mask schedule": "Mask schedule", + "Use noise mask": "Use noise mask", + "Noise mask schedule": "Noise mask schedule", + "Image Init": "Image Init", + "Video Init": "Video Init", + "Mask Init": "Mask Init", + "Use init": "Use init", + "Strength 0 no init": "Strength 0 no init", + "Init image": "Init image", + "Video init path": "Video init path", + "Extract from frame": "Extract from frame", + "Extract to frame": "Extract to frame", + "Extract nth frame": "Extract nth frame", + "Overwrite extracted frames": "Overwrite extracted frames", + "Use mask video": "Use mask video", + "Video mask path": "Video mask path", + "Use mask": "Use mask", + "Use alpha as mask": "Use alpha as mask", + "Invert mask": "Invert mask", + "Overlay mask": "Overlay mask", + "Mask file": "Mask file", + "Mask overlay blur": "Mask overlay blur", + "Mask fill": "Mask fill", + "Full res mask": "Full res mask", + "Full res mask padding": "Full res mask padding", + "Parseq": "Parseq", + "Use an": "Use an", + "sd-parseq manifest": "sd-parseq manifest", + "for your animation (leave blank to ignore).": "for your animation (leave blank to ignore).", + "Note that parseq overrides:": "Note that parseq overrides:", + "Run: seed, subseed, subseed strength.": "Run: seed, subseed, subseed strength.", + "Keyframes: generation settings (noise, strength, contrast, scale).": "Keyframes: generation settings (noise, strength, contrast, scale).", + "Keyframes: motion parameters for 2D and 3D (angle, zoom, translation, rotation, perspective flip).": "Keyframes: motion parameters for 2D and 3D (angle, zoom, translation, rotation, perspective flip).", + "Parseq does": "Parseq does", + "not": "not", + "override:": "override:", + "Run: Sampler, Width, Height, tiling, resize seed.": "Run: Sampler, Width, Height, tiling, resize seed.", + "Keyframes: animation settings (animation mode, max frames, border)": "Keyframes: animation settings (animation mode, max frames, border)", + "Keyframes: coherence (color coherence & cadence)": "Keyframes: coherence (color coherence & cadence)", + "Keyframes: depth warping": "Keyframes: depth warping", + "Output settings: all settings (including fps and max frames)": "Output settings: all settings (including fps and max frames)", + "Parseq Manifest (JSON or URL)": "Parseq Manifest (JSON or URL)", + "Use delta values for movement parameters": "Use delta values for movement parameters", + "Requires the": "Requires the", + "extension to be installed.": "extension to be installed.", + "Due to ControlNet base extension's inner works it needs its models to be located at 'extensions/deforum-for-automatic1111-webui/models'. So copy, symlink or move them there until a more elegant solution is found. And, as of now, it requires use_init checked for the first run. The ControlNet extension version used in the dev process is a24089a62e70a7fae44b7bf35b51fd584dd55e25, if even with all the other options above used it still breaks, upgrade/downgrade your CN version to this one.": "Due to ControlNet base extension's inner works it needs its models to be located at 'extensions/deforum-for-automatic1111-webui/models'. So copy, symlink or move them there until a more elegant solution is found. And, as of now, it requires use_init checked for the first run. The ControlNet extension version used in the dev process is a24089a62e70a7fae44b7bf35b51fd584dd55e25, if even with all the other options above used it still breaks, upgrade/downgrade your CN version to this one.", + "ControlNet not found. Please install it :)": "ControlNet not found. Please install it :)", + "Please, change animation mode to 2D or 3D to enable Hybrid Mode": "Please, change animation mode to 2D or 3D to enable Hybrid Mode", + "Info & Help": "Info & Help", + "Hybrid Video Compositing in 2D/3D Mode": "Hybrid Video Compositing in 2D/3D Mode", + "by": "by", + "reallybigname": "reallybigname", + "Composite video with previous frame init image in": "Composite video with previous frame init image in", + "2D or 3D animation_mode": "2D or 3D animation_mode", + "(not for Video Input mode)": "(not for Video Input mode)", + "Uses your": "Uses your", + "settings for": "settings for", + "video_init_path, extract_nth_frame, overwrite_extracted_frames": "video_init_path, extract_nth_frame, overwrite_extracted_frames", + "In Keyframes tab, you can also set": "In Keyframes tab, you can also set", + "color_coherence": "color_coherence", + "= '": "= '", + "'": "'", + "color_coherence_video_every_N_frames": "color_coherence_video_every_N_frames", + "lets you only match every N frames": "lets you only match every N frames", + "Color coherence may be used with hybrid composite off, to just use video color.": "Color coherence may be used with hybrid composite off, to just use video color.", + "Hybrid motion may be used with hybrid composite off, to just use video motion.": "Hybrid motion may be used with hybrid composite off, to just use video motion.", + "Hybrid Video Schedules": "Hybrid Video Schedules", + "The alpha schedule controls overall alpha for video mix, whether using a composite mask or not.": "The alpha schedule controls overall alpha for video mix, whether using a composite mask or not.", + "The": "The", + "hybrid_comp_mask_blend_alpha_schedule": "hybrid_comp_mask_blend_alpha_schedule", + "only affects the 'Blend'": "only affects the 'Blend'", + "hybrid_comp_mask_type": "hybrid_comp_mask_type", + "Mask contrast schedule is from 0-255. Normal is 1. Affects all masks.": "Mask contrast schedule is from 0-255. Normal is 1. Affects all masks.", + "Autocontrast low/high cutoff schedules 0-100. Low 0 High 100 is full range.": "Autocontrast low/high cutoff schedules 0-100. Low 0 High 100 is full range.", + "(": "(", + "hybrid_comp_mask_auto_contrast": "hybrid_comp_mask_auto_contrast", + "must be enabled": "must be enabled", + ")": ")", + "Click Here": "Click Here", + "for more info/ a Guide.": "for more info/ a Guide.", + "Hybrid Settings": "Hybrid Settings", + "Generate inputframes": "Generate inputframes", + "Hybrid composite": "Hybrid composite", + "First frame as init image": "First frame as init image", + "Motion use prev img": "Motion use prev img", + "Hybrid motion": "Hybrid motion", + "Optical Flow": "Optical Flow", + "Perspective": "Perspective", + "Affine": "Affine", + "Flow method": "Flow method", + "DIS Medium": "DIS Medium", + "Farneback": "Farneback", + "Comp mask type": "Comp mask type", + "Depth": "Depth", + "Video Depth": "Video Depth", + "Blend": "Blend", + "Difference": "Difference", + "Comp mask equalize": "Comp mask equalize", + "Before": "Before", + "After": "After", + "Both": "Both", + "Comp mask auto contrast": "Comp mask auto contrast", + "Comp mask inverse": "Comp mask inverse", + "Comp save extra frames": "Comp save extra frames", + "Hybrid Schedules": "Hybrid Schedules", + "Comp alpha schedule": "Comp alpha schedule", + "Comp mask blend alpha schedule": "Comp mask blend alpha schedule", + "Comp mask contrast schedule": "Comp mask contrast schedule", + "Comp mask auto contrast cutoff high schedule": "Comp mask auto contrast cutoff high schedule", + "Comp mask auto contrast cutoff low schedule": "Comp mask auto contrast cutoff low schedule", + "Humans Masking": "Humans Masking", + "Generate human masks": "Generate human masks", + "PNGs": "PNGs", + "Video": "Video", + "Video Output Settings": "Video Output Settings", + "FPS": "FPS", + "Output format": "Output format", + "FFMPEG mp4": "FFMPEG mp4", + "Add soundtrack": "Add soundtrack", + "Init Video": "Init Video", + "Soundtrack path": "Soundtrack path", + "Skip video for run all": "Skip video for run all", + "Store frames in ram": "Store frames in ram", + "Save depth maps": "Save depth maps", + "Make GIF": "Make GIF", + "Upscale": "Upscale", + "Upscale model": "Upscale model", + "realesr-animevideov3": "realesr-animevideov3", + "realesrgan-x4plus": "realesrgan-x4plus", + "realesrgan-x4plus-anime": "realesrgan-x4plus-anime", + "Upscale factor": "Upscale factor", + "x2": "x2", + "x3": "x3", + "x4": "x4", + "Keep Imgs": "Keep Imgs", + "FFmpeg settings": "FFmpeg settings", + "CRF": "CRF", + "Preset": "Preset", + "veryslow": "veryslow", + "slower": "slower", + "slow": "slow", + "medium": "medium", + "fast": "fast", + "faster": "faster", + "veryfast": "veryfast", + "superfast": "superfast", + "ultrafast": "ultrafast", + "Location": "Location", + "Frame Interoplation": "Frame Interoplation", + "Video Upscaling": "Video Upscaling", + "Frames to Video": "Frames to Video", + "Important notes and Help": "Important notes and Help", + "Use": "Use", + "RIFE": "RIFE", + "/": "/", + "FILM": "FILM", + "Frame Interpolation to smooth out, slow-mo (or both) any video.": "Frame Interpolation to smooth out, slow-mo (or both) any video.", + "Supported engines:": "Supported engines:", + "RIFE v4.6 and FILM.": "RIFE v4.6 and FILM.", + "Important notes:": "Important notes:", + "Frame Interpolation will *not* run if any of the following are enabled: 'Store frames in ram' / 'Skip video for run all'.": "Frame Interpolation will *not* run if any of the following are enabled: 'Store frames in ram' / 'Skip video for run all'.", + "Audio (if provided) will *not* be transferred to the interpolated video if Slow-Mo is enabled.": "Audio (if provided) will *not* be transferred to the interpolated video if Slow-Mo is enabled.", + "'add_soundtrack' and 'soundtrack_path' aren't being honoured in \"Interpolate an existing video\" mode. Original vid audio will be used instead with the same slow-mo rules above.": "'add_soundtrack' and 'soundtrack_path' aren't being honoured in \"Interpolate an existing video\" mode. Original vid audio will be used instead with the same slow-mo rules above.", + "Engine": "Engine", + "RIFE v4.6": "RIFE v4.6", + "Slow Mo": "Slow Mo", + "Interp X": "Interp X", + "Slow-Mo X": "Slow-Mo X", + "Interpolate an existing video": "Interpolate an existing video", + "Video to Interpolate": "Video to Interpolate", + "In Frame Count": "In Frame Count", + "In FPS": "In FPS", + "Interpolated Vid FPS": "Interpolated Vid FPS", + "*Interpolate uploaded video*": "*Interpolate uploaded video*", + "* check your CLI for outputs": "* check your CLI for outputs", + "Video to Upscale": "Video to Upscale", + "Upscale V2": "Upscale V2", + "Upscale V1": "Upscale V1", + "In Res": "In Res", + "Out Res": "Out Res", + "*Upscale uploaded video*": "*Upscale uploaded video*", + "Path name modifier": "Path name modifier", + "x0_pred": "x0_pred", + "x": "x", + "Important Notes:": "Important Notes:", + "Enter relative to webui folder or Full-Absolute path, and make sure it ends with something like this: '20230124234916_%05d.png', just replace 20230124234916 with your batch ID. The %05d is important, don't forget it!": "Enter relative to webui folder or Full-Absolute path, and make sure it ends with something like this: '20230124234916_%05d.png', just replace 20230124234916 with your batch ID. The %05d is important, don't forget it!", + "Image path": "Image path", + "MP4 path": "MP4 path", + "Render steps": "Render steps", + "*Stitch frames to video*": "*Stitch frames to video*", + "INVISIBLE": "INVISIBLE", + "Mask contrast adjust": "Mask contrast adjust", + "Mask brightness adjust": "Mask brightness adjust", + "from_img2img_instead_of_link": "from_img2img_instead_of_link", + "Perlin W": "Perlin W", + "Perlin H": "Perlin H", + "Filename format": "Filename format", + "save_settings": "save_settings", + "save_samples": "save_samples", + "display_samples": "display_samples", + "Subseed controls & More": "Subseed controls & More", + "Enable subseed controls": "Enable subseed controls", + "N Batch": "N Batch", + "Save sample per step": "Save sample per step", + "Show sample per step": "Show sample per step", + "Click here after the generation to show the video": "Click here after the generation to show the video", + "Close the video": "Close the video", + "Deforum extension for auto1111 — version 2.2b": "Deforum extension for auto1111 — version 2.2b", + "* Paths can be relative to webui folder OR full - absolute": "* Paths can be relative to webui folder OR full - absolute", + "General Settings File": "General Settings File", + "Save Settings": "Save Settings", + "Load Settings": "Load Settings", + "Video Settings File": "Video Settings File", + "Save Video Settings": "Save Video Settings", + "Load Video Settings": "Load Video Settings", + "deforum-for-automatic1111-webui": "deforum-for-automatic1111-webui" } \ No newline at end of file