From 340cbeb96e894a08d22e8f5d743d383b39f0bbef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 29 Apr 2023 10:31:42 +0000 Subject: [PATCH] Merge i18n/l10n --- bilingual | 2 +- localizations/ja_JP.json | 3858 ++++++++++++++++----------------- localizations/ks_JP.json | 3854 ++++++++++++++++---------------- localizations/zh_CN.json | 3767 ++++++++++++++++++++++++++++++++ localizations/zh_TW.json | 3767 ++++++++++++++++++++++++++++++++ tools/report/report-ja_JP.txt | 540 ++--- tools/report/report-ks_JP.txt | 540 ++--- tools/report/report-zh_CN.txt | 356 +++ tools/report/report-zh_TW.txt | 356 +++ 9 files changed, 12643 insertions(+), 4397 deletions(-) create mode 100644 localizations/zh_CN.json create mode 100644 localizations/zh_TW.json create mode 100644 tools/report/report-zh_CN.txt create mode 100644 tools/report/report-zh_TW.txt diff --git a/bilingual b/bilingual index 059f80e..89a0228 160000 --- a/bilingual +++ b/bilingual @@ -1 +1 @@ -Subproject commit 059f80e1f6beb81e670e76a16413f779b54ef1bf +Subproject commit 89a02280507627dc40b5d7562691d1f03208f152 diff --git a/localizations/ja_JP.json b/localizations/ja_JP.json index 611a86c..d623bbf 100644 --- a/localizations/ja_JP.json +++ b/localizations/ja_JP.json @@ -568,7 +568,7 @@ "Check for updates": "アップデートを確認", "Disable all extensions": "すべての拡張機能の無効化", "none": "なし", - "extra": "内臓機能以外", + "extra": "外部拡張機能", "all": "すべて", "Extension": "拡張機能", "Use checkbox to enable the extension; it will be enabled or disabled when you click apply button": "チェックボックスを使って、拡張機能の有効化・無効化を行えます。適用ボタンをクリックすると、有効・無効の状態が反映されます。", @@ -635,7 +635,7 @@ "Which algorithm to use to produce the image": "画像を生成するために使用するアルゴリズムを選択します。", "Euler Ancestral - very creative, each can get a completely different picture depending on step count, setting steps higher than 30-40 does not help": "Euler Ancectral - 非常に創造的で、ステップ数によって全く異なる画像が得られるが、ステップ数を30~40より高く設定しても効果はない", "How many times to improve the generated image iteratively; higher values take longer; very low values can produce bad results": "生成された画像を反復的に改善する回数です。値を高くすると処理に時間がかかり、値を低くしすぎると悪い結果になる可能性があります。", - "Produce an image that can be tiled.": "タイル状に敷き詰めることができる画像を生成します。", + "Produce an image that can be tiled.": "タイル状に並べられる画像を生成します。", "Use a two step process to partially create an image at smaller resolution, upscale, and then improve details in it without changing composition": "画像生成を二段階のプロセスで行います。最初に低解像度で途中までの画像を作成し、次に拡大して、構図を変えずに細部を改善します。", "Number of sampling steps for upscaled picture. If 0, uses same as for original.": "アップスケールした画像のサンプリングステップ数です。0の場合は本来のステップ数と同じになります。", "Determines how little respect the algorithm should have for image's content. At 0, nothing will change, and at 1 you'll get an unrelated image. With values below 1.0, processing will take less steps than the Sampling Steps slider specifies.": "アルゴリズムが画像の内容をどの程度無視するかを決定します。0にすると全く変化せず、 1にすると無関係な画像になります。1.0未満の値では、スライダーで指定したサンプリングステップ数よりも少ないステップ数で処理が行われます。", @@ -977,136 +977,440 @@ "openOutpaint-webUI-extension": "openOutpaint-webUI-extension", "Refresh openOutpaint": "OpenOutpaint を更新", "https://github.com/zero01101/openOutpaint-webUI-extension.git": "https://github.com/zero01101/openOutpaint-webUI-extension.git", - "DreamArtist Create embedding": "ドリームアーティスト 埋め込みの作成", - "DreamArtist Train": "ドリームアーティストのトレーニングを行う", - "Process Att-Map": "Att-Mapの処理を行う", - "Initialization text (negative)": "初期化テキスト(ネガティブ)", - "Number of negative vectors per token": "トークンごとのネガティブベクトルの数", - "Unet Learning rate": "Unet 学習率", - "Train with DreamArtist": "ドリームアーティストでトレーニング", - "Train with reconstruction": "再構築でトレーニング", - "Attention Map": "アテンションマップ", - "Train U-Net": "U-Net を学習", - "CFG scale (dynamic cfg: low,high:type e.g. 1.0-3.5:cos)": "CFGスケール (動的 cfg: low,high:type 例: 1.0-3.5:cos)", - "Reconstruction loss weight": "再構築 損失の重み", - "Negative lr weight": "ネガティブ学習率の重み", - "Classifier path": "分類モデルのパス", - "Accumulation steps": "累積バッチ回数", - "Prompt template file": "プロンプトテンプレートファイル", - "Positive \"filewords\" only": "ポジティブ「ファイルワード」のみ", - "Experimental features (May be solve the problem of erratic training and difficult to reproduce [set EMA to 0.97])": "実験的な機能(不安定なトレーニングや再現性の低い問題を解決する可能性があります。[EMAを0.97に設定])", - "EMA (positive)": "EMA(ポジティブ)", - "EMA replace steps (positive)": "EMAの置換ステップ(ポジティブ)", - "EMA (nagetive)": "EMA(ネガティブ)", - "EMA replace steps (nagative)": "EMAの置換ステップ(ネガティブ)", - "beta1": "ベータ1", - "beta2": "ベータ2", - "Since there is a self-attention operation in VAE, it may change the distribution of features. This processing will superimpose the attention map of self-attention on the original Att-Map.": "VAEにはself-attention操作があるため、特徴の分布が変化する可能性があります。この処理では、self-attentionのアテンションマップを元のAtt-Mapに重ね合わせます。", - "Data directory": "データ保存用フォルダー", - "Process": "プロセス", - "Image": "画像", - "DreamArtist-sd-webui-extension": "DreamArtist-sd-webui-extension", - "Path to classifier ckpt, can be empty": "分類モデルckptのパス。空白にすることもできます。", - "https://github.com/7eu7d7/DreamArtist-sd-webui-extension.git": "https://github.com/7eu7d7/DreamArtist-sd-webui-extension.git", - "Cafe Aesthetic": "Cafeの美的", - "Single": "単一", - "Judge": "判定", - "Aesthetic": "美的", - "Style": "スタイル", - "Waifu": "Waifu", - "Image Directory": "画像ディレクトリ", - "Output Directory": "出力ディレクトリ", - "Classify type": "分類の種別", - "Output style": "出力方法", - "Copy": "コピー", - "Move": "移動", - "Copy or move captions together": "同じキャプションは一緒に、コピーまたは移動する", - "Basis": "基準", - "Relative": "相対値", - "Absolute": "絶対値", - "Threshold (Use only when basis is absolute)": "しきい値 (基準が絶対値の場合のみ使用)", - "Start": "開始", - "Status": "ステータス", - "Idle": "待機中", - "stable-diffusion-webui-cafe-aesthetic": "stable-diffusion-webui-cafe-aesthetic", - "https://github.com/p1atdev/stable-diffusion-webui-cafe-aesthetic": "https://github.com/p1atdev/stable-diffusion-webui-cafe-aesthetic", - "path/to/classify": "path/to/classify", - "path/to/output": "path/to/output", - "ControlNet": "ControlNet", - "ControlNet-M2M": "ControlNet-M2M", - "Config file for Control Net models": "ControlNetモデルの設定ファイル", - "Config file for Adapter models": "Adapter モデルの設定ファイル", - "Directory for detected maps auto saving": "検出されたマップを自動保存するディレクトリ", - "Extra path to scan for ControlNet models (e.g. training output directory)": "ControlNet モデルをスキャンする追加のパス (例: 学習時の出力ディレクトリなど)", - "Multi ControlNet: Max models amount (requires restart)": "Multi ControlNet: 最大モデル数 (再起動が必要)", - "Model cache size (requires restart)": "モデルのキャッシュサイズ (再起動が必要)", - "Apply transfer control when loading models": "モデルを読み込む際、Control の転送を適用する", - "Do not append detectmap to output": "検出されたマップを出力に追加しない", - "Allow detectmap auto saving": "検出されたマップの自動保存を許可", - "Use mid-control on highres pass (second pass)": "高解像度パス(2番目のパス)に中間制御を使用する", - "Allow other script to control this extension": "他のスクリプトにこの拡張機能の操作を許可する", - "Skip img2img processing when using img2img initial image": "img2img の初期画像を使用時、img2img 処理をスキップする", - "Enable optimized monocular depth estimation": "最適化された単眼深度推定を有効にする", - "Only use mid-control when inference": "推論時に mid-control のみを使用する", - "Enable CFG-Based guidance": "CFG 基準のガイダンスを有効にする", - "Passing ControlNet parameters with \"Send to img2img\"": "「img2imgに転送」でControlNetのパラメータを渡す", - "https://github.com/Mikubill/sd-webui-controlnet.git": "https://github.com/Mikubill/sd-webui-controlnet.git", - "Annotator result": "Annotatorの結果", - "Invert colors if your image has white background.": "白背景の場合、色を反転する", - "Change your brush width to make it thinner if you want to draw something.": "ブラシの幅を細くすると描きやすくなります", - "Enable": "有効化", - "Invert Input Color": "入力の色を反転", - "RGB to BGR": "RGBからBGRに変換", - "Low VRAM": "低 VRAM", - "Guess Mode": "推測モード", - "Preprocessor": "プリプロセッサ", + "3D Model Loader": "3Dモデル読み込み", + "Target": "ターゲット", + "Light": "ライト", "Model": "モデル", - "Weight": "重み", - "Guidance Start (T)": "ガイダンス開始 (T)", - "Guidance End (T)": "ガイダンス終了 (T)", - "Annotator resolution": "Annotatorの解像度", - "Threshold A": "しきい値 A", - "Threshold B": "しきい値 B", - "Resize Mode": "リサイズモード", - "Just Resize": "単純に変形", - "Scale to Fit (Inner Fit)": "インナーフィット (余白ができる)", - "Envelope (Outer Fit)": "アウターフィット (余白ができない)", + "Position/Rotate X": "位置/x軸回転", + "Position/Rotate Y": "位置/y軸回転", + "Position/Rotate Z": "位置/z軸回転", + "Show Ground": "地面を表示", + "Show Grid": "グリッドを表示", + "Show Axis": "軸を表示", + "Background Color": "背景色", + "Ground Color": "地面の色", + "Light Color": "照明の色", + "Model Scale": "モデルの大きさ", + "Load Model": "モデル読み込み", + "Reset": "リセット", + "Send to": "転送する", + "Play/Pause": "再生/一時停止", + "Stop": "停止", + "3D Model": "3Dモデル", + "Canvas Background Color": "キャンバスの背景色", + "Canvas Ground Color": "キャンバスの地面の色", "Canvas Width": "キャンバスの幅", "Canvas Height": "キャンバスの高さ", - "Create blank canvas": "空のキャンバスを作成", - "Preview annotator result": "アノテーション結果をプレビュー", - "Hide annotator result": "アノテーション結果を隠す", - "canny": "キャニー法", - "depth": "深度", - "depth_leres": "深度(LeRes)", - "hed": "hed", - "mlsd": "mlsd", - "normal_map": "normal_map", - "openpose": "openpose", - "openpose_hand": "openpose_hand", - "clip_vision": "clip_vision", - "color": "color", - "pidinet": "pidinet", - "scribble": "scribble", - "fake_scribble": "fake_scribble", - "segmentation": "segmentation", - "binary": "binary", - "[ControlNet] Enabled": "[ControlNet] 有効化", - "[ControlNet] Model": "[ControlNet] モデル", - "[ControlNet] Weight": "[ControlNet] 重み", - "[ControlNet] Guidance Start": "[ControlNet] ガイダンス開始", - "[ControlNet] Guidance End": "[ControlNet] ガイダンス終了", - "[ControlNet] Resize Mode": "[ControlNet] リサイズのモード", - "[ControlNet] Preprocessor": "[ControlNet] プリプロセッサ", - "[ControlNet] Pre Resolution": "[ControlNet] 事前の解像度", - "[ControlNet] Pre Threshold A": "[ControlNet] 事前しきい値 A", - "[ControlNet] Pre Threshold B": "[ControlNet] 事前しきい値B", - "sd-webui-depth-lib": "sd-webui-depth-lib", - "Depth Library": "Depth ライブラリ", - "Pages:": "ページ", - "Selected": "選択中", - "Send to ControlNet": "ControlNet に送る", - "https://github.com/jexom/sd-webui-depth-lib.git": "https://github.com/jexom/sd-webui-depth-lib.git", + "sd-3dmodel-loader": "sd-3dmodel-loader", + "https://github.com/jtydhr88/sd-3dmodel-loader.git": "https://github.com/jtydhr88/sd-3dmodel-loader.git", + "Conditioning Highres": "コンディショニングHighres.fix", + "Conditioning Highres.fix strength (for sd-v1-5-inpainting)": "コンディショニングHighres.fix強度(sd-v1-5 inpaint用)", + "Cond.fix: Disabled (none)": "Cond.fix: 無効 (無し)", + "Cond.fix: Empty": "Cond.fix: なし", + "Cond.fix: Lowest": "Cond.fix: 最低値", + "Cond.fix: Low": "Cond.fix: 低", + "Cond.fix: Medium": "Cond.fix: 中", + "Cond.fix: High (recommended)": "Cond.fix: 高 (推奨)", + "Cond.fix: Highest": "Cond.fix: 最高", + "Cond.fix: Full": "Cond.fix: フル", + "stable-diffusion-webui-conditioning-highres-fix": "stable-diffusion-webui-conditioning-highres-fix", + "https://github.com/klimaleksus/stable-diffusion-webui-conditioning-highres-fix.git": "https://github.com/klimaleksus/stable-diffusion-webui-conditioning-highres-fix.git", + "Info, Links and Help": "情報、リンクおよびヘルプ", + "Made by": "作成者", + "deforum.github.io": "deforum.github.io", + ", port for AUTOMATIC1111's webui maintained by": "、 AUTOMATIC1111 の webui のためのポートは整備されている:", + "kabachuha": "kabachuha氏", + "FOR HELP CLICK HERE": "ヘルプはこちら", + "The code for this extension:": "この拡張機能のコード:", + "here": "ここへ", + "Join the": "参加する", + "official Deforum Discord": "公式Deforum Discord", + "to share your creations and suggestions.": "あなたの創作や提案を共有するために", + "Official Deforum Wiki:": "Deforum Wiki:", + "Anime-inclined great guide (by FizzleDorf) with lots of examples:": "アニメに傾斜のある素晴らしいガイド(FizzleDorfによる) の例がたくさんあります:", + "For advanced keyframing with Math functions, see": "Math 関数を使った高度なキーフレーム付けについては、次を参照してください。", + "Alternatively, use": "代わりのものを使用", + "sd-parseq": "sd-parseq", + "as a UI to define your animation schedules (see the Parseq section in the Keyframes tab).": "アニメーションスケジュールを定義するためのUIとして (「キーフレーム」タブの「Parseq」セクションを参照)。", + "framesync.xyz": "framesync.xyz", + "is also a good option, it makes compact math formulae for Deforum keyframes by selecting various waveforms.": "は、さまざまな波形を選択することで、Deforum キーフレームの数式もコンパクトになります。", + "The other site allows for making keyframes using": "他の箇所ではキーフレームを作るために許可されています", + "interactive splines and Bezier curves": "対話型のスプラインとベジェ曲線", + "(select Disco output format).": "(Disco出力フォーマットを選択)。", + "If you want to use Width/Height which are not multiples of 64, please change noise_type to 'Uniform', in Keyframes --> Noise.": "64の倍数ではない幅/高さを使用する場合は、Keyframes--> Noiseでnoise_typeを「Uniform」に変更してください。", + "If you liked this extension, please": "この拡張機能を気に入っていただけた場合は、", + "give it a star on GitHub": "GitHubでスターをつけてください", + "!": "!", + "Keyframes": "キーフレーム", + "Prompts": "プロンプト", + "Init": "初期化", + "ControlNet": "ControlNet", + "Hybrid Video": "ハイブリッドビデオ", + "Output": "出力", + "Batch name": "バッチ名", + "Restore Faces, Tiling & more": "顔の修正、タイリング、その他", + "Restore Faces": "顔の修正", + "DDIM Eta": "DDIM Eta", + "Pix2Pix img CFG schedule": "Pix2Pix img CFG スケジュール", + "Resume & Run from file": "中断後にファイルから再開して実行", + "Run from Settings file": "設定ファイルから実行", + "Resume Animation": "アニメーションを再開", + "Custom settings file": "カスタム設定ファイル", + "Resume from timestring": "タイムスタンプから再開する", + "Resume timestring": "時間文字列から再開", + "Animation mode": "アニメーションモード", + "2D": "2D", + "3D": "3D", + "Interpolation": "補間", + "Video Input": "ビデオ入力", + "Border": "境界線", + "replicate": "複製", + "wrap": "折り返す", + "Cadence": "回転数", + "Max frames": "最大フレーム", + "Guided Images": "ガイド付き画像", + "*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.": "キーフレーム画像フィールドの設定に応じて、これをガイド付き画像ツールまたはルーパーとして使用できます。\n表示したいキーフレームと画像を設定してください。\n※:各キーフレーム間のフレーム数は、中間フレームよりも大きくする必要があります。", + "Prerequisites and Important Info:": "前提条件と重要情報:", + "This mode works ONLY with 2D/3D animation modes. Interpolation and Video Input modes aren't supported.": "このモードは、2D/3Dアニメーションモードのみで動作します。補間モードやビデオ入力モードには対応していません。", + "Set Init tab's strength slider greater than 0. Recommended value (.65 - .80).": "初期化タブの強度スライダーを0より大きく設定してください。推奨値 (.65 - .80)。", + "Set 'seed_behavior' to 'schedule' under the Seed Scheduling section below.": "以下のSeedスケジューリングセクションで「seed_behavior」を「schedule」に設定してください。", + "Looping recommendations:": "ループ推奨事項:", + "seed_schedule should start and end on the same seed.": "seed_schedule は同じシードで開始および終了する必要があります。", + "Example: seed_schedule could use 0:(5), 1:(-1), 219:(-1), 220:(5)": "例: seed_schedule は 0:(5), 1:(-1), 219:(-1), 220:(5) を使用できます。", + "The 1st and last keyframe images should match.": "最初と最後のキーフレーム画像は一致する必要があります。", + "Set your total number of keyframes to be 21 more than the last inserted keyframe image.": "キーフレームの合計数を、最後に挿入されたキーフレーム画像よりも21多く設定してください。", + "Example: Default args should use 221 as total keyframes.": "例:デフォルト引数では、合計キーフレーム数として221を使用する必要があります。", + "Prompts are stored in JSON format. If you've got an error, check it in validator,": "プロンプトは JSON 形式で保存されます。エラーが発生した場合は、バリデータで確認してください。", + "like here": "ここのように", + "Enable guided images mode": "ガイド付き画像モードを有効にする", + "Images to use for keyframe guidance": "キーフレームガイダンスに使用する画像", + "Guided images schedules": "ガイド付き画像のスケジュール", + "Image strength schedule": "画像強度スケジュール", + "Blend factor max": "ブレンド係数の最大値", + "Blend factor slope": "ブレンド係数の傾き", + "Tweening frames schedule": "中間フレームのスケジュール", + "Color correction factor": "色補正係数", + "Strength": "強度", + "CFG": "CFG", + "SubSeed": "サブシード値", + "Step": "ステップ数", + "Checkpoint": "Checkpoint", + "CLIP Skip": "CLIP スキップ", + "Strength schedule": "強度のスケジュール", + "CFG scale schedule": "CFGスケールのスケジュール", + "Seed behavior": "シードの動作", + "iter": "iter", + "fixed": "修正", + "ladder": "ハシゴ", + "alternate": "代替", + "schedule": "予約", + "Seed iter N": "Seed iter N", + "Seed schedule": "シードのスケジュール", + "Enable Subseed scheduling": "サブシードのスケジューリングを有効にする", + "Subseed schedule": "サブシードのスケジュール", + "Subseed strength schedule": "サブシード強度スケジュール", + "Enable steps scheduling": "ステップスケジューリングを有効にする", + "Steps schedule": "ステップのスケジュール", + "Enable sampler scheduling": "サンプラーのスケジューリングを有効にする", + "Sampler schedule": "サンプラーのスケジュール", + "Enable checkpoint scheduling": "Checkpointのschedulingを有効化", + "Checkpoint schedule": "Checkpoint schedule", + "Enable CLIP skip scheduling": "CLIPスキップスケジューリングを有効にする", + "CLIP skip schedule": "CLIPスキップのスケジュール", + "Motion": "動作", + "Noise": "ノイズ", + "Coherence": "一貫性", + "Anti Blur": "アンチブラー", + "Angle": "角度", + "Zoom": "ズーム", + "Translation X": "X軸方向の移動", + "Translation Y": "Y軸方向の移動", + "Translation Z": "Z軸方向の移動", + "Rotation 3D X": "3D回転X", + "Rotation 3D Y": "3D回転Y", + "Rotation 3D Z": "3D回転Z", + "Depth Warping & FOV": "深度ワーピングと視野角", + "Depth Warping": "深度ワーピング", + "Field Of View": "視野の広さ", + "Use depth warping": "深度ワーピングを使用する", + "MiDaS weight": "MiDaSの重み", + "Padding mode": "パディングモード", + "border": "ボーダー", + "reflection": "反射", + "zeros": "ゼロ", + "Sampling mode": "サンプリングモード", + "bicubic": "バイキュービック", + "bilinear": "bilinear", + "nearest": "一番近い", + "FOV schedule": "FOVのスケジュール", + "Near schedule": "近いスケジュール", + "Far schedule": "遠いスケジュール", + "Perspective Flip": "透視投影反転", + "Enable perspective flip": "透視投影反転を有効にする", + "Perspective flip theta": "透視投影反転θ", + "Perspective flip phi": "透視投影反転φ", + "Perspective flip gamma": "透視投影反転γ", + "Perspective flip fv": "遠近反転fv", + "Noise type": "ノイズの種類", + "perlin": "パーリンノイズ", + "Noise schedule": "ノイズスケジュール", + "Perlin octaves": "パーリンノイズの階調", + "Perlin persistence": "パーリンノイズの強さ", + "Color coherence": "色の一貫性", + "Match Frame 0 HSV": "フレーム0のHSVに一致する", + "Match Frame 0 LAB": "フレーム0のLABに一致する", + "Match Frame 0 RGB": "フレーム0のRGBに一致する", + "Color force Grayscale": "カラーを強制的にグレースケールにする", + "Color coherence video every N frames": "Nフレームごとにカラーの一貫性を保つ", + "Contrast schedule": "コントラストのスケジュール", + "Reroll blank frames": "空白フレームを再ロールする", + "reroll": "再抽選", + "interrupt": "中断", + "Kernel schedule": "カーネルスケジュール", + "Sigma schedule": "Sigma schedule", + "Amount schedule": "量のスケジュール", + "Threshold schedule": "閾値スケジュール", + "*Important* notes on Prompts": "プロンプトに関する重要な注意事項", + "Please always keep values in math functions above 0.": "数学関数の値は常に0以上にしてください。", + "There is *no* Batch mode like in vanilla deforum. Please Use the txt2img tab for that.": "vanilla deforumのようなバッチモードはありません。txt2imgタブを使用してください。", + "For negative prompts, please write your positive prompt, then --neg ugly, text, assymetric, or any other negative tokens of your choice. OR:": "ネガティブプロンプトについては、まず正のプロンプトを書き、次に --neg ugly, text, assymetric、または他の選択したネガティブトークンを記述してください。または:", + "Use the negative_prompts field to automatically append all words as a negative prompt. *Don't* add --neg in the negative_prompts field!": "ネガティブプロンプトフィールドを使用して、すべての単語を自動的に負のプロンプトとして追加してください。ネガティブプロンプトフィールドに--negを追加しないでください!", + "Prompts are stored in JSON format. If you've got an error, check it in a": "プロンプトは JSON 形式で保存されます。エラーが発生した場合は、以下で確認してください。", + "JSON Validator": "JSONバリデータ", + "Prompts positive": "ポジティブプロンプト", + "Prompts negative": "ネガティブプロンプト", + "Composable Mask scheduling": "合成可能なマスクスケジューリング", + "To enable, check use_mask in the Init tab": "有効にするには、initタブのuse_maskをチェックしてください", + "Supports boolean operations: (! - negation, & - and, | - or, ^ - xor, \\ - difference, () - nested operations)": "ブール演算をサポートしています: (! - negation, & - and, | - or ^ - xor, \\ - difference, () - ネストされた演算)", + "default variables: in \\{\\}, like \\{init_mask\\}, \\{video_mask\\}, \\{everywhere\\}": "デフォルト変数:\\{init_mask\\}, \\{video_mask\\}, \\{everywhere\\}のように、\\{\\}で表します。", + "masks from files: in [], like [mask1.png]": "ファイルからのマスク:[mask1.png]のように、[]で表します。", + "description-based:": "説明に基づく:", + "word masks": "ワードマスク", + "in <>, like , ": "のように、<>で表します。", + "Mask schedule": "マスク スケジュール", + "Use noise mask": "ノイズマスクを使用する", + "Noise mask schedule": "ノイズマスクのスケジュール", + "Image Init": "画像の初期値", + "Video Init": "ビデオの初期値", + "Mask Init": "マスクの初期値", + "Use init": "初期値を使用する", + "Strength 0 no init": "強度0では初期化しない", + "Init image": "初期画像", + "Video init path": "動画の初期パス", + "Extract from frame": "フレームから抽出", + "Extract to frame": "フレームへの抽出", + "Extract nth frame": "N番目のフレームを抽出", + "Overwrite extracted frames": "抽出されたフレームを上書き", + "Use mask video": "マスクビデオを使用", + "Video mask path": "動画マスクのパス", + "Use mask": "マスクを使用", + "Use alpha as mask": "マスクとしてアルファを使用", + "Invert mask": "マスクを反転", + "Overlay mask": "マスクをオーバーレイ", + "Mask file": "マスクのファイル", + "Mask overlay blur": "マスクオーバーレイのぼかし", + "Mask fill": "マスクの塗りつぶし", + "Full res mask": "フル解像度マスク", + "Full res mask padding": "フル解像度マスク パディング", + "Parseq": "Parseq", + "Use an": "を使う", + "sd-parseq manifest": "sd-parseqマニフェスト", + "for your animation (leave blank to ignore).": "アニメーションに対して使用する(無視する場合は空白のままにしてください)。", + "Note that parseq overrides:": "パーシークは以下を上書きします。", + "Run: seed, subseed, subseed strength.": "実行:シード、サブシード、サブシードの強度。", + "Keyframes: generation settings (noise, strength, contrast, scale).": "キーフレーム:生成設定 (ノイズ、強度、コントラスト、スケール)。", + "Keyframes: motion parameters for 2D and 3D (angle, zoom, translation, rotation, perspective flip).": "キーフレーム: 2D と 3D のモーションパラメータ (角度、ズーム、位置、回転、パースペクティブフリップ)。", + "Parseq does": "パーセックは行います", + "not": "ではない", + "override:": "上書き:", + "Run: Sampler, Width, Height, tiling, resize seed.": "実行: サンプラー、幅、高さ、タイリング、シードのサイズ変更。", + "Keyframes: animation settings (animation mode, max frames, border)": "キーフレーム: アニメーションの設定 (アニメーションモード、最大フレーム、枠)", + "Keyframes: coherence (color coherence & cadence)": "キーフレーム: コヒーレンス(色のコヒーレンスとケイデンス)", + "Keyframes: depth warping": "キーフレーム: 深度ワーピング", + "Output settings: all settings (including fps and max frames)": "出力設定:すべての設定 (FPSと最大フレームを含む)", + "Parseq Manifest (JSON or URL)": "Parseq マニフェスト (JSON または URL)", + "Use delta values for movement parameters": "移動パラメーターにデルタ値を使用", + "Requires the": "必要です", + "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.": "ControlNetベース拡張機能の内部動作により、モデルは「extensions/deforum-for-automatic1111-webui/models」に配置する必要があります。よりエレガントな解決策が見つかるまで、そこにコピー、シンボリックリンク、または移動してください。現時点では、最初の実行にはuse_initをチェックする必要があります。開発プロセスで使用されたControlNet拡張機能のバージョンはa24089a62e70a7fae44b7bf35b51fd584dd55e25です。他のオプションをすべて使用してもまだ壊れる場合は、CNバージョンをこのバージョンにアップグレード/ダウングレードしてください。", + "ControlNet not found. Please install it :)": "ControlNet が見つかりません。インストールしてください :)", + "Please, change animation mode to 2D or 3D to enable Hybrid Mode": "ハイブリッドモードを有効にするにはアニメーションモードを2Dまたは3Dに変更してください", + "Info & Help": "情報&ヘルプ", + "Hybrid Video Compositing in 2D/3D Mode": "2D/3Dモードでハイブリッドビデオを作成する", + "by": "作成者:", + "reallybigname": "reallybigname", + "Composite video with previous frame init image in": "前のフレームの初期化画像を使用してビデオを合成する", + "2D or 3D animation_mode": "2D または 3D アニメーションモード", + "(not for Video Input mode)": "(ビデオ入力モードではない)", + "Uses your": " 個人用設定を使用", + "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": "「キーフレーム」タブでも設定できます", + "color_coherence": "ColorCoherenceVectorアルゴリズム", + "= '": "= '", + "'": "'", + "color_coherence_video_every_N_frames": "color_coherence_video_every_N_frames", + "lets you only match every N frames": "Nフレームごとにマッチングさせます。", + "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 Video Schedules": "ハイブリッドビデオスケジュール", + "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'": "「ブレンド」だけに効果をかける", + "hybrid_comp_mask_type": "hybrid_comp_mask_type", + "Mask contrast schedule is from 0-255. Normal is 1. Affects all masks.": "マスクコントラストスケジュールは0〜255の範囲です。通常は1です。すべてのマスクに影響します。", + "Autocontrast low/high cutoff schedules 0-100. Low 0 High 100 is full range.": "オートコントラストの低/高カットオフスケジュールは0-100です。低0、高100はフルレンジです。", + "(": "(", + "hybrid_comp_mask_auto_contrast": "ハイブリッドコンポジットマスクオートコントラスト", + "must be enabled": "有効にする必要があります", + ")": ")", + "Click Here": "ここをクリック", + "for more info/ a Guide.": "詳細情報やガイドについて。", + "Hybrid Settings": "ハイブリッド設定", + "Generate inputframes": "入力フレームを生成する", + "Hybrid composite": "ハイブリッドコンポジット", + "First frame as init image": "最初のフレームを初期画像として", + "Motion use prev img": "前の画像を使用した動き", + "Hybrid motion": "ハイブリッドモーション", + "Optical Flow": "オプティカルフロー", + "Perspective": "遠近補正", + "Affine": "アフィン", + "Flow method": "フローメソッド", + "DIS Medium": "DIS 中", + "Farneback": "Farneback", + "Comp mask type": "コンポジットマスクのタイプ", + "Depth": "深度", + "Video Depth": "深度の動画", + "Blend": "Layerで合成", + "Difference": "差分", + "Comp mask equalize": "コンポジットマスクの均等化", + "Before": "前", + "After": "後", + "Both": "両方", + "Comp mask auto contrast": "コンポジットマスクの自動コントラスト", + "Comp mask inverse": "コンポジットマスクの反転", + "Comp save extra frames": "追加フレームを保存", + "Hybrid Schedules": "ハイブリッドスケジュール", + "Comp alpha schedule": "コンポジットのアルファスケジュール", + "Comp mask blend alpha schedule": "コンプマスクブレンドアルファスケジュール", + "Comp mask contrast schedule": "コンポジットマスクのコントラストスケジュール", + "Comp mask auto contrast cutoff high schedule": "コンポジットマスクの自動コントラストの上限スケジュール", + "Comp mask auto contrast cutoff low schedule": "コンポジットマスクの自動コントラストの下限スケジュール", + "Humans Masking": "マスキングしている人", + "Generate human masks": "人間のマスクを生成", + "PNGs": "PNG", + "Video": "動画", + "Video Output Settings": "ビデオ出力の設定", + "FPS": "フレームレート", + "Output format": "出力形式", + "FFMPEG mp4": "FFMPEG mp4", + "Add soundtrack": "サウンドトラックを追加", + "Init Video": "ビデオを初期化", + "Soundtrack path": "サウンドトラックのパス", + "Skip video for run all": "すべて実行するためにビデオをスキップ", + "Store frames in ram": "フレームをRAMに保存", + "Save depth maps": "深度マップを保存", + "Make GIF": "GIFを作成", + "Upscale": "アップスケール", + "Upscale model": "アップスケールモデル", + "realesr-animevideov3": "realesr-animevideov3", + "realesrgan-x4plus": "realesrgan-x4plus", + "realesrgan-x4plus-anime": "realesrgan-x4plus-anime", + "Upscale factor": "アップスケール係数", + "x2": "x2", + "x3": "x3", + "x4": "x4", + "Keep Imgs": "画像を保持", + "FFmpeg settings": "FFmpegの設定", + "CRF": "CRF", + "Preset": "プリセット", + "veryslow": "とても遅い", + "slower": "より遅い", + "slow": "遅い", + "medium": "普通", + "fast": "速い", + "faster": "より速い", + "veryfast": "とても速い", + "superfast": "非常に速い", + "ultrafast": "最高に速い", + "Location": "場所", + "Frame Interoplation": "フレーム補間", + "Video Upscaling": "動画のアップスケーリング", + "Frames to Video": "フレームからビデオへ", + "Important notes and Help": "重要な注意事項とヘルプ", + "Use": "使用", + "RIFE": "RIFE", + "/": "/", + "FILM": "FILM", + "Frame Interpolation to smooth out, slow-mo (or both) any video.": "フレーム補間を使用して、ビデオを滑らかにしたり、スローモーションにしたりします。", + "Supported engines:": "サポートしているエンジン:", + "RIFE v4.6 and FILM.": "RIFE v4.6 と FILM.", + "Important notes:": "重要な注意事項", + "Frame Interpolation will *not* run if any of the following are enabled: 'Store frames in ram' / 'Skip video for run all'.": "フレーム補間は、以下のいずれかが有効になっている場合は実行されません:「フレームをRAMに保存する」/「全て実行するためにビデオをスキップする」。", + "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'および'soundtrack_path'は尊重されません。代わりに、元のビデオのオーディオが上記と同じスローモーションのルールで使用されます。", + "Engine": "エンジン", + "RIFE v4.6": "RIFE v4.6", + "Slow Mo": "スローモーション", + "Interp X": "X間隔", + "Slow-Mo X": "スローモーションX", + "Interpolate an existing video": "既存のビデオを補間する", + "Video to Interpolate": "ビデオを補間する", + "In Frame Count": "フレーム数で", + "In FPS": "FPSで", + "Interpolated Vid FPS": "補間されたビデオのFPS", + "*Interpolate uploaded video*": "*アップロードされた動画を補間する*", + "* check your CLI for outputs": "* CLIの出力を確認してください", + "Video to Upscale": "アップスケールするビデオ", + "Upscale V2": "上位スケール V2", + "Upscale V1": "上位スケール V1", + "In Res": "イン", + "Out Res": "アウト", + "*Upscale uploaded video*": "*アップロードされた動画を補間する*", + "Path name modifier": "パス名の修飾子", + "x0_pred": "x0_pred", + "x": "x", + "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!": "Webuiフォルダに対して相対パスを入力するか、完全な絶対パスを入力し、最後に次のような形式になるようにしてください:'20230124234916_%05d.png'。単に20230124234916をバッチIDに置き換えてください。%05dは重要ですので、忘れないでください!", + "Image path": "画像のパス", + "MP4 path": "MP4のパス", + "Render steps": "レンダリング時のステップ数", + "*Stitch frames to video*": "*フレームをビデオに繋げる*", + "INVISIBLE": "非表示", + "Mask contrast adjust": "マスクのコントラスト調整", + "Mask brightness adjust": "マスクの明るさ調整", + "from_img2img_instead_of_link": "from_img2img_instance_of_link", + "Perlin W": "Perlin W", + "Perlin H": "Perlin H", + "Filename format": "ファイル名の形式", + "save_settings": "設定を保存", + "save_samples": "サンプルの保存", + "display_samples": "display_samples", + "Subseed controls & More": "サブシードコントロールとその他の機能", + "Enable subseed controls": "サブシードコントロールを有効にする", + "N Batch": "Nバッチ処理", + "Save sample per step": "ステップごとにサンプルを保存する", + "Show sample per step": "ステップごとにサンプルを表示する", + "Click here after the generation to show the video": "動画を表示するには、生成後ここをクリックしてください", + "Close the video": "動画を閉じる", + "Deforum extension for auto1111 — version 2.2b": "Auto1111用のDeforum拡張機能 - バージョン2.2b", + "* Paths can be relative to webui folder OR full - absolute": "* パスはwebuiフォルダに対して相対的な場所でも、完全な絶対パスでも指定できます。", + "General Settings File": "一般設定ファイル", + "Save Settings": "設定を保存", + "Load Settings": "設定の読み込み", + "Video Settings File": "動画の設定ファイル", + "Save Video Settings": "動画の設定を保存", + "Load Video Settings": "動画設定を読み込む", + "deforum-for-automatic1111-webui": "deforum-for-automatic1111-webui", + "https://github.com/deforum-art/deforum-for-automatic1111-webui.git": "https://github.com/deforum-art/deforum-for-automatic1111-webui.git", + "Enable pixelization": "Enable pixelization", + "Keep resolution": "解像度を保持", + "Pixel size": "ピクセルサイズ", + "stable-diffusion-webui-pixelization": "stable-diffusion-webui-pixelization", + "https://github.com/AUTOMATIC1111/stable-diffusion-webui-pixelization.git": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-pixelization.git", + "Enable": "有効化", "Highres. percentage chance": "高解像度のパーセンテージ確率", "Highres. Denoising Strength": "ハイレゾのノイズ除去の強度", "Highres. Width": "ハイレゾの幅", @@ -1118,7 +1422,562 @@ "Range of stepped values (min, max, step)": "ステップ値の範囲 (最小、最大、ステップ幅)", "Float value from 0 to 1": "0 から 1 までの浮動小数点数の値", "Loads weights from checkpoint before making images. You can either use hash or a part of filename (as seen in settings) for checkpoint name. Recommended to use with Y axis for less switching.": "画像を生成する前に、Checkpointからweights重みを読み込みます。Checkpoint名には、ハッシュまたはファイル名の一部を使用できます(設定で表示)。切り替えを少なくするには、Y軸での利用を推奨します。", + "Create aesthetic embedding": "美的埋め込みの作成", + "Open for Clip Aesthetic!": "Open for Clip Aesthetic!", + "Aesthetic weight": "Aesthetic ウェイト", + "Aesthetic steps": "Aesthetic ステップ数", + "Aesthetic learning rate": "Aesthetic 学習率", + "Slerp interpolation": "スラープ補間(補間)", + "Aesthetic imgs embedding": "美的埋め込みを使用する", + "Aesthetic text for imgs": "Aesthetic text for imgs", + "Slerp angle": "スラープ角度", + "Is negative text": "ネガティブテキスト", + "Create an aesthetic embedding out of any number of images": "任意の数の画像からAesthetic embeddingを作成します", + "Create images embedding": "埋め込み画像を作成", + "stable-diffusion-webui-aesthetic-gradients": "stable-diffusion-webui-aesthetic-gradients", + "This text is used to rotate the feature space of the imgs embs": "このテキストは、Embedding画像の特徴空間を回転させるために使用されます", + "https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-gradients.git": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-gradients.git", + "width": "幅", + "height": "高さ", + "Add": "追加", + "Load from JSON": "JSONから読み込む", + "Detect from image": "画像から検出する", + "Add Background image": "背景画像を追加する", + "json": "json", + "Save JSON": "JSONを保存", + "Save PNG": "PNGを保存", + "openpose-editor": "openpose-editor", + "https://github.com/fkunn1326/openpose-editor.git": "https://github.com/fkunn1326/openpose-editor.git", + "Smart Preprocess": "スマートプリプロセス", + "sd_smartprocess": "sd_smartprocess", + "Rename images": "画像の名前を変更…", + "Directories": "ディレクトリ", + "Cropping": "クロッピング", + "Output Size": "出力サイズ", + "Pad Images": "Pad画像", + "Crop Images": "画像のクロップ", + "Captions": "キャプション", + "Generate Captions": "キャプションを生成する", + "Max Caption Length (0=unlimited)": "キャプションの最大長(0=無制限)", + "Existing Caption Action": "既存のキャプションのアクション", + "Add CLIP results to Caption": "CLIPの結果をキャプションに追加", + "Number of CLIP beams": "CLIPビームの数", + "CLIP Minimum length": "CLIPの最大長", + "CLIP Maximum length": "CLIPの最小長", + "Use v2 CLIP Model": "V2 CLIP Modelを使用", + "Append Flavor tags from CLIP": "CLIPからフレーバータグを追加", + "Max flavors to append.": "追加するフレーバーの最大値", + "Append Medium tags from CLIP": "CLIPからミディアムタグを追加", + "Append Movement tags from CLIP": "CLIPからムーブメントタグを追加", + "Append Artist tags from CLIP": "CLIPからアーティストタグを追加", + "Append Trending tags from CLIP": "CLIPからトレンドタグを追加", + "Add WD14 Tags to Caption": "WD14タグをキャプションに追加", + "Minimum Score for WD14 Tags": "WD14 タグの最小スコア", + "Minimum Score for DeepDanbooru Tags": "DeepDanbooruタグの最小スコア", + "Tags To Ignore": "無視するタグ", + "Replace Class with Subject in Caption": "キャプションのクラスをサブジェクトに置き換える", + "Subject Class": "サブジェクトクラス", + "Subject class to crop (leave blank to auto-detect)": "クロップするサブジェクトクラス(自動検出する場合は空白のままにしてください)", + "Subject Name": "件名", + "Subject Name to replace class with in captions": "キャプションでクラスを置き換えるサブジェクト名", + "Post-Processing": "後処理", + "Face Restore Model": "顔復元モデル", + "Upscale and Resize": "アップスケールとサイズ変更", + "Cancel": "取消", + "https://github.com/d8ahazard/sd_smartprocess.git": "https://github.com/d8ahazard/sd_smartprocess.git", + "Latent Mirror mode": "鏡映化モード", + "Alternate Steps": "ステップごとに交互に行う", + "Blend Average": "平均して混ぜる", + "Latent Mirror style": "潜在鏡映化スタイル", + "Vertical Mirroring": "上下鏡映化", + "Horizontal Mirroring": "左右鏡映化", + "Horizontal+Vertical Mirroring": "上下左右鏡映化", + "90 Degree Rotation": "90度回転", + "180 Degree Rotation": "180度回転", + "Roll Channels": "ロールチャンネル", + "X panning": "x軸方向へずらす", + "Y panning": "y軸方向へずらす", + "Maximum steps fraction to mirror at": "鏡映化実行ステップの比率", + "SD-latent-mirroring": "SD-latent-mirroring", + "https://github.com/dfaker/SD-latent-mirroring.git": "https://github.com/dfaker/SD-latent-mirroring.git", + "Attention Heatmap": "ヒートマップ", + "Attention texts for visualization. (comma separated)": "視覚化のためのテキスト(カンマ区切り)", + "Hide heatmap images": "ヒートマップ画像を非表示", + "Do not save heatmap images": "ヒートマップ画像を保存しない", + "Hide caption": "キャプションを非表示にする", + "Use grid (output to grid dir)": "グリッドを使用 (グリッドdirに出力)", + "Grid layout": "グリッドのレイアウト", + "Auto": "自動", + "Prevent Empty Spot": "空のスポットを防止する", + "Batch Length As Row": "行のバッチ長", + "Heatmap blend alpha": "ヒートマップブレンド α", + "Heatmap image scale": "ヒートマップ画像のスケール", + "Trace each layers": "各レイヤーをトレース", + "Use layers as row instead of Batch Length": "バッチ長の代わりにレイヤーを行に使用", + "stable-diffusion-webui-daam": "stable-diffusion-webui-daam", + "https://github.com/toriato/stable-diffusion-webui-daam.git": "https://github.com/toriato/stable-diffusion-webui-daam.git", + "Image Browser": "画像ブラウザー", + "txt2img-grids": "txt2img-grids", + "img2img-grids": "img2img-grids", + "Favorites": "お気に入り", + "Others": "その他", + "Favorites path from settings: log/images": "設定からのお気に入りパス: ログ/画像", + "Images directory": "画像ディレクトリ", + "Sub directory depth": "サブディレクトリの深さ", + "Add to / replace in saved directories": "保存済ディレクトリに追加/置換", + "Saved directories": "保存先", + "Remove from saved directories": "保存したディレクトリから削除", + "Sub directories": "サブディレクトリ", + "Nothing selected": "何も選択されていません", + "Get sub directories": "サブディレクトリを取得", + "Maintenance": "メンテナンス", + "⚠ Caution: You should only use these options if you know what you are doing. ⚠": "⚠ 注意: これらのオプションは、何をしているか分かっている場合にのみ使用してください。⚠", + "Status:": "状態:", + "Last message": "前回のメッセージ", + "Rebuild exif cache": "Exifキャッシュを再構築", + "Delete 0-entries from exif cache": "exif キャッシュから 0 エントリを削除", + "Update directory names in database": "データベースのディレクトリ名を更新", + "From (full path)": "From (full path)", + "to (full path)": "to (full path)", + "Reapply ranking after moving files": "ファイルを移動した後にランキングを再適用", + "Dropdown": "ドロップダウン", + "First Page": "最初のページ", + "Prev Page": "前のページ", + "Page Index": "ページのインデックス", + "Next Page": "次のページ", + "End Page": "最後のページ", + "ranking": "ランキング", + "Next Image After Ranking (To be implemented)": "次回画像ランキング(実装予定)", + "delete next": "次を削除", + "Delete": "削除", + "also delete off-screen images": "画面外の画像も削除します", + "Additional Generation Info": "追加の生成情報", + "sort by": "ソート", + "Sort by": "ソート", + "path name": "パス名", + "date": "日付", + "aesthetic_score": "美的スコア", + "cfg scale": "CFGスケール", + "steps": "ステップ数", + "seed": "シード値", + "sampler": "サンプラー", + "size": "サイズ", + "model": "モデル", + "model hash": "モデルのHash値", + "filename keyword": "ファイル名 キーワード", + "Filename keyword search": "ファイル名 キーワード検索", + "exif keyword": "exif キーワード", + "EXIF keyword search": "EXIF キーワード検索", + "Search negative prompt": "ネガティブプロンプトを検索", + "No": "No", + "Yes": "Yes", + "Only": "Only", + "case sensitive": "大文字と小文字を区別", + "regex - e.g. ^(?!.*Hires).*$": "正規表現 - 例: ^(?!.*Hires).*$", + "ranking filter": "ランキングフィルター", + "Ranking filter": "ランキングフィルター", + "All": "All", + "minimum aesthetic_score": "最小美的スコア", + "Minimum aesthetic_score": "最小美的スコア", + "Maximum aesthetic_score": "最大美的スコア", + "Generate Info": "生成時の情報", + "Generation Info": "生成時の情報", + "File Name": "ファイル名", + "Move to favorites": "お気に入りへ移動", + "Send to txt2img ControlNet": "txt2img ControlNet に転送", + "Send to img2img ControlNet": "img2img ControlNet に転送", + "ControlNet number": "ControlNet number", + "Directory path": "ディレクトリ パス", + "Move to directory": "ディレクトリへ移動", + "Renew Page": "ページの更新", + "Number": "Number", + "set_index": "set_index", + "Image": "画像", + "load_switch": "load_switch", + "to_dir_load_switch": "to_dir_load_switch", + "turn_page_switch": "ページをめくる", + "Checkbox": "チェックボックス", + "List of active tabs (separated by commas). Available options are txt2img, img2img, txt2img-grids, img2img-grids, Extras, Favorites, Others. Custom folders are also supported by specifying their path.": "アクティブなタブの一覧 (カンマで区切られています). 利用可能なオプションは、txt2img, img2img-grid, img2img-grids, extras, Favorites, Othersです. パスを指定することで、カスタムフォルダもサポートされます。", + "Select components to hide": "非表示にするコンポーネントを選択", + "Include images in sub directories": "サブディレクトリ内の画像を含める", + "Preload images at startup": "起動時に画像をプリロードする", + "Move buttons copy instead of move": "移動ボタンは「移動」ではなく「コピー」に", + "Print image deletion messages to the console": "コンソールに画像削除メッセージを出力する", + "Move/Copy/Delete matching .txt files": "一致する.txtファイルを移動/コピー/削除", + "Print warning logs to the console": "警告ログをコンソールに出力", + "Print debug logs to the console": "デバッグログをコンソールに出力", + "Use recycle bin when deleting images": "画像を削除するときにごみ箱を使用", + "Scan Exif-/.txt-data (initially slower, but required for many features to work)": "Exif-/.txt-data をスキャンします (最初は遅くなりますが、多くの機能が動作するために必要です)", + "Scan Exif-/.txt-data (slower, but required for exif-keyword-search)": "Exif-/.txt-data をスキャンします (低速ですが、EXIF キーワード検索 に必要です)", + "Change CTRL keybindings to SHIFT": "Ctrlキー割り当てをShiftに変更する", + "or to CTRL+SHIFT": "または Ctrl + Shift", + "Enable Maintenance tab": "メンテナンス タブを表示", + "Save ranking in image's pnginfo": "画像のpnginfo にランキングを保存", + "Number of columns on the page": "ページ上の列数", + "Number of rows on the page": "ページ上の行数", + "Minimum number of pages per load": "ロードあたりの最小ページ数", + "stable-diffusion-webui-images-browser": "stable-diffusion-webui-images-browser", + "https://github.com/AlUlkesh/stable-diffusion-webui-images-browser.git": "https://github.com/AlUlkesh/stable-diffusion-webui-images-browser.git", + "Input images directory": "入力画像のディレクトリ", + "Enable Bilingual Localization": "二言語表示機能を有効にする", + "Localization file (Please leave `User interface` - `Localization` as None)": "言語ファイル (`ユーザーインターフェース` - `言語設定` を「なし」にしてください)", + "Translation display order": "表示順", + "Translation First": "選択言語を先に表示", + "Original First": "原文を先に表示", + "Localization dirs": "言語ファイルのディレクトリ", + "sd-webui-bilingual-localization": "sd-webui-bilingual-localization", + "https://github.com/journey-ad/sd-webui-bilingual-localization.git": "https://github.com/journey-ad/sd-webui-bilingual-localization.git", + "NAIConvert": "プロンプト変換", + "History": "履歴", + "https://github.com/animerl/novelai-2-local-prompt.git": "https://github.com/animerl/novelai-2-local-prompt.git", + "The untranslated characters will be translated automatically and will not affect the old translations. Use the function in the lower right corner to easily check and quickly modify the current translation.1,Save the setting;2,Click start button;3,Reload your browser.": "未翻訳の文字は自動的に翻訳され、古い翻訳に影響を与えることはありません。右下の機能を使うと、現在の翻訳を簡単に確認し、素早く修正することができます。1.設定を保存します。2.開始ボタンをクリックします。3.ブラウザを再読み込みします。", + "Translated Status": "翻訳のステータス", + "Start Auto Translate": "自動翻訳を開始", + "Text": "文字列", + "-->": "-->", + "<--": "<--", + "Translated Text": "翻訳された文字列", + "To Language": "翻訳先の言語", + "zh-CN": "zh-CN", + "af": "af", + "sq": "sq", + "am": "am", + "ar": "ar", + "hy": "hy", + "az": "az", + "eu": "eu", + "be": "be", + "bn": "bn", + "bs": "bs", + "bg": "bg", + "ca": "ca", + "ceb": "ceb", + "ny": "ny", + "co": "co", + "hr": "hr", + "cs": "cs", + "da": "da", + "nl": "nl", + "en": "en", + "eo": "eo", + "et": "et", + "tl": "tl", + "fi": "fi", + "fr": "fr", + "fy": "fy", + "gl": "gl", + "ka": "ka", + "de": "de", + "el": "el", + "gu": "gu", + "ht": "ht", + "ha": "ha", + "haw": "haw", + "iw": "iw", + "hi": "hi", + "hmn": "hmn", + "hu": "hu", + "is": "is", + "ig": "ig", + "id": "id", + "ga": "ga", + "it": "it", + "ja": "ja", + "jw": "jw", + "kn": "kn", + "kk": "kk", + "km": "km", + "rw": "rw", + "ko": "ko", + "ku": "ku", + "ky": "ky", + "lo": "lo", + "la": "la", + "lv": "lv", + "lt": "lt", + "lb": "lb", + "mk": "mk", + "mg": "mg", + "ms": "ms", + "ml": "ml", + "mt": "mt", + "mi": "mi", + "mr": "mr", + "mn": "mn", + "ne": "ne", + "no": "no", + "ps": "ps", + "fa": "fa", + "pl": "pl", + "pt": "pt", + "pa": "pa", + "ro": "ro", + "ru": "ru", + "sm": "sm", + "gd": "gd", + "sr": "sr", + "st": "st", + "sn": "sn", + "sd": "sd", + "si": "si", + "sk": "sk", + "sl": "sl", + "so": "so", + "es": "es", + "su": "su", + "sw": "sw", + "sv": "sv", + "tg": "tg", + "ta": "ta", + "tt": "tt", + "te": "te", + "th": "th", + "tr": "tr", + "tk": "tk", + "uk": "uk", + "ur": "ur", + "ug": "ug", + "uz": "uz", + "vi": "vi", + "cy": "cy", + "xh": "xh", + "yi": "yi", + "yo": "yo", + "zu": "zu", + "Select Translater": "翻訳サービスを選択", + "free_google": "free_google", + "free_youdao_zh": "free_youdao_zh", + "tp_alibaba": "tp_alibaba", + "tp_argos": "tp_argos", + "tp_baidu": "tp_baidu", + "tp_bing": "tp_bing", + "tp_caiyun": "tp_caiyun", + "tp_deepl": "tp_deepl", + "tp_google": "tp_google", + "tp_iciba": "tp_iciba", + "tp_iflytek": "tp_iflytek", + "tp_iflyrec": "tp_iflyrec", + "tp_itranslate": "tp_itranslate", + "tp_lingvanex": "tp_lingvanex", + "tp_mglip": "tp_mglip", + "tp_modernMt": "tp_modernMt", + "tp_myMemory": "tp_myMemory", + "tp_niutrans": "tp_niutrans", + "tp_papago": "tp_papago", + "tp_qqFanyi": "tp_qqFanyi", + "tp_qqTranSmart": "tp_qqTranSmart", + "tp_reverso": "tp_reverso", + "tp_sogou": "tp_sogou", + "tp_translateCom": "tp_translateCom", + "tp_utibet": "tp_utibet", + "tp_volcEngine": "tp_volcEngine", + "tp_yandex": "tp_yandex", + "tp_youdao": "tp_youdao", + "tp__alibaba": "tp__alibaba", + "tp__argos": "tp__argos", + "tp__baidu": "tp__baidu", + "tp__bing": "tp__bing", + "tp__caiyun": "tp__caiyun", + "tp__deepl": "tp__deepl", + "tp__google": "tp__google", + "tp__iciba": "tp__iciba", + "tp__iflytek": "tp__iflytek", + "tp__iflyrec": "tp__iflyrec", + "tp__itranslate": "tp__itranslate", + "tp__lingvanex": "tp__lingvanex", + "tp__mglip": "tp__mglip", + "tp__modernMt": "tp__modernMt", + "tp__myMemory": "tp__myMemory", + "tp__niutrans": "tp__niutrans", + "tp__papago": "tp__papago", + "tp__qqFanyi": "tp__qqFanyi", + "tp__qqTranSmart": "tp__qqTranSmart", + "tp__reverso": "tp__reverso", + "tp__sogou": "tp__sogou", + "tp__translateCom": "tp__translateCom", + "tp__utibet": "tp__utibet", + "tp__volcEngine": "tp__volcEngine", + "tp__yandex": "tp__yandex", + "tp__youdao": "tp__youdao", + "display both english and target language": "英語と翻訳先の言語の両方を表示", + "Save Setting": "設定を保存", + "Remove Auto Trans": "自動翻訳を削除", + "stable-diffusion-webui-auto-translate-language": "stable-diffusion-webui-auto-translate-language", + "https://github.com/hyd998877/stable-diffusion-webui-auto-translate-language": "https://github.com/hyd998877/stable-diffusion-webui-auto-translate-language", + "your select language": "あなたの選択した言語", + "english": "英語", + "translate prompt.": "プロンプトを翻訳", + "en2": "en2", + "translate negative prompt.": "ネガティブプロンプトを翻訳", + "N2": "N2", + "ui text": "UI文字列", + "translated text": "翻訳された文字列", + "load": "読み込み", + "translate": "翻訳", + "save": "保存", + "Tokenizer": "トークナイザー", + "Before your text is sent to the neural network, it gets turned into numbers in a process called tokenization. These tokens are how the neural network reads and interprets text. Thanks to our great friends at Shousetsu愛 for inspiration for this feature.": "テキストはニューラルネットワークに送られる前に、トークン化と呼ばれるプロセスで数値に変換されます。このトークンによってニューラルネットワークはテキストを読み解くことができるのです。この機能のインスピレーションを与えてくれた、私たちの偉大な友人である Shousetsu愛 に感謝します。", + "Text input": "文字列入力", + "ID input": "ID入力", + "Tokenize": "トークン化", + "Tokens": "トークン", + "stable-diffusion-webui-tokenizer": "stable-diffusion-webui-tokenizer", + "Prompt for tokenization": "プロンプトのトークン化", + "Ids for tokenization (example: 9061, 631, 736)": "IDのトークン化 (例: 9061, 631, 736)", + "https://github.com/AUTOMATIC1111/stable-diffusion-webui-tokenizer.git": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-tokenizer.git", + "Artists To Study": "学習するアーティスト", + "dog": "犬", + "house": "家", + "portrait": "ポートレート", + "spaceship": "宇宙船", + "anime": "アニメ", + "cartoon": "カートゥーン", + "digipa-high-impact": "digipaハイインパクト", + "digipa-med-impact": "digipaハイインパクト", + "digipa-low-impact": "digipaローインパクト", + "fareast": "東方", + "fineart": "ファインアート", + "scribbles": "らくがき", + "special": "特別", + "ukioe": "浮世絵", + "weird": "奇妙", + "black-white": "白黒", + "nudity": "ヌード", + "c": "c", + "n": "n", + "Get Images": "画像を取得", + "dog-anime": "犬のアニメ:", + "dog-cartoon": "犬のカートゥーン", + "dog-digipa-high-impact": "犬-digipaハイインパクト", + "dog-digipa-med-impact": "犬-digipa中インパクト", + "dog-digipa-low-impact": "犬-digipaローインパクト", + "dog-fareast": "犬-東方", + "dog-fineart": "犬-ファインアート", + "dog-scribbles": "犬-落書き", + "dog-special": "犬-特別", + "dog-ukioe": "犬の浮世絵", + "dog-weird": "犬-奇妙", + "dog-black-white": "犬-白黒", + "dog-nudity": "犬-ヌード", + "dog-c": "犬-C", + "dog-n": "犬-n", + "house-anime": "家のアニメ", + "house-cartoon": "家のカートゥーン", + "house-digipa-high-impact": "家-digipaハイインパクト", + "house-digipa-med-impact": "家-digipa中インパクト", + "house-digipa-low-impact": "家-digipaローインパクト", + "house-fareast": "家-東方", + "house-fineart": "家-ファインアート", + "house-scribbles": "家-落書き", + "house-special": "家-特別", + "house-ukioe": "家-浮世絵", + "house-weird": "家-奇妙", + "house-black-white": "家-白黒", + "house-nudity": "家-ヌード", + "house-c": "家-C", + "house-n": "家-n", + "portrait-anime": "ポートレイトのアニメ", + "portrait-cartoon": "ポートレイトのカートゥーン", + "portrait-digipa-high-impact": "肖像画-digipaハイインパクト", + "portrait-digipa-med-impact": "肖像画-digipa中インパクト", + "portrait-digipa-low-impact": "肖像画-digipaローインパクト", + "portrait-fareast": "肖像画-東方", + "portrait-fineart": "肖像画-ファインアート", + "portrait-scribbles": "肖像画-落書き", + "portrait-special": "肖像画-特別", + "portrait-ukioe": "肖像画-浮世絵", + "portrait-weird": "肖像画-奇妙", + "portrait-black-white": "肖像画-白黒", + "portrait-nudity": "肖像画-ヌード", + "portrait-c": "肖像画-c", + "portrait-n": "肖像画-n", + "spaceship-anime": "宇宙船-アニメ", + "spaceship-cartoon": "宇宙船 カートゥーン", + "spaceship-digipa-high-impact": "宇宙船演算子(digipa-high-impact)", + "spaceship-digipa-med-impact": "宇宙船演算子(digipa-med-impact)", + "spaceship-digipa-low-impact": "宇宙船演算子(digipa-low-impact)", + "spaceship-fareast": "宇宙船演算子(fareast)", + "spaceship-fineart": "宇宙船演算子(fineart)", + "spaceship-scribbles": "宇宙船 落書き", + "spaceship-special": "宇宙船 スペシャル", + "spaceship-ukioe": "宇宙船 浮世絵", + "spaceship-weird": "宇宙船演算子(weird)", + "spaceship-black-white": "宇宙船 モノクロ", + "spaceship-nudity": "宇宙船演算子(nudity)", + "spaceship-c": "宇宙船演算子(c)", + "spaceship-n": "宇宙船演算子(n)", + "artists to study extension by camenduru |": "アーティスト学習の拡張機能 by camenduru氏作成", + "github": "github", + "|": "|", + "twitter": "twitter", + "youtube": "youtube", + "hi-res images": "高解像度画像", + "All images generated with CompVis/stable-diffusion-v1-4 +": "画像はすべてCompVis/stable-diffusion-v1-4 +で生成しています。", + "artists.csv": "artists.csv", + "| License: Attribution 4.0 International (CC BY 4.0)": "| License: Attribution 4.0 International (CC BY 4.0)", + "stable-diffusion-webui-artists-to-study": "stable-diffusion-webui-artists-to-study", + "https://github.com/camenduru/stable-diffusion-webui-artists-to-study.git": "https://github.com/camenduru/stable-diffusion-webui-artists-to-study.git", + "MultiDiffusion": "MultiDiffusion", + "Enable MultiDiffusion": "MultiDiffusionを有効にする", + "Overwrite image size": "現在の画像サイズで上書き", + "Keep input image size": "入力画像のサイズを維持する", + "Image width": "画像の幅", + "Image height": "画像の高さ:", + "Latent tile width": "Latentタイルの幅", + "Latent tile height": "Latentタイルの高さ", + "Latent tile overlap": "Latentタイルの重なり幅", + "Latent tile batch size": "Latentタイル バッチサイズ", + "Move ControlNet images to CPU (if applicable)": "ControlNetの画像をCPUに移動 (可能な場合)", + "Tiled VAE": "Tiled VAE", + "Move VAE to GPU": "VAEをGPUに移動", + "Please use smaller tile size when see CUDA error: out of memory.": "CUDA error: out of memoryが発生した場合は、タイルサイズを小さくしてください。", + "Encoder Tile Size": "エンコーダタイルのサイズ", + "Decoder Tile Size": "デコーダーのタイルサイズ", + "Reset Tile Size": "タイルサイズをリセット。", + "Fast Encoder": "高速エンコーダ", + "Fast Decoder": "高速デコーダ", + "Fast Encoder may change colors; Can fix it with more RAM and lower speed.": "高速エンコーダは色が変わる可能性があります。これはメモリを増やしたり低速にする事で改善できます。", + "Encoder Color Fix": "高速エンコーダの色修正を使用", + "multidiffusion-upscaler-for-automatic1111": "multidiffusion-upscaler-for-automatic1111", + "https://github.com/pkuliyi2015/multidiffusion-upscaler-for-automatic1111.git": "https://github.com/pkuliyi2015/multidiffusion-upscaler-for-automatic1111.git", "Enabled": "有効化", + "Multiplication (2^N)": "倍率(2^N)", + "Weight": "重み", + "Force convert half to float on interpolation (for some platforms)": "強制的に半分を float に変換します(一部のプラットフォーム向け)", + "I know what I am doing.": "自分が何をしているか分かっています。", + "Layers": "レイヤー", + "Apply to": "次に適用", + "Resblock": "残差ブロック", + "Transformer": "変形", + "S. Attn.": "S. Attn.", + "X. Attn.": "X Attn.", + "OUT": "アウト", + "Start steps": "ステップを開始", + "Bilinear": "Bilinear", + "Bicubic": "バイキュービック", + "Enable AA for Upscaling.": "アップスケーリングにAAを有効化します。", + "Downscaling": "縮小する", + "Area": "範囲", + "Pooling Max": "最大ポーリング", + "Pooling Avg": "平均ポーリング", + "Enable AA for Downscaling.": "ダウンスケーリングにAAを有効化します。", + "interpolation method": "補間法", + "Lerp": "線形補間", + "SLerp": "球面線形補間", + "LLuL Enabled": "LLuLを有効化", + "LLuL Multiply": "LLuL乗算", + "LLuL Weight": "LLuLウェイト", + "LLuL Layers": "LLuLレイヤー", + "LLuL Apply to": "LLuL適用先", + "LLuL Start steps": "LLuLスタートステップ", + "LLuL Max steps": "LLuL最大ステップ", + "LLuL Upscaler": "LLuLアップスケーラー", + "LLuL Upscaler AA": "LLuLアップスケーラーAA", + "LLuL Downscaler": "LLuLダウンスケーラー", + "LLuL Downscaler AA": "LLuLダウンスケーラーAA", + "LLuL Interpolation method": "LLuL補間法", + "sd-webui-llul": "sd-webui-llul", + "https://github.com/hnmr293/sd-webui-llul.git": "https://github.com/hnmr293/sd-webui-llul.git", "Unprompted Seed": "未プロンプトのシード値", "Functions": "機能", "Select function:": "機能選択", @@ -1345,7 +2204,6 @@ "Try freeing CLIP model from memory? 🡢 free_memory": "メモリからCLIPモデルを解放してみて下さい🡢 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: 与えられたパスから画像を読み込み、img2imgで使用するための初期画像として設定する。", - "Image path": "画像のパス", "instance2mask": "instance2mask", "instance2mask: Creates an image mask from instances of types specified by the content for use with inpainting.": "instance2mask: inpaintingで使用するために、コンテンツで指定されたタイプのインスタンスからイメージマスクを作成します。", "refine": "美肌モード", @@ -1404,65 +2262,352 @@ "Re-process extra networks after Unprompted is finished (WIP - this is not yet functional!)": "アンプロンプトが終了した後、追加のネットワークを再処理する(WIP-まだ機能していません!)", "unprompted": "プロンプトされていない", "https://github.com/ThereforeGames/unprompted.git": "https://github.com/ThereforeGames/unprompted.git", - "Multiplication (2^N)": "倍率(2^N)", - "Force convert half to float on interpolation (for some platforms)": "強制的に半分を float に変換します(一部のプラットフォーム向け)", - "I know what I am doing.": "自分が何をしているか分かっています。", - "Layers": "レイヤー", - "Apply to": "次に適用", - "Resblock": "残差ブロック", - "Transformer": "変形", - "S. Attn.": "S. Attn.", - "X. Attn.": "X Attn.", - "OUT": "アウト", - "Start steps": "ステップを開始", - "Bilinear": "Bilinear", - "Bicubic": "バイキュービック", - "Enable AA for Upscaling.": "アップスケーリングにAAを有効化します。", - "Downscaling": "縮小する", - "Area": "範囲", - "Pooling Max": "最大ポーリング", - "Pooling Avg": "平均ポーリング", - "Enable AA for Downscaling.": "ダウンスケーリングにAAを有効化します。", - "interpolation method": "補間法", - "Lerp": "線形補間", - "SLerp": "球面線形補間", - "LLuL Enabled": "LLuLを有効化", - "LLuL Multiply": "LLuL乗算", - "LLuL Weight": "LLuLウェイト", - "LLuL Layers": "LLuLレイヤー", - "LLuL Apply to": "LLuL適用先", - "LLuL Start steps": "LLuLスタートステップ", - "LLuL Max steps": "LLuL最大ステップ", - "LLuL Upscaler": "LLuLアップスケーラー", - "LLuL Upscaler AA": "LLuLアップスケーラーAA", - "LLuL Downscaler": "LLuLダウンスケーラー", - "LLuL Downscaler AA": "LLuLダウンスケーラーAA", - "LLuL Interpolation method": "LLuL補間法", - "sd-webui-llul": "sd-webui-llul", - "https://github.com/hnmr293/sd-webui-llul.git": "https://github.com/hnmr293/sd-webui-llul.git", - "✕": "✕", - "[NPW] Weight": "[NPW] 重み", - "stable-diffusion-NPW": "stable-diffusion-NPW", - "https://github.com/muerrilla/stable-diffusion-NPW": "https://github.com/muerrilla/stable-diffusion-NPW", - "Embedding Editor": "Embedding Editor", - "Vector": "ベクトル", - "Refresh Embeddings": "Embeddingsを更新", - "Save Embedding": "Embeddingを保存", - "Enter words and color hexes to mark weights on the sliders for guidance. Hint: Use the txt2img prompt token counter or": "ガイダンス用にスライダーの重みを示す単語とカラーヘックスを入力してください。ヒント:txt2imgプロンプトトークンカウンターを使用するか、", - "webui-tokenizer": "webui-tokenizer", - "to see which words are constructed using multiple sub-words, e.g. 'computer' doesn't exist in stable diffusion's CLIP dictionary and instead 'compu' and 'ter' are used (1 word but 2 embedding vectors). Currently buggy and needs a moment to process before pressing the button. If it doesn't work after a moment, try adding a random space to refresh it.": "複数のサブワードを使用して構成されている単語を確認します。「computer」はstable diffusionの CLIP 辞書に存在せず、代わりに「compu」と「ter」が使用されます (1 語で 2 つの埋め込みベクトル)。 現在バグがあり、ボタンを押す前に処理する時間が必要です。 しばらくしてもうまくいかない場合は、ランダムなスペースを追加して更新してみてください。", - "Sampling Steps": "サンプリングステップ数", - "Generate Preview": "プレビューを生成", - "stable-diffusion-webui-embedding-editor": "stable-diffusion-webui-embedding-editor", - "https://github.com/CodeExplode/stable-diffusion-webui-embedding-editor.git": "https://github.com/CodeExplode/stable-diffusion-webui-embedding-editor.git", - "symbol:color-hex, symbol:color-hex, ...": "symbol:color-hex, symbol:color-hex, ...", - "e.g. A portrait photo of embedding_name": "例: A portrait photo of embedding_name", - "Load Settings": "設定の読み込み", - "Save Settings": "設定を保存", + "HakuImg": "HakuImg", + "Send to Blend": "Blendタブに転送", + "Send to Layer5": "レイヤー5に転送", + "Send to Layer4": "レイヤー4に転送", + "Send to Layer3": "レイヤー3に転送", + "Send to Layer2": "レイヤー2に転送", + "Send to Layer1": "レイヤー1に転送", + "Send to Effect": "エフェクトに転送", + "Effect": "効果", + "Other": "その他", + "Image preview height": "プレビューの高さ", + "Layer5": "Layer5", + "Layer4": "Layer4", + "Layer3": "Layer3", + "Layer2": "Layer2", + "Layer1": "Layer1", + "Layer5 opacity": "Layer5 不透明度", + "Layer5 mask blur": "Layer5マスクのぼかし", + "Layer5 mask strength": "Layer5 マスクの不透明度", + "Blend mode": "ブレンド モード", + "normal": "通常", + "darken": "比較 暗", + "multiply": "乗算", + "color_burn": "焼きこみカラー", + "linear_burn": "linear_burn", + "lighten": "比較 明", + "screen": "スクリーン", + "color_dodge": "覆い焼きカラー", + "linear_dodge": "linear_dodge", + "overlay": "オーバーレイ", + "soft_light": "ソフトライト", + "hard_light": "ハードライト", + "vivid_light": "ビビッドライト", + "linear_light": "linear_light", + "pin_light": "ピンライト", + "difference": "差の絶対値", + "exclusion": "除外", + "Layer4 opacity": "Layer4 不透明度", + "Layer4 mask blur": "Layer4 マスクのぼかし", + "Layer4 mask strength": "レイヤー4のマスク不透明度", + "Layer3 opacity": "Layer3 不透明度", + "Layer3 mask blur": "Layer3 マスクのぼかし", + "Layer3 mask strength": "レイヤー3のマスク不透明度", + "Layer2 opacity": "Layer2 不透明度", + "Layer2 mask blur": "Layer2 マスクのぼかし", + "Layer2 mask strength": "レイヤー2のマスク不透明度", + "Layer1 opacity": "Layer1 不透明度", + "Layer1 mask blur": "Layer1 マスクのぼかし", + "Layer1 mask strength": "レイヤー1のマスク不透明度", + "background color": "背景色", + "refresh": "プレビュー更新(編集確定)", + "img": "img", + "Color": "色調補正", + "Tone Curve": "トーンカーブ", + "Blur": "ぼかし", + "Pixelize": "ドット絵に変換", + "Glow": "グロー", + "temparature": "色温度", + "hue": "色相", + "brightness": "明度", + "contrast": "コントラスト", + "saturation": "彩度", + "Gamma": "ガンマ値", + "reset": "リセット", + "R": "R", + "G": "G", + "point1 x": "点1_横", + "point1 y": "点1_縦", + "point2 x": "点2_横", + "point2 y": "点2_縦", + "point3 x": "点3_横", + "point3 y": "点3_縦", + "blur": "ぼかし", + "kernel size": "カーネルサイズ", + "sigma": "sigma", + "k_sigma": "k_sigma", + "epsilon": "エプシロン", + "phi": "ファイ...", + "gamma": "ガンマ値", + "color mode": "カラーモード", + "gray": "グレー", + "rgb": "rgb", + "use scale": "スケールを使用", + "colors": "色数", + "dot size": "ドットサイズ", + "outline inflating": "アウトライン強調", + "Smoothing": "スムージング", + "Color reduce algo": "減色アルゴリズム", + "kmeans": "k平均法", + "dithering": "ディザリング", + "kmeans with dithering": "k平均法とディザリング", + "Glow mode": "グローモード", + "BS": "BS", + "BMBL": "BMBL", + "range": "範囲", + "strength": "強さ", + "InOutPaint": "InOutPaint", + "fill up": "上に拡張", + "fill down": "下に拡張", + "fill left": "左に拡張", + "fill right": "右に拡張", + "Resolution": "解像度", + "haku_output": "プレビュー", + "Send to inpaint upload": "Inpaint uploadに転送", + "Total num of layers (reload required)": "レイヤーの数(反映にはUIの再起動が必要)", + "Total num of point for curve (reload required)": "トーンカーブのポイント数(反映には再起動が必要)", + "a1111-sd-webui-haku-img": "a1111-sd-webui-haku-img", + "https://github.com/KohakuBlueleaf/a1111-sd-webui-haku-img.git": "https://github.com/KohakuBlueleaf/a1111-sd-webui-haku-img.git", + "State": "状態", + "Saved main elements": "保存されたメイン要素", + "tabs": "タブ", + "Saved elements from txt2img": "txt2imgから保存された要素", + "prompt": "プロンプト", + "negative_prompt": "ネガティブプロンプト", + "sampling": "サンプリング", + "sampling_steps": "サンプリングステップ数", + "batch_count": "バッチ数", + "batch_size": "バッチサイズ", + "cfg_scale": "cfgスケール", + "restore_faces": "顔修復", + "tiling": "タイリング", + "hires_fix": "高解像度修正", + "hires_upscaler": "高解像度に拡大", + "hires_steps": "高解像度ステップ数", + "hires_scale": "高解像度比率", + "hires_resize_x": "高解像度 サイズ変更X", + "hires_resize_y": "高解像度 サイズ変更Y", + "hires_denoising_strength": "高解像度ノイズ除去強度", + "Saved elements from img2img": "img2img から保存された要素", + "resize_mode": "サイズ変更モード", + "denoising_strength": "ノイズ除去強度", + "https://github.com/ilian6806/stable-diffusion-webui-state.git": "https://github.com/ilian6806/stable-diffusion-webui-state.git", + "Maximum width or height (whichever is higher)": "最大幅または高さ (どちらか長い方)", + "Scale to maximum width or height": "最大幅または高さに合わせる", + "-75%": "-75%", + "-50%": "-50%", + "-25%": "-25%", + "+25%": "+25%", + "+50%": "+50%", + "+75%": "+75%", + "+100%": "+100%", + "Expand by default": "デフォルトで展開", + "Show maximum width or height button": "最大幅または高さボタンを表示します", + "Maximum width or height default": "最大幅または高さのデフォルト", + "Show predefined percentage buttons": "事前定義されたパーセントボタンを表示します", + "Predefined percentage buttons, applied to dimensions (75, 125, 150)": "事前に定義された縮尺(%)ボタン。サイズに適用される(75、125、150)", + "Predefined percentage display format": "定義済みパーセント表示形式", + "Incremental/decremental percentage (-50%, +50%)": "増減率(-50%、+50%)", + "Raw percentage (50%, 150%)": "元の割合 (50%, 150%)", + "Multiplication (x0.5, x1.5)": "比率 (x0.5, x1.5)", + "sd-webui-aspect-ratio-helper": "sd-webui-aspect-ratio-helper", + "https://github.com/thomasasfk/sd-webui-aspect-ratio-helper.git": "https://github.com/thomasasfk/sd-webui-aspect-ratio-helper.git", + "Cafe Aesthetic": "Cafeの美的", + "Single": "単一", + "Judge": "判定", + "Aesthetic": "美的", + "Style": "スタイル", + "Waifu": "Waifu", + "Image Directory": "画像ディレクトリ", + "Output Directory": "出力ディレクトリ", + "Classify type": "分類の種別", + "Output style": "出力方法", + "Copy": "コピー", + "Move": "移動", + "Copy or move captions together": "同じキャプションは一緒に、コピーまたは移動する", + "Basis": "基準", + "Relative": "相対値", + "Absolute": "絶対値", + "Threshold (Use only when basis is absolute)": "しきい値 (基準が絶対値の場合のみ使用)", + "Start": "開始", + "Status": "ステータス", + "Idle": "待機中", + "stable-diffusion-webui-cafe-aesthetic": "stable-diffusion-webui-cafe-aesthetic", + "https://github.com/p1atdev/stable-diffusion-webui-cafe-aesthetic": "https://github.com/p1atdev/stable-diffusion-webui-cafe-aesthetic", + "path/to/classify": "path/to/classify", + "path/to/output": "path/to/output", + "BLIP2 Captioner": "BLIP-2でキャプション付け", + "Interrogate": "インタロゲート", + "Generated Caption": "生成されたキャプション", + "Output Caption Extension": "出力キャプションの拡張子", + "Unload models": "モデルをアンロード", + "Nucleus": "Nucleus", + "Top-K": "Top-K", + "Number of beams (0 = no beam search)": "ビーム幅 (0 = ビームサーチしない)", + "Caption min length": "キャプションの最小長", + "Caption max length": "キャプションの最大長", + "Top p": "Top p", + "stable-diffusion-webui-blip2-captioner": "stable-diffusion-webui-blip2-captioner", + "https://github.com/p1atdev/stable-diffusion-webui-blip2-captioner": "https://github.com/p1atdev/stable-diffusion-webui-blip2-captioner", + "Reconstruct prompt from existing image and put it into the prompt field.": "既存の画像からプロンプトを再構築し、プロンプト欄に反映します。", + "path/to/caption": "path/to/caption", + "txt": "txt", + "Seed travel": "Seed travel", + "Destination seed(s) (Comma separated)": "宛先シード値(カンマ区切り)", + "Only use Random seeds (Unless comparing paths)": "ランダムシードのみを使用 (パスの比較を除く)", + "Number of random seed(s)": "ランダムシードの数", + "Compare paths (Separate travels from 1st seed to each destination)": "パスを比較する(1つのシードからそれぞれの宛先への分離)", + "Steps (Number of images between each seed)": "ステップ (各シード間の画像数)", + "Loop back to initial seed": "初期シードにループバック", + "Save results as video": "結果を動画として保存", + "Frames per second": "フレーム/秒", + "Number of frames for lead in/out": "リードイン/アウトのフレーム数", + "Upscale ratio": "アップスケール比", + "Bump seed (If > 0 do a Compare Paths but only one image. No video will be generated.)": "Bump シード (> 0 の場合、パスの比較を行いますが、画像は 1 つだけです。ビデオは生成されません。)", + "Use cache": "キャッシュを使用", + "Show generated images in ui": "生成された画像を Ui で表示する", + "Interpolation rate": "補間率", + "Hug-the-middle": "Hug-the-middle", + "Slow start": "Slow start", + "Quick start": "Quick Start", + "Rate strength": "強度値", + "Allow the default Euler a Sampling method. (Does not produce good results)": "デフォルトの Euler a サンプルアルゴリズムを許可します。(良い結果にはなりません)", + "seed_travel": "seed_travel", + "https://github.com/yownas/seed_travel.git": "https://github.com/yownas/seed_travel.git", + "sd-webui-regional-prompter": "sd-webui-regional-prompter", + "https://github.com/hako-mikan/sd-webui-regional-prompter.git": "https://github.com/hako-mikan/sd-webui-regional-prompter.git", + "Active": "有効化", + "Divide mode": "分割モード", + "Horizontal": "水平方向", + "Vertical": "垂直方向", + "Generation mode": "生成モード", + "Attention": "Attention", + "Divide Ratio": "分割の比率", + "Base Ratio": "ベースプロンプトの比率", + "Use base prompt": "ベースプロンプトを使用", + "Use common prompt": "共通のプロンプトを使用", + "Use common negative prompt": "共通のネガティブプロンプトを使用", + "visualize and make template": "可視化とテンプレートの作成", + "template": "テンプレート", + "Presets": "プリセット", + "disable convert 'AND' to 'BREAK'": "'AND' から 'BREAK' への変換を無効化", + "debug": "デバッグ", + "Apply Presets": "プリセットを適用", + "Preset Name": "プリセット名", + "Save to Presets": "プリセットに保存", + "Create inspiration images": "インスピレーション画像の作成", + "Artist or styles name list. '.txt' files with one name per line": "アーティスト名やスタイル名のリスト。1行に1つの名前を含む'.txt'ファイル", + "Prompt Placeholder, which can be used at the top of prompt input": "プロンプト入力の先頭で使用できるプロンプトプレースホルダー", + "To activate inspiration function, you need get \"inspiration\" images first.": "インスピレーション機能を有効にするには、まず「インスピレーション」画像を取得する必要があります。", + "You can create these images by run \"Create inspiration images\" script in txt2img page,": "これらの画像は、txt2imgページに「インスピレーション画像を作成」スクリプトを実行することで作成できます。", + "you can get the artists or art styles list from here": "ここからアーティストやアートスタイルのリストを手に入れることができます", + "download these files, and select these files in the \"Create inspiration images\" script UI": "これらのファイルをダウンロードし、「インスピレーションイメージの作成」スクリプトUIでこれらのファイルを選択します", + "There about 6000 artists and art styles in these files.": "これらのファイルには約6000人のアーティストとアートスタイルがあります。", + "This takes server hours depending on your GPU type and how many pictures you generate for each artist/style": "GPUの種類と、アーティスト/スタイルごとに生成する画像の数に応じてサーバーの時間が必要です", + "I suggest at least four images for each": "それぞれに少なくとも4つの画像を提案します", + "You can also download generated pictures from here:": "ここから生成された画像をダウンロードすることもできます:", + "unzip the file to": "ファイルの解凍先", + "/extections/stable-diffusion-webui-inspiration": "/extections/stable-diffusion-webui-inspiration", + "and restart webui, and enjoy the joy of creation!": "創作の喜びを満喫してください!", + "Checkbox Group": "Checkbox Group", + "artists": "アーティスト", + "flavors": "フレーバー", + "mediums": "メディウム(構成要素)", + "movements": "ムーブメント(様式)", + "Exclude abandoned": "削除されたものを除外", + "Abandoned": "削除された", + "Key word": "キーワード", + "Get inspiration": "インスピレーションを得る", + "to txt2img": "文章から画像に", + "to img2img": "画像から画像に", + "Collect": "取得する", + "Don't show again": "次回から表示しない。", + "Maximum number of samples, used to determine which folders to skip when continue running the create script": "作成スクリプトの実行を続けるときにスキップするフォルダを決定するために使用されるサンプルの最大数", + "stable-diffusion-webui-inspiration": "stable-diffusion-webui-inspiration", + "https://github.com/yfszzx/stable-diffusion-webui-inspiration.git": "https://github.com/yfszzx/stable-diffusion-webui-inspiration.git", + "Ultimate SD upscale": "最高SDアップスケール", + "Will upscale the image depending on the selected target size type": "選択したターゲットサイズの種類に応じて、画像をアップスケールします", + "Target size type": "ターゲットサイズの種類", + "From img2img2 settings": "Img2img2設定より", + "Custom size": "任意のサイズ", + "Scale from image size": "画像サイズから拡大", + "Custom width": "カスタム幅", + "Custom height": "カスタム高さ", + "Scale": "スケール", + "Redraw options:": "再描画オプション:", + "Type": "種類", + "Chess": "チェス", + "Tile width": "タイル幅", + "Tile height": "タイル高さ", + "Padding": "余白", + "Seams fix:": "シーム修正:", + "Band pass": "Band pass", + "Half tile offset pass": "Half tile offset pass", + "Half tile offset pass + intersections": "Half tile offset pass + intersections", + "Denoise": "ノイズ除去", + "Save options:": "オプションの保存", + "Upscaled": "アップスケール済", + "Seams fix": "Seams fix", + "ultimate-upscale-for-automatic1111": "ultimate-upscale-for-automatic1111", + "https://github.com/Coyote-A/ultimate-upscale-for-automatic1111.git": "https://github.com/Coyote-A/ultimate-upscale-for-automatic1111.git", + "Model Pre​views": "モデルのプレビュー", + "Embeddings": "埋め込み", + "Filter": "フィルター", + "Notes": "備考", + "Model Preview XD": "モデルプレビュー", + "Name matching rule for preview files": "プレビューファイルのネームマッチング規則", + "Loose": "寛容", + "Strict": "厳格", + "Folder": "フォルダー", + "Index": "インデックス", + "Limit the height of preivews to the height of the browser window (.html preview files are always limited regardless of this setting)": "プレビューの高さをブラウザウィンドウの高さまでに制限する (.html プレビューファイルはこの設定に関係なく常に制限されます)", + "sd-model-preview-xd": "sd-model-preview-xd", + "No Preview Found": "プレビューが見つかりませんでした", + "https://github.com/CurtisDS/sd-model-preview-xd.git": "https://github.com/CurtisDS/sd-model-preview-xd.git", + "Tag Autocomplete": "自動タグ補完", + "Tag filename": "タグのファイル名", + "Enable Tag Autocompletion": "自動タグ補完を有効化", + "Active in txt2img (Requires restart)": "txt2imgで有効 (再起動が必要)", + "Active in img2img (Requires restart)": "img2imgで有効 (再起動が必要)", + "Active in negative prompts (Requires restart)": "ネガティブプロンプトで有効 (再起動が必要)", + "Active in third party textboxes [Dataset Tag Editor] (Requires restart)": "サードパーティー製のテキストボックスで有効 (再起動が必要)", + "List of model names (with file extension) or their hashes to use as black/whitelist, separated by commas.": "ブラックリストもしくはホワイトリストとして使用するモデル名(拡張子付き)もしくはハッシュ値のリスト(カンマ区切り)", + "Mode to use for model list": "モデルリストに使用するモード", + "Blacklist": "ブラックリスト", + "Whitelist": "ホワイトリスト", + "Move completion popup together with text cursor": "補完ポップアップをテキストカーソルと一緒に移動", + "Maximum results": "表示されるタグの数", + "Show all results": "全てのタグを表示", + "How many results to load at once": "一度に読み込むタグの数", + "Time in ms to wait before triggering completion again (Requires restart)": "再び補完を作動させるまでの待機時間 (ミリ秒、再起動が必要)", + "Search for wildcards": "ワイルドカードを検索", + "Search for embeddings": "Embeddings を検索", + "Search for hypernetworks": "Hypernetworksを検索", + "Search for Loras": "LoRAを検索", + "Show '?' next to tags, linking to its Danbooru or e621 wiki page (Warning: This is an external site and very likely contains NSFW examples!)": "タグの横に「?」を表示し、Danbooruまたはe621のwikiページにリンクします (警告:これは外部サイトで、NSFWの例が含まれている可能性が非常に高いです)", + "Replace underscores with spaces on insertion": "タグ挿入時にアンダースコアをスペースに置き換える", + "Escape parentheses on insertion": "挿入時に括弧をエスケープする", + "Append comma on tag autocompletion": "タグの自動補完時にカンマを追加", + "Search by alias": "エイリアスで検索", + "Only show alias": "エイリアスのみ表示", + "Translation filename": "ファイル名の翻訳", + "Translation file uses old 3-column translation format instead of the new 2-column one": "古い3カラムフォーマットの翻訳ファイルの代わりに新しい2カラムフォーマットのを使用する", + "Search by translation": "訳文で検索", + "Extra filename (for small sets of custom tags)": "追加ファイル名 (小規模なカスタムタグ用)", + "Mode to add the extra tags to the main tag list": "メインタグリストに追加するモード", + "Insert before": "前に挿入", + "Insert after": "後ろに挿入", + "a1111-sd-webui-tagcomplete": "a1111-sd-webui-tagcomplete", + "https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git": "https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git", + "Posex": "Posex", + "Send this image to ControlNet.": "この画像を ControlNet に送信します。", + "Target ControlNet number": "ターゲットのControlNet number", + "https://github.com/hnmr293/posex.git": "https://github.com/hnmr293/posex.git", "Generate Ckpt": "Ckptを生成", "Save Weights": "重みを保存", "Generate Samples": "サンプルを生成", - "Cancel": "取消", "Select or create a model to begin.": "開始するモデルを選択または作成する。", "Select": "選択", "Create": "作成", @@ -1536,7 +2681,6 @@ "8bit AdamW": "8bit AdamW", "Lion": "Lion", "Mixed Precision": "混合された精度", - "no": "no", "fp16": "fp16", "Memory Attention": "メモリに注意", "default": "初期値", @@ -1573,7 +2717,6 @@ "Concept 2": "コンセプト 2", "Concept 3": "コンセプト 3", "Concept 4": "コンセプト 4", - "Directories": "ディレクトリ", "Dataset Directory": "データセットのディレクトリ", "Classification Dataset Directory": "分類データセットのディレクトリ", "Filewords": "ファイルワード", @@ -1668,8 +2811,6 @@ "Bucket Steps": "バケットステップ", "Dry Run": "試運転", "Start Cropping": "クロッピングを開始", - "Output": "出力", - "Checkbox": "チェックボックス", "Check Progress": "進行状況を確認", "Update Parameters": "パラメーターを更新", "Changelog": "変更ログ", @@ -1689,244 +2830,136 @@ "Leave blank to use instance prompt. Optionally use [filewords] to base sample captions on instance images.": "インスタンスプロンプトを使用する場合は空白のままにしてください。必要に応じて、[filewords] を使用してインスタンス画像を基にしたサンプルキャプションを使用できます。", "Enter the path to a txt file containing sample prompts.": "サンプルプロンプトが含まれるtxtファイルへのパスを入力してください。", "Enter a model name for saving checkpoints and lora models.": "CheckpointとLoRAモデルを保存するためのモデル名を入力", - "Create aesthetic embedding": "美的埋め込みの作成", - "Open for Clip Aesthetic!": "Open for Clip Aesthetic!", - "Aesthetic weight": "Aesthetic ウェイト", - "Aesthetic steps": "Aesthetic ステップ数", - "Aesthetic learning rate": "Aesthetic 学習率", - "Slerp interpolation": "スラープ補間(補間)", - "Aesthetic imgs embedding": "美的埋め込みを使用する", - "Aesthetic text for imgs": "Aesthetic text for imgs", - "Slerp angle": "スラープ角度", - "Is negative text": "ネガティブテキスト", - "Create an aesthetic embedding out of any number of images": "任意の数の画像からAesthetic embeddingを作成します", - "Create images embedding": "埋め込み画像を作成", - "stable-diffusion-webui-aesthetic-gradients": "stable-diffusion-webui-aesthetic-gradients", - "This text is used to rotate the feature space of the imgs embs": "このテキストは、Embedding画像の特徴空間を回転させるために使用されます", - "https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-gradients.git": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-gradients.git", - "State": "状態", - "Saved main elements": "保存されたメイン要素", - "tabs": "タブ", - "Saved elements from txt2img": "txt2imgから保存された要素", - "prompt": "プロンプト", - "negative_prompt": "ネガティブプロンプト", - "sampling": "サンプリング", - "sampling_steps": "サンプリングステップ数", - "width": "幅", - "height": "高さ", - "batch_count": "バッチ数", - "batch_size": "バッチサイズ", - "cfg_scale": "cfgスケール", - "seed": "シード値", - "restore_faces": "顔修復", - "tiling": "タイリング", - "hires_fix": "高解像度修正", - "hires_upscaler": "高解像度に拡大", - "hires_steps": "高解像度ステップ数", - "hires_scale": "高解像度比率", - "hires_resize_x": "高解像度 サイズ変更X", - "hires_resize_y": "高解像度 サイズ変更Y", - "hires_denoising_strength": "高解像度ノイズ除去強度", - "Saved elements from img2img": "img2img から保存された要素", - "resize_mode": "サイズ変更モード", - "denoising_strength": "ノイズ除去強度", - "https://github.com/ilian6806/stable-diffusion-webui-state.git": "https://github.com/ilian6806/stable-diffusion-webui-state.git", - "This extension works well with text captions in comma-separated style (such as the tags generated by DeepBooru interrogator).": "この拡張機能は、カンマ区切りスタイル(DeepBooru interrogatorによって生成されたタグなど) のテキストキャプションでうまく動作します。", - "Save all changes": "すべての変更を保存", - "Backup original text file (original file will be renamed like filename.000, .001, .002, ...)": "元のテキストファイルをバックアップします (元のファイル名は次のように変更 filename.000, .001, .002, ...)", - "Note:": "備考:", - "New text file will be created if you are using filename as captions.": "ファイル名をキャプションとして使用している場合、新しいテキストファイルが作成されます。", - "Use kohya-ss's finetuning metadata json": "Kohya-ssのfinetuningメタデータjsonを使用します", - "json path": "jsonのパス", - "json input path (Optional, only for append results)": "jsonの入力パス (任意、結果の追加のみ)", - "Overwrite if output file exists": "出力ファイルが存在する場合は上書き", - "Save metadata as caption": "メタデータをキャプションとして保存", - "Save metadata image key as fullpath": "メタデータイメージキーをフルパスで保存", - "Results": "結果", - "Reload/Save Settings (config.json)": "設定を再読み込み/保存(config.json)", - "Reload settings": "設定を再読み込み", - "Save current settings": "現在の設定を保存", - "Restore settings to default": "設定をデフォルトに戻す", - "Caption File Ext": "キャプションファイル拡張子", - "Load": "読み込み", - "Unload": "アンロード", - "Dataset Load Settings": "データセットの読み込み設定", - "Load from subdirectories": "サブディレクトリから読み込む", - "Load caption from filename if no text file exists": "テキストファイルが存在しない場合、ファイル名からキャプションを読み込む", - "Replace new-line character with comma": "改行をカンマに置換", - "Use Interrogator Caption": "インターロゲーターのキャプションを使用", - "No": "いいえ", - "If Empty": "空の場合", - "Overwrite": "上書き", - "Prepend": "先頭に加える", - "Append": "追加", - "Interrogators": "Interrogators", - "Interrogator Settings": "インターロゲーターの設定", - "Use Custom Threshold (Booru)": "カスタムしきい値を使用 (Booru)", - "Booru Score Threshold": "Booruスコアのしきい値", - "Use Custom Threshold (WDv1.4 Tagger)": "カスタムしきい値を使用 (WDv1.4 Tagger)", - "WDv1.4 Tagger Score Threshold": "WDv1.4 タグのスコアしきい値", - "Dataset Filter": "データセットフィルタ", - "Filter Apply": "フィルター適用", - "hidden_idx_next": "hidden_idx_next", - "hidden_idx_prev": "hidden_idx_prev", - "Dataset Images": "データセット画像", - "Filter by Tags": "タグでフィルタリングする", - "Filter by Selection": "選択範囲でフィルタリングする", - "Batch Edit Captions": "キャプションの一括編集", - "Edit Caption of Selected Image": "選択した画像のキャプションを編集", - "Move or Delete Files": "ファイルの移動または削除", - "Clear tag filters": "タグフィルターをクリア", - "Clear ALL filters": "すべてのフィルターをクリア", - "Positive Filter": "正のフィルター", - "Negative Filter": "負のフィルター", - "Search tags / Filter images by tags": "タグ検索/タグによる画像フィルター", - "(INCLUSIVE)": "(包括的)", - "Search Tags": "タグを検索する", - "Prefix": "接頭辞", - "Suffix": "接尾語", - "Use regex": "正規表現を使用する", - "Sort by": "並べ替え", - "Alphabetical Order": "アルファベット順", - "Frequency": "頻度", - "Length": "長さ", - "Token Length": "トークンの長さ", - "Sort Order": "ソート順", - "Ascending": "昇順", - "Descending": "降順", - "Filter Logic": "フィルタールール", - "AND": "AND", - "OR": "OR", - "NONE": "なし", - "Filter Images by Tags": "タグで画像をフィルター", - "(EXCLUSIVE)": "(排他的)", - "Number": "Number", - "Select images from the left gallery.": "左のギャラリーから画像を選択", - "Add selection [Enter]": "選択を追加[Enter]", - "Add ALL Displayed": "表示されたすべてを追加", - "Filter Images": "画像をフィルター", - "Selected Image :": "選択した画像", - "Remove selection [Delete]": "選択範囲を削除 [Delete]", - "Invert selection": "選択を反転", - "Clear selection": "選択をクリア", - "Apply selection filter": "選択フィルターを適用", - "Search and Replace": "検索と置換", - "Remove": "削除", - "Edit common tags.": "共通のタグを編集", - "Show only the tags selected in the Positive Filter": "ポジティブフィルターで選択されているタグのみを表示", - "Common Tags": "共通のタグ", - "Edit Tags": "タグの編集", - "Prepend additional tags": "先頭にタグを追加", - "Apply changes to filtered images": "フィルタリングされた画像に変更を適用する", - "Show description of how to edit tags": "タグを編集する方法の説明を表示", - "1. The tags common to all displayed images are shown in comma separated style.": "1. すべての表示画像に共通するタグはカンマ区切りのスタイルで表示されます。", - "2. When changes are applied, all tags in each displayed images are replaced.": "2. 変更が適用されると、表示されている各画像のすべてのタグが置き換えられます。", - "3. If you change some tags into blank, they will be erased.": "3. タグを空白に変えると、消去されます。", - "4. If you add some tags to the end, they will be added to the end/beginning of the text file.": "4. タグを最後に追加すると、テキストファイルの最後/最初に追加されます。", - "5. Changes are not applied to the text files until the \"Save all changes\" button is pressed.": "5. 「すべて変更を保存」ボタンが押されるまで、変更はテキストファイルに適用されません。", - "ex A.": "例えば、A.", - "Original Text = \"A, A, B, C\" Common Tags = \"B, A\" Edit Tags = \"X, Y\"": "元のテキスト= \"A、A、B、C\" 共通のタグ= \"B、A\" タグを編集= \"X、Y\"", - "Result = \"Y, Y, X, C\" (B->X, A->Y)": "結果= \"Y、Y、X、C\" (B->X、A->Y)", - "ex B.": "例えば、B.", - "Original Text = \"A, B, C\" Common Tags = \"(nothing)\" Edit Tags = \"X, Y\"": "元のテキスト= \"A、B、C\" 共通のタグ= \"(なし)\" タグを編集= \"X、Y\"", - "Result = \"A, B, C, X, Y\" (add X and Y to the end (default))": "結果= \"A、B、C、X、Y\" (XとYを末尾に追加(デフォルト))", - "Result = \"X, Y, A, B, C\" (add X and Y to the beginning (\"Prepend additional tags\" checked))": "結果= \"X、Y、A、B、C\"(「追加タグを前置する」がチェックされている場合は、XとYを先頭に追加します)", - "ex C.": "例えば、C.", - "Original Text = \"A, B, C, D, E\" Common Tags = \"A, B, D\" Edit Tags = \", X, \"": "元のテキスト= \"A、B、C、D、E\" 共通のタグ= \"A、B、D\" タグを編集= \", 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 Text": "テキストを検索", - "Replace Text": "テキストを置き換え", - "Search and Replace in": "~で検索して置換します。", - "Only Selected Tags": "選択したタグのみ", - "Each Tags": "それぞれのタグ", - "Entire Caption": "全体のキャプション", - "Selected Tags": "選択したタグのみ", - "duplicate": "複製", - "tags from the images displayed.": "画像からタグが表示されます。", - "Remove duplicate tags": "重複するタグを削除", - "selected": "選択中", - "Remove selected tags": "選択したタグを削除する", - "Select visible tags": "表示中のタグを選択", - "Deselect visible tags": "表示中のタグの選択を解除", - "Select Tags": "タグの選択", - "Sort tags in the images displayed.": "表示されている画像のタグを並べ替えます。", - "Sort tags": "タグを並べ替え", - "Truncate tags by token count.": "トークン数でタグを切り詰めます。", - "Truncate tags by token count": "トークン数でタグを切り詰め", - "hidden_s_or_n": "hidden_s_or_n", - "Read Caption from Selected Image": "選択した画像からキャプションを読む", - "Interrogate Selected Image": "選択した画像を精査する", - "Caption of Selected Image": "選択した画像のキャプション", - "Copy and Overwrite": "コピーして上書き", + "Tagger": "タグ付け", + "Single process": "単一処理", + "Batch from directory": "ディレクトリから一括処理", + "Use recursive with glob pattern": "Globパターンで再帰的に使用する", + "Output filename format": "出力ファイルフォーマット", + "Output filename formats": "出力ファイルフォーマット", + "Related to original file": "オリジナルファイルに関連", + "[name]": "[name]", + ": Original filename without extension": ": 拡張子なしの元のファイル名", + "[extension]": "[extension]", + ": Original extension": ": 元の拡張子", + "[hash:]": "[hash:]", + ": Original extension\nAvailable algorithms:": ": 元の拡張子\n利用可能なアルゴリズム:", + "sha1, blake2s, shake_256, sha256, md5-sha1, sha512_256, shake_128, mdc2, ripemd160, whirlpool, md5, sha3_384, sha512, sha3_512, blake2b, sha224, sm3, sha512_224, sha3_224, sha384, md4, sha3_256": "sha1, blake2s, shake_256, sha256, md5-sha1, sha512_256, shake_128, mdc2, ripemd160, whirlpool, md5, sha3_384, sha512, sha3_512, blake2b, sha224, sm3, sha512_224, sha3_224, sha384, md4, sha3_256", + "Related to output file": "出力ファイルに関連", + "[output_extension]": "[output_extension]", + ": Output extension (has no dot)": ": 出力ファイルの拡張子 (\".\" なし)", + "Examples": "例", + "Original filename without extension": "拡張子なしの元のファイル名", + "[name].[output_extension]": "[name].[output_extension]", + "Original file's hash (good for deleting duplication)": "元のファイルのハッシュ (重複を削除するのに最適)", + "[hash:sha1].[output_extension]": "[hash:sha1].[output_extension]", + "Action on existing caption": "既存のキャプションに対する動作", + "Remove duplicated tag": "重複するタグを削除", + "Save with JSON": "JSON で保存", + "default.json": "default.json", "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 Result": "インタロゲートの結果", - "Copy caption from selected images automatically": "選択した画像からキャプションを自動でコピー", - "Sort caption on save": "保存時にキャプションを並べ替え", - "Warn if changes in caption is not saved": "キャプションの変更が保存されていない場合に警告", - "Edit Caption": "キャプションを編集", - "Apply changes to selected image": "選択した画像に変更を適用", - "Apply changes to ALL displayed images": "表示されているすべての画像に変更を適用", - "Changes are not applied to the text files until the \"Save all changes\" button is pressed.": "「全ての変更を保存」ボタンを押すまで、変更はテキストファイルに適用されません。", - "Moved or deleted images will be unloaded.": "移動または削除された画像はアンロードされます。", - "Move or Delete": "移動または削除", - "Selected One": "選択されたもの", - "All Displayed Ones": "全表示", - "Target": "対象", - "Image File": "画像ファイル", - "Caption Text File": "キャプションテキストファイル", - "Caption Backup File": "キャプションバックアップファイル", - "Target dataset num: 0": "対象データセット番号: 0", - "Destination Directory": "出力ディレクトリ", - "Move File(s)": "ファイルを移動", - "DELETE cannot be undone. The files will be deleted completely.": "「削除」操作は取り消せません。ファイルは完全に削除されます。", - "DELETE File(s)": "ファイルを削除", - "Number of columns on image gallery": "画像ギャラリーの列数", - "Force image gallery to use temporary files": "画像ギャラリーで一時ファイルを使用するよう強制する", - "Use raw CLIP token to calculate token count (without emphasis or embeddings)": "未加工のCLIPトークンを使用してトークン数を算出する (強調やembeddingの区別なし)", - "stable-diffusion-webui-dataset-tag-editor": "stable-diffusion-webui-dataset-tag-editor", - "https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor": "https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor", - "C:\\path\\to\\metadata.json": "C:\\path\\to\\metadata.json", - "C:\\directory\\of\\datasets": "C:\\directory\\of\\datasets", - ".txt (on Load and Save)": ".txt (読み込みと保存時)", - "Reconstruct prompt from existing image and put it into the prompt field.": "既存の画像からプロンプトを再構築し、プロンプトフィールドに入力します。", - "txt": "txt", - "Shift attention": "Shift attention", - "Show generated images in ui": "生成された画像を Ui で表示する", - "Save results as video": "結果を動画として保存", - "Frames per second": "フレーム/秒", - "Number of frames for lead in/out": "リードイン/アウトのフレーム数", - "Upscale ratio": "アップスケール比", - "https://github.com/yownas/shift-attention.git": "https://github.com/yownas/shift-attention.git", - "Maximum width or height (whichever is higher)": "最大幅または高さ (どちらか長い方)", - "Scale to maximum width or height": "最大幅または高さに合わせる", - "-75%": "-75%", - "-50%": "-50%", - "-25%": "-25%", - "+25%": "+25%", - "+50%": "+50%", - "+75%": "+75%", - "+100%": "+100%", - "Expand by default": "デフォルトで展開", - "Show maximum width or height button": "最大幅または高さボタンを表示します", - "Maximum width or height default": "最大幅または高さのデフォルト", - "Show predefined percentage buttons": "事前定義されたパーセントボタンを表示します", - "Predefined percentage buttons, applied to dimensions (75, 125, 150)": "事前に定義された縮尺(%)ボタン。サイズに適用される(75、125、150)", - "Predefined percentage display format": "定義済みパーセント表示形式", - "Incremental/decremental percentage (-50%, +50%)": "増減率(-50%、+50%)", - "Raw percentage (50%, 150%)": "元の割合 (50%, 150%)", - "Multiplication (x0.5, x1.5)": "比率 (x0.5, x1.5)", - "sd-webui-aspect-ratio-helper": "sd-webui-aspect-ratio-helper", - "https://github.com/thomasasfk/sd-webui-aspect-ratio-helper.git": "https://github.com/thomasasfk/sd-webui-aspect-ratio-helper.git", - "https://github.com/Bing-su/sd-webui-tunnels.git": "https://github.com/Bing-su/sd-webui-tunnels.git", + "wd14-convnext": "wd14-convnext", + "wd14-convnext-v2": "wd14-convnext-v2", + "wd14-convnext-v2-git": "wd14-convnext-v2-git", + "wd14-swinv2-v2": "wd14-swinv2-v2", + "wd14-swinv2-v2-git": "wd14-swinv2-v2-git", + "wd14-vit": "wd14-vit", + "wd14-vit-v2": "wd14-vit-v2", + "wd14-vit-v2-git": "wd14-vit-v2-git", + "Unload all interrogate models": "すべてのインタロゲートモデルをアンロードする", + "Threshold": "しきい値", + "Additional tags (split by comma)": "追加タグ (カンマで区切る)", + "Exclude tags (split by comma)": "除外タグ (カンマで区切る)", + "Sort by alphabetical order": "アルファベット順でソート", + "Include confident of tags matches in results": "マッチしたタグの信頼度を結果に含める", + "Use spaces instead of underscore": "アンダースコアの代わりにスペースを使用する", + "Excudes (split by comma)": "除外 (カンマで分割)", + "Escape brackets": "括弧をエスケープする", + "Unload model after running": "実行後にモデルをアンロードする", + "Tags": "タグ", + "Rating confidents": "レーティングの信頼度", + "Tag confidents": "タグの信頼度", + "stable-diffusion-webui-wd14-tagger": "stable-diffusion-webui-wd14-tagger", + "https://github.com/toriato/stable-diffusion-webui-wd14-tagger.git": "https://github.com/toriato/stable-diffusion-webui-wd14-tagger.git", + "/path/to/images or /path/to/images/**/*": "/path/to/images または /path/to/images/**/*", + "Leave blank to save images to the same path.": "空欄で同じパスへ画像を保存", + "Leave blank to use same filename as original.": "空白のままの場合、元のファイルと同じファイル名を使用", + "Found tags": "見つかったタグ", + "auto-sd-paint-ext Guide/Panel": "auto-sd-paint-ext ガイド/パネル", + "Generate Krita Plugin Symlink Command": "Kritaプラグインのシンボリックリンクコマンドを生成する", + "Launch Krita.": "Kritaを起動", + "On the menubar, go to": "メニューバー上の", + "Settings > Manage Resources...": "設定 > リソースの管理", + "In the window that appears, click": "表示されるウィンドウで次のように入力します。", + "Open Resource Folder": "リソースパックフォルダを開く", + "In the file explorer that appears, look for a folder called": "表示されるファイルエクスプローラで、呼び出されるフォルダを探します。", + "pykrita": "pykrita", + "or create it.": "または作成", + "Enter the": "入力", + "folder and copy the folder location from the address bar.": "アドレスバーからフォルダの場所をコピーします。", + "Paste the folder location below.": "フォルダの場所を以下に貼り付けます。", + "Pykrita Folder Location": "ログ出力先フォルダの場所", + "Search for \"Command Prompt\" in the Start Menu, right-click and click \"Run as Administrator...\", paste the follow commands and hit Enter:": "スタートメニューで「コマンドプロンプト」を検索し、右クリックして「管理者として実行...」をクリックし、以下のコマンドを貼り付けてEnterを押します。", + "mklink /j \"\\krita_diff\" \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff\"\nmklink \"\\krita_diff.desktop\" \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff.desktop\"": "mklink /j \"\\krita_diff\" \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff\"\nmklink \"\\krita_diff.desktop\" \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff.desktop\"", + "Linux command:": "Linuxコマンド:", + "ln -s \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff\" \"/krita_diff\"\nln -s \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff.desktop\" \"/krita_diff.desktop\"": "ln -s \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff\" \"/krita_diff\"\nln -s \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff.desktop\" \"/krita_diff.desktop\"", + "NOTE": "メモ", + ": Symlinks will break if you move or rename the repository or any\nof its parent folders or otherwise change the path such that the symlink\nbecomes invalid. In which case, repeat the above steps with the new": ": リポジトリまたはその親フォルダの移動や名前変更、シンボリックリンクが無効になるようなパスの変更をした場合に、シンボリックリンクが壊れてしまいます。対応したい場合は、新しいパスで上記の手順を再度実行してください。", + "folder location and (auto-detected) repository location.": "フォルダの場所と(自動検出)リポジトリの場所。", + ": Ensure": "確認してください。", + "webui-user.bat": "webui-user.bat", + "webui-user.sh": "webui-user.sh", + "contains": "含む", + "--api": "--api", + "in": "in", + "COMMANDLINE_ARGS": "COMMANDLINE_ARGS", + "Enabling the Krita Plugin": "Krita プラグインを有効にする", + "Restart Krita.": "Kritaを再起動します。", + "Settings > Configure Krita...": "設定 > Kritaの設定...", + "On the left sidebar, go to": "左のサイドバー上の", + "Python Plugin Manager": "Python プラグインマネージャー", + "Look for": "探す", + "Stable Diffusion Plugin": "Stable Diffusionのプラグイン", + "and tick the checkbox.": "チェックボックスをオンにします。", + "Restart Krita again for changes to take effect.": "Krita をもう一度再起動して変更を適用します。", + "SD Plugin": "SDプラグイン", + "docked window should appear on the left of the Krita window. If it does not, look on the menubar under": "固定ウィンドウは、Krita ウィンドウの左側に表示されるはずです。表示されない場合は、メニューバーの下にある項目を確認してください。", + "Settings > Dockers": "設定 > Docker", + "Next Steps": "次のステップ", + "Troubleshooting": "トラブルシューティング", + "Update Guide": "更新ガイド", + "Usage Guide": "利用案内", + "TODO: Control/status panel": "TODO: コントロール/ステータスパネル", + "https://github.com/Interpause/auto-sd-paint-ext.git": "https://github.com/Interpause/auto-sd-paint-ext.git", + "DreamArtist Create embedding": "ドリームアーティスト 埋め込みの作成", + "DreamArtist Train": "ドリームアーティストのトレーニングを行う", + "Process Att-Map": "Att-Mapの処理を行う", + "Initialization text (negative)": "初期化テキスト(ネガティブ)", + "Number of negative vectors per token": "トークンごとのネガティブベクトルの数", + "Unet Learning rate": "Unet 学習率", + "Train with DreamArtist": "ドリームアーティストでトレーニング", + "Train with reconstruction": "再構築でトレーニング", + "Attention Map": "アテンションマップ", + "Train U-Net": "U-Net を学習", + "CFG scale (dynamic cfg: low,high:type e.g. 1.0-3.5:cos)": "CFGスケール (動的 cfg: low,high:type 例: 1.0-3.5:cos)", + "Reconstruction loss weight": "再構築 損失の重み", + "Negative lr weight": "ネガティブ学習率の重み", + "Classifier path": "分類モデルのパス", + "Accumulation steps": "累積バッチ回数", + "Prompt template file": "プロンプトテンプレートファイル", + "Positive \"filewords\" only": "ポジティブ「ファイルワード」のみ", + "Experimental features (May be solve the problem of erratic training and difficult to reproduce [set EMA to 0.97])": "実験的な機能(不安定なトレーニングや再現性の低い問題を解決する可能性があります。[EMAを0.97に設定])", + "EMA (positive)": "EMA(ポジティブ)", + "EMA replace steps (positive)": "EMAの置換ステップ(ポジティブ)", + "EMA (nagetive)": "EMA(ネガティブ)", + "EMA replace steps (nagative)": "EMAの置換ステップ(ネガティブ)", + "beta1": "ベータ1", + "beta2": "ベータ2", + "Since there is a self-attention operation in VAE, it may change the distribution of features. This processing will superimpose the attention map of self-attention on the original Att-Map.": "VAEにはself-attention操作があるため、特徴の分布が変化する可能性があります。この処理では、self-attentionのアテンションマップを元のAtt-Mapに重ね合わせます。", + "Data directory": "データ保存用フォルダー", + "Process": "プロセス", + "DreamArtist-sd-webui-extension": "DreamArtist-sd-webui-extension", + "Path to classifier ckpt, can be empty": "分類モデルckptのパス。空白にすることもできます。", + "https://github.com/7eu7d7/DreamArtist-sd-webui-extension.git": "https://github.com/7eu7d7/DreamArtist-sd-webui-extension.git", "Additional Networks": "Additional Networks", "Separate UNet/Text Encoder weights": "U-Net と Text Encoder の重みを別々に指定する", "Network module 1": "Network module 1", @@ -2000,7 +3033,6 @@ "Model description/readme/notes/instructions": "モデルの説明/README/メモ/説明", "Source URL where this model could be found": "このモデルのソースURLが見つかりませんでした", "Rating": "評価", - "Tags": "タグ", "Comma-separated list of tags (\"artist, style, character, 2d, 3d...\")": "カンマで区切られたタグのリスト (\"artist, style, character, 2d, 3d...\")", "Editing Enabled": "編集が有効", "Save Metadata": "メタデータを保存", @@ -2014,12 +3046,9 @@ "Total Images": "総画像数", "Training parameters": "トレーニングパラメータ", "copy to clipboard": "クリップボードにコピー", - "Generate Info": "生成時の情報", "Extra paths to scan for LoRA models, comma-separated. Paths containing commas must be enclosed in double quotes. In the path, \" (one quote) must be replaced by \"\" (two quotes).": "追加でスキャンする LoRA モデルのパス (カンマで区切って複数指定)。パスの中でカンマを含む場合は必ず二重引用符で囲む必要がある。パス内の '' (単一引用符) は \"\" (二重引用符) に置き換える必要がある。", "Sort LoRA models by": "LoRAの並び替え", "name": "名前", - "date": "日付", - "path name": "パス名", "rating": "評価", "has user metadata": "ユーザーメタデータがある", "Reverse model sort order": "モデルのソート順を逆にする", @@ -2035,1461 +3064,230 @@ "Max number of dataset folders to show": "表示するデータセットフォルダの最大数", "sd-webui-additional-networks": "sd-webui-additional-networks", "https://github.com/kohya-ss/sd-webui-additional-networks.git": "https://github.com/kohya-ss/sd-webui-additional-networks.git", - "Tag Autocomplete": "自動タグ補完", - "Tag filename": "タグのファイル名", - "Enable Tag Autocompletion": "自動タグ補完を有効化", - "Active in txt2img (Requires restart)": "txt2imgで有効 (再起動が必要)", - "Active in img2img (Requires restart)": "img2imgで有効 (再起動が必要)", - "Active in negative prompts (Requires restart)": "ネガティブプロンプトで有効 (再起動が必要)", - "Active in third party textboxes [Dataset Tag Editor] (Requires restart)": "サードパーティー製のテキストボックスで有効 (再起動が必要)", - "List of model names (with file extension) or their hashes to use as black/whitelist, separated by commas.": "ブラックリストもしくはホワイトリストとして使用するモデル名(拡張子付き)もしくはハッシュ値のリスト(カンマ区切り)", - "Mode to use for model list": "モデルリストに使用するモード", - "Blacklist": "ブラックリスト", - "Whitelist": "ホワイトリスト", - "Move completion popup together with text cursor": "補完ポップアップをテキストカーソルと一緒に移動", - "Maximum results": "表示されるタグの数", - "Show all results": "全てのタグを表示", - "How many results to load at once": "一度に読み込むタグの数", - "Time in ms to wait before triggering completion again (Requires restart)": "再び補完を作動させるまでの待機時間 (ミリ秒、再起動が必要)", - "Search for wildcards": "ワイルドカードを検索", - "Search for embeddings": "Embeddings を検索", - "Search for hypernetworks": "Hypernetworksを検索", - "Search for Loras": "LoRAを検索", - "Show '?' next to tags, linking to its Danbooru or e621 wiki page (Warning: This is an external site and very likely contains NSFW examples!)": "タグの横に「?」を表示し、Danbooruまたはe621のwikiページにリンクします (警告:これは外部サイトで、NSFWの例が含まれている可能性が非常に高いです)", - "Replace underscores with spaces on insertion": "タグ挿入時にアンダースコアをスペースに置き換える", - "Escape parentheses on insertion": "挿入時に括弧をエスケープする", - "Append comma on tag autocompletion": "タグの自動補完時にカンマを追加", - "Search by alias": "エイリアスで検索", - "Only show alias": "エイリアスのみ表示", - "Translation filename": "ファイル名の翻訳", - "Translation file uses old 3-column translation format instead of the new 2-column one": "古い3カラムフォーマットの翻訳ファイルの代わりに新しい2カラムフォーマットのを使用する", - "Search by translation": "訳文で検索", - "Extra filename (for small sets of custom tags)": "追加ファイル名 (小規模なカスタムタグ用)", - "Mode to add the extra tags to the main tag list": "メインタグリストに追加するモード", - "Insert before": "前に挿入", - "Insert after": "後ろに挿入", - "a1111-sd-webui-tagcomplete": "a1111-sd-webui-tagcomplete", - "https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git": "https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git", - "Training Picker": "Training Picker", - "Video to extract frames from:": "フレームを抽出するビデオを指定する:", - "Only extract keyframes (recommended)": "キーフレームのみ抽出する (推奨)", - "Extract every nth frame": "抽出時のフレーム間隔", - "Extract Frames": "フレームの抽出", - "Extracted Frame Set": "抽出フレームセット", - "Resize crops to 512x512": "512x512にリサイズする", - "Outfill method:": "塗りつぶしの方法:", - "Don't outfill": "塗りつぶさない", - "Stretch image": "画像を変形して拡大する", - "Transparent": "透過", - "Solid color": "単色", - "Average image color": "画像の平均色", - "Dominant image color": "主要画像色", - "Stretch pixels at border": "境界線のピクセルを広げる", - "Reflect image around border": "境界線の周りの画像を反映する", - "Blurred & stretched overlay": "ぼかしと伸ばし加工されたオーバーレイ", - "Reuse original image": "オリジナルの画像を再利用する", - "Reset Aspect Ratio": "アスペクト比をリセット", - "Image border outfill method:": "画像境界のアウトフィル法", - "Black outfill": "黒い塗りつぶし", - "Outfill border color:": "塗りつぶしの枠線の色:", - "Blur amount:": "ぼかしの強さ", - "Number of clusters:": "クラスターの数:", - "Save crops to:": "作成した画像の保存先:", - "Fixed size to resize images to": "比率を固定したままリサイズ", - "Path to read videos from": "動画読み込み先のパス", - "Path to store extracted frame sets in": "抽出したフレームセットを保存するパス", - "Default cropped image output directory": "既定の切り抜き画像出力ディレクトリ", - "https://github.com/Maurdekye/training-picker.git": "https://github.com/Maurdekye/training-picker.git", - "CLIP_test": "CLIP_test", - "Create Beta hypernetwork": "Beta hypernetworkを作成", - "Train_Gamma": "トレイン_ガンマ", - "Train_Tuning": "トレイン_チューニング", - "Show advanced options": "詳細オプションを表示", - "Weight initialization seed, set -1 for default": "重み初期化シード値、デフォルトは-1に設定", - "Standard Deviation for Normal weight initialization": "標準重量初期化の標準偏位", - "Use dropout. Might improve training when dataset is small / limited.": "ドロップアウトを使用します。データセットが小さい/限られている場合、トレーニングを改善する可能性があります。", - "Use skip-connection. Won't work without extension!": "スキップ接続を使用してください。拡張機能なしでは動作しません!", - "Optional information about Hypernetwork": "Hypernetwork に関するオプション情報", - "Setting file name": "設定ファイル名", - "Save hypernetwork setting to file": "Hypernetworksの設定をファイルに保存", - "Train an embedding or Hypernetwork; you must specify a directory": "EmbeddingまたはHypernetworksを訓練します。ディレクトリを指定する必要があります", - "Show advanced learn rate scheduler options": "高度なlearn rateスケジューラオプションを表示", - "Show advanced adamW parameter options)": "高度なadamWパラメータオプションを表示します)", - "Show Gradient Clipping Options(for both)": "Gradient Clipping オプションを表示(for both)", - "Show Noise Scheduler Options(for both)": "Noise Scheduler オプションを表示(for both)", - "Uses D-Adaptation(LR Free) AdamW. Recommended LR is 1.0 at base": "D-Adaptation(LR Free) AdamWを使用中。 baseではLR 1.0が推奨されています。", - "AdamW weight decay parameter": "AdamW weight decay パラメータ", - "AdamW beta1 parameter": "AdamW beta1 パラメータ", - "AdamW beta2 parameter": "AdamW beta2 パラメータ", - "AdamW epsilon parameter": "AdamW epsilon パラメータ", - "Growth factor limiting, use value like 1.02 or leave it as -1": "Growth factor limiting, 1.02のような値を使用するか、 -1のままにしてください。", - "Use CosineAnnealingWarmupRestarts Scheduler": "CosineAnnealingWarmupRestartスケジューラを使用。", - "Steps for cycle": "サイクルに於けるステップ数", - "Step multiplier per cycle": "サイクルごとのステップ乗数", - "Warmup step per cycle": "サイクルごとのウォームアップステップ数", - "Minimum learning rate": "最小学習レート", - "Decays learning rate every cycle": "各サイクルの学習率を算出する", - "Saves when every cycle finishes": "各サイクル終了時に保存する", - "Generates image when every cycle finishes": "各サイクル終了時に画像を生成する", - "Gradient Clipping Options": "グラデーションクリッピングオプション", - "limit": "制限", - "Limiting value": "限界値", - "Norm type": "ノルム種別", - "Use Noise training scheduler(test)": "ノイズトレーニングスケジューラを使用(テスト)", - "Restarts noise scheduler, or linear": "Noise scheduler、またはlinearを再起動します", - "Restarts noise scheduler every nth epoch": "ノイズスケジューラを各エポックごとに再起動します", - "Unload Optimizer when generating preview(hypernetwork)": "プレビューの生成時(hypernetwork) にオプティマイザをアンロードします", - "Standard deviation for sampling": "サンプリングの標準偏差", - "loss type": "損失種別", - "loss": "損失", - "loss_simple": "loss_simple", - "loss_vlb": "loss_vlb", - "Save training setting": "トレーニング設定を保存", - "File name to save setting as": "設定を保存するファイル名", - "Load training option from saved json file. This will override settings above": "保存されたjsonファイルからトレーニングオプションを読み込みます。これは既存の設定を上書きします", - "Train Hypernetwork; you must specify a directory": "Hypernetwork トレーニング; ディレクトリを指定してください", - "Hypernetwork name to create, leave it empty to use selected": "Hypernetwork名を作成します。空白のままにすると empty が使用されます", - "Load Hypernetwork creation option from saved json file": "保存された json ファイルから Hypernetwork の作成オプションを読み込む", - "Load training option(s) from saved json file": "保存されたjsonファイルからトレーニングオプションを読み込む", - "Save a copy of model to log directory every N steps, 0 to disable": "Nステップごとにモデルのコピーをログディレクトリに保存します。無効にする場合は0を入力してください。", - "Manual dataset seed": "手動でデータセットシードを使う", - "CLIP-test": "CLIPテスト", - "CLIP Text models. Set to empty to not change.": "CLIPテキストモデル。変更しない場合は設定しないでください。", - "Enable clip model change. This will be triggered from next model changes.": "Clipモデルの変更を有効にします。これは、次のモデルの変更からトリガされます。", - "Detach grad from conditioning models": "条件付きモデルから勾配を切り離す", - "Hypernetwork-MonkeyPatch-Extension": "Hypernetworks-Monkeypatch拡張", - "must be positive float": "正の小数である必要があります", - "Training information, dateset, etc": "トレーニング情報、日付セットなど", - "default = 0.01": "既定値 = 0.01", - "default = 0.9": "既定値 = 0.9", - "default = 0.99": "既定値 = 0.99", - "default = 1e-8": "既定値 =1e-8", - "Cycles every nth Step": "N番目のステップごとのサイクル数", - "Step length multiplier every cycle": "サイクルごとのステップ長の乗数", - "CosineAnnealing lr increase step": "負荷を増加させるステップ", - "restricts decay value, but does not restrict gamma rate decay": "減衰値を制限しますが、ガンマレートの減衰は制限しません", - "Value should be in (0-1]": "値は(0-1] の範囲内である必要があります", - ". filename cannot have ',' inside, and files should be splitted by ','.": ". ファイル名には「,」を含めることはできず、ファイルは「,」で区切られる必要があります。", - "https://github.com/aria1th/Hypernetwork-MonkeyPatch-Extension.git": "https://github.com/aria1th/Hypernetwork-MonkeyPatch-Extension.git", - "Ultimate SD upscale": "最高SDアップスケール", - "Will upscale the image depending on the selected target size type": "選択したターゲットサイズの種類に応じて、画像をアップスケールします", - "Target size type": "ターゲットサイズの種類", - "From img2img2 settings": "Img2img2設定より", - "Custom size": "任意のサイズ", - "Scale from image size": "画像サイズから拡大", - "Custom width": "カスタム幅", - "Custom height": "カスタム高さ", - "Scale": "スケール", - "Redraw options:": "再描画オプション:", - "Type": "種類", - "Chess": "チェス", - "Tile width": "タイル幅", - "Tile height": "タイル高さ", - "Padding": "余白", - "Seams fix:": "シーム修正:", - "Band pass": "Band pass", - "Half tile offset pass": "Half tile offset pass", - "Half tile offset pass + intersections": "Half tile offset pass + intersections", - "Denoise": "ノイズ除去", - "Save options:": "オプションの保存", - "Upscaled": "アップスケール済", - "Seams fix": "Seams fix", - "ultimate-upscale-for-automatic1111": "ultimate-upscale-for-automatic1111", - "https://github.com/Coyote-A/ultimate-upscale-for-automatic1111.git": "https://github.com/Coyote-A/ultimate-upscale-for-automatic1111.git", - "Enable Bilingual Localization": "二言語表示機能を有効にする", - "Localization file (Please leave `User interface` - `Localization` as None)": "言語ファイル (`ユーザーインターフェース` - `言語設定` を「なし」にしてください)", - "Translation display order": "表示順", - "Translation First": "選択言語を先に表示", - "Original First": "原文を先に表示", - "Localization dirs": "言語ファイルのディレクトリ", - "sd-webui-bilingual-localization": "sd-webui-bilingual-localization", - "https://github.com/journey-ad/sd-webui-bilingual-localization.git": "https://github.com/journey-ad/sd-webui-bilingual-localization.git", - "Enable pixelization": "Enable pixelization", - "Keep resolution": "解像度を保持", - "Pixel size": "ピクセルサイズ", - "stable-diffusion-webui-pixelization": "stable-diffusion-webui-pixelization", - "https://github.com/AUTOMATIC1111/stable-diffusion-webui-pixelization.git": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-pixelization.git", - "stable-diffusion-webui-depthmap-script": "stable-diffusion-webui-depthmap-script", - "Compute on": "計算", - "GPU": "GPU", - "CPU": "CPU", - "Match input size (size is ignored when using boost)": "一致する入力サイズ(ブーストを使用する場合はサイズは無視されます)", - "BOOST (multi-resolution merging)": "ブースト (マルチ解像度マージ)", - "Invert DepthMap (black=near, white=far)": "DepthMapを反転 (黒=近く、白=遠い)", - "Clip and renormalize": "クリップおよび再法線処理", - "Far clip": "遠いクリップ", - "Near clip": "近くのクリップ", - "Combine into one image.": "一つの画像にまとめます。", - "Combine axis": "軸を結合", - "Vertical": "垂直方向", - "Horizontal": "水平方向", - "Save DepthMap": "深度マップを保存", - "Show DepthMap": "深度マップを表示", - "Show HeatMap": "ヒートマップを表示", - "Generate Stereo side-by-side image": "Side-by-sideの立体視画像を生成する", - "Generate Stereo anaglyph image (red/cyan)": "アナグリフ式立体画像(赤/青) を生成する", - "Divergence (3D effect)": "ダイバージェンス(3D効果)", - "Gap fill technique": "ギャップ埋め技術", - "Balance between eyes": "目間のバランス", - "Generate 3D inpainted mesh. (Sloooow)": "3D inpaintされたメッシュを生成(とても遅い)", - "Generate 4 demo videos with 3D inpainted mesh.": "3D inpaint meshで4つのデモを生成します。", - "Remove background": "背景を削除", - "Save the foreground masks": "前面マスクを保存する", - "pre-depth background removal": "プレデプス背景除去", - "Rembg Model": "Rembgモデル", - "Information, comment and share @": "情報、コメント、シェア @", - "Input Mesh (.ply)": "Input Mesh (.ply)", - "Generate video from inpainted mesh.": "Inpaint meshからビデオを生成します。", - "Video": "動画", - "A file on the same machine where the server is running.": "サーバーが稼働している同じマシン上のファイル。", - "Number of frames": "フレーム数", - "Framerate": "フレームレート", - "Format": "フォーマット", - "Trajectory": "軌跡", - "Translate: x, y, z": "変換: x, y, z", - "Crop: top, left, bottom, right": "クロップ: 上、左、下、右", - "Dolly": "小さな人形", - "Generate Video": "ビデオを生成", - "https://github.com/thygate/stable-diffusion-webui-depthmap-script.git": "https://github.com/thygate/stable-diffusion-webui-depthmap-script.git", - "Create inspiration images": "インスピレーション画像の作成", - "Artist or styles name list. '.txt' files with one name per line": "アーティスト名やスタイル名のリスト。1行に1つの名前を含む'.txt'ファイル", - "Prompt Placeholder, which can be used at the top of prompt input": "プロンプト入力の先頭で使用できるプロンプトプレースホルダー", - "To activate inspiration function, you need get \"inspiration\" images first.": "インスピレーション機能を有効にするには、まず「インスピレーション」画像を取得する必要があります。", - "You can create these images by run \"Create inspiration images\" script in txt2img page,": "これらの画像は、txt2imgページに「インスピレーション画像を作成」スクリプトを実行することで作成できます。", - "you can get the artists or art styles list from here": "ここからアーティストやアートスタイルのリストを手に入れることができます", - "download these files, and select these files in the \"Create inspiration images\" script UI": "これらのファイルをダウンロードし、「インスピレーションイメージの作成」スクリプトUIでこれらのファイルを選択します", - "There about 6000 artists and art styles in these files.": "これらのファイルには約6000人のアーティストとアートスタイルがあります。", - "This takes server hours depending on your GPU type and how many pictures you generate for each artist/style": "GPUの種類と、アーティスト/スタイルごとに生成する画像の数に応じてサーバーの時間が必要です", - "I suggest at least four images for each": "それぞれに少なくとも4つの画像を提案します", - "You can also download generated pictures from here:": "ここから生成された画像をダウンロードすることもできます:", - "unzip the file to": "ファイルの解凍先", - "/extections/stable-diffusion-webui-inspiration": "/extections/stable-diffusion-webui-inspiration", - "and restart webui, and enjoy the joy of creation!": "創作の喜びを満喫してください!", - "Checkbox Group": "Checkbox Group", - "artists": "アーティスト", - "flavors": "フレーバー", - "mediums": "メディウム(構成要素)", - "movements": "ムーブメント(様式)", - "Exclude abandoned": "削除されたものを除外", - "Abandoned": "削除された", - "Key word": "キーワード", - "Get inspiration": "インスピレーションを得る", - "to txt2img": "文章から画像に", - "to img2img": "画像から画像に", - "Collect": "取得する", - "Don't show again": "次回から表示しない。", - "Maximum number of samples, used to determine which folders to skip when continue running the create script": "作成スクリプトの実行を続けるときにスキップするフォルダを決定するために使用されるサンプルの最大数", - "Number of rows on the page": "ページ上の行数", - "Minimum number of pages per load": "ロードあたりの最小ページ数", - "stable-diffusion-webui-inspiration": "stable-diffusion-webui-inspiration", - "https://github.com/yfszzx/stable-diffusion-webui-inspiration.git": "https://github.com/yfszzx/stable-diffusion-webui-inspiration.git", - "u2net": "u2net", - "u2netp": "u2netp", - "u2net_human_seg": "u2net 人物区分", - "u2net_cloth_seg": "u2net 衣装区分", - "silueta": "シルエット", - "Return mask": "マスク画像のみ", - "Alpha matting": "アルファマット合成", - "Erode size": "浸食サイズ", - "Foreground threshold": "前景しきい値", - "Background threshold": "後景しきい値", - "https://github.com/AUTOMATIC1111/stable-diffusion-webui-rembg.git": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-rembg.git", - "Smart Preprocess": "スマートプリプロセス", - "sd_smartprocess": "sd_smartprocess", - "Rename images": "画像の名前を変更…", - "Cropping": "クロッピング", - "Output Size": "出力サイズ", - "Pad Images": "Pad画像", - "Crop Images": "画像のクロップ", - "Captions": "キャプション", - "Generate Captions": "キャプションを生成する", - "Max Caption Length (0=unlimited)": "キャプションの最大長(0=無制限)", - "Existing Caption Action": "既存のキャプションのアクション", - "Add CLIP results to Caption": "CLIPの結果をキャプションに追加", - "Number of CLIP beams": "CLIPビームの数", - "CLIP Minimum length": "CLIPの最大長", - "CLIP Maximum length": "CLIPの最小長", - "Use v2 CLIP Model": "V2 CLIP Modelを使用", - "Append Flavor tags from CLIP": "CLIPからフレーバータグを追加", - "Max flavors to append.": "追加するフレーバーの最大値", - "Append Medium tags from CLIP": "CLIPからミディアムタグを追加", - "Append Movement tags from CLIP": "CLIPからムーブメントタグを追加", - "Append Artist tags from CLIP": "CLIPからアーティストタグを追加", - "Append Trending tags from CLIP": "CLIPからトレンドタグを追加", - "Add WD14 Tags to Caption": "WD14タグをキャプションに追加", - "Minimum Score for WD14 Tags": "WD14 タグの最小スコア", - "Minimum Score for DeepDanbooru Tags": "DeepDanbooruタグの最小スコア", - "Tags To Ignore": "無視するタグ", - "Replace Class with Subject in Caption": "キャプションのクラスをサブジェクトに置き換える", - "Subject Class": "サブジェクトクラス", - "Subject class to crop (leave blank to auto-detect)": "クロップするサブジェクトクラス(自動検出する場合は空白のままにしてください)", - "Subject Name": "件名", - "Subject Name to replace class with in captions": "キャプションでクラスを置き換えるサブジェクト名", - "Post-Processing": "後処理", - "Face Restore Model": "顔復元モデル", - "Upscale and Resize": "アップスケールとサイズ変更", - "https://github.com/d8ahazard/sd_smartprocess.git": "https://github.com/d8ahazard/sd_smartprocess.git", - "Cutoff": "Cutoff", - "Target tokens (comma separated)": "対象となるトークン (カンマ区切り)", - "Details": "詳細", - "Disable for Negative prompt.": "ネガティブプロンプトでは無効化", - "Cutoff strongly.": "強く遮断する", - "Padding token (ID or single token)": "詰め替えるトークン (IDまたは単一のトークン)", - "Interpolation method": "補間法", - "Debug log": "デバッグログ", - "Cutoff Enabled": "Cutoff 有効化", - "Cutoff Targets": "Cutoff 対象となるトークン", - "Cutoff Weight": "Cutoff 重み", - "Cutoff Disable for Negative Prompt": "Cutoff ネガティブプロンプトでは無効化", - "Cutoff Strong": "Cutoff 強く遮断", - "Cutoff Padding": "Cutoff 詰め替えるトークン", - "Cutoff Interpolation": "Cutoff 補間法", - "sd-webui-cutoff": "sd-webui-cutoff", - "https://github.com/hnmr293/sd-webui-cutoff.git": "https://github.com/hnmr293/sd-webui-cutoff.git", - "red, blue": "red, blue", - "HakuImg": "HakuImg", - "Send to Blend": "Blendタブに転送", - "Send to Layer5": "レイヤー5に転送", - "Send to Layer4": "レイヤー4に転送", - "Send to Layer3": "レイヤー3に転送", - "Send to Layer2": "レイヤー2に転送", - "Send to Layer1": "レイヤー1に転送", - "Send to Effect": "エフェクトに転送", - "Blend": "Layerで合成", - "Effect": "効果", - "Other": "その他", - "Image preview height": "プレビューの高さ", - "Layer5": "Layer5", - "Layer4": "Layer4", - "Layer3": "Layer3", - "Layer2": "Layer2", - "Layer1": "Layer1", - "Layer5 opacity": "Layer5 不透明度", - "Layer5 mask blur": "Layer5マスクのぼかし", - "Layer5 mask strength": "Layer5 マスクの不透明度", - "Blend mode": "ブレンド モード", - "normal": "通常", - "darken": "比較 暗", - "multiply": "乗算", - "color_burn": "焼きこみカラー", - "linear_burn": "linear_burn", - "lighten": "比較 明", - "screen": "スクリーン", - "color_dodge": "覆い焼きカラー", - "linear_dodge": "linear_dodge", - "overlay": "オーバーレイ", - "soft_light": "ソフトライト", - "hard_light": "ハードライト", - "vivid_light": "ビビッドライト", - "linear_light": "linear_light", - "pin_light": "ピンライト", - "difference": "差の絶対値", - "exclusion": "除外", - "Layer4 opacity": "Layer4 不透明度", - "Layer4 mask blur": "Layer4 マスクのぼかし", - "Layer4 mask strength": "レイヤー4のマスク不透明度", - "Layer3 opacity": "Layer3 不透明度", - "Layer3 mask blur": "Layer3 マスクのぼかし", - "Layer3 mask strength": "レイヤー3のマスク不透明度", - "Layer2 opacity": "Layer2 不透明度", - "Layer2 mask blur": "Layer2 マスクのぼかし", - "Layer2 mask strength": "レイヤー2のマスク不透明度", - "Layer1 opacity": "Layer1 不透明度", - "Layer1 mask blur": "Layer1 マスクのぼかし", - "Layer1 mask strength": "レイヤー1のマスク不透明度", - "background color": "背景色", - "refresh": "プレビュー更新(編集確定)", - "img": "img", - "Color": "色調補正", - "Tone Curve": "トーンカーブ", - "Blur": "ぼかし", - "Pixelize": "ドット絵に変換", - "Glow": "グロー", - "temparature": "色温度", - "hue": "色相", - "brightness": "明度", - "contrast": "コントラスト", - "saturation": "彩度", - "Gamma": "ガンマ値", - "reset": "リセット", - "All": "All", - "R": "R", - "G": "G", - "point1 x": "点1_横", - "point1 y": "点1_縦", - "point2 x": "点2_横", - "point2 y": "点2_縦", - "point3 x": "点3_横", - "point3 y": "点3_縦", - "blur": "ぼかし", - "kernel size": "カーネルサイズ", - "sigma": "sigma", - "k_sigma": "k_sigma", - "epsilon": "エプシロン", - "phi": "ファイ...", - "gamma": "ガンマ値", - "color mode": "カラーモード", - "gray": "グレー", - "rgb": "rgb", - "use scale": "スケールを使用", - "colors": "色数", - "dot size": "ドットサイズ", - "outline inflating": "アウトライン強調", - "Smoothing": "スムージング", - "Color reduce algo": "減色アルゴリズム", - "kmeans": "k平均法", - "dithering": "ディザリング", - "kmeans with dithering": "k平均法とディザリング", - "Glow mode": "グローモード", - "BS": "BS", - "BMBL": "BMBL", - "range": "範囲", - "strength": "強さ", - "InOutPaint": "InOutPaint", - "fill up": "上に拡張", - "fill down": "下に拡張", - "fill left": "左に拡張", - "fill right": "右に拡張", - "Resolution": "解像度", - "haku_output": "プレビュー", - "Send to inpaint upload": "Inpaint uploadに転送", - "Total num of layers (reload required)": "レイヤーの数(反映にはUIの再起動が必要)", - "Total num of point for curve (reload required)": "トーンカーブのポイント数(反映には再起動が必要)", - "a1111-sd-webui-haku-img": "a1111-sd-webui-haku-img", - "https://github.com/KohakuBlueleaf/a1111-sd-webui-haku-img.git": "https://github.com/KohakuBlueleaf/a1111-sd-webui-haku-img.git", - "Save score as EXIF or PNG Info Chunk": "スコアをEXIFまたはPNGチャンクに保存", - "aesthetic_score": "美的スコア", - "sampler": "サンプラー", - "sd_model_hash": "sdモデルハッシュ値", - "hash": "ハッシュ値", - "Save tags (Windows only)": "タグを保存(Windowsのみ)", - "Save category (Windows only)": "カテゴリを保存(Windowsのみ)", - "Save generation params text": "生成されたパラメータテキストを保存", - "Force CPU (Requires Custom Script Reload)": "強制的に CPU (カスタムスクリプトの再読み込みが必要)", - "stable-diffusion-webui-aesthetic-image-scorer": "stable-diffusion-webui-aesthetic-image-scorer", - "https://github.com/tsngo/stable-diffusion-webui-aesthetic-image-scorer.git": "https://github.com/tsngo/stable-diffusion-webui-aesthetic-image-scorer.git", - "NAIConvert": "プロンプト変換", - "History": "履歴", - "https://github.com/animerl/novelai-2-local-prompt.git": "https://github.com/animerl/novelai-2-local-prompt.git", - "MultiDiffusion": "MultiDiffusion", - "Enable MultiDiffusion": "MultiDiffusionを有効にする", - "Overwrite image size": "現在の画像サイズで上書き", - "Keep input image size": "入力画像のサイズを維持する", - "Image width": "画像の幅", - "Image height": "画像の高さ:", - "Latent tile width": "Latentタイルの幅", - "Latent tile height": "Latentタイルの高さ", - "Latent tile overlap": "Latentタイルの重なり幅", - "Latent tile batch size": "Latentタイル バッチサイズ", - "Move ControlNet images to CPU (if applicable)": "ControlNetの画像をCPUに移動 (可能な場合)", - "Tiled VAE": "Tiled VAE", - "Move VAE to GPU": "VAEをGPUに移動", - "Please use smaller tile size when see CUDA error: out of memory.": "CUDA error: out of memoryが発生した場合は、タイルサイズを小さくしてください。", - "Encoder Tile Size": "エンコーダタイルのサイズ", - "Decoder Tile Size": "デコーダーのタイルサイズ", - "Reset Tile Size": "タイルサイズをリセット。", - "Fast Encoder": "高速エンコーダ", - "Fast Decoder": "高速デコーダ", - "Fast Encoder may change colors; Can fix it with more RAM and lower speed.": "高速エンコーダは色が変わる可能性があります。これはメモリを増やしたり低速にする事で改善できます。", - "Encoder Color Fix": "高速エンコーダの色修正を使用", - "multidiffusion-upscaler-for-automatic1111": "multidiffusion-upscaler-for-automatic1111", - "https://github.com/pkuliyi2015/multidiffusion-upscaler-for-automatic1111.git": "https://github.com/pkuliyi2015/multidiffusion-upscaler-for-automatic1111.git", - "BLIP2 Captioner": "BLIP-2でキャプション付け", - "Generated Caption": "生成されたキャプション", - "Output Caption Extension": "出力キャプションの拡張子", - "Unload models": "モデルをアンロード", - "Nucleus": "Nucleus", - "Top-K": "Top-K", - "Number of beams (0 = no beam search)": "ビーム幅 (0 = ビームサーチしない)", - "Caption min length": "キャプションの最小長", - "Caption max length": "キャプションの最大長", - "Top p": "Top p", - "stable-diffusion-webui-blip2-captioner": "stable-diffusion-webui-blip2-captioner", - "https://github.com/p1atdev/stable-diffusion-webui-blip2-captioner": "https://github.com/p1atdev/stable-diffusion-webui-blip2-captioner", - "path/to/caption": "path/to/caption", - "Attention Heatmap": "ヒートマップ", - "Attention texts for visualization. (comma separated)": "視覚化のためのテキスト(カンマ区切り)", - "Hide heatmap images": "ヒートマップ画像を非表示", - "Do not save heatmap images": "ヒートマップ画像を保存しない", - "Hide caption": "キャプションを非表示にする", - "Use grid (output to grid dir)": "グリッドを使用 (グリッドdirに出力)", - "Grid layout": "グリッドのレイアウト", - "Auto": "自動", - "Prevent Empty Spot": "空のスポットを防止する", - "Batch Length As Row": "行のバッチ長", - "Heatmap blend alpha": "ヒートマップブレンド α", - "Heatmap image scale": "ヒートマップ画像のスケール", - "Trace each layers": "各レイヤーをトレース", - "Use layers as row instead of Batch Length": "バッチ長の代わりにレイヤーを行に使用", - "stable-diffusion-webui-daam": "stable-diffusion-webui-daam", - "https://github.com/toriato/stable-diffusion-webui-daam.git": "https://github.com/toriato/stable-diffusion-webui-daam.git", - "stable-diffusion-webui-two-shot": "stable-diffusion-webui-two-shot", - "Divisions": "分割", - "Positions": "位置", - "Weights": "重み", - "end at this step": "このステップで終了", - "Visualize": "可視化", - "Regions": "領域", - "Extra generation params": "追加生成パラメータ", - "Apply": "適用", - "https://github.com/opparco/stable-diffusion-webui-two-shot.git": "https://github.com/opparco/stable-diffusion-webui-two-shot.git", - "sd-webui-regional-prompter": "sd-webui-regional-prompter", - "https://github.com/hako-mikan/sd-webui-regional-prompter.git": "https://github.com/hako-mikan/sd-webui-regional-prompter.git", - "Active": "有効化", - "Divide mode": "分割モード", - "Generation mode": "生成モード", - "Attention": "Attention", - "Divide Ratio": "分割の比率", - "Base Ratio": "ベースプロンプトの比率", - "Use base prompt": "ベースプロンプトを使用", - "Use common prompt": "共通のプロンプトを使用", - "Use common negative prompt": "共通のネガティブプロンプトを使用", - "visualize and make template": "可視化とテンプレートの作成", - "template": "テンプレート", - "Presets": "プリセット", - "disable convert 'AND' to 'BREAK'": "'AND' から 'BREAK' への変換を無効化", - "debug": "デバッグ", - "Apply Presets": "プリセットを適用", - "Preset Name": "プリセット名", - "Save to Presets": "プリセットに保存", - "Seed travel": "Seed travel", - "Destination seed(s) (Comma separated)": "宛先シード値(カンマ区切り)", - "Only use Random seeds (Unless comparing paths)": "ランダムシードのみを使用 (パスの比較を除く)", - "Number of random seed(s)": "ランダムシードの数", - "Compare paths (Separate travels from 1st seed to each destination)": "パスを比較する(1つのシードからそれぞれの宛先への分離)", - "Steps (Number of images between each seed)": "ステップ (各シード間の画像数)", - "Loop back to initial seed": "初期シードにループバック", - "Bump seed (If > 0 do a Compare Paths but only one image. No video will be generated.)": "Bump シード (> 0 の場合、パスの比較を行いますが、画像は 1 つだけです。ビデオは生成されません。)", - "Use cache": "キャッシュを使用", - "Interpolation rate": "補間率", - "Hug-the-middle": "Hug-the-middle", - "Slow start": "Slow start", - "Quick start": "Quick Start", - "Rate strength": "強度値", - "Allow the default Euler a Sampling method. (Does not produce good results)": "デフォルトの Euler a サンプルアルゴリズムを許可します。(良い結果にはなりません)", - "seed_travel": "seed_travel", - "https://github.com/yownas/seed_travel.git": "https://github.com/yownas/seed_travel.git", - "Artists To Study": "学習するアーティスト", - "dog": "犬", - "house": "家", - "portrait": "ポートレート", - "spaceship": "宇宙船", - "anime": "アニメ", - "cartoon": "カートゥーン", - "digipa-high-impact": "digipaハイインパクト", - "digipa-med-impact": "digipaハイインパクト", - "digipa-low-impact": "digipaローインパクト", - "fareast": "東方", - "fineart": "ファインアート", - "scribbles": "らくがき", - "special": "特別", - "ukioe": "浮世絵", - "weird": "奇妙", - "black-white": "白黒", - "nudity": "ヌード", - "c": "c", - "n": "n", - "Get Images": "画像を取得", - "dog-anime": "犬のアニメ:", - "dog-cartoon": "犬のカートゥーン", - "dog-digipa-high-impact": "犬-digipaハイインパクト", - "dog-digipa-med-impact": "犬-digipa中インパクト", - "dog-digipa-low-impact": "犬-digipaローインパクト", - "dog-fareast": "犬-東方", - "dog-fineart": "犬-ファインアート", - "dog-scribbles": "犬-落書き", - "dog-special": "犬-特別", - "dog-ukioe": "犬の浮世絵", - "dog-weird": "犬-奇妙", - "dog-black-white": "犬-白黒", - "dog-nudity": "犬-ヌード", - "dog-c": "犬-C", - "dog-n": "犬-n", - "house-anime": "家のアニメ", - "house-cartoon": "家のカートゥーン", - "house-digipa-high-impact": "家-digipaハイインパクト", - "house-digipa-med-impact": "家-digipa中インパクト", - "house-digipa-low-impact": "家-digipaローインパクト", - "house-fareast": "家-東方", - "house-fineart": "家-ファインアート", - "house-scribbles": "家-落書き", - "house-special": "家-特別", - "house-ukioe": "家-浮世絵", - "house-weird": "家-奇妙", - "house-black-white": "家-白黒", - "house-nudity": "家-ヌード", - "house-c": "家-C", - "house-n": "家-n", - "portrait-anime": "ポートレイトのアニメ", - "portrait-cartoon": "ポートレイトのカートゥーン", - "portrait-digipa-high-impact": "肖像画-digipaハイインパクト", - "portrait-digipa-med-impact": "肖像画-digipa中インパクト", - "portrait-digipa-low-impact": "肖像画-digipaローインパクト", - "portrait-fareast": "肖像画-東方", - "portrait-fineart": "肖像画-ファインアート", - "portrait-scribbles": "肖像画-落書き", - "portrait-special": "肖像画-特別", - "portrait-ukioe": "肖像画-浮世絵", - "portrait-weird": "肖像画-奇妙", - "portrait-black-white": "肖像画-白黒", - "portrait-nudity": "肖像画-ヌード", - "portrait-c": "肖像画-c", - "portrait-n": "肖像画-n", - "spaceship-anime": "宇宙船-アニメ", - "spaceship-cartoon": "宇宙船 カートゥーン", - "spaceship-digipa-high-impact": "宇宙船演算子(digipa-high-impact)", - "spaceship-digipa-med-impact": "宇宙船演算子(digipa-med-impact)", - "spaceship-digipa-low-impact": "宇宙船演算子(digipa-low-impact)", - "spaceship-fareast": "宇宙船演算子(fareast)", - "spaceship-fineart": "宇宙船演算子(fineart)", - "spaceship-scribbles": "宇宙船 落書き", - "spaceship-special": "宇宙船 スペシャル", - "spaceship-ukioe": "宇宙船 浮世絵", - "spaceship-weird": "宇宙船演算子(weird)", - "spaceship-black-white": "宇宙船 モノクロ", - "spaceship-nudity": "宇宙船演算子(nudity)", - "spaceship-c": "宇宙船演算子(c)", - "spaceship-n": "宇宙船演算子(n)", - "artists to study extension by camenduru |": "アーティスト学習の拡張機能 by camenduru氏作成", - "github": "github", - "|": "|", - "twitter": "twitter", - "youtube": "youtube", - "hi-res images": "高解像度画像", - "All images generated with CompVis/stable-diffusion-v1-4 +": "画像はすべてCompVis/stable-diffusion-v1-4 +で生成しています。", - "artists.csv": "artists.csv", - "| License: Attribution 4.0 International (CC BY 4.0)": "| License: Attribution 4.0 International (CC BY 4.0)", - "stable-diffusion-webui-artists-to-study": "stable-diffusion-webui-artists-to-study", - "https://github.com/camenduru/stable-diffusion-webui-artists-to-study.git": "https://github.com/camenduru/stable-diffusion-webui-artists-to-study.git", - "Text2Prompt": "Text2Prompt", - "Input Theme": "テーマを入力", - "Input Negative Theme": "ネガティブテーマを入力", - "Negative strength": "ネガティブの強度", - "Replace underscore in tag with whitespace": "タグ中のアンダースコアを空白に置き換える", - "Escape brackets in tag": "タグ中の括弧をエスケープする", - "Generation Settings": "生成の設定", - "Database": "データベース:", - "Tag count filter": "タグカウントフィルター", - "Tag range:": "タグレンジ", - "≥ 0 tagged": "0以上のタグがあります", - "(14589 tags total)": "(合計14589タグ)", - "Method to convert similarity into probability": "類似性を確率に変換する方法", - "Cutoff and Power": "カットオフとパワー", - "Softmax": "ソフトマックス", - "Power": "パワー", - "Top-k": "Top-k", - "Top-p (Nucleus)": "Top-p (Nucleus)", - "Max number of tags": "最大タグ数", - "k value": "k の値", - "p value": "p の値", - "Use weighted choice": "重み付きの選択を使用", - "stable-diffusion-webui-text2prompt": "stable-diffusion-webui-text2prompt", - "https://github.com/toshiaki1729/stable-diffusion-webui-text2prompt.git": "https://github.com/toshiaki1729/stable-diffusion-webui-text2prompt.git", - "Model Pre​views": "モデルのプレビュー", - "Embeddings": "埋め込み", - "Filter": "フィルター", - "Notes": "備考", - "Model Preview XD": "モデルプレビュー", - "Name matching rule for preview files": "プレビューファイルのネームマッチング規則", - "Loose": "寛容", - "Strict": "厳格", - "Folder": "フォルダー", - "Index": "インデックス", - "Limit the height of preivews to the height of the browser window (.html preview files are always limited regardless of this setting)": "プレビューの高さをブラウザウィンドウの高さまでに制限する (.html プレビューファイルはこの設定に関係なく常に制限されます)", - "sd-model-preview-xd": "sd-model-preview-xd", - "No Preview Found": "プレビューが見つかりませんでした", - "https://github.com/CurtisDS/sd-model-preview-xd.git": "https://github.com/CurtisDS/sd-model-preview-xd.git", - "auto-sd-paint-ext Guide/Panel": "auto-sd-paint-ext ガイド/パネル", - "Generate Krita Plugin Symlink Command": "Kritaプラグインのシンボリックリンクコマンドを生成する", - "Launch Krita.": "Kritaを起動", - "On the menubar, go to": "メニューバー上の", - "Settings > Manage Resources...": "設定 > リソースの管理", - "In the window that appears, click": "表示されるウィンドウで次のように入力します。", - "Open Resource Folder": "リソースパックフォルダを開く", - "In the file explorer that appears, look for a folder called": "表示されるファイルエクスプローラで、呼び出されるフォルダを探します。", - "pykrita": "pykrita", - "or create it.": "または作成", - "Enter the": "入力", - "folder and copy the folder location from the address bar.": "アドレスバーからフォルダの場所をコピーします。", - "Paste the folder location below.": "フォルダの場所を以下に貼り付けます。", - "Pykrita Folder Location": "ログ出力先フォルダの場所", - "Search for \"Command Prompt\" in the Start Menu, right-click and click \"Run as Administrator...\", paste the follow commands and hit Enter:": "スタートメニューで「コマンドプロンプト」を検索し、右クリックして「管理者として実行...」をクリックし、以下のコマンドを貼り付けてEnterを押します。", - "mklink /j \"\\krita_diff\" \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff\"\nmklink \"\\krita_diff.desktop\" \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff.desktop\"": "mklink /j \"\\krita_diff\" \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff\"\nmklink \"\\krita_diff.desktop\" \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff.desktop\"", - "Linux command:": "Linuxコマンド:", - "ln -s \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff\" \"/krita_diff\"\nln -s \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff.desktop\" \"/krita_diff.desktop\"": "ln -s \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff\" \"/krita_diff\"\nln -s \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff.desktop\" \"/krita_diff.desktop\"", - "NOTE": "メモ", - ": Symlinks will break if you move or rename the repository or any\nof its parent folders or otherwise change the path such that the symlink\nbecomes invalid. In which case, repeat the above steps with the new": ": リポジトリまたはその親フォルダの移動や名前変更、シンボリックリンクが無効になるようなパスの変更をした場合に、シンボリックリンクが壊れてしまいます。対応したい場合は、新しいパスで上記の手順を再度実行してください。", - "folder location and (auto-detected) repository location.": "フォルダの場所と(自動検出)リポジトリの場所。", - ": Ensure": "確認してください。", - "webui-user.bat": "webui-user.bat", - "/": "/", - "webui-user.sh": "webui-user.sh", - "contains": "含む", - "--api": "--api", - "in": "in", - "COMMANDLINE_ARGS": "COMMANDLINE_ARGS", - "!": "!", - "Enabling the Krita Plugin": "Krita プラグインを有効にする", - "Restart Krita.": "Kritaを再起動します。", - "Settings > Configure Krita...": "設定 > Kritaの設定...", - "On the left sidebar, go to": "左のサイドバー上の", - "Python Plugin Manager": "Python プラグインマネージャー", - "Look for": "探す", - "Stable Diffusion Plugin": "Stable Diffusionのプラグイン", - "and tick the checkbox.": "チェックボックスをオンにします。", - "Restart Krita again for changes to take effect.": "Krita をもう一度再起動して変更を適用します。", - "The": "The", - "SD Plugin": "SDプラグイン", - "docked window should appear on the left of the Krita window. If it does not, look on the menubar under": "固定ウィンドウは、Krita ウィンドウの左側に表示されるはずです。表示されない場合は、メニューバーの下にある項目を確認してください。", - "Settings > Dockers": "設定 > Docker", - "Next Steps": "次のステップ", - "Troubleshooting": "トラブルシューティング", - "Update Guide": "更新ガイド", - "Usage Guide": "利用案内", - "TODO: Control/status panel": "TODO: コントロール/ステータスパネル", - "https://github.com/Interpause/auto-sd-paint-ext.git": "https://github.com/Interpause/auto-sd-paint-ext.git", - "The untranslated characters will be translated automatically and will not affect the old translations. Use the function in the lower right corner to easily check and quickly modify the current translation.1,Save the setting;2,Click start button;3,Reload your browser.": "未翻訳の文字は自動的に翻訳され、古い翻訳に影響を与えることはありません。右下の機能を使うと、現在の翻訳を簡単に確認し、素早く修正することができます。1.設定を保存します。2.開始ボタンをクリックします。3.ブラウザを再読み込みします。", - "Translated Status": "翻訳のステータス", - "Start Auto Translate": "自動翻訳を開始", - "Text": "文字列", - "-->": "-->", - "<--": "<--", - "Translated Text": "翻訳された文字列", - "To Language": "翻訳先の言語", - "zh-CN": "zh-CN", - "af": "af", - "sq": "sq", - "am": "am", - "ar": "ar", - "hy": "hy", - "az": "az", - "eu": "eu", - "be": "be", - "bn": "bn", - "bs": "bs", - "bg": "bg", - "ca": "ca", - "ceb": "ceb", - "ny": "ny", - "co": "co", - "hr": "hr", - "cs": "cs", - "da": "da", - "nl": "nl", - "en": "en", - "eo": "eo", - "et": "et", - "tl": "tl", - "fi": "fi", - "fr": "fr", - "fy": "fy", - "gl": "gl", - "ka": "ka", - "de": "de", - "el": "el", - "gu": "gu", - "ht": "ht", - "ha": "ha", - "haw": "haw", - "iw": "iw", - "hi": "hi", - "hmn": "hmn", - "hu": "hu", - "is": "is", - "ig": "ig", - "id": "id", - "ga": "ga", - "it": "it", - "ja": "ja", - "jw": "jw", - "kn": "kn", - "kk": "kk", - "km": "km", - "rw": "rw", - "ko": "ko", - "ku": "ku", - "ky": "ky", - "lo": "lo", - "la": "la", - "lv": "lv", - "lt": "lt", - "lb": "lb", - "mk": "mk", - "mg": "mg", - "ms": "ms", - "ml": "ml", - "mt": "mt", - "mi": "mi", - "mr": "mr", - "mn": "mn", - "ne": "ne", - "ps": "ps", - "fa": "fa", - "pl": "pl", - "pt": "pt", - "pa": "pa", - "ro": "ro", - "ru": "ru", - "sm": "sm", - "gd": "gd", - "sr": "sr", - "st": "st", - "sn": "sn", - "sd": "sd", - "si": "si", - "sk": "sk", - "sl": "sl", - "so": "so", - "es": "es", - "su": "su", - "sw": "sw", - "sv": "sv", - "tg": "tg", - "ta": "ta", - "tt": "tt", - "te": "te", - "th": "th", - "tr": "tr", - "tk": "tk", - "uk": "uk", - "ur": "ur", - "ug": "ug", - "uz": "uz", - "vi": "vi", - "cy": "cy", - "xh": "xh", - "yi": "yi", - "yo": "yo", - "zu": "zu", - "Select Translater": "翻訳サービスを選択", - "free_google": "free_google", - "free_youdao_zh": "free_youdao_zh", - "tp_alibaba": "tp_alibaba", - "tp_argos": "tp_argos", - "tp_baidu": "tp_baidu", - "tp_bing": "tp_bing", - "tp_caiyun": "tp_caiyun", - "tp_deepl": "tp_deepl", - "tp_google": "tp_google", - "tp_iciba": "tp_iciba", - "tp_iflytek": "tp_iflytek", - "tp_iflyrec": "tp_iflyrec", - "tp_itranslate": "tp_itranslate", - "tp_lingvanex": "tp_lingvanex", - "tp_mglip": "tp_mglip", - "tp_modernMt": "tp_modernMt", - "tp_myMemory": "tp_myMemory", - "tp_niutrans": "tp_niutrans", - "tp_papago": "tp_papago", - "tp_qqFanyi": "tp_qqFanyi", - "tp_qqTranSmart": "tp_qqTranSmart", - "tp_reverso": "tp_reverso", - "tp_sogou": "tp_sogou", - "tp_translateCom": "tp_translateCom", - "tp_utibet": "tp_utibet", - "tp_volcEngine": "tp_volcEngine", - "tp_yandex": "tp_yandex", - "tp_youdao": "tp_youdao", - "tp__alibaba": "tp__alibaba", - "tp__argos": "tp__argos", - "tp__baidu": "tp__baidu", - "tp__bing": "tp__bing", - "tp__caiyun": "tp__caiyun", - "tp__deepl": "tp__deepl", - "tp__google": "tp__google", - "tp__iciba": "tp__iciba", - "tp__iflytek": "tp__iflytek", - "tp__iflyrec": "tp__iflyrec", - "tp__itranslate": "tp__itranslate", - "tp__lingvanex": "tp__lingvanex", - "tp__mglip": "tp__mglip", - "tp__modernMt": "tp__modernMt", - "tp__myMemory": "tp__myMemory", - "tp__niutrans": "tp__niutrans", - "tp__papago": "tp__papago", - "tp__qqFanyi": "tp__qqFanyi", - "tp__qqTranSmart": "tp__qqTranSmart", - "tp__reverso": "tp__reverso", - "tp__sogou": "tp__sogou", - "tp__translateCom": "tp__translateCom", - "tp__utibet": "tp__utibet", - "tp__volcEngine": "tp__volcEngine", - "tp__yandex": "tp__yandex", - "tp__youdao": "tp__youdao", - "display both english and target language": "英語と翻訳先の言語の両方を表示", - "Save Setting": "設定を保存", - "Remove Auto Trans": "自動翻訳を削除", - "stable-diffusion-webui-auto-translate-language": "stable-diffusion-webui-auto-translate-language", - "https://github.com/hyd998877/stable-diffusion-webui-auto-translate-language": "https://github.com/hyd998877/stable-diffusion-webui-auto-translate-language", - "your select language": "あなたの選択した言語", - "english": "英語", - "translate prompt.": "プロンプトを翻訳", - "en2": "en2", - "translate negative prompt.": "ネガティブプロンプトを翻訳", - "N2": "N2", - "ui text": "UI文字列", - "translated text": "翻訳された文字列", - "load": "読み込み", - "translate": "翻訳", - "save": "保存", - "Image Browser": "画像ブラウザー", - "txt2img-grids": "txt2img-grids", - "img2img-grids": "img2img-grids", - "Favorites": "お気に入り", - "Others": "その他", - "Favorites path from settings: log/images": "設定からのお気に入りパス: ログ/画像", - "Images directory": "画像ディレクトリ", - "Sub directory depth": "サブディレクトリの深さ", - "Add to / replace in saved directories": "保存済ディレクトリに追加/置換", - "Saved directories": "保存先", - "Remove from saved directories": "保存したディレクトリから削除", - "Sub directories": "サブディレクトリ", - "Nothing selected": "何も選択されていません", - "Get sub directories": "サブディレクトリを取得", - "Maintenance": "メンテナンス", - "⚠ Caution: You should only use these options if you know what you are doing. ⚠": "⚠ 注意: これらのオプションは、何をしているか分かっている場合にのみ使用してください。⚠", - "Status:": "状態:", - "Last message": "前回のメッセージ", - "Rebuild exif cache": "Exifキャッシュを再構築", - "Delete 0-entries from exif cache": "exif キャッシュから 0 エントリを削除", - "Update directory names in database": "データベースのディレクトリ名を更新", - "From (full path)": "From (full path)", - "to (full path)": "to (full path)", - "Reapply ranking after moving files": "ファイルを移動した後にランキングを再適用", - "Dropdown": "ドロップダウン", - "First Page": "最初のページ", - "Prev Page": "前のページ", - "Page Index": "ページのインデックス", - "Next Page": "次のページ", - "End Page": "最後のページ", - "ranking": "ランキング", - "Next Image After Ranking (To be implemented)": "次回画像ランキング(実装予定)", - "delete next": "次を削除", - "Delete": "削除", - "also delete off-screen images": "画面外の画像も削除します", - "Additional Generation Info": "追加の生成情報", - "sort by": "ソート", - "cfg scale": "CFGスケール", - "steps": "ステップ数", - "size": "サイズ", - "model": "モデル", - "model hash": "モデルのHash値", - "filename keyword": "ファイル名 キーワード", - "Filename keyword search": "ファイル名 キーワード検索", - "exif keyword": "exif キーワード", - "EXIF keyword search": "EXIF キーワード検索", - "Search negative prompt": "ネガティブプロンプトを検索", - "Yes": "Yes", - "Only": "Only", - "case sensitive": "大文字と小文字を区別", - "regex - e.g. ^(?!.*Hires).*$": "正規表現 - 例: ^(?!.*Hires).*$", - "ranking filter": "ランキングフィルター", - "Ranking filter": "ランキングフィルター", - "minimum aesthetic_score": "最小美的スコア", - "Minimum aesthetic_score": "最小美的スコア", - "Maximum aesthetic_score": "最大美的スコア", - "Generation Info": "生成時の情報", - "File Name": "ファイル名", - "Move to favorites": "お気に入りへ移動", - "Send to txt2img ControlNet": "txt2img ControlNet に転送", - "Send to img2img ControlNet": "img2img ControlNet に転送", - "ControlNet number": "ControlNet number", - "Directory path": "ディレクトリ パス", - "Move to directory": "ディレクトリへ移動", - "Renew Page": "ページの更新", - "set_index": "set_index", - "load_switch": "load_switch", - "to_dir_load_switch": "to_dir_load_switch", - "turn_page_switch": "ページをめくる", - "List of active tabs (separated by commas). Available options are txt2img, img2img, txt2img-grids, img2img-grids, Extras, Favorites, Others. Custom folders are also supported by specifying their path.": "アクティブなタブの一覧 (カンマで区切られています). 利用可能なオプションは、txt2img, img2img-grid, img2img-grids, extras, Favorites, Othersです. パスを指定することで、カスタムフォルダもサポートされます。", - "Select components to hide": "非表示にするコンポーネントを選択", - "Include images in sub directories": "サブディレクトリ内の画像を含める", - "Preload images at startup": "起動時に画像をプリロードする", - "Move buttons copy instead of move": "移動ボタンは「移動」ではなく「コピー」に", - "Print image deletion messages to the console": "コンソールに画像削除メッセージを出力する", - "Move/Copy/Delete matching .txt files": "一致する.txtファイルを移動/コピー/削除", - "Print warning logs to the console": "警告ログをコンソールに出力", - "Print debug logs to the console": "デバッグログをコンソールに出力", - "Use recycle bin when deleting images": "画像を削除するときにごみ箱を使用", - "Scan Exif-/.txt-data (initially slower, but required for many features to work)": "Exif-/.txt-data をスキャンします (最初は遅くなりますが、多くの機能が動作するために必要です)", - "Scan Exif-/.txt-data (slower, but required for exif-keyword-search)": "Exif-/.txt-data をスキャンします (低速ですが、EXIF キーワード検索 に必要です)", - "Change CTRL keybindings to SHIFT": "Ctrlキー割り当てをShiftに変更する", - "or to CTRL+SHIFT": "または Ctrl + Shift", - "Enable Maintenance tab": "メンテナンス タブを表示", - "Save ranking in image's pnginfo": "画像のpnginfo にランキングを保存", - "Number of columns on the page": "ページ上の列数", - "stable-diffusion-webui-images-browser": "stable-diffusion-webui-images-browser", - "https://github.com/AlUlkesh/stable-diffusion-webui-images-browser.git": "https://github.com/AlUlkesh/stable-diffusion-webui-images-browser.git", - "Input images directory": "入力画像のディレクトリ", - "Info, Links and Help": "情報、リンクおよびヘルプ", - "Made by": "作成者", - "deforum.github.io": "deforum.github.io", - ", port for AUTOMATIC1111's webui maintained by": "、 AUTOMATIC1111 の webui のためのポートは整備されている:", - "kabachuha": "kabachuha氏", - "FOR HELP CLICK HERE": "ヘルプはこちら", - "The code for this extension:": "この拡張機能のコード:", - "here": "ここへ", - "Join the": "参加する", - "official Deforum Discord": "公式Deforum Discord", - "to share your creations and suggestions.": "あなたの創作や提案を共有するために", - "Official Deforum Wiki:": "Deforum Wiki:", - "Anime-inclined great guide (by FizzleDorf) with lots of examples:": "アニメに傾斜のある素晴らしいガイド(FizzleDorfによる) の例がたくさんあります:", - "For advanced keyframing with Math functions, see": "Math 関数を使った高度なキーフレーム付けについては、次を参照してください。", - "Alternatively, use": "代わりのものを使用", - "sd-parseq": "sd-parseq", - "as a UI to define your animation schedules (see the Parseq section in the Keyframes tab).": "アニメーションスケジュールを定義するためのUIとして (「キーフレーム」タブの「Parseq」セクションを参照)。", - "framesync.xyz": "framesync.xyz", - "is also a good option, it makes compact math formulae for Deforum keyframes by selecting various waveforms.": "は、さまざまな波形を選択することで、Deforum キーフレームの数式もコンパクトになります。", - "The other site allows for making keyframes using": "他の箇所ではキーフレームを作るために許可されています", - "interactive splines and Bezier curves": "対話型のスプラインとベジェ曲線", - "(select Disco output format).": "(Disco出力フォーマットを選択)。", - "If you want to use Width/Height which are not multiples of 64, please change noise_type to 'Uniform', in Keyframes --> Noise.": "64の倍数ではない幅/高さを使用する場合は、Keyframes--> Noiseでnoise_typeを「Uniform」に変更してください。", - "If you liked this extension, please": "この拡張機能を気に入っていただけた場合は、", - "give it a star on GitHub": "GitHubでスターをつけてください", - "Keyframes": "キーフレーム", - "Prompts": "プロンプト", - "Init": "初期化", - "Hybrid Video": "ハイブリッドビデオ", - "Batch name": "バッチ名", - "Restore Faces, Tiling & more": "顔の修正、タイリング、その他", - "Restore Faces": "顔の修正", - "DDIM Eta": "DDIM Eta", - "Pix2Pix img CFG schedule": "Pix2Pix img CFG スケジュール", - "Resume & Run from file": "中断後にファイルから再開して実行", - "Run from Settings file": "設定ファイルから実行", - "Resume Animation": "アニメーションを再開", - "Custom settings file": "カスタム設定ファイル", - "Resume from timestring": "タイムスタンプから再開する", - "Resume timestring": "時間文字列から再開", - "Animation mode": "アニメーションモード", - "2D": "2D", - "3D": "3D", - "Interpolation": "補間", - "Video Input": "ビデオ入力", - "Border": "境界線", - "replicate": "複製", - "wrap": "折り返す", - "Cadence": "回転数", - "Max frames": "最大フレーム", - "Guided Images": "ガイド付き画像", - "*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.": "キーフレーム画像フィールドの設定に応じて、これをガイド付き画像ツールまたはルーパーとして使用できます。\n表示したいキーフレームと画像を設定してください。\n※:各キーフレーム間のフレーム数は、中間フレームよりも大きくする必要があります。", - "Prerequisites and Important Info:": "前提条件と重要情報:", - "This mode works ONLY with 2D/3D animation modes. Interpolation and Video Input modes aren't supported.": "このモードは、2D/3Dアニメーションモードのみで動作します。補間モードやビデオ入力モードには対応していません。", - "Set Init tab's strength slider greater than 0. Recommended value (.65 - .80).": "初期化タブの強度スライダーを0より大きく設定してください。推奨値 (.65 - .80)。", - "Set 'seed_behavior' to 'schedule' under the Seed Scheduling section below.": "以下のSeedスケジューリングセクションで「seed_behavior」を「schedule」に設定してください。", - "Looping recommendations:": "ループ推奨事項:", - "seed_schedule should start and end on the same seed.": "seed_schedule は同じシードで開始および終了する必要があります。", - "Example: seed_schedule could use 0:(5), 1:(-1), 219:(-1), 220:(5)": "例: seed_schedule は 0:(5), 1:(-1), 219:(-1), 220:(5) を使用できます。", - "The 1st and last keyframe images should match.": "最初と最後のキーフレーム画像は一致する必要があります。", - "Set your total number of keyframes to be 21 more than the last inserted keyframe image.": "キーフレームの合計数を、最後に挿入されたキーフレーム画像よりも21多く設定してください。", - "Example: Default args should use 221 as total keyframes.": "例:デフォルト引数では、合計キーフレーム数として221を使用する必要があります。", - "Prompts are stored in JSON format. If you've got an error, check it in validator,": "プロンプトは JSON 形式で保存されます。エラーが発生した場合は、バリデータで確認してください。", - "like here": "ここのように", - "Enable guided images mode": "ガイド付き画像モードを有効にする", - "Images to use for keyframe guidance": "キーフレームガイダンスに使用する画像", - "Guided images schedules": "ガイド付き画像のスケジュール", - "Image strength schedule": "画像強度スケジュール", - "Blend factor max": "ブレンド係数の最大値", - "Blend factor slope": "ブレンド係数の傾き", - "Tweening frames schedule": "中間フレームのスケジュール", - "Color correction factor": "色補正係数", - "Strength": "強度", - "CFG": "CFG", - "SubSeed": "サブシード値", - "Step": "ステップ数", - "Checkpoint": "Checkpoint", - "CLIP Skip": "CLIP スキップ", - "Strength schedule": "強度のスケジュール", - "CFG scale schedule": "CFGスケールのスケジュール", - "Seed behavior": "シードの動作", - "iter": "iter", - "fixed": "修正", - "ladder": "ハシゴ", - "alternate": "代替", - "schedule": "予約", - "Seed iter N": "Seed iter N", - "Seed schedule": "シードのスケジュール", - "Enable Subseed scheduling": "サブシードのスケジューリングを有効にする", - "Subseed schedule": "サブシードのスケジュール", - "Subseed strength schedule": "サブシード強度スケジュール", - "Enable steps scheduling": "ステップスケジューリングを有効にする", - "Steps schedule": "ステップのスケジュール", - "Enable sampler scheduling": "サンプラーのスケジューリングを有効にする", - "Sampler schedule": "サンプラーのスケジュール", - "Enable checkpoint scheduling": "Checkpointのschedulingを有効化", - "Checkpoint schedule": "Checkpoint schedule", - "Enable CLIP skip scheduling": "CLIPスキップスケジューリングを有効にする", - "CLIP skip schedule": "CLIPスキップのスケジュール", - "Motion": "動作", - "Noise": "ノイズ", - "Coherence": "一貫性", - "Anti Blur": "アンチブラー", - "Angle": "角度", - "Zoom": "ズーム", - "Translation X": "X軸方向の移動", - "Translation Y": "Y軸方向の移動", - "Translation Z": "Z軸方向の移動", - "Rotation 3D X": "3D回転X", - "Rotation 3D Y": "3D回転Y", - "Rotation 3D Z": "3D回転Z", - "Depth Warping & FOV": "深度ワーピングと視野角", - "Depth Warping": "深度ワーピング", - "Field Of View": "視野の広さ", - "Use depth warping": "深度ワーピングを使用する", - "MiDaS weight": "MiDaSの重み", - "Padding mode": "パディングモード", - "border": "ボーダー", - "reflection": "反射", - "zeros": "ゼロ", - "Sampling mode": "サンプリングモード", - "bicubic": "バイキュービック", - "bilinear": "bilinear", - "nearest": "一番近い", - "FOV schedule": "FOVのスケジュール", - "Near schedule": "近いスケジュール", - "Far schedule": "遠いスケジュール", - "Perspective Flip": "透視投影反転", - "Enable perspective flip": "透視投影反転を有効にする", - "Perspective flip theta": "透視投影反転θ", - "Perspective flip phi": "透視投影反転φ", - "Perspective flip gamma": "透視投影反転γ", - "Perspective flip fv": "遠近反転fv", - "Noise type": "ノイズの種類", - "perlin": "パーリンノイズ", - "Noise schedule": "ノイズスケジュール", - "Perlin octaves": "パーリンノイズの階調", - "Perlin persistence": "パーリンノイズの強さ", - "Color coherence": "色の一貫性", - "Match Frame 0 HSV": "フレーム0のHSVに一致する", - "Match Frame 0 LAB": "フレーム0のLABに一致する", - "Match Frame 0 RGB": "フレーム0のRGBに一致する", - "Color force Grayscale": "カラーを強制的にグレースケールにする", - "Color coherence video every N frames": "Nフレームごとにカラーの一貫性を保つ", - "Contrast schedule": "コントラストのスケジュール", - "Reroll blank frames": "空白フレームを再ロールする", - "reroll": "再抽選", - "interrupt": "中断", - "Kernel schedule": "カーネルスケジュール", - "Sigma schedule": "Sigma schedule", - "Amount schedule": "量のスケジュール", - "Threshold schedule": "閾値スケジュール", - "*Important* notes on Prompts": "プロンプトに関する重要な注意事項", - "Please always keep values in math functions above 0.": "数学関数の値は常に0以上にしてください。", - "There is *no* Batch mode like in vanilla deforum. Please Use the txt2img tab for that.": "vanilla deforumのようなバッチモードはありません。txt2imgタブを使用してください。", - "For negative prompts, please write your positive prompt, then --neg ugly, text, assymetric, or any other negative tokens of your choice. OR:": "ネガティブプロンプトについては、まず正のプロンプトを書き、次に --neg ugly, text, assymetric、または他の選択したネガティブトークンを記述してください。または:", - "Use the negative_prompts field to automatically append all words as a negative prompt. *Don't* add --neg in the negative_prompts field!": "ネガティブプロンプトフィールドを使用して、すべての単語を自動的に負のプロンプトとして追加してください。ネガティブプロンプトフィールドに--negを追加しないでください!", - "Prompts are stored in JSON format. If you've got an error, check it in a": "プロンプトは JSON 形式で保存されます。エラーが発生した場合は、以下で確認してください。", - "JSON Validator": "JSONバリデータ", - "Prompts positive": "ポジティブプロンプト", - "Prompts negative": "ネガティブプロンプト", - "Composable Mask scheduling": "合成可能なマスクスケジューリング", - "To enable, check use_mask in the Init tab": "有効にするには、initタブのuse_maskをチェックしてください", - "Supports boolean operations: (! - negation, & - and, | - or, ^ - xor, \\ - difference, () - nested operations)": "ブール演算をサポートしています: (! - negation, & - and, | - or ^ - xor, \\ - difference, () - ネストされた演算)", - "default variables: in \\{\\}, like \\{init_mask\\}, \\{video_mask\\}, \\{everywhere\\}": "デフォルト変数:\\{init_mask\\}, \\{video_mask\\}, \\{everywhere\\}のように、\\{\\}で表します。", - "masks from files: in [], like [mask1.png]": "ファイルからのマスク:[mask1.png]のように、[]で表します。", - "description-based:": "説明に基づく:", - "word masks": "ワードマスク", - "in <>, like , ": "のように、<>で表します。", - "Mask schedule": "マスク スケジュール", - "Use noise mask": "ノイズマスクを使用する", - "Noise mask schedule": "ノイズマスクのスケジュール", - "Image Init": "画像の初期値", - "Video Init": "ビデオの初期値", - "Mask Init": "マスクの初期値", - "Use init": "初期値を使用する", - "Strength 0 no init": "強度0では初期化しない", - "Init image": "初期画像", - "Video init path": "動画の初期パス", - "Extract from frame": "フレームから抽出", - "Extract to frame": "フレームへの抽出", - "Extract nth frame": "N番目のフレームを抽出", - "Overwrite extracted frames": "抽出されたフレームを上書き", - "Use mask video": "マスクビデオを使用", - "Video mask path": "動画マスクのパス", - "Use mask": "マスクを使用", - "Use alpha as mask": "マスクとしてアルファを使用", - "Invert mask": "マスクを反転", - "Overlay mask": "マスクをオーバーレイ", - "Mask file": "マスクのファイル", - "Mask overlay blur": "マスクオーバーレイのぼかし", - "Mask fill": "マスクの塗りつぶし", - "Full res mask": "フル解像度マスク", - "Full res mask padding": "フル解像度マスク パディング", - "Parseq": "Parseq", - "Use an": "を使う", - "sd-parseq manifest": "sd-parseqマニフェスト", - "for your animation (leave blank to ignore).": "アニメーションに対して使用する(無視する場合は空白のままにしてください)。", - "Note that parseq overrides:": "パーシークは以下を上書きします。", - "Run: seed, subseed, subseed strength.": "実行:シード、サブシード、サブシードの強度。", - "Keyframes: generation settings (noise, strength, contrast, scale).": "キーフレーム:生成設定 (ノイズ、強度、コントラスト、スケール)。", - "Keyframes: motion parameters for 2D and 3D (angle, zoom, translation, rotation, perspective flip).": "キーフレーム: 2D と 3D のモーションパラメータ (角度、ズーム、位置、回転、パースペクティブフリップ)。", - "Parseq does": "パーセックは行います", - "not": "ではない", - "override:": "上書き:", - "Run: Sampler, Width, Height, tiling, resize seed.": "実行: サンプラー、幅、高さ、タイリング、シードのサイズ変更。", - "Keyframes: animation settings (animation mode, max frames, border)": "キーフレーム: アニメーションの設定 (アニメーションモード、最大フレーム、枠)", - "Keyframes: coherence (color coherence & cadence)": "キーフレーム: コヒーレンス(色のコヒーレンスとケイデンス)", - "Keyframes: depth warping": "キーフレーム: 深度ワーピング", - "Output settings: all settings (including fps and max frames)": "出力設定:すべての設定 (FPSと最大フレームを含む)", - "Parseq Manifest (JSON or URL)": "Parseq マニフェスト (JSON または URL)", - "Use delta values for movement parameters": "移動パラメーターにデルタ値を使用", - "Requires the": "必要です", - "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.": "ControlNetベース拡張機能の内部動作により、モデルは「extensions/deforum-for-automatic1111-webui/models」に配置する必要があります。よりエレガントな解決策が見つかるまで、そこにコピー、シンボリックリンク、または移動してください。現時点では、最初の実行にはuse_initをチェックする必要があります。開発プロセスで使用されたControlNet拡張機能のバージョンはa24089a62e70a7fae44b7bf35b51fd584dd55e25です。他のオプションをすべて使用してもまだ壊れる場合は、CNバージョンをこのバージョンにアップグレード/ダウングレードしてください。", - "ControlNet not found. Please install it :)": "ControlNet が見つかりません。インストールしてください :)", - "Please, change animation mode to 2D or 3D to enable Hybrid Mode": "ハイブリッドモードを有効にするにはアニメーションモードを2Dまたは3Dに変更してください", - "Info & Help": "情報&ヘルプ", - "Hybrid Video Compositing in 2D/3D Mode": "2D/3Dモードでハイブリッドビデオを作成する", - "by": "作成者:", - "reallybigname": "reallybigname", - "Composite video with previous frame init image in": "前のフレームの初期化画像を使用してビデオを合成する", - "2D or 3D animation_mode": "2D または 3D アニメーションモード", - "(not for Video Input mode)": "(ビデオ入力モードではない)", - "Uses your": " 個人用設定を使用", - "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": "「キーフレーム」タブでも設定できます", - "color_coherence": "ColorCoherenceVectorアルゴリズム", - "= '": "= '", - "'": "'", - "color_coherence_video_every_N_frames": "color_coherence_video_every_N_frames", - "lets you only match every N frames": "Nフレームごとにマッチングさせます。", - "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 Video Schedules": "ハイブリッドビデオスケジュール", - "The alpha schedule controls overall alpha for video mix, whether using a composite mask or not.": "アルファスケジュールは、コンポジットマスクの使用に関係なく、ビデオミックスの全体的なアルファを制御します。", - "hybrid_comp_mask_blend_alpha_schedule": "hybrid_comp_mask_blend_alpha_schedule", - "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.": "マスクコントラストスケジュールは0〜255の範囲です。通常は1です。すべてのマスクに影響します。", - "Autocontrast low/high cutoff schedules 0-100. Low 0 High 100 is full range.": "オートコントラストの低/高カットオフスケジュールは0-100です。低0、高100はフルレンジです。", - "(": "(", - "hybrid_comp_mask_auto_contrast": "ハイブリッドコンポジットマスクオートコントラスト", - "must be enabled": "有効にする必要があります", - ")": ")", - "Click Here": "ここをクリック", - "for more info/ a Guide.": "詳細情報やガイドについて。", - "Hybrid Settings": "ハイブリッド設定", - "Generate inputframes": "入力フレームを生成する", - "Hybrid composite": "ハイブリッドコンポジット", - "First frame as init image": "最初のフレームを初期画像として", - "Motion use prev img": "前の画像を使用した動き", - "Hybrid motion": "ハイブリッドモーション", - "Optical Flow": "オプティカルフロー", - "Perspective": "遠近補正", - "Affine": "アフィン", - "Flow method": "フローメソッド", - "DIS Medium": "DIS 中", - "Farneback": "Farneback", - "Comp mask type": "コンポジットマスクのタイプ", - "Depth": "深度", - "Video Depth": "深度の動画", - "Difference": "差分", - "Comp mask equalize": "コンポジットマスクの均等化", - "Before": "前", - "After": "後", - "Both": "両方", - "Comp mask auto contrast": "コンポジットマスクの自動コントラスト", - "Comp mask inverse": "コンポジットマスクの反転", - "Comp save extra frames": "追加フレームを保存", - "Hybrid Schedules": "ハイブリッドスケジュール", - "Comp alpha schedule": "コンポジットのアルファスケジュール", - "Comp mask blend alpha schedule": "コンプマスクブレンドアルファスケジュール", - "Comp mask contrast schedule": "コンポジットマスクのコントラストスケジュール", - "Comp mask auto contrast cutoff high schedule": "コンポジットマスクの自動コントラストの上限スケジュール", - "Comp mask auto contrast cutoff low schedule": "コンポジットマスクの自動コントラストの下限スケジュール", - "Humans Masking": "マスキングしている人", - "Generate human masks": "人間のマスクを生成", - "PNGs": "PNG", - "Video Output Settings": "ビデオ出力の設定", - "FPS": "フレームレート", - "Output format": "出力形式", - "FFMPEG mp4": "FFMPEG mp4", - "Add soundtrack": "サウンドトラックを追加", - "Init Video": "ビデオを初期化", - "Soundtrack path": "サウンドトラックのパス", - "Skip video for run all": "すべて実行するためにビデオをスキップ", - "Store frames in ram": "フレームをRAMに保存", - "Save depth maps": "深度マップを保存", - "Make GIF": "GIFを作成", - "Upscale": "アップスケール", - "Upscale model": "アップスケールモデル", - "realesr-animevideov3": "realesr-animevideov3", - "realesrgan-x4plus": "realesrgan-x4plus", - "realesrgan-x4plus-anime": "realesrgan-x4plus-anime", - "Upscale factor": "アップスケール係数", - "x2": "x2", - "x3": "x3", - "x4": "x4", - "Keep Imgs": "画像を保持", - "FFmpeg settings": "FFmpegの設定", - "CRF": "CRF", - "Preset": "プリセット", - "veryslow": "とても遅い", - "slower": "より遅い", - "slow": "遅い", - "medium": "普通", - "fast": "速い", - "faster": "より速い", - "veryfast": "とても速い", - "superfast": "非常に速い", - "ultrafast": "最高に速い", - "Location": "場所", - "Frame Interoplation": "フレーム補間", - "Video Upscaling": "動画のアップスケーリング", - "Frames to Video": "フレームからビデオへ", - "Important notes and Help": "重要な注意事項とヘルプ", - "Use": "使用", - "RIFE": "RIFE", - "FILM": "FILM", - "Frame Interpolation to smooth out, slow-mo (or both) any video.": "フレーム補間を使用して、ビデオを滑らかにしたり、スローモーションにしたりします。", - "Supported engines:": "サポートしているエンジン:", - "RIFE v4.6 and FILM.": "RIFE v4.6 と FILM.", - "Important notes:": "重要な注意事項", - "Frame Interpolation will *not* run if any of the following are enabled: 'Store frames in ram' / 'Skip video for run all'.": "フレーム補間は、以下のいずれかが有効になっている場合は実行されません:「フレームをRAMに保存する」/「全て実行するためにビデオをスキップする」。", - "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'および'soundtrack_path'は尊重されません。代わりに、元のビデオのオーディオが上記と同じスローモーションのルールで使用されます。", - "Engine": "エンジン", - "RIFE v4.6": "RIFE v4.6", - "Slow Mo": "スローモーション", - "Interp X": "X間隔", - "Slow-Mo X": "スローモーションX", - "Interpolate an existing video": "既存のビデオを補間する", - "Video to Interpolate": "ビデオを補間する", - "In Frame Count": "フレーム数で", - "In FPS": "FPSで", - "Interpolated Vid FPS": "補間されたビデオのFPS", - "*Interpolate uploaded video*": "*アップロードされた動画を補間する*", - "* check your CLI for outputs": "* CLIの出力を確認してください", - "Video to Upscale": "アップスケールするビデオ", - "Upscale V2": "上位スケール V2", - "Upscale V1": "上位スケール V1", - "In Res": "イン", - "Out Res": "アウト", - "*Upscale uploaded video*": "*アップロードされた動画を補間する*", - "Path name modifier": "パス名の修飾子", - "x0_pred": "x0_pred", - "x": "x", - "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!": "Webuiフォルダに対して相対パスを入力するか、完全な絶対パスを入力し、最後に次のような形式になるようにしてください:'20230124234916_%05d.png'。単に20230124234916をバッチIDに置き換えてください。%05dは重要ですので、忘れないでください!", - "MP4 path": "MP4のパス", - "Render steps": "レンダリング時のステップ数", - "*Stitch frames to video*": "*フレームをビデオに繋げる*", - "INVISIBLE": "非表示", - "Mask contrast adjust": "マスクのコントラスト調整", - "Mask brightness adjust": "マスクの明るさ調整", - "from_img2img_instead_of_link": "from_img2img_instance_of_link", - "Perlin W": "Perlin W", - "Perlin H": "Perlin H", - "Filename format": "ファイル名の形式", - "save_settings": "設定を保存", - "save_samples": "サンプルの保存", - "display_samples": "display_samples", - "Subseed controls & More": "サブシードコントロールとその他の機能", - "Enable subseed controls": "サブシードコントロールを有効にする", - "N Batch": "Nバッチ処理", - "Save sample per step": "ステップごとにサンプルを保存する", - "Show sample per step": "ステップごとにサンプルを表示する", - "Click here after the generation to show the video": "動画を表示するには、生成後ここをクリックしてください", - "Close the video": "動画を閉じる", - "Deforum extension for auto1111 — version 2.2b": "Auto1111用のDeforum拡張機能 - バージョン2.2b", - "* Paths can be relative to webui folder OR full - absolute": "* パスはwebuiフォルダに対して相対的な場所でも、完全な絶対パスでも指定できます。", - "General Settings File": "一般設定ファイル", - "Video Settings File": "動画の設定ファイル", - "Save Video Settings": "動画の設定を保存", - "Load Video Settings": "動画設定を読み込む", - "deforum-for-automatic1111-webui": "deforum-for-automatic1111-webui", - "https://github.com/deforum-art/deforum-for-automatic1111-webui.git": "https://github.com/deforum-art/deforum-for-automatic1111-webui.git", - "Latent Mirror mode": "鏡映化モード", - "Alternate Steps": "ステップごとに交互に行う", - "Blend Average": "平均して混ぜる", - "Latent Mirror style": "潜在鏡映化スタイル", - "Vertical Mirroring": "上下鏡映化", - "Horizontal Mirroring": "左右鏡映化", - "Horizontal+Vertical Mirroring": "上下左右鏡映化", - "90 Degree Rotation": "90度回転", - "180 Degree Rotation": "180度回転", - "Roll Channels": "ロールチャンネル", - "X panning": "x軸方向へずらす", - "Y panning": "y軸方向へずらす", - "Maximum steps fraction to mirror at": "鏡映化実行ステップの比率", - "SD-latent-mirroring": "SD-latent-mirroring", - "https://github.com/dfaker/SD-latent-mirroring.git": "https://github.com/dfaker/SD-latent-mirroring.git", - "Plot": "描画", - "Max Image Size": "最大画像サイズ", - "Max Batch Count": "最大バッチ数", - "Run benchmark": "ベンチマークを実行", - "Load results": "結果を読み込む", - "a1111-stable-diffusion-webui-vram-estimator": "a1111-stable-diffusion-webui-vram-estimator", - "https://github.com/space-nuko/a1111-stable-diffusion-webui-vram-estimator.git": "https://github.com/space-nuko/a1111-stable-diffusion-webui-vram-estimator.git", - "Posex": "Posex", - "Send this image to ControlNet.": "この画像を ControlNet に送信します。", - "Target ControlNet number": "ターゲットのControlNet number", - "https://github.com/hnmr293/posex.git": "https://github.com/hnmr293/posex.git", - "Add": "追加", - "Reset": "リセット", - "Load from JSON": "JSONから読み込む", - "Detect from image": "画像から検出する", - "Add Background image": "背景画像を追加する", - "json": "json", - "Save JSON": "JSONを保存", - "Save PNG": "PNGを保存", - "Send to": "転送", - "openpose-editor": "openpose-editor", - "https://github.com/fkunn1326/openpose-editor.git": "https://github.com/fkunn1326/openpose-editor.git", - "Tagger": "タグ付け", - "Single process": "単一処理", - "Batch from directory": "ディレクトリから一括処理", - "Use recursive with glob pattern": "Globパターンで再帰的に使用する", - "Output filename format": "出力ファイルフォーマット", - "Output filename formats": "出力ファイルフォーマット", - "Related to original file": "オリジナルファイルに関連", - "[name]": "[name]", - ": Original filename without extension": ": 拡張子なしの元のファイル名", - "[extension]": "[extension]", - ": Original extension": ": 元の拡張子", - "[hash:]": "[hash:]", - ": Original extension\nAvailable algorithms:": ": 元の拡張子\n利用可能なアルゴリズム:", - "sha1, blake2s, shake_256, sha256, md5-sha1, sha512_256, shake_128, mdc2, ripemd160, whirlpool, md5, sha3_384, sha512, sha3_512, blake2b, sha224, sm3, sha512_224, sha3_224, sha384, md4, sha3_256": "sha1, blake2s, shake_256, sha256, md5-sha1, sha512_256, shake_128, mdc2, ripemd160, whirlpool, md5, sha3_384, sha512, sha3_512, blake2b, sha224, sm3, sha512_224, sha3_224, sha384, md4, sha3_256", - "Related to output file": "出力ファイルに関連", - "[output_extension]": "[output_extension]", - ": Output extension (has no dot)": ": 出力ファイルの拡張子 (\".\" なし)", - "Examples": "例", - "Original filename without extension": "拡張子なしの元のファイル名", - "[name].[output_extension]": "[name].[output_extension]", - "Original file's hash (good for deleting duplication)": "元のファイルのハッシュ (重複を削除するのに最適)", - "[hash:sha1].[output_extension]": "[hash:sha1].[output_extension]", - "Action on existing caption": "既存のキャプションに対する動作", - "Remove duplicated tag": "重複するタグを削除", - "Save with JSON": "JSON で保存", - "default.json": "default.json", - "wd14-convnext": "wd14-convnext", - "wd14-convnext-v2": "wd14-convnext-v2", - "wd14-convnext-v2-git": "wd14-convnext-v2-git", - "wd14-swinv2-v2": "wd14-swinv2-v2", - "wd14-swinv2-v2-git": "wd14-swinv2-v2-git", - "wd14-vit": "wd14-vit", - "wd14-vit-v2": "wd14-vit-v2", - "wd14-vit-v2-git": "wd14-vit-v2-git", - "Unload all interrogate models": "すべてのインタロゲートモデルをアンロードする", - "Threshold": "しきい値", - "Additional tags (split by comma)": "追加タグ (カンマで区切る)", - "Exclude tags (split by comma)": "除外タグ (カンマで区切る)", - "Sort by alphabetical order": "アルファベット順でソート", - "Include confident of tags matches in results": "マッチしたタグの信頼度を結果に含める", - "Use spaces instead of underscore": "アンダースコアの代わりにスペースを使用する", - "Excudes (split by comma)": "除外 (カンマで分割)", - "Escape brackets": "括弧をエスケープする", - "Unload model after running": "実行後にモデルをアンロードする", - "Rating confidents": "レーティングの信頼度", - "Tag confidents": "タグの信頼度", - "stable-diffusion-webui-wd14-tagger": "stable-diffusion-webui-wd14-tagger", - "https://github.com/toriato/stable-diffusion-webui-wd14-tagger.git": "https://github.com/toriato/stable-diffusion-webui-wd14-tagger.git", - "/path/to/images or /path/to/images/**/*": "/path/to/images または /path/to/images/**/*", - "Leave blank to save images to the same path.": "空欄で同じパスへ画像を保存", - "Leave blank to use same filename as original.": "空白のままの場合、元のファイルと同じファイル名を使用", - "Found tags": "見つかったタグ", + "This extension works well with text captions in comma-separated style (such as the tags generated by DeepBooru interrogator).": "この拡張機能は、カンマ区切りスタイル(DeepBooru interrogatorによって生成されたタグなど) のテキストキャプションでうまく動作します。", + "Save all changes": "すべての変更を保存", + "Backup original text file (original file will be renamed like filename.000, .001, .002, ...)": "元のテキストファイルをバックアップします (元のファイル名は次のように変更 filename.000, .001, .002, ...)", + "Note:": "備考:", + "New text file will be created if you are using filename as captions.": "ファイル名をキャプションとして使用している場合、新しいテキストファイルが作成されます。", + "Use kohya-ss's finetuning metadata json": "Kohya-ssのfinetuningメタデータjsonを使用します", + "json path": "jsonのパス", + "json input path (Optional, only for append results)": "jsonの入力パス (任意、結果の追加のみ)", + "Overwrite if output file exists": "出力ファイルが存在する場合は上書き", + "Save metadata as caption": "メタデータをキャプションとして保存", + "Save metadata image key as fullpath": "メタデータイメージキーをフルパスで保存", + "Results": "結果", + "Reload/Save Settings (config.json)": "設定を再読み込み/保存(config.json)", + "Reload settings": "設定を再読み込み", + "Save current settings": "現在の設定を保存", + "Restore settings to default": "設定をデフォルトに戻す", + "Caption File Ext": "キャプションファイル拡張子", + "Load": "読み込み", + "Unload": "アンロード", + "Dataset Load Settings": "データセットの読み込み設定", + "Load from subdirectories": "サブディレクトリから読み込む", + "Load caption from filename if no text file exists": "テキストファイルが存在しない場合、ファイル名からキャプションを読み込む", + "Replace new-line character with comma": "改行をカンマに置換", + "Use Interrogator Caption": "インターロゲーターのキャプションを使用", + "If Empty": "空の場合", + "Overwrite": "上書き", + "Prepend": "先頭に加える", + "Append": "追加", + "Interrogators": "Interrogators", + "Interrogator Settings": "インターロゲーターの設定", + "Use Custom Threshold (Booru)": "カスタムしきい値を使用 (Booru)", + "Booru Score Threshold": "Booruスコアのしきい値", + "Use Custom Threshold (WDv1.4 Tagger)": "カスタムしきい値を使用 (WDv1.4 Tagger)", + "WDv1.4 Tagger Score Threshold": "WDv1.4 タグのスコアしきい値", + "Dataset Filter": "データセットフィルタ", + "Filter Apply": "フィルター適用", + "hidden_idx_next": "hidden_idx_next", + "hidden_idx_prev": "hidden_idx_prev", + "Dataset Images": "データセット画像", + "Filter by Tags": "タグでフィルタリングする", + "Filter by Selection": "選択範囲でフィルタリングする", + "Batch Edit Captions": "キャプションの一括編集", + "Edit Caption of Selected Image": "選択した画像のキャプションを編集", + "Move or Delete Files": "ファイルの移動または削除", + "Clear tag filters": "タグフィルターをクリア", + "Clear ALL filters": "すべてのフィルターをクリア", + "Positive Filter": "正のフィルター", + "Negative Filter": "負のフィルター", + "Search tags / Filter images by tags": "タグ検索/タグによる画像フィルター", + "(INCLUSIVE)": "(包括的)", + "Search Tags": "タグを検索する", + "Prefix": "接頭辞", + "Suffix": "接尾語", + "Use regex": "正規表現を使用する", + "Alphabetical Order": "アルファベット順", + "Frequency": "頻度", + "Length": "長さ", + "Token Length": "トークンの長さ", + "Sort Order": "ソート順", + "Ascending": "昇順", + "Descending": "降順", + "Filter Logic": "フィルタールール", + "AND": "AND", + "OR": "OR", + "NONE": "なし", + "Filter Images by Tags": "タグで画像をフィルター", + "(EXCLUSIVE)": "(排他的)", + "Select images from the left gallery.": "左のギャラリーから画像を選択", + "Add selection [Enter]": "選択を追加[Enter]", + "Add ALL Displayed": "表示されたすべてを追加", + "Filter Images": "画像をフィルター", + "Selected Image :": "選択した画像", + "Remove selection [Delete]": "選択範囲を削除 [Delete]", + "Invert selection": "選択を反転", + "Clear selection": "選択をクリア", + "Apply selection filter": "選択フィルターを適用", + "Search and Replace": "検索と置換", + "Remove": "削除", + "Edit common tags.": "共通のタグを編集", + "Show only the tags selected in the Positive Filter": "ポジティブフィルターで選択されているタグのみを表示", + "Common Tags": "共通のタグ", + "Edit Tags": "タグの編集", + "Prepend additional tags": "先頭にタグを追加", + "Apply changes to filtered images": "フィルタリングされた画像に変更を適用する", + "Show description of how to edit tags": "タグを編集する方法の説明を表示", + "1. The tags common to all displayed images are shown in comma separated style.": "1. すべての表示画像に共通するタグはカンマ区切りのスタイルで表示されます。", + "2. When changes are applied, all tags in each displayed images are replaced.": "2. 変更が適用されると、表示されている各画像のすべてのタグが置き換えられます。", + "3. If you change some tags into blank, they will be erased.": "3. タグを空白に変えると、消去されます。", + "4. If you add some tags to the end, they will be added to the end/beginning of the text file.": "4. タグを最後に追加すると、テキストファイルの最後/最初に追加されます。", + "5. Changes are not applied to the text files until the \"Save all changes\" button is pressed.": "5. 「すべて変更を保存」ボタンが押されるまで、変更はテキストファイルに適用されません。", + "ex A.": "例えば、A.", + "Original Text = \"A, A, B, C\" Common Tags = \"B, A\" Edit Tags = \"X, Y\"": "元のテキスト= \"A、A、B、C\" 共通のタグ= \"B、A\" タグを編集= \"X、Y\"", + "Result = \"Y, Y, X, C\" (B->X, A->Y)": "結果= \"Y、Y、X、C\" (B->X、A->Y)", + "ex B.": "例えば、B.", + "Original Text = \"A, B, C\" Common Tags = \"(nothing)\" Edit Tags = \"X, Y\"": "元のテキスト= \"A、B、C\" 共通のタグ= \"(なし)\" タグを編集= \"X、Y\"", + "Result = \"A, B, C, X, Y\" (add X and Y to the end (default))": "結果= \"A、B、C、X、Y\" (XとYを末尾に追加(デフォルト))", + "Result = \"X, Y, A, B, C\" (add X and Y to the beginning (\"Prepend additional tags\" checked))": "結果= \"X、Y、A、B、C\"(「追加タグを前置する」がチェックされている場合は、XとYを先頭に追加します)", + "ex C.": "例えば、C.", + "Original Text = \"A, B, C, D, E\" Common Tags = \"A, B, D\" Edit Tags = \", X, \"": "元のテキスト= \"A、B、C、D、E\" 共通のタグ= \"A、B、D\" タグを編集= \", 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 Text": "テキストを検索", + "Replace Text": "テキストを置き換え", + "Search and Replace in": "~で検索して置換します。", + "Only Selected Tags": "選択したタグのみ", + "Each Tags": "それぞれのタグ", + "Entire Caption": "全体のキャプション", + "Selected Tags": "選択したタグのみ", + "duplicate": "複製", + "tags from the images displayed.": "画像からタグが表示されます。", + "Remove duplicate tags": "重複するタグを削除", + "selected": "選択中", + "Remove selected tags": "選択したタグを削除する", + "Select visible tags": "表示中のタグを選択", + "Deselect visible tags": "表示中のタグの選択を解除", + "Select Tags": "タグの選択", + "Sort tags in the images displayed.": "表示されている画像のタグを並べ替えます。", + "Sort tags": "タグを並べ替え", + "Truncate tags by token count.": "トークン数でタグを切り詰めます。", + "Truncate tags by token count": "トークン数でタグを切り詰め", + "hidden_s_or_n": "hidden_s_or_n", + "Read Caption from Selected Image": "選択した画像からキャプションを読む", + "Interrogate Selected Image": "選択した画像を精査する", + "Caption of Selected Image": "選択した画像のキャプション", + "Copy and Overwrite": "コピーして上書き", + "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 Result": "インタロゲートの結果", + "Copy caption from selected images automatically": "選択した画像からキャプションを自動でコピー", + "Sort caption on save": "保存時にキャプションを並べ替え", + "Warn if changes in caption is not saved": "キャプションの変更が保存されていない場合に警告", + "Edit Caption": "キャプションを編集", + "Apply changes to selected image": "選択した画像に変更を適用", + "Apply changes to ALL displayed images": "表示されているすべての画像に変更を適用", + "Changes are not applied to the text files until the \"Save all changes\" button is pressed.": "「全ての変更を保存」ボタンを押すまで、変更はテキストファイルに適用されません。", + "Moved or deleted images will be unloaded.": "移動または削除された画像はアンロードされます。", + "Move or Delete": "移動または削除", + "Selected One": "選択されたもの", + "All Displayed Ones": "全表示", + "Image File": "画像ファイル", + "Caption Text File": "キャプションテキストファイル", + "Caption Backup File": "キャプションバックアップファイル", + "Target dataset num: 0": "対象データセット番号: 0", + "Destination Directory": "出力ディレクトリ", + "Move File(s)": "ファイルを移動", + "DELETE cannot be undone. The files will be deleted completely.": "「削除」操作は取り消せません。ファイルは完全に削除されます。", + "DELETE File(s)": "ファイルを削除", + "Number of columns on image gallery": "画像ギャラリーの列数", + "Force image gallery to use temporary files": "画像ギャラリーで一時ファイルを使用するよう強制する", + "Use raw CLIP token to calculate token count (without emphasis or embeddings)": "未加工のCLIPトークンを使用してトークン数を算出する (強調やembeddingの区別なし)", + "stable-diffusion-webui-dataset-tag-editor": "stable-diffusion-webui-dataset-tag-editor", + "https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor": "https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor", + "C:\\path\\to\\metadata.json": "C:\\path\\to\\metadata.json", + "C:\\directory\\of\\datasets": "C:\\directory\\of\\datasets", + ".txt (on Load and Save)": ".txt (読み込みと保存時)", + "https://github.com/Bing-su/sd-webui-tunnels.git": "https://github.com/Bing-su/sd-webui-tunnels.git", + "ControlNet-M2M": "ControlNet-M2M", + "Config file for Control Net models": "ControlNetモデルの設定ファイル", + "Config file for Adapter models": "Adapter モデルの設定ファイル", + "Directory for detected maps auto saving": "検出されたマップを自動保存するディレクトリ", + "Extra path to scan for ControlNet models (e.g. training output directory)": "ControlNet モデルをスキャンする追加のパス (例: 学習時の出力ディレクトリなど)", + "Multi ControlNet: Max models amount (requires restart)": "Multi ControlNet: 最大モデル数 (再起動が必要)", + "Model cache size (requires restart)": "モデルのキャッシュサイズ (再起動が必要)", + "Apply transfer control when loading models": "モデルを読み込む際、Control の転送を適用する", + "Do not append detectmap to output": "検出されたマップを出力に追加しない", + "Allow detectmap auto saving": "検出されたマップの自動保存を許可", + "Use mid-control on highres pass (second pass)": "高解像度パス(2番目のパス)に中間制御を使用する", + "Allow other script to control this extension": "他のスクリプトにこの拡張機能の操作を許可する", + "Skip img2img processing when using img2img initial image": "img2img の初期画像を使用時、img2img 処理をスキップする", + "Enable optimized monocular depth estimation": "最適化された単眼深度推定を有効にする", + "Only use mid-control when inference": "推論時に mid-control のみを使用する", + "Enable CFG-Based guidance": "CFG 基準のガイダンスを有効にする", + "Passing ControlNet parameters with \"Send to img2img\"": "「img2imgに転送」でControlNetのパラメータを渡す", + "https://github.com/Mikubill/sd-webui-controlnet.git": "https://github.com/Mikubill/sd-webui-controlnet.git", + "Annotator result": "Annotatorの結果", + "Invert colors if your image has white background.": "白背景の場合、色を反転する", + "Change your brush width to make it thinner if you want to draw something.": "ブラシの幅を細くすると描きやすくなります", + "Invert Input Color": "入力の色を反転", + "RGB to BGR": "RGBからBGRに変換", + "Low VRAM": "低 VRAM", + "Guess Mode": "推測モード", + "Preprocessor": "プリプロセッサ", + "Guidance Start (T)": "ガイダンス開始 (T)", + "Guidance End (T)": "ガイダンス終了 (T)", + "Annotator resolution": "Annotatorの解像度", + "Threshold A": "しきい値 A", + "Threshold B": "しきい値 B", + "Resize Mode": "リサイズモード", + "Just Resize": "単純に変形", + "Scale to Fit (Inner Fit)": "インナーフィット (余白ができる)", + "Envelope (Outer Fit)": "アウターフィット (余白ができない)", + "Create blank canvas": "空のキャンバスを作成", + "Preview annotator result": "アノテーション結果をプレビュー", + "Hide annotator result": "アノテーション結果を隠す", + "canny": "キャニー法", + "depth": "深度", + "depth_leres": "深度(LeRes)", + "hed": "hed", + "mlsd": "mlsd", + "normal_map": "normal_map", + "openpose": "openpose", + "openpose_hand": "openpose_hand", + "clip_vision": "clip_vision", + "color": "color", + "pidinet": "pidinet", + "scribble": "scribble", + "fake_scribble": "fake_scribble", + "segmentation": "segmentation", + "binary": "binary", + "[ControlNet] Enabled": "[ControlNet] 有効化", + "[ControlNet] Model": "[ControlNet] モデル", + "[ControlNet] Weight": "[ControlNet] 重み", + "[ControlNet] Guidance Start": "[ControlNet] ガイダンス開始", + "[ControlNet] Guidance End": "[ControlNet] ガイダンス終了", + "[ControlNet] Resize Mode": "[ControlNet] リサイズのモード", + "[ControlNet] Preprocessor": "[ControlNet] プリプロセッサ", + "[ControlNet] Pre Resolution": "[ControlNet] 事前の解像度", + "[ControlNet] Pre Threshold A": "[ControlNet] 事前しきい値 A", + "[ControlNet] Pre Threshold B": "[ControlNet] 事前しきい値B", "Main": "メイン", "LAB Tools": "LABツール", "Guide": "ガイド", @@ -3580,48 +3378,202 @@ "Processed frames": "Processed frames", "Style to fuse": "Style to fuse", "Remember to use same fps as generated video for DFI": "Remember to use same fps as generated video for DFI", - "Tokenizer": "トークナイザー", - "Before your text is sent to the neural network, it gets turned into numbers in a process called tokenization. These tokens are how the neural network reads and interprets text. Thanks to our great friends at Shousetsu愛 for inspiration for this feature.": "テキストはニューラルネットワークに送られる前に、トークン化と呼ばれるプロセスで数値に変換されます。このトークンによってニューラルネットワークはテキストを読み解くことができるのです。この機能のインスピレーションを与えてくれた、私たちの偉大な友人である Shousetsu愛 に感謝します。", - "Text input": "文字列入力", - "ID input": "ID入力", - "Tokenize": "トークン化", - "Tokens": "トークン", - "stable-diffusion-webui-tokenizer": "stable-diffusion-webui-tokenizer", - "Prompt for tokenization": "プロンプトのトークン化", - "Ids for tokenization (example: 9061, 631, 736)": "IDのトークン化 (例: 9061, 631, 736)", - "https://github.com/AUTOMATIC1111/stable-diffusion-webui-tokenizer.git": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-tokenizer.git", - "3D Model Loader": "3Dモデル読み込み", - "Light": "ライト", - "Position/Rotate X": "位置/x軸回転", - "Position/Rotate Y": "位置/y軸回転", - "Position/Rotate Z": "位置/z軸回転", - "Show Ground": "地面を表示", - "Show Grid": "グリッドを表示", - "Show Axis": "軸を表示", - "Background Color": "背景色", - "Ground Color": "地面の色", - "Light Color": "照明の色", - "Model Scale": "モデルの大きさ", - "Load Model": "モデル読み込み", - "Play/Pause": "再生/一時停止", - "Stop": "停止", - "3D Model": "3Dモデル", - "Canvas Background Color": "キャンバスの背景色", - "Canvas Ground Color": "キャンバスの地面の色", - "sd-3dmodel-loader": "sd-3dmodel-loader", - "https://github.com/jtydhr88/sd-3dmodel-loader.git": "https://github.com/jtydhr88/sd-3dmodel-loader.git", - "Conditioning Highres": "コンディショニングHighres.fix", - "Conditioning Highres.fix strength (for sd-v1-5-inpainting)": "コンディショニングHighres.fix強度(sd-v1-5 inpaint用)", - "Cond.fix: Disabled (none)": "Cond.fix: 無効 (無し)", - "Cond.fix: Empty": "Cond.fix: なし", - "Cond.fix: Lowest": "Cond.fix: 最低値", - "Cond.fix: Low": "Cond.fix: 低", - "Cond.fix: Medium": "Cond.fix: 中", - "Cond.fix: High (recommended)": "Cond.fix: 高 (推奨)", - "Cond.fix: Highest": "Cond.fix: 最高", - "Cond.fix: Full": "Cond.fix: フル", - "stable-diffusion-webui-conditioning-highres-fix": "stable-diffusion-webui-conditioning-highres-fix", - "https://github.com/klimaleksus/stable-diffusion-webui-conditioning-highres-fix.git": "https://github.com/klimaleksus/stable-diffusion-webui-conditioning-highres-fix.git", + "Cutoff": "Cutoff", + "Target tokens (comma separated)": "対象となるトークン (カンマ区切り)", + "Details": "詳細", + "Disable for Negative prompt.": "ネガティブプロンプトでは無効化", + "Cutoff strongly.": "強く遮断する", + "Padding token (ID or single token)": "詰め替えるトークン (IDまたは単一のトークン)", + "Interpolation method": "補間法", + "Debug log": "デバッグログ", + "Cutoff Enabled": "Cutoff 有効化", + "Cutoff Targets": "Cutoff 対象となるトークン", + "Cutoff Weight": "Cutoff 重み", + "Cutoff Disable for Negative Prompt": "Cutoff ネガティブプロンプトでは無効化", + "Cutoff Strong": "Cutoff 強く遮断", + "Cutoff Padding": "Cutoff 詰め替えるトークン", + "Cutoff Interpolation": "Cutoff 補間法", + "sd-webui-cutoff": "sd-webui-cutoff", + "https://github.com/hnmr293/sd-webui-cutoff.git": "https://github.com/hnmr293/sd-webui-cutoff.git", + "red, blue": "red, blue", + "stable-diffusion-webui-two-shot": "stable-diffusion-webui-two-shot", + "Divisions": "分割", + "Positions": "位置", + "Weights": "重み", + "end at this step": "このステップで終了", + "Visualize": "可視化", + "Regions": "領域", + "Extra generation params": "追加生成パラメータ", + "Apply": "適用", + "https://github.com/opparco/stable-diffusion-webui-two-shot.git": "https://github.com/opparco/stable-diffusion-webui-two-shot.git", + "sd-webui-depth-lib": "sd-webui-depth-lib", + "Depth Library": "Depth ライブラリ", + "Pages:": "ページ", + "Selected": "選択中", + "Send to ControlNet": "ControlNet に送る", + "https://github.com/jexom/sd-webui-depth-lib.git": "https://github.com/jexom/sd-webui-depth-lib.git", + "CLIP_test": "CLIP_test", + "Create Beta hypernetwork": "Beta hypernetworkを作成", + "Train_Gamma": "トレイン_ガンマ", + "Train_Tuning": "トレイン_チューニング", + "Show advanced options": "詳細オプションを表示", + "Weight initialization seed, set -1 for default": "重み初期化シード値、デフォルトは-1に設定", + "Standard Deviation for Normal weight initialization": "標準重量初期化の標準偏位", + "Use dropout. Might improve training when dataset is small / limited.": "ドロップアウトを使用します。データセットが小さい/限られている場合、トレーニングを改善する可能性があります。", + "Use skip-connection. Won't work without extension!": "スキップ接続を使用してください。拡張機能なしでは動作しません!", + "Optional information about Hypernetwork": "Hypernetwork に関するオプション情報", + "Setting file name": "設定ファイル名", + "Save hypernetwork setting to file": "Hypernetworksの設定をファイルに保存", + "Train an embedding or Hypernetwork; you must specify a directory": "EmbeddingまたはHypernetworksを訓練します。ディレクトリを指定する必要があります", + "Show advanced learn rate scheduler options": "高度なlearn rateスケジューラオプションを表示", + "Show advanced adamW parameter options)": "高度なadamWパラメータオプションを表示します)", + "Show Gradient Clipping Options(for both)": "Gradient Clipping オプションを表示(for both)", + "Show Noise Scheduler Options(for both)": "Noise Scheduler オプションを表示(for both)", + "Uses D-Adaptation(LR Free) AdamW. Recommended LR is 1.0 at base": "D-Adaptation(LR Free) AdamWを使用中。 baseではLR 1.0が推奨されています。", + "AdamW weight decay parameter": "AdamW weight decay パラメータ", + "AdamW beta1 parameter": "AdamW beta1 パラメータ", + "AdamW beta2 parameter": "AdamW beta2 パラメータ", + "AdamW epsilon parameter": "AdamW epsilon パラメータ", + "Growth factor limiting, use value like 1.02 or leave it as -1": "Growth factor limiting, 1.02のような値を使用するか、 -1のままにしてください。", + "Use CosineAnnealingWarmupRestarts Scheduler": "CosineAnnealingWarmupRestartスケジューラを使用。", + "Steps for cycle": "サイクルに於けるステップ数", + "Step multiplier per cycle": "サイクルごとのステップ乗数", + "Warmup step per cycle": "サイクルごとのウォームアップステップ数", + "Minimum learning rate": "最小学習レート", + "Decays learning rate every cycle": "各サイクルの学習率を算出する", + "Saves when every cycle finishes": "各サイクル終了時に保存する", + "Generates image when every cycle finishes": "各サイクル終了時に画像を生成する", + "Gradient Clipping Options": "グラデーションクリッピングオプション", + "limit": "制限", + "Limiting value": "限界値", + "Norm type": "ノルム種別", + "Use Noise training scheduler(test)": "ノイズトレーニングスケジューラを使用(テスト)", + "Restarts noise scheduler, or linear": "Noise scheduler、またはlinearを再起動します", + "Restarts noise scheduler every nth epoch": "ノイズスケジューラを各エポックごとに再起動します", + "Unload Optimizer when generating preview(hypernetwork)": "プレビューの生成時(hypernetwork) にオプティマイザをアンロードします", + "Standard deviation for sampling": "サンプリングの標準偏差", + "loss type": "損失種別", + "loss": "損失", + "loss_simple": "loss_simple", + "loss_vlb": "loss_vlb", + "Save training setting": "トレーニング設定を保存", + "File name to save setting as": "設定を保存するファイル名", + "Load training option from saved json file. This will override settings above": "保存されたjsonファイルからトレーニングオプションを読み込みます。これは既存の設定を上書きします", + "Train Hypernetwork; you must specify a directory": "Hypernetwork トレーニング; ディレクトリを指定してください", + "Hypernetwork name to create, leave it empty to use selected": "Hypernetwork名を作成します。空白のままにすると empty が使用されます", + "Load Hypernetwork creation option from saved json file": "保存された json ファイルから Hypernetwork の作成オプションを読み込む", + "Load training option(s) from saved json file": "保存されたjsonファイルからトレーニングオプションを読み込む", + "Save a copy of model to log directory every N steps, 0 to disable": "Nステップごとにモデルのコピーをログディレクトリに保存します。無効にする場合は0を入力してください。", + "Manual dataset seed": "手動でデータセットシードを使う", + "CLIP-test": "CLIPテスト", + "CLIP Text models. Set to empty to not change.": "CLIPテキストモデル。変更しない場合は設定しないでください。", + "Enable clip model change. This will be triggered from next model changes.": "Clipモデルの変更を有効にします。これは、次のモデルの変更からトリガされます。", + "Detach grad from conditioning models": "条件付きモデルから勾配を切り離す", + "Hypernetwork-MonkeyPatch-Extension": "Hypernetworks-Monkeypatch拡張", + "must be positive float": "正の小数である必要があります", + "Training information, dateset, etc": "トレーニング情報、日付セットなど", + "default = 0.01": "既定値 = 0.01", + "default = 0.9": "既定値 = 0.9", + "default = 0.99": "既定値 = 0.99", + "default = 1e-8": "既定値 =1e-8", + "Cycles every nth Step": "N番目のステップごとのサイクル数", + "Step length multiplier every cycle": "サイクルごとのステップ長の乗数", + "CosineAnnealing lr increase step": "負荷を増加させるステップ", + "restricts decay value, but does not restrict gamma rate decay": "減衰値を制限しますが、ガンマレートの減衰は制限しません", + "Value should be in (0-1]": "値は(0-1] の範囲内である必要があります", + ". filename cannot have ',' inside, and files should be splitted by ','.": ". ファイル名には「,」を含めることはできず、ファイルは「,」で区切られる必要があります。", + "https://github.com/aria1th/Hypernetwork-MonkeyPatch-Extension.git": "https://github.com/aria1th/Hypernetwork-MonkeyPatch-Extension.git", + "Remove background": "背景を削除", + "u2net": "u2net", + "u2netp": "u2netp", + "u2net_human_seg": "u2net 人物区分", + "u2net_cloth_seg": "u2net 衣装区分", + "silueta": "シルエット", + "Return mask": "マスク画像のみ", + "Alpha matting": "アルファマット合成", + "Erode size": "浸食サイズ", + "Foreground threshold": "前景しきい値", + "Background threshold": "後景しきい値", + "https://github.com/AUTOMATIC1111/stable-diffusion-webui-rembg.git": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-rembg.git", + "stable-diffusion-webui-depthmap-script": "stable-diffusion-webui-depthmap-script", + "Compute on": "計算", + "GPU": "GPU", + "CPU": "CPU", + "Match input size (size is ignored when using boost)": "一致する入力サイズ(ブーストを使用する場合はサイズは無視されます)", + "BOOST (multi-resolution merging)": "ブースト (マルチ解像度マージ)", + "Invert DepthMap (black=near, white=far)": "DepthMapを反転 (黒=近く、白=遠い)", + "Clip and renormalize": "クリップおよび再法線処理", + "Far clip": "遠いクリップ", + "Near clip": "近くのクリップ", + "Combine into one image.": "一つの画像にまとめます。", + "Combine axis": "軸を結合", + "Save DepthMap": "深度マップを保存", + "Show DepthMap": "深度マップを表示", + "Show HeatMap": "ヒートマップを表示", + "Generate Stereo side-by-side image": "Side-by-sideの立体視画像を生成する", + "Generate Stereo anaglyph image (red/cyan)": "アナグリフ式立体画像(赤/青) を生成する", + "Divergence (3D effect)": "ダイバージェンス(3D効果)", + "Gap fill technique": "ギャップ埋め技術", + "Balance between eyes": "目間のバランス", + "Generate 3D inpainted mesh. (Sloooow)": "3D inpaintされたメッシュを生成(とても遅い)", + "Generate 4 demo videos with 3D inpainted mesh.": "3D inpaint meshで4つのデモを生成します。", + "Save the foreground masks": "前面マスクを保存する", + "pre-depth background removal": "プレデプス背景除去", + "Rembg Model": "Rembgモデル", + "Information, comment and share @": "情報、コメント、シェア @", + "Input Mesh (.ply)": "Input Mesh (.ply)", + "Generate video from inpainted mesh.": "Inpaint meshからビデオを生成します。", + "A file on the same machine where the server is running.": "サーバーが稼働している同じマシン上のファイル。", + "Number of frames": "フレーム数", + "Framerate": "フレームレート", + "Format": "フォーマット", + "Trajectory": "軌跡", + "Translate: x, y, z": "変換: x, y, z", + "Crop: top, left, bottom, right": "クロップ: 上、左、下、右", + "Dolly": "小さな人形", + "Generate Video": "ビデオを生成", + "https://github.com/thygate/stable-diffusion-webui-depthmap-script.git": "https://github.com/thygate/stable-diffusion-webui-depthmap-script.git", + "Plot": "描画", + "Max Image Size": "最大画像サイズ", + "Max Batch Count": "最大バッチ数", + "Run benchmark": "ベンチマークを実行", + "Load results": "結果を読み込む", + "a1111-stable-diffusion-webui-vram-estimator": "a1111-stable-diffusion-webui-vram-estimator", + "https://github.com/space-nuko/a1111-stable-diffusion-webui-vram-estimator.git": "https://github.com/space-nuko/a1111-stable-diffusion-webui-vram-estimator.git", + "Training Picker": "Training Picker", + "Video to extract frames from:": "フレームを抽出するビデオを指定する:", + "Only extract keyframes (recommended)": "キーフレームのみ抽出する (推奨)", + "Extract every nth frame": "抽出時のフレーム間隔", + "Extract Frames": "フレームの抽出", + "Extracted Frame Set": "抽出フレームセット", + "Resize crops to 512x512": "512x512にリサイズする", + "Outfill method:": "塗りつぶしの方法:", + "Don't outfill": "塗りつぶさない", + "Stretch image": "画像を変形して拡大する", + "Transparent": "透過", + "Solid color": "単色", + "Average image color": "画像の平均色", + "Dominant image color": "主要画像色", + "Stretch pixels at border": "境界線のピクセルを広げる", + "Reflect image around border": "境界線の周りの画像を反映する", + "Blurred & stretched overlay": "ぼかしと伸ばし加工されたオーバーレイ", + "Reuse original image": "オリジナルの画像を再利用する", + "Reset Aspect Ratio": "アスペクト比をリセット", + "Image border outfill method:": "画像境界のアウトフィル法", + "Black outfill": "黒い塗りつぶし", + "Outfill border color:": "塗りつぶしの枠線の色:", + "Blur amount:": "ぼかしの強さ", + "Number of clusters:": "クラスターの数:", + "Save crops to:": "作成した画像の保存先:", + "Fixed size to resize images to": "比率を固定したままリサイズ", + "Path to read videos from": "動画読み込み先のパス", + "Path to store extracted frame sets in": "抽出したフレームセットを保存するパス", + "Default cropped image output directory": "既定の切り抜き画像出力ディレクトリ", + "https://github.com/Maurdekye/training-picker.git": "https://github.com/Maurdekye/training-picker.git", + "✕": "✕", + "[NPW] Weight": "[NPW] 重み", + "stable-diffusion-NPW": "stable-diffusion-NPW", + "https://github.com/muerrilla/stable-diffusion-NPW": "https://github.com/muerrilla/stable-diffusion-NPW", "Wildcards Manager": "ワイルドカードの管理", "Dynamic Prompts enabled": "Dynamic Prompts 有効化", "Combinatorial generation": "組み合わせ生成", @@ -3763,5 +3715,53 @@ "Disable image generation. Useful if you only want to generate text prompts. (1 image will still be generated to keep Auto1111 happy.).": "画像生成を無効にします。プロンプトのテキストのみを生成したい場合に便利です。(Auto1111の状態を維持するため、1枚の画像は生成されます。)", "Add emphasis to a randomly selected keyword in the prompt.": "プロンプトの中からランダムに選ばれたキーワードに強調を加えます。", "Write template into image metadata.": "テンプレートを画像メタデータに書き込む。", - "Note: Each model will download between 300mb and 1.4gb of data on first use.": "注: 各モデルは、初期使用時に300MB ~ 1.4GBのデータをダウンロードします" + "Note: Each model will download between 300mb and 1.4gb of data on first use.": "注: 各モデルは、初期使用時に300MB ~ 1.4GBのデータをダウンロードします", + "Text2Prompt": "Text2Prompt", + "Input Theme": "テーマを入力", + "Input Negative Theme": "ネガティブテーマを入力", + "Negative strength": "ネガティブの強度", + "Replace underscore in tag with whitespace": "タグ中のアンダースコアを空白に置き換える", + "Escape brackets in tag": "タグ中の括弧をエスケープする", + "Generation Settings": "生成の設定", + "Database": "データベース:", + "Tag count filter": "タグカウントフィルター", + "Tag range:": "タグレンジ", + "≥ 0 tagged": "0以上のタグがあります", + "(14589 tags total)": "(合計14589タグ)", + "Method to convert similarity into probability": "類似性を確率に変換する方法", + "Cutoff and Power": "カットオフとパワー", + "Softmax": "ソフトマックス", + "Power": "パワー", + "Top-k": "Top-k", + "Top-p (Nucleus)": "Top-p (Nucleus)", + "Max number of tags": "最大タグ数", + "k value": "k の値", + "p value": "p の値", + "Use weighted choice": "重み付きの選択を使用", + "stable-diffusion-webui-text2prompt": "stable-diffusion-webui-text2prompt", + "https://github.com/toshiaki1729/stable-diffusion-webui-text2prompt.git": "https://github.com/toshiaki1729/stable-diffusion-webui-text2prompt.git", + "Embedding Editor": "Embedding Editor", + "Vector": "ベクトル", + "Refresh Embeddings": "Embeddingsを更新", + "Save Embedding": "Embeddingを保存", + "Enter words and color hexes to mark weights on the sliders for guidance. Hint: Use the txt2img prompt token counter or": "ガイダンス用にスライダーの重みを示す単語とカラーヘックスを入力してください。ヒント:txt2imgプロンプトトークンカウンターを使用するか、", + "webui-tokenizer": "webui-tokenizer", + "to see which words are constructed using multiple sub-words, e.g. 'computer' doesn't exist in stable diffusion's CLIP dictionary and instead 'compu' and 'ter' are used (1 word but 2 embedding vectors). Currently buggy and needs a moment to process before pressing the button. If it doesn't work after a moment, try adding a random space to refresh it.": "複数のサブワードを使用して構成されている単語を確認します。「computer」はstable diffusionの CLIP 辞書に存在せず、代わりに「compu」と「ter」が使用されます (1 語で 2 つの埋め込みベクトル)。 現在バグがあり、ボタンを押す前に処理する時間が必要です。 しばらくしてもうまくいかない場合は、ランダムなスペースを追加して更新してみてください。", + "Sampling Steps": "サンプリングステップ数", + "Generate Preview": "プレビューを生成", + "stable-diffusion-webui-embedding-editor": "stable-diffusion-webui-embedding-editor", + "https://github.com/CodeExplode/stable-diffusion-webui-embedding-editor.git": "https://github.com/CodeExplode/stable-diffusion-webui-embedding-editor.git", + "symbol:color-hex, symbol:color-hex, ...": "symbol:color-hex, symbol:color-hex, ...", + "e.g. A portrait photo of embedding_name": "例: A portrait photo of embedding_name", + "Shift attention": "Shift attention", + "https://github.com/yownas/shift-attention.git": "https://github.com/yownas/shift-attention.git", + "Save score as EXIF or PNG Info Chunk": "スコアをEXIFまたはPNGチャンクに保存", + "sd_model_hash": "sdモデルハッシュ値", + "hash": "ハッシュ値", + "Save tags (Windows only)": "タグを保存(Windowsのみ)", + "Save category (Windows only)": "カテゴリを保存(Windowsのみ)", + "Save generation params text": "生成されたパラメータテキストを保存", + "Force CPU (Requires Custom Script Reload)": "強制的に CPU (カスタムスクリプトの再読み込みが必要)", + "stable-diffusion-webui-aesthetic-image-scorer": "stable-diffusion-webui-aesthetic-image-scorer", + "https://github.com/tsngo/stable-diffusion-webui-aesthetic-image-scorer.git": "https://github.com/tsngo/stable-diffusion-webui-aesthetic-image-scorer.git" } \ No newline at end of file diff --git a/localizations/ks_JP.json b/localizations/ks_JP.json index fe0a09a..84711d7 100644 --- a/localizations/ks_JP.json +++ b/localizations/ks_JP.json @@ -977,136 +977,440 @@ "openOutpaint-webUI-extension": "openOutpaint-webUI-extension", "Refresh openOutpaint": "Refresh openOutpaint", "https://github.com/zero01101/openOutpaint-webUI-extension.git": "https://github.com/zero01101/openOutpaint-webUI-extension.git", - "DreamArtist Create embedding": "DreamArtist Create embedding", - "DreamArtist Train": "DreamArtist Train", - "Process Att-Map": "Process Att-Map", - "Initialization text (negative)": "Initialization text (negative)", - "Number of negative vectors per token": "Number of negative vectors per token", - "Unet Learning rate": "Unet Learning rate", - "Train with DreamArtist": "Train with DreamArtist", - "Train with reconstruction": "Train with reconstruction", - "Attention Map": "Attention Map", - "Train U-Net": "Train U-Net", - "CFG scale (dynamic cfg: low,high:type e.g. 1.0-3.5:cos)": "CFG scale (dynamic cfg: low,high:type e.g. 1.0-3.5:cos)", - "Reconstruction loss weight": "Reconstruction loss weight", - "Negative lr weight": "Negative lr weight", - "Classifier path": "Classifier path", - "Accumulation steps": "Accumulation steps", - "Prompt template file": "Prompt template file", - "Positive \"filewords\" only": "Positive \"filewords\" only", - "Experimental features (May be solve the problem of erratic training and difficult to reproduce [set EMA to 0.97])": "Experimental features (May be solve the problem of erratic training and difficult to reproduce [set EMA to 0.97])", - "EMA (positive)": "EMA (positive)", - "EMA replace steps (positive)": "EMA replace steps (positive)", - "EMA (nagetive)": "EMA (nagetive)", - "EMA replace steps (nagative)": "EMA replace steps (nagative)", - "beta1": "beta1", - "beta2": "beta2", - "Since there is a self-attention operation in VAE, it may change the distribution of features. This processing will superimpose the attention map of self-attention on the original Att-Map.": "Since there is a self-attention operation in VAE, it may change the distribution of features. This processing will superimpose the attention map of self-attention on the original Att-Map.", - "Data directory": "Data directory", - "Process": "Process", - "Image": "Image", - "DreamArtist-sd-webui-extension": "DreamArtist-sd-webui-extension", - "Path to classifier ckpt, can be empty": "Path to classifier ckpt, can be empty", - "https://github.com/7eu7d7/DreamArtist-sd-webui-extension.git": "https://github.com/7eu7d7/DreamArtist-sd-webui-extension.git", - "Cafe Aesthetic": "Cafe Aesthetic", - "Single": "Single", - "Judge": "Judge", - "Aesthetic": "Aesthetic", - "Style": "Style", - "Waifu": "Waifu", - "Image Directory": "Image Directory", - "Output Directory": "Output Directory", - "Classify type": "Classify type", - "Output style": "Output style", - "Copy": "Copy", - "Move": "Move", - "Copy or move captions together": "Copy or move captions together", - "Basis": "Basis", - "Relative": "Relative", - "Absolute": "Absolute", - "Threshold (Use only when basis is absolute)": "Threshold (Use only when basis is absolute)", - "Start": "Start", - "Status": "Status", - "Idle": "Idle", - "stable-diffusion-webui-cafe-aesthetic": "stable-diffusion-webui-cafe-aesthetic", - "https://github.com/p1atdev/stable-diffusion-webui-cafe-aesthetic": "https://github.com/p1atdev/stable-diffusion-webui-cafe-aesthetic", - "path/to/classify": "path/to/classify", - "path/to/output": "path/to/output", - "ControlNet": "ControlNet", - "ControlNet-M2M": "ControlNet-M2M", - "Config file for Control Net models": "Config file for Control Net models", - "Config file for Adapter models": "Config file for Adapter models", - "Directory for detected maps auto saving": "Directory for detected maps auto saving", - "Extra path to scan for ControlNet models (e.g. training output directory)": "Extra path to scan for ControlNet models (e.g. training output directory)", - "Multi ControlNet: Max models amount (requires restart)": "Multi ControlNet: Max models amount (requires restart)", - "Model cache size (requires restart)": "Model cache size (requires restart)", - "Apply transfer control when loading models": "Apply transfer control when loading models", - "Do not append detectmap to output": "Do not append detectmap to output", - "Allow detectmap auto saving": "Allow detectmap auto saving", - "Use mid-control on highres pass (second pass)": "Use mid-control on highres pass (second pass)", - "Allow other script to control this extension": "Allow other script to control this extension", - "Skip img2img processing when using img2img initial image": "Skip img2img processing when using img2img initial image", - "Enable optimized monocular depth estimation": "Enable optimized monocular depth estimation", - "Only use mid-control when inference": "Only use mid-control when inference", - "Enable CFG-Based guidance": "Enable CFG-Based guidance", - "Passing ControlNet parameters with \"Send to img2img\"": "Passing ControlNet parameters with \"Send to img2img\"", - "https://github.com/Mikubill/sd-webui-controlnet.git": "https://github.com/Mikubill/sd-webui-controlnet.git", - "Annotator result": "Annotator result", - "Invert colors if your image has white background.": "Invert colors if your image has white background.", - "Change your brush width to make it thinner if you want to draw something.": "Change your brush width to make it thinner if you want to draw something.", - "Enable": "Enable", - "Invert Input Color": "Invert Input Color", - "RGB to BGR": "RGB to BGR", - "Low VRAM": "Low VRAM", - "Guess Mode": "Guess Mode", - "Preprocessor": "Preprocessor", + "3D Model Loader": "3D Model Loader", + "Target": "Target", + "Light": "Light", "Model": "Model", - "Weight": "Weight", - "Guidance Start (T)": "Guidance Start (T)", - "Guidance End (T)": "Guidance End (T)", - "Annotator resolution": "Annotator resolution", - "Threshold A": "Threshold A", - "Threshold B": "Threshold B", - "Resize Mode": "Resize Mode", - "Just Resize": "Just Resize", - "Scale to Fit (Inner Fit)": "Scale to Fit (Inner Fit)", - "Envelope (Outer Fit)": "Envelope (Outer Fit)", + "Position/Rotate X": "Position/Rotate X", + "Position/Rotate Y": "Position/Rotate Y", + "Position/Rotate Z": "Position/Rotate Z", + "Show Ground": "Show Ground", + "Show Grid": "Show Grid", + "Show Axis": "Show Axis", + "Background Color": "Background Color", + "Ground Color": "Ground Color", + "Light Color": "Light Color", + "Model Scale": "Model Scale", + "Load Model": "Load Model", + "Reset": "Reset", + "Send to": "Send to", + "Play/Pause": "Play/Pause", + "Stop": "Stop", + "3D Model": "3D Model", + "Canvas Background Color": "Canvas Background Color", + "Canvas Ground Color": "Canvas Ground Color", "Canvas Width": "Canvas Width", "Canvas Height": "Canvas Height", - "Create blank canvas": "Create blank canvas", - "Preview annotator result": "Preview annotator result", - "Hide annotator result": "Hide annotator result", - "canny": "canny", - "depth": "depth", - "depth_leres": "depth_leres", - "hed": "hed", - "mlsd": "mlsd", - "normal_map": "normal_map", - "openpose": "openpose", - "openpose_hand": "openpose_hand", - "clip_vision": "clip_vision", - "color": "color", - "pidinet": "pidinet", - "scribble": "scribble", - "fake_scribble": "fake_scribble", - "segmentation": "segmentation", - "binary": "binary", - "[ControlNet] Enabled": "[ControlNet] Enabled", - "[ControlNet] Model": "[ControlNet] Model", - "[ControlNet] Weight": "[ControlNet] Weight", - "[ControlNet] Guidance Start": "[ControlNet] Guidance Start", - "[ControlNet] Guidance End": "[ControlNet] Guidance End", - "[ControlNet] Resize Mode": "[ControlNet] Resize Mode", - "[ControlNet] Preprocessor": "[ControlNet] Preprocessor", - "[ControlNet] Pre Resolution": "[ControlNet] Pre Resolution", - "[ControlNet] Pre Threshold A": "[ControlNet] Pre Threshold A", - "[ControlNet] Pre Threshold B": "[ControlNet] Pre Threshold B", - "sd-webui-depth-lib": "sd-webui-depth-lib", - "Depth Library": "Depth Library", - "Pages:": "Pages:", - "Selected": "Selected", - "Send to ControlNet": "Send to ControlNet", - "https://github.com/jexom/sd-webui-depth-lib.git": "https://github.com/jexom/sd-webui-depth-lib.git", + "sd-3dmodel-loader": "sd-3dmodel-loader", + "https://github.com/jtydhr88/sd-3dmodel-loader.git": "https://github.com/jtydhr88/sd-3dmodel-loader.git", + "Conditioning Highres": "Conditioning Highres", + "Conditioning Highres.fix strength (for sd-v1-5-inpainting)": "Conditioning Highres.fix strength (for sd-v1-5-inpainting)", + "Cond.fix: Disabled (none)": "Cond.fix: Disabled (none)", + "Cond.fix: Empty": "Cond.fix: Empty", + "Cond.fix: Lowest": "Cond.fix: Lowest", + "Cond.fix: Low": "Cond.fix: Low", + "Cond.fix: Medium": "Cond.fix: Medium", + "Cond.fix: High (recommended)": "Cond.fix: High (recommended)", + "Cond.fix: Highest": "Cond.fix: Highest", + "Cond.fix: Full": "Cond.fix: Full", + "stable-diffusion-webui-conditioning-highres-fix": "stable-diffusion-webui-conditioning-highres-fix", + "https://github.com/klimaleksus/stable-diffusion-webui-conditioning-highres-fix.git": "https://github.com/klimaleksus/stable-diffusion-webui-conditioning-highres-fix.git", + "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", + "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", + "https://github.com/deforum-art/deforum-for-automatic1111-webui.git": "https://github.com/deforum-art/deforum-for-automatic1111-webui.git", + "Enable pixelization": "Enable pixelization", + "Keep resolution": "Keep resolution", + "Pixel size": "Pixel size", + "stable-diffusion-webui-pixelization": "stable-diffusion-webui-pixelization", + "https://github.com/AUTOMATIC1111/stable-diffusion-webui-pixelization.git": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-pixelization.git", + "Enable": "Enable", "Highres. percentage chance": "Highres. percentage chance", "Highres. Denoising Strength": "Highres. Denoising Strength", "Highres. Width": "Highres. Width", @@ -1118,7 +1422,562 @@ "Range of stepped values (min, max, step)": "Range of stepped values (min, max, step)", "Float value from 0 to 1": "Float value from 0 to 1", "Loads weights from checkpoint before making images. You can either use hash or a part of filename (as seen in settings) for checkpoint name. Recommended to use with Y axis for less switching.": "Loads weights from checkpoint before making images. You can either use hash or a part of filename (as seen in settings) for checkpoint name. Recommended to use with Y axis for less switching.", + "Create aesthetic embedding": "Create aesthetic embedding", + "Open for Clip Aesthetic!": "Open for Clip Aesthetic!", + "Aesthetic weight": "Aesthetic weight", + "Aesthetic steps": "Aesthetic steps", + "Aesthetic learning rate": "Aesthetic learning rate", + "Slerp interpolation": "Slerp interpolation", + "Aesthetic imgs embedding": "Aesthetic imgs embedding", + "Aesthetic text for imgs": "Aesthetic text for imgs", + "Slerp angle": "Slerp angle", + "Is negative text": "Is negative text", + "Create an aesthetic embedding out of any number of images": "Create an aesthetic embedding out of any number of images", + "Create images embedding": "Create images embedding", + "stable-diffusion-webui-aesthetic-gradients": "stable-diffusion-webui-aesthetic-gradients", + "This text is used to rotate the feature space of the imgs embs": "This text is used to rotate the feature space of the imgs embs", + "https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-gradients.git": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-gradients.git", + "width": "width", + "height": "height", + "Add": "Add", + "Load from JSON": "Load from JSON", + "Detect from image": "Detect from image", + "Add Background image": "Add Background image", + "json": "json", + "Save JSON": "Save JSON", + "Save PNG": "Save PNG", + "openpose-editor": "openpose-editor", + "https://github.com/fkunn1326/openpose-editor.git": "https://github.com/fkunn1326/openpose-editor.git", + "Smart Preprocess": "Smart Preprocess", + "sd_smartprocess": "sd_smartprocess", + "Rename images": "Rename images", + "Directories": "Directories", + "Cropping": "Cropping", + "Output Size": "Output Size", + "Pad Images": "Pad Images", + "Crop Images": "Crop Images", + "Captions": "Captions", + "Generate Captions": "Generate Captions", + "Max Caption Length (0=unlimited)": "Max Caption Length (0=unlimited)", + "Existing Caption Action": "Existing Caption Action", + "Add CLIP results to Caption": "Add CLIP results to Caption", + "Number of CLIP beams": "Number of CLIP beams", + "CLIP Minimum length": "CLIP Minimum length", + "CLIP Maximum length": "CLIP Maximum length", + "Use v2 CLIP Model": "Use v2 CLIP Model", + "Append Flavor tags from CLIP": "Append Flavor tags from CLIP", + "Max flavors to append.": "Max flavors to append.", + "Append Medium tags from CLIP": "Append Medium tags from CLIP", + "Append Movement tags from CLIP": "Append Movement tags from CLIP", + "Append Artist tags from CLIP": "Append Artist tags from CLIP", + "Append Trending tags from CLIP": "Append Trending tags from CLIP", + "Add WD14 Tags to Caption": "Add WD14 Tags to Caption", + "Minimum Score for WD14 Tags": "Minimum Score for WD14 Tags", + "Minimum Score for DeepDanbooru Tags": "Minimum Score for DeepDanbooru Tags", + "Tags To Ignore": "Tags To Ignore", + "Replace Class with Subject in Caption": "Replace Class with Subject in Caption", + "Subject Class": "Subject Class", + "Subject class to crop (leave blank to auto-detect)": "Subject class to crop (leave blank to auto-detect)", + "Subject Name": "Subject Name", + "Subject Name to replace class with in captions": "Subject Name to replace class with in captions", + "Post-Processing": "Post-Processing", + "Face Restore Model": "Face Restore Model", + "Upscale and Resize": "Upscale and Resize", + "Cancel": "Cancel", + "https://github.com/d8ahazard/sd_smartprocess.git": "https://github.com/d8ahazard/sd_smartprocess.git", + "Latent Mirror mode": "Latent Mirror mode", + "Alternate Steps": "Alternate Steps", + "Blend Average": "Blend Average", + "Latent Mirror style": "Latent Mirror style", + "Vertical Mirroring": "Vertical Mirroring", + "Horizontal Mirroring": "Horizontal Mirroring", + "Horizontal+Vertical Mirroring": "Horizontal+Vertical Mirroring", + "90 Degree Rotation": "90 Degree Rotation", + "180 Degree Rotation": "180 Degree Rotation", + "Roll Channels": "Roll Channels", + "X panning": "X panning", + "Y panning": "Y panning", + "Maximum steps fraction to mirror at": "Maximum steps fraction to mirror at", + "SD-latent-mirroring": "SD-latent-mirroring", + "https://github.com/dfaker/SD-latent-mirroring.git": "https://github.com/dfaker/SD-latent-mirroring.git", + "Attention Heatmap": "Attention Heatmap", + "Attention texts for visualization. (comma separated)": "Attention texts for visualization. (comma separated)", + "Hide heatmap images": "Hide heatmap images", + "Do not save heatmap images": "Do not save heatmap images", + "Hide caption": "Hide caption", + "Use grid (output to grid dir)": "Use grid (output to grid dir)", + "Grid layout": "Grid layout", + "Auto": "Auto", + "Prevent Empty Spot": "Prevent Empty Spot", + "Batch Length As Row": "Batch Length As Row", + "Heatmap blend alpha": "Heatmap blend alpha", + "Heatmap image scale": "Heatmap image scale", + "Trace each layers": "Trace each layers", + "Use layers as row instead of Batch Length": "Use layers as row instead of Batch Length", + "stable-diffusion-webui-daam": "stable-diffusion-webui-daam", + "https://github.com/toriato/stable-diffusion-webui-daam.git": "https://github.com/toriato/stable-diffusion-webui-daam.git", + "Image Browser": "Image Browser", + "txt2img-grids": "txt2img-grids", + "img2img-grids": "img2img-grids", + "Favorites": "Favorites", + "Others": "Others", + "Favorites path from settings: log/images": "Favorites path from settings: log/images", + "Images directory": "Images directory", + "Sub directory depth": "Sub directory depth", + "Add to / replace in saved directories": "Add to / replace in saved directories", + "Saved directories": "Saved directories", + "Remove from saved directories": "Remove from saved directories", + "Sub directories": "Sub directories", + "Nothing selected": "Nothing selected", + "Get sub directories": "Get sub directories", + "Maintenance": "Maintenance", + "⚠ Caution: You should only use these options if you know what you are doing. ⚠": "⚠ Caution: You should only use these options if you know what you are doing. ⚠", + "Status:": "Status:", + "Last message": "Last message", + "Rebuild exif cache": "Rebuild exif cache", + "Delete 0-entries from exif cache": "Delete 0-entries from exif cache", + "Update directory names in database": "Update directory names in database", + "From (full path)": "From (full path)", + "to (full path)": "to (full path)", + "Reapply ranking after moving files": "Reapply ranking after moving files", + "Dropdown": "Dropdown", + "First Page": "First Page", + "Prev Page": "Prev Page", + "Page Index": "Page Index", + "Next Page": "Next Page", + "End Page": "End Page", + "ranking": "ranking", + "Next Image After Ranking (To be implemented)": "Next Image After Ranking (To be implemented)", + "delete next": "delete next", + "Delete": "Delete", + "also delete off-screen images": "also delete off-screen images", + "Additional Generation Info": "Additional Generation Info", + "sort by": "sort by", + "Sort by": "Sort by", + "path name": "path name", + "date": "date", + "aesthetic_score": "aesthetic_score", + "cfg scale": "cfg scale", + "steps": "steps", + "seed": "seed", + "sampler": "sampler", + "size": "size", + "model": "model", + "model hash": "model hash", + "filename keyword": "filename keyword", + "Filename keyword search": "Filename keyword search", + "exif keyword": "exif keyword", + "EXIF keyword search": "EXIF keyword search", + "Search negative prompt": "Search negative prompt", + "No": "No", + "Yes": "Yes", + "Only": "Only", + "case sensitive": "case sensitive", + "regex - e.g. ^(?!.*Hires).*$": "regex - e.g. ^(?!.*Hires).*$", + "ranking filter": "ranking filter", + "Ranking filter": "Ranking filter", + "All": "All", + "minimum aesthetic_score": "minimum aesthetic_score", + "Minimum aesthetic_score": "Minimum aesthetic_score", + "Maximum aesthetic_score": "Maximum aesthetic_score", + "Generate Info": "Generate Info", + "Generation Info": "Generation Info", + "File Name": "File Name", + "Move to favorites": "Move to favorites", + "Send to txt2img ControlNet": "Send to txt2img ControlNet", + "Send to img2img ControlNet": "Send to img2img ControlNet", + "ControlNet number": "ControlNet number", + "Directory path": "Directory path", + "Move to directory": "Move to directory", + "Renew Page": "Renew Page", + "Number": "Number", + "set_index": "set_index", + "Image": "Image", + "load_switch": "load_switch", + "to_dir_load_switch": "to_dir_load_switch", + "turn_page_switch": "turn_page_switch", + "Checkbox": "Checkbox", + "List of active tabs (separated by commas). Available options are txt2img, img2img, txt2img-grids, img2img-grids, Extras, Favorites, Others. Custom folders are also supported by specifying their path.": "List of active tabs (separated by commas). Available options are txt2img, img2img, txt2img-grids, img2img-grids, Extras, Favorites, Others. Custom folders are also supported by specifying their path.", + "Select components to hide": "Select components to hide", + "Include images in sub directories": "Include images in sub directories", + "Preload images at startup": "Preload images at startup", + "Move buttons copy instead of move": "Move buttons copy instead of move", + "Print image deletion messages to the console": "Print image deletion messages to the console", + "Move/Copy/Delete matching .txt files": "Move/Copy/Delete matching .txt files", + "Print warning logs to the console": "Print warning logs to the console", + "Print debug logs to the console": "Print debug logs to the console", + "Use recycle bin when deleting images": "Use recycle bin when deleting images", + "Scan Exif-/.txt-data (initially slower, but required for many features to work)": "Scan Exif-/.txt-data (initially slower, but required for many features to work)", + "Scan Exif-/.txt-data (slower, but required for exif-keyword-search)": "Scan Exif-/.txt-data (slower, but required for exif-keyword-search)", + "Change CTRL keybindings to SHIFT": "Change CTRL keybindings to SHIFT", + "or to CTRL+SHIFT": "or to CTRL+SHIFT", + "Enable Maintenance tab": "Enable Maintenance tab", + "Save ranking in image's pnginfo": "Save ranking in image's pnginfo", + "Number of columns on the page": "Number of columns on the page", + "Number of rows on the page": "Number of rows on the page", + "Minimum number of pages per load": "Minimum number of pages per load", + "stable-diffusion-webui-images-browser": "stable-diffusion-webui-images-browser", + "https://github.com/AlUlkesh/stable-diffusion-webui-images-browser.git": "https://github.com/AlUlkesh/stable-diffusion-webui-images-browser.git", + "Input images directory": "Input images directory", + "Enable Bilingual Localization": "Enable Bilingual Localization", + "Localization file (Please leave `User interface` - `Localization` as None)": "Localization file (Please leave `User interface` - `Localization` as None)", + "Translation display order": "Translation display order", + "Translation First": "Translation First", + "Original First": "Original First", + "Localization dirs": "Localization dirs", + "sd-webui-bilingual-localization": "sd-webui-bilingual-localization", + "https://github.com/journey-ad/sd-webui-bilingual-localization.git": "https://github.com/journey-ad/sd-webui-bilingual-localization.git", + "NAIConvert": "NAIConvert", + "History": "History", + "https://github.com/animerl/novelai-2-local-prompt.git": "https://github.com/animerl/novelai-2-local-prompt.git", + "The untranslated characters will be translated automatically and will not affect the old translations. Use the function in the lower right corner to easily check and quickly modify the current translation.1,Save the setting;2,Click start button;3,Reload your browser.": "The untranslated characters will be translated automatically and will not affect the old translations. Use the function in the lower right corner to easily check and quickly modify the current translation.1,Save the setting;2,Click start button;3,Reload your browser.", + "Translated Status": "Translated Status", + "Start Auto Translate": "Start Auto Translate", + "Text": "Text", + "-->": "-->", + "<--": "<--", + "Translated Text": "Translated Text", + "To Language": "To Language", + "zh-CN": "zh-CN", + "af": "af", + "sq": "sq", + "am": "am", + "ar": "ar", + "hy": "hy", + "az": "az", + "eu": "eu", + "be": "be", + "bn": "bn", + "bs": "bs", + "bg": "bg", + "ca": "ca", + "ceb": "ceb", + "ny": "ny", + "co": "co", + "hr": "hr", + "cs": "cs", + "da": "da", + "nl": "nl", + "en": "en", + "eo": "eo", + "et": "et", + "tl": "tl", + "fi": "fi", + "fr": "fr", + "fy": "fy", + "gl": "gl", + "ka": "ka", + "de": "de", + "el": "el", + "gu": "gu", + "ht": "ht", + "ha": "ha", + "haw": "haw", + "iw": "iw", + "hi": "hi", + "hmn": "hmn", + "hu": "hu", + "is": "is", + "ig": "ig", + "id": "id", + "ga": "ga", + "it": "it", + "ja": "ja", + "jw": "jw", + "kn": "kn", + "kk": "kk", + "km": "km", + "rw": "rw", + "ko": "ko", + "ku": "ku", + "ky": "ky", + "lo": "lo", + "la": "la", + "lv": "lv", + "lt": "lt", + "lb": "lb", + "mk": "mk", + "mg": "mg", + "ms": "ms", + "ml": "ml", + "mt": "mt", + "mi": "mi", + "mr": "mr", + "mn": "mn", + "ne": "ne", + "no": "no", + "ps": "ps", + "fa": "fa", + "pl": "pl", + "pt": "pt", + "pa": "pa", + "ro": "ro", + "ru": "ru", + "sm": "sm", + "gd": "gd", + "sr": "sr", + "st": "st", + "sn": "sn", + "sd": "sd", + "si": "si", + "sk": "sk", + "sl": "sl", + "so": "so", + "es": "es", + "su": "su", + "sw": "sw", + "sv": "sv", + "tg": "tg", + "ta": "ta", + "tt": "tt", + "te": "te", + "th": "th", + "tr": "tr", + "tk": "tk", + "uk": "uk", + "ur": "ur", + "ug": "ug", + "uz": "uz", + "vi": "vi", + "cy": "cy", + "xh": "xh", + "yi": "yi", + "yo": "yo", + "zu": "zu", + "Select Translater": "Select Translater", + "free_google": "free_google", + "free_youdao_zh": "free_youdao_zh", + "tp_alibaba": "tp_alibaba", + "tp_argos": "tp_argos", + "tp_baidu": "tp_baidu", + "tp_bing": "tp_bing", + "tp_caiyun": "tp_caiyun", + "tp_deepl": "tp_deepl", + "tp_google": "tp_google", + "tp_iciba": "tp_iciba", + "tp_iflytek": "tp_iflytek", + "tp_iflyrec": "tp_iflyrec", + "tp_itranslate": "tp_itranslate", + "tp_lingvanex": "tp_lingvanex", + "tp_mglip": "tp_mglip", + "tp_modernMt": "tp_modernMt", + "tp_myMemory": "tp_myMemory", + "tp_niutrans": "tp_niutrans", + "tp_papago": "tp_papago", + "tp_qqFanyi": "tp_qqFanyi", + "tp_qqTranSmart": "tp_qqTranSmart", + "tp_reverso": "tp_reverso", + "tp_sogou": "tp_sogou", + "tp_translateCom": "tp_translateCom", + "tp_utibet": "tp_utibet", + "tp_volcEngine": "tp_volcEngine", + "tp_yandex": "tp_yandex", + "tp_youdao": "tp_youdao", + "tp__alibaba": "tp__alibaba", + "tp__argos": "tp__argos", + "tp__baidu": "tp__baidu", + "tp__bing": "tp__bing", + "tp__caiyun": "tp__caiyun", + "tp__deepl": "tp__deepl", + "tp__google": "tp__google", + "tp__iciba": "tp__iciba", + "tp__iflytek": "tp__iflytek", + "tp__iflyrec": "tp__iflyrec", + "tp__itranslate": "tp__itranslate", + "tp__lingvanex": "tp__lingvanex", + "tp__mglip": "tp__mglip", + "tp__modernMt": "tp__modernMt", + "tp__myMemory": "tp__myMemory", + "tp__niutrans": "tp__niutrans", + "tp__papago": "tp__papago", + "tp__qqFanyi": "tp__qqFanyi", + "tp__qqTranSmart": "tp__qqTranSmart", + "tp__reverso": "tp__reverso", + "tp__sogou": "tp__sogou", + "tp__translateCom": "tp__translateCom", + "tp__utibet": "tp__utibet", + "tp__volcEngine": "tp__volcEngine", + "tp__yandex": "tp__yandex", + "tp__youdao": "tp__youdao", + "display both english and target language": "display both english and target language", + "Save Setting": "Save Setting", + "Remove Auto Trans": "Remove Auto Trans", + "stable-diffusion-webui-auto-translate-language": "stable-diffusion-webui-auto-translate-language", + "https://github.com/hyd998877/stable-diffusion-webui-auto-translate-language": "https://github.com/hyd998877/stable-diffusion-webui-auto-translate-language", + "your select language": "your select language", + "english": "english", + "translate prompt.": "translate prompt.", + "en2": "en2", + "translate negative prompt.": "translate negative prompt.", + "N2": "N2", + "ui text": "ui text", + "translated text": "translated text", + "load": "load", + "translate": "translate", + "save": "save", + "Tokenizer": "Tokenizer", + "Before your text is sent to the neural network, it gets turned into numbers in a process called tokenization. These tokens are how the neural network reads and interprets text. Thanks to our great friends at Shousetsu愛 for inspiration for this feature.": "Before your text is sent to the neural network, it gets turned into numbers in a process called tokenization. These tokens are how the neural network reads and interprets text. Thanks to our great friends at Shousetsu愛 for inspiration for this feature.", + "Text input": "Text input", + "ID input": "ID input", + "Tokenize": "Tokenize", + "Tokens": "Tokens", + "stable-diffusion-webui-tokenizer": "stable-diffusion-webui-tokenizer", + "Prompt for tokenization": "Prompt for tokenization", + "Ids for tokenization (example: 9061, 631, 736)": "Ids for tokenization (example: 9061, 631, 736)", + "https://github.com/AUTOMATIC1111/stable-diffusion-webui-tokenizer.git": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-tokenizer.git", + "Artists To Study": "Artists To Study", + "dog": "dog", + "house": "house", + "portrait": "portrait", + "spaceship": "spaceship", + "anime": "anime", + "cartoon": "cartoon", + "digipa-high-impact": "digipa-high-impact", + "digipa-med-impact": "digipa-med-impact", + "digipa-low-impact": "digipa-low-impact", + "fareast": "fareast", + "fineart": "fineart", + "scribbles": "scribbles", + "special": "special", + "ukioe": "ukioe", + "weird": "weird", + "black-white": "black-white", + "nudity": "nudity", + "c": "c", + "n": "n", + "Get Images": "Get Images", + "dog-anime": "dog-anime", + "dog-cartoon": "dog-cartoon", + "dog-digipa-high-impact": "dog-digipa-high-impact", + "dog-digipa-med-impact": "dog-digipa-med-impact", + "dog-digipa-low-impact": "dog-digipa-low-impact", + "dog-fareast": "dog-fareast", + "dog-fineart": "dog-fineart", + "dog-scribbles": "dog-scribbles", + "dog-special": "dog-special", + "dog-ukioe": "dog-ukioe", + "dog-weird": "dog-weird", + "dog-black-white": "dog-black-white", + "dog-nudity": "dog-nudity", + "dog-c": "dog-c", + "dog-n": "dog-n", + "house-anime": "house-anime", + "house-cartoon": "house-cartoon", + "house-digipa-high-impact": "house-digipa-high-impact", + "house-digipa-med-impact": "house-digipa-med-impact", + "house-digipa-low-impact": "house-digipa-low-impact", + "house-fareast": "house-fareast", + "house-fineart": "house-fineart", + "house-scribbles": "house-scribbles", + "house-special": "house-special", + "house-ukioe": "house-ukioe", + "house-weird": "house-weird", + "house-black-white": "house-black-white", + "house-nudity": "house-nudity", + "house-c": "house-c", + "house-n": "house-n", + "portrait-anime": "portrait-anime", + "portrait-cartoon": "portrait-cartoon", + "portrait-digipa-high-impact": "portrait-digipa-high-impact", + "portrait-digipa-med-impact": "portrait-digipa-med-impact", + "portrait-digipa-low-impact": "portrait-digipa-low-impact", + "portrait-fareast": "portrait-fareast", + "portrait-fineart": "portrait-fineart", + "portrait-scribbles": "portrait-scribbles", + "portrait-special": "portrait-special", + "portrait-ukioe": "portrait-ukioe", + "portrait-weird": "portrait-weird", + "portrait-black-white": "portrait-black-white", + "portrait-nudity": "portrait-nudity", + "portrait-c": "portrait-c", + "portrait-n": "portrait-n", + "spaceship-anime": "spaceship-anime", + "spaceship-cartoon": "spaceship-cartoon", + "spaceship-digipa-high-impact": "spaceship-digipa-high-impact", + "spaceship-digipa-med-impact": "spaceship-digipa-med-impact", + "spaceship-digipa-low-impact": "spaceship-digipa-low-impact", + "spaceship-fareast": "spaceship-fareast", + "spaceship-fineart": "spaceship-fineart", + "spaceship-scribbles": "spaceship-scribbles", + "spaceship-special": "spaceship-special", + "spaceship-ukioe": "spaceship-ukioe", + "spaceship-weird": "spaceship-weird", + "spaceship-black-white": "spaceship-black-white", + "spaceship-nudity": "spaceship-nudity", + "spaceship-c": "spaceship-c", + "spaceship-n": "spaceship-n", + "artists to study extension by camenduru |": "artists to study extension by camenduru |", + "github": "github", + "|": "|", + "twitter": "twitter", + "youtube": "youtube", + "hi-res images": "hi-res images", + "All images generated with CompVis/stable-diffusion-v1-4 +": "All images generated with CompVis/stable-diffusion-v1-4 +", + "artists.csv": "artists.csv", + "| License: Attribution 4.0 International (CC BY 4.0)": "| License: Attribution 4.0 International (CC BY 4.0)", + "stable-diffusion-webui-artists-to-study": "stable-diffusion-webui-artists-to-study", + "https://github.com/camenduru/stable-diffusion-webui-artists-to-study.git": "https://github.com/camenduru/stable-diffusion-webui-artists-to-study.git", + "MultiDiffusion": "MultiDiffusion", + "Enable MultiDiffusion": "Enable MultiDiffusion", + "Overwrite image size": "Overwrite image size", + "Keep input image size": "Keep input image size", + "Image width": "Image width", + "Image height": "Image height", + "Latent tile width": "Latent tile width", + "Latent tile height": "Latent tile height", + "Latent tile overlap": "Latent tile overlap", + "Latent tile batch size": "Latent tile batch size", + "Move ControlNet images to CPU (if applicable)": "Move ControlNet images to CPU (if applicable)", + "Tiled VAE": "Tiled VAE", + "Move VAE to GPU": "Move VAE to GPU", + "Please use smaller tile size when see CUDA error: out of memory.": "Please use smaller tile size when see CUDA error: out of memory.", + "Encoder Tile Size": "Encoder Tile Size", + "Decoder Tile Size": "Decoder Tile Size", + "Reset Tile Size": "Reset Tile Size", + "Fast Encoder": "Fast Encoder", + "Fast Decoder": "Fast Decoder", + "Fast Encoder may change colors; Can fix it with more RAM and lower speed.": "Fast Encoder may change colors; Can fix it with more RAM and lower speed.", + "Encoder Color Fix": "Encoder Color Fix", + "multidiffusion-upscaler-for-automatic1111": "multidiffusion-upscaler-for-automatic1111", + "https://github.com/pkuliyi2015/multidiffusion-upscaler-for-automatic1111.git": "https://github.com/pkuliyi2015/multidiffusion-upscaler-for-automatic1111.git", "Enabled": "Enabled", + "Multiplication (2^N)": "Multiplication (2^N)", + "Weight": "Weight", + "Force convert half to float on interpolation (for some platforms)": "Force convert half to float on interpolation (for some platforms)", + "I know what I am doing.": "I know what I am doing.", + "Layers": "Layers", + "Apply to": "Apply to", + "Resblock": "Resblock", + "Transformer": "Transformer", + "S. Attn.": "S. Attn.", + "X. Attn.": "X. Attn.", + "OUT": "OUT", + "Start steps": "Start steps", + "Bilinear": "Bilinear", + "Bicubic": "Bicubic", + "Enable AA for Upscaling.": "Enable AA for Upscaling.", + "Downscaling": "Downscaling", + "Area": "Area", + "Pooling Max": "Pooling Max", + "Pooling Avg": "Pooling Avg", + "Enable AA for Downscaling.": "Enable AA for Downscaling.", + "interpolation method": "interpolation method", + "Lerp": "Lerp", + "SLerp": "SLerp", + "LLuL Enabled": "LLuL Enabled", + "LLuL Multiply": "LLuL Multiply", + "LLuL Weight": "LLuL Weight", + "LLuL Layers": "LLuL Layers", + "LLuL Apply to": "LLuL Apply to", + "LLuL Start steps": "LLuL Start steps", + "LLuL Max steps": "LLuL Max steps", + "LLuL Upscaler": "LLuL Upscaler", + "LLuL Upscaler AA": "LLuL Upscaler AA", + "LLuL Downscaler": "LLuL Downscaler", + "LLuL Downscaler AA": "LLuL Downscaler AA", + "LLuL Interpolation method": "LLuL Interpolation method", + "sd-webui-llul": "sd-webui-llul", + "https://github.com/hnmr293/sd-webui-llul.git": "https://github.com/hnmr293/sd-webui-llul.git", "Unprompted Seed": "Unprompted Seed", "Functions": "Functions", "Select function:": "Select function:", @@ -1345,7 +2204,6 @@ "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", @@ -1404,65 +2262,352 @@ "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", - "Multiplication (2^N)": "Multiplication (2^N)", - "Force convert half to float on interpolation (for some platforms)": "Force convert half to float on interpolation (for some platforms)", - "I know what I am doing.": "I know what I am doing.", - "Layers": "Layers", - "Apply to": "Apply to", - "Resblock": "Resblock", - "Transformer": "Transformer", - "S. Attn.": "S. Attn.", - "X. Attn.": "X. Attn.", - "OUT": "OUT", - "Start steps": "Start steps", - "Bilinear": "Bilinear", - "Bicubic": "Bicubic", - "Enable AA for Upscaling.": "Enable AA for Upscaling.", - "Downscaling": "Downscaling", - "Area": "Area", - "Pooling Max": "Pooling Max", - "Pooling Avg": "Pooling Avg", - "Enable AA for Downscaling.": "Enable AA for Downscaling.", - "interpolation method": "interpolation method", - "Lerp": "Lerp", - "SLerp": "SLerp", - "LLuL Enabled": "LLuL Enabled", - "LLuL Multiply": "LLuL Multiply", - "LLuL Weight": "LLuL Weight", - "LLuL Layers": "LLuL Layers", - "LLuL Apply to": "LLuL Apply to", - "LLuL Start steps": "LLuL Start steps", - "LLuL Max steps": "LLuL Max steps", - "LLuL Upscaler": "LLuL Upscaler", - "LLuL Upscaler AA": "LLuL Upscaler AA", - "LLuL Downscaler": "LLuL Downscaler", - "LLuL Downscaler AA": "LLuL Downscaler AA", - "LLuL Interpolation method": "LLuL Interpolation method", - "sd-webui-llul": "sd-webui-llul", - "https://github.com/hnmr293/sd-webui-llul.git": "https://github.com/hnmr293/sd-webui-llul.git", - "✕": "✕", - "[NPW] Weight": "[NPW] Weight", - "stable-diffusion-NPW": "stable-diffusion-NPW", - "https://github.com/muerrilla/stable-diffusion-NPW": "https://github.com/muerrilla/stable-diffusion-NPW", - "Embedding Editor": "Embedding Editor", - "Vector": "Vector", - "Refresh Embeddings": "Refresh Embeddings", - "Save Embedding": "Save Embedding", - "Enter words and color hexes to mark weights on the sliders for guidance. Hint: Use the txt2img prompt token counter or": "Enter words and color hexes to mark weights on the sliders for guidance. Hint: Use the txt2img prompt token counter or", - "webui-tokenizer": "webui-tokenizer", - "to see which words are constructed using multiple sub-words, e.g. 'computer' doesn't exist in stable diffusion's CLIP dictionary and instead 'compu' and 'ter' are used (1 word but 2 embedding vectors). Currently buggy and needs a moment to process before pressing the button. If it doesn't work after a moment, try adding a random space to refresh it.": "to see which words are constructed using multiple sub-words, e.g. 'computer' doesn't exist in stable diffusion's CLIP dictionary and instead 'compu' and 'ter' are used (1 word but 2 embedding vectors). Currently buggy and needs a moment to process before pressing the button. If it doesn't work after a moment, try adding a random space to refresh it.", - "Sampling Steps": "Sampling Steps", - "Generate Preview": "Generate Preview", - "stable-diffusion-webui-embedding-editor": "stable-diffusion-webui-embedding-editor", - "https://github.com/CodeExplode/stable-diffusion-webui-embedding-editor.git": "https://github.com/CodeExplode/stable-diffusion-webui-embedding-editor.git", - "symbol:color-hex, symbol:color-hex, ...": "symbol:color-hex, symbol:color-hex, ...", - "e.g. A portrait photo of embedding_name": "e.g. A portrait photo of embedding_name", - "Load Settings": "Load Settings", - "Save Settings": "Save Settings", + "HakuImg": "HakuImg", + "Send to Blend": "Send to Blend", + "Send to Layer5": "Send to Layer5", + "Send to Layer4": "Send to Layer4", + "Send to Layer3": "Send to Layer3", + "Send to Layer2": "Send to Layer2", + "Send to Layer1": "Send to Layer1", + "Send to Effect": "Send to Effect", + "Effect": "Effect", + "Other": "Other", + "Image preview height": "Image preview height", + "Layer5": "Layer5", + "Layer4": "Layer4", + "Layer3": "Layer3", + "Layer2": "Layer2", + "Layer1": "Layer1", + "Layer5 opacity": "Layer5 opacity", + "Layer5 mask blur": "Layer5 mask blur", + "Layer5 mask strength": "Layer5 mask strength", + "Blend mode": "Blend mode", + "normal": "normal", + "darken": "darken", + "multiply": "multiply", + "color_burn": "color_burn", + "linear_burn": "linear_burn", + "lighten": "lighten", + "screen": "screen", + "color_dodge": "color_dodge", + "linear_dodge": "linear_dodge", + "overlay": "overlay", + "soft_light": "soft_light", + "hard_light": "hard_light", + "vivid_light": "vivid_light", + "linear_light": "linear_light", + "pin_light": "pin_light", + "difference": "difference", + "exclusion": "exclusion", + "Layer4 opacity": "Layer4 opacity", + "Layer4 mask blur": "Layer4 mask blur", + "Layer4 mask strength": "Layer4 mask strength", + "Layer3 opacity": "Layer3 opacity", + "Layer3 mask blur": "Layer3 mask blur", + "Layer3 mask strength": "Layer3 mask strength", + "Layer2 opacity": "Layer2 opacity", + "Layer2 mask blur": "Layer2 mask blur", + "Layer2 mask strength": "Layer2 mask strength", + "Layer1 opacity": "Layer1 opacity", + "Layer1 mask blur": "Layer1 mask blur", + "Layer1 mask strength": "Layer1 mask strength", + "background color": "background color", + "refresh": "refresh", + "img": "img", + "Color": "Color", + "Tone Curve": "Tone Curve", + "Blur": "Blur", + "Pixelize": "Pixelize", + "Glow": "Glow", + "temparature": "temparature", + "hue": "hue", + "brightness": "brightness", + "contrast": "contrast", + "saturation": "saturation", + "Gamma": "Gamma", + "reset": "reset", + "R": "R", + "G": "G", + "point1 x": "point1 x", + "point1 y": "point1 y", + "point2 x": "point2 x", + "point2 y": "point2 y", + "point3 x": "point3 x", + "point3 y": "point3 y", + "blur": "blur", + "kernel size": "kernel size", + "sigma": "sigma", + "k_sigma": "k_sigma", + "epsilon": "epsilon", + "phi": "phi", + "gamma": "gamma", + "color mode": "color mode", + "gray": "gray", + "rgb": "rgb", + "use scale": "use scale", + "colors": "colors", + "dot size": "dot size", + "outline inflating": "outline inflating", + "Smoothing": "Smoothing", + "Color reduce algo": "Color reduce algo", + "kmeans": "kmeans", + "dithering": "dithering", + "kmeans with dithering": "kmeans with dithering", + "Glow mode": "Glow mode", + "BS": "BS", + "BMBL": "BMBL", + "range": "range", + "strength": "strength", + "InOutPaint": "InOutPaint", + "fill up": "fill up", + "fill down": "fill down", + "fill left": "fill left", + "fill right": "fill right", + "Resolution": "Resolution", + "haku_output": "haku_output", + "Send to inpaint upload": "Send to inpaint upload", + "Total num of layers (reload required)": "Total num of layers (reload required)", + "Total num of point for curve (reload required)": "Total num of point for curve (reload required)", + "a1111-sd-webui-haku-img": "a1111-sd-webui-haku-img", + "https://github.com/KohakuBlueleaf/a1111-sd-webui-haku-img.git": "https://github.com/KohakuBlueleaf/a1111-sd-webui-haku-img.git", + "State": "State", + "Saved main elements": "Saved main elements", + "tabs": "tabs", + "Saved elements from txt2img": "Saved elements from txt2img", + "prompt": "prompt", + "negative_prompt": "negative_prompt", + "sampling": "sampling", + "sampling_steps": "sampling_steps", + "batch_count": "batch_count", + "batch_size": "batch_size", + "cfg_scale": "cfg_scale", + "restore_faces": "restore_faces", + "tiling": "tiling", + "hires_fix": "hires_fix", + "hires_upscaler": "hires_upscaler", + "hires_steps": "hires_steps", + "hires_scale": "hires_scale", + "hires_resize_x": "hires_resize_x", + "hires_resize_y": "hires_resize_y", + "hires_denoising_strength": "hires_denoising_strength", + "Saved elements from img2img": "Saved elements from img2img", + "resize_mode": "resize_mode", + "denoising_strength": "denoising_strength", + "https://github.com/ilian6806/stable-diffusion-webui-state.git": "https://github.com/ilian6806/stable-diffusion-webui-state.git", + "Maximum width or height (whichever is higher)": "Maximum width or height (whichever is higher)", + "Scale to maximum width or height": "Scale to maximum width or height", + "-75%": "-75%", + "-50%": "-50%", + "-25%": "-25%", + "+25%": "+25%", + "+50%": "+50%", + "+75%": "+75%", + "+100%": "+100%", + "Expand by default": "Expand by default", + "Show maximum width or height button": "Show maximum width or height button", + "Maximum width or height default": "Maximum width or height default", + "Show predefined percentage buttons": "Show predefined percentage buttons", + "Predefined percentage buttons, applied to dimensions (75, 125, 150)": "Predefined percentage buttons, applied to dimensions (75, 125, 150)", + "Predefined percentage display format": "Predefined percentage display format", + "Incremental/decremental percentage (-50%, +50%)": "Incremental/decremental percentage (-50%, +50%)", + "Raw percentage (50%, 150%)": "Raw percentage (50%, 150%)", + "Multiplication (x0.5, x1.5)": "Multiplication (x0.5, x1.5)", + "sd-webui-aspect-ratio-helper": "sd-webui-aspect-ratio-helper", + "https://github.com/thomasasfk/sd-webui-aspect-ratio-helper.git": "https://github.com/thomasasfk/sd-webui-aspect-ratio-helper.git", + "Cafe Aesthetic": "Cafe Aesthetic", + "Single": "Single", + "Judge": "Judge", + "Aesthetic": "Aesthetic", + "Style": "Style", + "Waifu": "Waifu", + "Image Directory": "Image Directory", + "Output Directory": "Output Directory", + "Classify type": "Classify type", + "Output style": "Output style", + "Copy": "Copy", + "Move": "Move", + "Copy or move captions together": "Copy or move captions together", + "Basis": "Basis", + "Relative": "Relative", + "Absolute": "Absolute", + "Threshold (Use only when basis is absolute)": "Threshold (Use only when basis is absolute)", + "Start": "Start", + "Status": "Status", + "Idle": "Idle", + "stable-diffusion-webui-cafe-aesthetic": "stable-diffusion-webui-cafe-aesthetic", + "https://github.com/p1atdev/stable-diffusion-webui-cafe-aesthetic": "https://github.com/p1atdev/stable-diffusion-webui-cafe-aesthetic", + "path/to/classify": "path/to/classify", + "path/to/output": "path/to/output", + "BLIP2 Captioner": "BLIP2 Captioner", + "Interrogate": "Interrogate", + "Generated Caption": "Generated Caption", + "Output Caption Extension": "Output Caption Extension", + "Unload models": "Unload models", + "Nucleus": "Nucleus", + "Top-K": "Top-K", + "Number of beams (0 = no beam search)": "Number of beams (0 = no beam search)", + "Caption min length": "Caption min length", + "Caption max length": "Caption max length", + "Top p": "Top p", + "stable-diffusion-webui-blip2-captioner": "stable-diffusion-webui-blip2-captioner", + "https://github.com/p1atdev/stable-diffusion-webui-blip2-captioner": "https://github.com/p1atdev/stable-diffusion-webui-blip2-captioner", + "Reconstruct prompt from existing image and put it into the prompt field.": "Reconstruct prompt from existing image and put it into the prompt field.", + "path/to/caption": "path/to/caption", + "txt": "txt", + "Seed travel": "Seed travel", + "Destination seed(s) (Comma separated)": "Destination seed(s) (Comma separated)", + "Only use Random seeds (Unless comparing paths)": "Only use Random seeds (Unless comparing paths)", + "Number of random seed(s)": "Number of random seed(s)", + "Compare paths (Separate travels from 1st seed to each destination)": "Compare paths (Separate travels from 1st seed to each destination)", + "Steps (Number of images between each seed)": "Steps (Number of images between each seed)", + "Loop back to initial seed": "Loop back to initial seed", + "Save results as video": "Save results as video", + "Frames per second": "Frames per second", + "Number of frames for lead in/out": "Number of frames for lead in/out", + "Upscale ratio": "Upscale ratio", + "Bump seed (If > 0 do a Compare Paths but only one image. No video will be generated.)": "Bump seed (If > 0 do a Compare Paths but only one image. No video will be generated.)", + "Use cache": "Use cache", + "Show generated images in ui": "Show generated images in ui", + "Interpolation rate": "Interpolation rate", + "Hug-the-middle": "Hug-the-middle", + "Slow start": "Slow start", + "Quick start": "Quick start", + "Rate strength": "Rate strength", + "Allow the default Euler a Sampling method. (Does not produce good results)": "Allow the default Euler a Sampling method. (Does not produce good results)", + "seed_travel": "seed_travel", + "https://github.com/yownas/seed_travel.git": "https://github.com/yownas/seed_travel.git", + "sd-webui-regional-prompter": "sd-webui-regional-prompter", + "https://github.com/hako-mikan/sd-webui-regional-prompter.git": "https://github.com/hako-mikan/sd-webui-regional-prompter.git", + "Active": "Active", + "Divide mode": "Divide mode", + "Horizontal": "Horizontal", + "Vertical": "Vertical", + "Generation mode": "Generation mode", + "Attention": "Attention", + "Divide Ratio": "Divide Ratio", + "Base Ratio": "Base Ratio", + "Use base prompt": "Use base prompt", + "Use common prompt": "Use common prompt", + "Use common negative prompt": "Use common negative prompt", + "visualize and make template": "visualize and make template", + "template": "template", + "Presets": "Presets", + "disable convert 'AND' to 'BREAK'": "disable convert 'AND' to 'BREAK'", + "debug": "debug", + "Apply Presets": "Apply Presets", + "Preset Name": "Preset Name", + "Save to Presets": "Save to Presets", + "Create inspiration images": "Create inspiration images", + "Artist or styles name list. '.txt' files with one name per line": "Artist or styles name list. '.txt' files with one name per line", + "Prompt Placeholder, which can be used at the top of prompt input": "Prompt Placeholder, which can be used at the top of prompt input", + "To activate inspiration function, you need get \"inspiration\" images first.": "To activate inspiration function, you need get \"inspiration\" images first.", + "You can create these images by run \"Create inspiration images\" script in txt2img page,": "You can create these images by run \"Create inspiration images\" script in txt2img page,", + "you can get the artists or art styles list from here": "you can get the artists or art styles list from here", + "download these files, and select these files in the \"Create inspiration images\" script UI": "download these files, and select these files in the \"Create inspiration images\" script UI", + "There about 6000 artists and art styles in these files.": "There about 6000 artists and art styles in these files.", + "This takes server hours depending on your GPU type and how many pictures you generate for each artist/style": "This takes server hours depending on your GPU type and how many pictures you generate for each artist/style", + "I suggest at least four images for each": "I suggest at least four images for each", + "You can also download generated pictures from here:": "You can also download generated pictures from here:", + "unzip the file to": "unzip the file to", + "/extections/stable-diffusion-webui-inspiration": "/extections/stable-diffusion-webui-inspiration", + "and restart webui, and enjoy the joy of creation!": "and restart webui, and enjoy the joy of creation!", + "Checkbox Group": "Checkbox Group", + "artists": "artists", + "flavors": "flavors", + "mediums": "mediums", + "movements": "movements", + "Exclude abandoned": "Exclude abandoned", + "Abandoned": "Abandoned", + "Key word": "Key word", + "Get inspiration": "Get inspiration", + "to txt2img": "to txt2img", + "to img2img": "to img2img", + "Collect": "Collect", + "Don't show again": "Don't show again", + "Maximum number of samples, used to determine which folders to skip when continue running the create script": "Maximum number of samples, used to determine which folders to skip when continue running the create script", + "stable-diffusion-webui-inspiration": "stable-diffusion-webui-inspiration", + "https://github.com/yfszzx/stable-diffusion-webui-inspiration.git": "https://github.com/yfszzx/stable-diffusion-webui-inspiration.git", + "Ultimate SD upscale": "Ultimate SD upscale", + "Will upscale the image depending on the selected target size type": "Will upscale the image depending on the selected target size type", + "Target size type": "Target size type", + "From img2img2 settings": "From img2img2 settings", + "Custom size": "Custom size", + "Scale from image size": "Scale from image size", + "Custom width": "Custom width", + "Custom height": "Custom height", + "Scale": "Scale", + "Redraw options:": "Redraw options:", + "Type": "Type", + "Chess": "Chess", + "Tile width": "Tile width", + "Tile height": "Tile height", + "Padding": "Padding", + "Seams fix:": "Seams fix:", + "Band pass": "Band pass", + "Half tile offset pass": "Half tile offset pass", + "Half tile offset pass + intersections": "Half tile offset pass + intersections", + "Denoise": "Denoise", + "Save options:": "Save options:", + "Upscaled": "Upscaled", + "Seams fix": "Seams fix", + "ultimate-upscale-for-automatic1111": "ultimate-upscale-for-automatic1111", + "https://github.com/Coyote-A/ultimate-upscale-for-automatic1111.git": "https://github.com/Coyote-A/ultimate-upscale-for-automatic1111.git", + "Model Pre​views": "Model Pre​views", + "Embeddings": "Embeddings", + "Filter": "Filter", + "Notes": "Notes", + "Model Preview XD": "Model Preview XD", + "Name matching rule for preview files": "Name matching rule for preview files", + "Loose": "Loose", + "Strict": "Strict", + "Folder": "Folder", + "Index": "Index", + "Limit the height of preivews to the height of the browser window (.html preview files are always limited regardless of this setting)": "Limit the height of preivews to the height of the browser window (.html preview files are always limited regardless of this setting)", + "sd-model-preview-xd": "sd-model-preview-xd", + "No Preview Found": "No Preview Found", + "https://github.com/CurtisDS/sd-model-preview-xd.git": "https://github.com/CurtisDS/sd-model-preview-xd.git", + "Tag Autocomplete": "Tag Autocomplete", + "Tag filename": "Tag filename", + "Enable Tag Autocompletion": "Enable Tag Autocompletion", + "Active in txt2img (Requires restart)": "Active in txt2img (Requires restart)", + "Active in img2img (Requires restart)": "Active in img2img (Requires restart)", + "Active in negative prompts (Requires restart)": "Active in negative prompts (Requires restart)", + "Active in third party textboxes [Dataset Tag Editor] (Requires restart)": "Active in third party textboxes [Dataset Tag Editor] (Requires restart)", + "List of model names (with file extension) or their hashes to use as black/whitelist, separated by commas.": "List of model names (with file extension) or their hashes to use as black/whitelist, separated by commas.", + "Mode to use for model list": "Mode to use for model list", + "Blacklist": "Blacklist", + "Whitelist": "Whitelist", + "Move completion popup together with text cursor": "Move completion popup together with text cursor", + "Maximum results": "Maximum results", + "Show all results": "Show all results", + "How many results to load at once": "How many results to load at once", + "Time in ms to wait before triggering completion again (Requires restart)": "Time in ms to wait before triggering completion again (Requires restart)", + "Search for wildcards": "Search for wildcards", + "Search for embeddings": "Search for embeddings", + "Search for hypernetworks": "Search for hypernetworks", + "Search for Loras": "Search for Loras", + "Show '?' next to tags, linking to its Danbooru or e621 wiki page (Warning: This is an external site and very likely contains NSFW examples!)": "Show '?' next to tags, linking to its Danbooru or e621 wiki page (Warning: This is an external site and very likely contains NSFW examples!)", + "Replace underscores with spaces on insertion": "Replace underscores with spaces on insertion", + "Escape parentheses on insertion": "Escape parentheses on insertion", + "Append comma on tag autocompletion": "Append comma on tag autocompletion", + "Search by alias": "Search by alias", + "Only show alias": "Only show alias", + "Translation filename": "Translation filename", + "Translation file uses old 3-column translation format instead of the new 2-column one": "Translation file uses old 3-column translation format instead of the new 2-column one", + "Search by translation": "Search by translation", + "Extra filename (for small sets of custom tags)": "Extra filename (for small sets of custom tags)", + "Mode to add the extra tags to the main tag list": "Mode to add the extra tags to the main tag list", + "Insert before": "Insert before", + "Insert after": "Insert after", + "a1111-sd-webui-tagcomplete": "a1111-sd-webui-tagcomplete", + "https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git": "https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git", + "Posex": "Posex", + "Send this image to ControlNet.": "Send this image to ControlNet.", + "Target ControlNet number": "Target ControlNet number", + "https://github.com/hnmr293/posex.git": "https://github.com/hnmr293/posex.git", "Generate Ckpt": "Generate Ckpt", "Save Weights": "Save Weights", "Generate Samples": "Generate Samples", - "Cancel": "Cancel", "Select or create a model to begin.": "Select or create a model to begin.", "Select": "Select", "Create": "Create", @@ -1536,7 +2681,6 @@ "8bit AdamW": "8bit AdamW", "Lion": "Lion", "Mixed Precision": "Mixed Precision", - "no": "no", "fp16": "fp16", "Memory Attention": "Memory Attention", "default": "default", @@ -1573,7 +2717,6 @@ "Concept 2": "Concept 2", "Concept 3": "Concept 3", "Concept 4": "Concept 4", - "Directories": "Directories", "Dataset Directory": "Dataset Directory", "Classification Dataset Directory": "Classification Dataset Directory", "Filewords": "Filewords", @@ -1668,8 +2811,6 @@ "Bucket Steps": "Bucket Steps", "Dry Run": "Dry Run", "Start Cropping": "Start Cropping", - "Output": "Output", - "Checkbox": "Checkbox", "Check Progress": "Check Progress", "Update Parameters": "Update Parameters", "Changelog": "Changelog", @@ -1689,244 +2830,136 @@ "Leave blank to use instance prompt. Optionally use [filewords] to base sample captions on instance images.": "Leave blank to use instance prompt. Optionally use [filewords] to base sample captions on instance images.", "Enter the path to a txt file containing sample prompts.": "Enter the path to a txt file containing sample prompts.", "Enter a model name for saving checkpoints and lora models.": "Enter a model name for saving checkpoints and lora models.", - "Create aesthetic embedding": "Create aesthetic embedding", - "Open for Clip Aesthetic!": "Open for Clip Aesthetic!", - "Aesthetic weight": "Aesthetic weight", - "Aesthetic steps": "Aesthetic steps", - "Aesthetic learning rate": "Aesthetic learning rate", - "Slerp interpolation": "Slerp interpolation", - "Aesthetic imgs embedding": "Aesthetic imgs embedding", - "Aesthetic text for imgs": "Aesthetic text for imgs", - "Slerp angle": "Slerp angle", - "Is negative text": "Is negative text", - "Create an aesthetic embedding out of any number of images": "Create an aesthetic embedding out of any number of images", - "Create images embedding": "Create images embedding", - "stable-diffusion-webui-aesthetic-gradients": "stable-diffusion-webui-aesthetic-gradients", - "This text is used to rotate the feature space of the imgs embs": "This text is used to rotate the feature space of the imgs embs", - "https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-gradients.git": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-gradients.git", - "State": "State", - "Saved main elements": "Saved main elements", - "tabs": "tabs", - "Saved elements from txt2img": "Saved elements from txt2img", - "prompt": "prompt", - "negative_prompt": "negative_prompt", - "sampling": "sampling", - "sampling_steps": "sampling_steps", - "width": "width", - "height": "height", - "batch_count": "batch_count", - "batch_size": "batch_size", - "cfg_scale": "cfg_scale", - "seed": "seed", - "restore_faces": "restore_faces", - "tiling": "tiling", - "hires_fix": "hires_fix", - "hires_upscaler": "hires_upscaler", - "hires_steps": "hires_steps", - "hires_scale": "hires_scale", - "hires_resize_x": "hires_resize_x", - "hires_resize_y": "hires_resize_y", - "hires_denoising_strength": "hires_denoising_strength", - "Saved elements from img2img": "Saved elements from img2img", - "resize_mode": "resize_mode", - "denoising_strength": "denoising_strength", - "https://github.com/ilian6806/stable-diffusion-webui-state.git": "https://github.com/ilian6806/stable-diffusion-webui-state.git", - "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.", - "Use kohya-ss's finetuning metadata json": "Use kohya-ss's finetuning metadata json", - "json path": "json path", - "json input path (Optional, only for append results)": "json input path (Optional, only for append results)", - "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", - "Unload": "Unload", - "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", - "Replace new-line character with comma": "Replace new-line character with comma", - "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 Filter": "Dataset Filter", - "Filter Apply": "Filter Apply", - "hidden_idx_next": "hidden_idx_next", - "hidden_idx_prev": "hidden_idx_prev", - "Dataset Images": "Dataset Images", - "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", - "Token Length": "Token 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", - "Selected Image :": "Selected Image :", - "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", - "Sort tags in the images displayed.": "Sort tags in the images displayed.", - "Sort tags": "Sort tags", - "Truncate tags by token count.": "Truncate tags by token count.", - "Truncate tags by token count": "Truncate tags by token count", - "hidden_s_or_n": "hidden_s_or_n", - "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", + "Tagger": "Tagger", + "Single process": "Single process", + "Batch from directory": "Batch from directory", + "Use recursive with glob pattern": "Use recursive with glob pattern", + "Output filename format": "Output filename format", + "Output filename formats": "Output filename formats", + "Related to original file": "Related to original file", + "[name]": "[name]", + ": Original filename without extension": ": Original filename without extension", + "[extension]": "[extension]", + ": Original extension": ": Original extension", + "[hash:]": "[hash:]", + ": Original extension\nAvailable algorithms:": ": Original extension\nAvailable algorithms:", + "sha1, blake2s, shake_256, sha256, md5-sha1, sha512_256, shake_128, mdc2, ripemd160, whirlpool, md5, sha3_384, sha512, sha3_512, blake2b, sha224, sm3, sha512_224, sha3_224, sha384, md4, sha3_256": "sha1, blake2s, shake_256, sha256, md5-sha1, sha512_256, shake_128, mdc2, ripemd160, whirlpool, md5, sha3_384, sha512, sha3_512, blake2b, sha224, sm3, sha512_224, sha3_224, sha384, md4, sha3_256", + "Related to output file": "Related to output file", + "[output_extension]": "[output_extension]", + ": Output extension (has no dot)": ": Output extension (has no dot)", + "Examples": "Examples", + "Original filename without extension": "Original filename without extension", + "[name].[output_extension]": "[name].[output_extension]", + "Original file's hash (good for deleting duplication)": "Original file's hash (good for deleting duplication)", + "[hash:sha1].[output_extension]": "[hash:sha1].[output_extension]", + "Action on existing caption": "Action on existing caption", + "Remove duplicated tag": "Remove duplicated tag", + "Save with JSON": "Save with JSON", + "default.json": "default.json", "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", - "Sort caption on save": "Sort caption on save", - "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", - "Apply changes to ALL displayed images": "Apply changes to ALL displayed images", - "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", - "Force image gallery to use temporary files": "Force image gallery to use temporary files", - "Use raw CLIP token to calculate token count (without emphasis or embeddings)": "Use raw CLIP token to calculate token count (without emphasis or embeddings)", - "stable-diffusion-webui-dataset-tag-editor": "stable-diffusion-webui-dataset-tag-editor", - "https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor": "https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor", - "C:\\path\\to\\metadata.json": "C:\\path\\to\\metadata.json", - "C:\\directory\\of\\datasets": "C:\\directory\\of\\datasets", - ".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", - "Shift attention": "Shift attention", - "Show generated images in ui": "Show generated images in ui", - "Save results as video": "Save results as video", - "Frames per second": "Frames per second", - "Number of frames for lead in/out": "Number of frames for lead in/out", - "Upscale ratio": "Upscale ratio", - "https://github.com/yownas/shift-attention.git": "https://github.com/yownas/shift-attention.git", - "Maximum width or height (whichever is higher)": "Maximum width or height (whichever is higher)", - "Scale to maximum width or height": "Scale to maximum width or height", - "-75%": "-75%", - "-50%": "-50%", - "-25%": "-25%", - "+25%": "+25%", - "+50%": "+50%", - "+75%": "+75%", - "+100%": "+100%", - "Expand by default": "Expand by default", - "Show maximum width or height button": "Show maximum width or height button", - "Maximum width or height default": "Maximum width or height default", - "Show predefined percentage buttons": "Show predefined percentage buttons", - "Predefined percentage buttons, applied to dimensions (75, 125, 150)": "Predefined percentage buttons, applied to dimensions (75, 125, 150)", - "Predefined percentage display format": "Predefined percentage display format", - "Incremental/decremental percentage (-50%, +50%)": "Incremental/decremental percentage (-50%, +50%)", - "Raw percentage (50%, 150%)": "Raw percentage (50%, 150%)", - "Multiplication (x0.5, x1.5)": "Multiplication (x0.5, x1.5)", - "sd-webui-aspect-ratio-helper": "sd-webui-aspect-ratio-helper", - "https://github.com/thomasasfk/sd-webui-aspect-ratio-helper.git": "https://github.com/thomasasfk/sd-webui-aspect-ratio-helper.git", - "https://github.com/Bing-su/sd-webui-tunnels.git": "https://github.com/Bing-su/sd-webui-tunnels.git", + "wd14-convnext": "wd14-convnext", + "wd14-convnext-v2": "wd14-convnext-v2", + "wd14-convnext-v2-git": "wd14-convnext-v2-git", + "wd14-swinv2-v2": "wd14-swinv2-v2", + "wd14-swinv2-v2-git": "wd14-swinv2-v2-git", + "wd14-vit": "wd14-vit", + "wd14-vit-v2": "wd14-vit-v2", + "wd14-vit-v2-git": "wd14-vit-v2-git", + "Unload all interrogate models": "Unload all interrogate models", + "Threshold": "Threshold", + "Additional tags (split by comma)": "Additional tags (split by comma)", + "Exclude tags (split by comma)": "Exclude tags (split by comma)", + "Sort by alphabetical order": "Sort by alphabetical order", + "Include confident of tags matches in results": "Include confident of tags matches in results", + "Use spaces instead of underscore": "Use spaces instead of underscore", + "Excudes (split by comma)": "Excudes (split by comma)", + "Escape brackets": "Escape brackets", + "Unload model after running": "Unload model after running", + "Tags": "Tags", + "Rating confidents": "Rating confidents", + "Tag confidents": "Tag confidents", + "stable-diffusion-webui-wd14-tagger": "stable-diffusion-webui-wd14-tagger", + "https://github.com/toriato/stable-diffusion-webui-wd14-tagger.git": "https://github.com/toriato/stable-diffusion-webui-wd14-tagger.git", + "/path/to/images or /path/to/images/**/*": "/path/to/images or /path/to/images/**/*", + "Leave blank to save images to the same path.": "Leave blank to save images to the same path.", + "Leave blank to use same filename as original.": "Leave blank to use same filename as original.", + "Found tags": "Found tags", + "auto-sd-paint-ext Guide/Panel": "auto-sd-paint-ext Guide/Panel", + "Generate Krita Plugin Symlink Command": "Generate Krita Plugin Symlink Command", + "Launch Krita.": "Launch Krita.", + "On the menubar, go to": "On the menubar, go to", + "Settings > Manage Resources...": "Settings > Manage Resources...", + "In the window that appears, click": "In the window that appears, click", + "Open Resource Folder": "Open Resource Folder", + "In the file explorer that appears, look for a folder called": "In the file explorer that appears, look for a folder called", + "pykrita": "pykrita", + "or create it.": "or create it.", + "Enter the": "Enter the", + "folder and copy the folder location from the address bar.": "folder and copy the folder location from the address bar.", + "Paste the folder location below.": "Paste the folder location below.", + "Pykrita Folder Location": "Pykrita Folder Location", + "Search for \"Command Prompt\" in the Start Menu, right-click and click \"Run as Administrator...\", paste the follow commands and hit Enter:": "Search for \"Command Prompt\" in the Start Menu, right-click and click \"Run as Administrator...\", paste the follow commands and hit Enter:", + "mklink /j \"\\krita_diff\" \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff\"\nmklink \"\\krita_diff.desktop\" \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff.desktop\"": "mklink /j \"\\krita_diff\" \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff\"\nmklink \"\\krita_diff.desktop\" \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff.desktop\"", + "Linux command:": "Linux command:", + "ln -s \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff\" \"/krita_diff\"\nln -s \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff.desktop\" \"/krita_diff.desktop\"": "ln -s \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff\" \"/krita_diff\"\nln -s \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff.desktop\" \"/krita_diff.desktop\"", + "NOTE": "NOTE", + ": Symlinks will break if you move or rename the repository or any\nof its parent folders or otherwise change the path such that the symlink\nbecomes invalid. In which case, repeat the above steps with the new": ": Symlinks will break if you move or rename the repository or any\nof its parent folders or otherwise change the path such that the symlink\nbecomes invalid. In which case, repeat the above steps with the new", + "folder location and (auto-detected) repository location.": "folder location and (auto-detected) repository location.", + ": Ensure": ": Ensure", + "webui-user.bat": "webui-user.bat", + "webui-user.sh": "webui-user.sh", + "contains": "contains", + "--api": "--api", + "in": "in", + "COMMANDLINE_ARGS": "COMMANDLINE_ARGS", + "Enabling the Krita Plugin": "Enabling the Krita Plugin", + "Restart Krita.": "Restart Krita.", + "Settings > Configure Krita...": "Settings > Configure Krita...", + "On the left sidebar, go to": "On the left sidebar, go to", + "Python Plugin Manager": "Python Plugin Manager", + "Look for": "Look for", + "Stable Diffusion Plugin": "Stable Diffusion Plugin", + "and tick the checkbox.": "and tick the checkbox.", + "Restart Krita again for changes to take effect.": "Restart Krita again for changes to take effect.", + "SD Plugin": "SD Plugin", + "docked window should appear on the left of the Krita window. If it does not, look on the menubar under": "docked window should appear on the left of the Krita window. If it does not, look on the menubar under", + "Settings > Dockers": "Settings > Dockers", + "Next Steps": "Next Steps", + "Troubleshooting": "Troubleshooting", + "Update Guide": "Update Guide", + "Usage Guide": "Usage Guide", + "TODO: Control/status panel": "TODO: Control/status panel", + "https://github.com/Interpause/auto-sd-paint-ext.git": "https://github.com/Interpause/auto-sd-paint-ext.git", + "DreamArtist Create embedding": "DreamArtist Create embedding", + "DreamArtist Train": "DreamArtist Train", + "Process Att-Map": "Process Att-Map", + "Initialization text (negative)": "Initialization text (negative)", + "Number of negative vectors per token": "Number of negative vectors per token", + "Unet Learning rate": "Unet Learning rate", + "Train with DreamArtist": "Train with DreamArtist", + "Train with reconstruction": "Train with reconstruction", + "Attention Map": "Attention Map", + "Train U-Net": "Train U-Net", + "CFG scale (dynamic cfg: low,high:type e.g. 1.0-3.5:cos)": "CFG scale (dynamic cfg: low,high:type e.g. 1.0-3.5:cos)", + "Reconstruction loss weight": "Reconstruction loss weight", + "Negative lr weight": "Negative lr weight", + "Classifier path": "Classifier path", + "Accumulation steps": "Accumulation steps", + "Prompt template file": "Prompt template file", + "Positive \"filewords\" only": "Positive \"filewords\" only", + "Experimental features (May be solve the problem of erratic training and difficult to reproduce [set EMA to 0.97])": "Experimental features (May be solve the problem of erratic training and difficult to reproduce [set EMA to 0.97])", + "EMA (positive)": "EMA (positive)", + "EMA replace steps (positive)": "EMA replace steps (positive)", + "EMA (nagetive)": "EMA (nagetive)", + "EMA replace steps (nagative)": "EMA replace steps (nagative)", + "beta1": "beta1", + "beta2": "beta2", + "Since there is a self-attention operation in VAE, it may change the distribution of features. This processing will superimpose the attention map of self-attention on the original Att-Map.": "Since there is a self-attention operation in VAE, it may change the distribution of features. This processing will superimpose the attention map of self-attention on the original Att-Map.", + "Data directory": "Data directory", + "Process": "Process", + "DreamArtist-sd-webui-extension": "DreamArtist-sd-webui-extension", + "Path to classifier ckpt, can be empty": "Path to classifier ckpt, can be empty", + "https://github.com/7eu7d7/DreamArtist-sd-webui-extension.git": "https://github.com/7eu7d7/DreamArtist-sd-webui-extension.git", "Additional Networks": "Additional Networks", "Separate UNet/Text Encoder weights": "Separate UNet/Text Encoder weights", "Network module 1": "Network module 1", @@ -2000,7 +3033,6 @@ "Model description/readme/notes/instructions": "Model description/readme/notes/instructions", "Source URL where this model could be found": "Source URL where this model could be found", "Rating": "Rating", - "Tags": "Tags", "Comma-separated list of tags (\"artist, style, character, 2d, 3d...\")": "Comma-separated list of tags (\"artist, style, character, 2d, 3d...\")", "Editing Enabled": "Editing Enabled", "Save Metadata": "Save Metadata", @@ -2014,12 +3046,9 @@ "Total Images": "Total Images", "Training parameters": "Training parameters", "copy to clipboard": "copy to clipboard", - "Generate Info": "Generate Info", "Extra paths to scan for LoRA models, comma-separated. Paths containing commas must be enclosed in double quotes. In the path, \" (one quote) must be replaced by \"\" (two quotes).": "Extra paths to scan for LoRA models, comma-separated. Paths containing commas must be enclosed in double quotes. In the path, \" (one quote) must be replaced by \"\" (two quotes).", "Sort LoRA models by": "Sort LoRA models by", "name": "name", - "date": "date", - "path name": "path name", "rating": "rating", "has user metadata": "has user metadata", "Reverse model sort order": "Reverse model sort order", @@ -2035,1461 +3064,230 @@ "Max number of dataset folders to show": "Max number of dataset folders to show", "sd-webui-additional-networks": "sd-webui-additional-networks", "https://github.com/kohya-ss/sd-webui-additional-networks.git": "https://github.com/kohya-ss/sd-webui-additional-networks.git", - "Tag Autocomplete": "Tag Autocomplete", - "Tag filename": "Tag filename", - "Enable Tag Autocompletion": "Enable Tag Autocompletion", - "Active in txt2img (Requires restart)": "Active in txt2img (Requires restart)", - "Active in img2img (Requires restart)": "Active in img2img (Requires restart)", - "Active in negative prompts (Requires restart)": "Active in negative prompts (Requires restart)", - "Active in third party textboxes [Dataset Tag Editor] (Requires restart)": "Active in third party textboxes [Dataset Tag Editor] (Requires restart)", - "List of model names (with file extension) or their hashes to use as black/whitelist, separated by commas.": "List of model names (with file extension) or their hashes to use as black/whitelist, separated by commas.", - "Mode to use for model list": "Mode to use for model list", - "Blacklist": "Blacklist", - "Whitelist": "Whitelist", - "Move completion popup together with text cursor": "Move completion popup together with text cursor", - "Maximum results": "Maximum results", - "Show all results": "Show all results", - "How many results to load at once": "How many results to load at once", - "Time in ms to wait before triggering completion again (Requires restart)": "Time in ms to wait before triggering completion again (Requires restart)", - "Search for wildcards": "Search for wildcards", - "Search for embeddings": "Search for embeddings", - "Search for hypernetworks": "Search for hypernetworks", - "Search for Loras": "Search for Loras", - "Show '?' next to tags, linking to its Danbooru or e621 wiki page (Warning: This is an external site and very likely contains NSFW examples!)": "Show '?' next to tags, linking to its Danbooru or e621 wiki page (Warning: This is an external site and very likely contains NSFW examples!)", - "Replace underscores with spaces on insertion": "Replace underscores with spaces on insertion", - "Escape parentheses on insertion": "Escape parentheses on insertion", - "Append comma on tag autocompletion": "Append comma on tag autocompletion", - "Search by alias": "Search by alias", - "Only show alias": "Only show alias", - "Translation filename": "Translation filename", - "Translation file uses old 3-column translation format instead of the new 2-column one": "Translation file uses old 3-column translation format instead of the new 2-column one", - "Search by translation": "Search by translation", - "Extra filename (for small sets of custom tags)": "Extra filename (for small sets of custom tags)", - "Mode to add the extra tags to the main tag list": "Mode to add the extra tags to the main tag list", - "Insert before": "Insert before", - "Insert after": "Insert after", - "a1111-sd-webui-tagcomplete": "a1111-sd-webui-tagcomplete", - "https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git": "https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git", - "Training Picker": "Training Picker", - "Video to extract frames from:": "Video to extract frames from:", - "Only extract keyframes (recommended)": "Only extract keyframes (recommended)", - "Extract every nth frame": "Extract every nth frame", - "Extract Frames": "Extract Frames", - "Extracted Frame Set": "Extracted Frame Set", - "Resize crops to 512x512": "Resize crops to 512x512", - "Outfill method:": "Outfill method:", - "Don't outfill": "Don't outfill", - "Stretch image": "Stretch image", - "Transparent": "Transparent", - "Solid color": "Solid color", - "Average image color": "Average image color", - "Dominant image color": "Dominant image color", - "Stretch pixels at border": "Stretch pixels at border", - "Reflect image around border": "Reflect image around border", - "Blurred & stretched overlay": "Blurred & stretched overlay", - "Reuse original image": "Reuse original image", - "Reset Aspect Ratio": "Reset Aspect Ratio", - "Image border outfill method:": "Image border outfill method:", - "Black outfill": "Black outfill", - "Outfill border color:": "Outfill border color:", - "Blur amount:": "Blur amount:", - "Number of clusters:": "Number of clusters:", - "Save crops to:": "Save crops to:", - "Fixed size to resize images to": "Fixed size to resize images to", - "Path to read videos from": "Path to read videos from", - "Path to store extracted frame sets in": "Path to store extracted frame sets in", - "Default cropped image output directory": "Default cropped image output directory", - "https://github.com/Maurdekye/training-picker.git": "https://github.com/Maurdekye/training-picker.git", - "CLIP_test": "CLIP_test", - "Create Beta hypernetwork": "Create Beta hypernetwork", - "Train_Gamma": "Train_Gamma", - "Train_Tuning": "Train_Tuning", - "Show advanced options": "Show advanced options", - "Weight initialization seed, set -1 for default": "Weight initialization seed, set -1 for default", - "Standard Deviation for Normal weight initialization": "Standard Deviation for Normal weight initialization", - "Use dropout. Might improve training when dataset is small / limited.": "Use dropout. Might improve training when dataset is small / limited.", - "Use skip-connection. Won't work without extension!": "Use skip-connection. Won't work without extension!", - "Optional information about Hypernetwork": "Optional information about Hypernetwork", - "Setting file name": "Setting file name", - "Save hypernetwork setting to file": "Save hypernetwork setting to file", - "Train an embedding or Hypernetwork; you must specify a directory": "Train an embedding or Hypernetwork; you must specify a directory", - "Show advanced learn rate scheduler options": "Show advanced learn rate scheduler options", - "Show advanced adamW parameter options)": "Show advanced adamW parameter options)", - "Show Gradient Clipping Options(for both)": "Show Gradient Clipping Options(for both)", - "Show Noise Scheduler Options(for both)": "Show Noise Scheduler Options(for both)", - "Uses D-Adaptation(LR Free) AdamW. Recommended LR is 1.0 at base": "Uses D-Adaptation(LR Free) AdamW. Recommended LR is 1.0 at base", - "AdamW weight decay parameter": "AdamW weight decay parameter", - "AdamW beta1 parameter": "AdamW beta1 parameter", - "AdamW beta2 parameter": "AdamW beta2 parameter", - "AdamW epsilon parameter": "AdamW epsilon parameter", - "Growth factor limiting, use value like 1.02 or leave it as -1": "Growth factor limiting, use value like 1.02 or leave it as -1", - "Use CosineAnnealingWarmupRestarts Scheduler": "Use CosineAnnealingWarmupRestarts Scheduler", - "Steps for cycle": "Steps for cycle", - "Step multiplier per cycle": "Step multiplier per cycle", - "Warmup step per cycle": "Warmup step per cycle", - "Minimum learning rate": "Minimum learning rate", - "Decays learning rate every cycle": "Decays learning rate every cycle", - "Saves when every cycle finishes": "Saves when every cycle finishes", - "Generates image when every cycle finishes": "Generates image when every cycle finishes", - "Gradient Clipping Options": "Gradient Clipping Options", - "limit": "limit", - "Limiting value": "Limiting value", - "Norm type": "Norm type", - "Use Noise training scheduler(test)": "Use Noise training scheduler(test)", - "Restarts noise scheduler, or linear": "Restarts noise scheduler, or linear", - "Restarts noise scheduler every nth epoch": "Restarts noise scheduler every nth epoch", - "Unload Optimizer when generating preview(hypernetwork)": "Unload Optimizer when generating preview(hypernetwork)", - "Standard deviation for sampling": "Standard deviation for sampling", - "loss type": "loss type", - "loss": "loss", - "loss_simple": "loss_simple", - "loss_vlb": "loss_vlb", - "Save training setting": "Save training setting", - "File name to save setting as": "File name to save setting as", - "Load training option from saved json file. This will override settings above": "Load training option from saved json file. This will override settings above", - "Train Hypernetwork; you must specify a directory": "Train Hypernetwork; you must specify a directory", - "Hypernetwork name to create, leave it empty to use selected": "Hypernetwork name to create, leave it empty to use selected", - "Load Hypernetwork creation option from saved json file": "Load Hypernetwork creation option from saved json file", - "Load training option(s) from saved json file": "Load training option(s) from saved json file", - "Save a copy of model to log directory every N steps, 0 to disable": "Save a copy of model to log directory every N steps, 0 to disable", - "Manual dataset seed": "Manual dataset seed", - "CLIP-test": "CLIP-test", - "CLIP Text models. Set to empty to not change.": "CLIP Text models. Set to empty to not change.", - "Enable clip model change. This will be triggered from next model changes.": "Enable clip model change. This will be triggered from next model changes.", - "Detach grad from conditioning models": "Detach grad from conditioning models", - "Hypernetwork-MonkeyPatch-Extension": "Hypernetwork-MonkeyPatch-Extension", - "must be positive float": "must be positive float", - "Training information, dateset, etc": "Training information, dateset, etc", - "default = 0.01": "default = 0.01", - "default = 0.9": "default = 0.9", - "default = 0.99": "default = 0.99", - "default = 1e-8": "default = 1e-8", - "Cycles every nth Step": "Cycles every nth Step", - "Step length multiplier every cycle": "Step length multiplier every cycle", - "CosineAnnealing lr increase step": "CosineAnnealing lr increase step", - "restricts decay value, but does not restrict gamma rate decay": "restricts decay value, but does not restrict gamma rate decay", - "Value should be in (0-1]": "Value should be in (0-1]", - ". filename cannot have ',' inside, and files should be splitted by ','.": ". filename cannot have ',' inside, and files should be splitted by ','.", - "https://github.com/aria1th/Hypernetwork-MonkeyPatch-Extension.git": "https://github.com/aria1th/Hypernetwork-MonkeyPatch-Extension.git", - "Ultimate SD upscale": "Ultimate SD upscale", - "Will upscale the image depending on the selected target size type": "Will upscale the image depending on the selected target size type", - "Target size type": "Target size type", - "From img2img2 settings": "From img2img2 settings", - "Custom size": "Custom size", - "Scale from image size": "Scale from image size", - "Custom width": "Custom width", - "Custom height": "Custom height", - "Scale": "Scale", - "Redraw options:": "Redraw options:", - "Type": "Type", - "Chess": "Chess", - "Tile width": "Tile width", - "Tile height": "Tile height", - "Padding": "Padding", - "Seams fix:": "Seams fix:", - "Band pass": "Band pass", - "Half tile offset pass": "Half tile offset pass", - "Half tile offset pass + intersections": "Half tile offset pass + intersections", - "Denoise": "Denoise", - "Save options:": "Save options:", - "Upscaled": "Upscaled", - "Seams fix": "Seams fix", - "ultimate-upscale-for-automatic1111": "ultimate-upscale-for-automatic1111", - "https://github.com/Coyote-A/ultimate-upscale-for-automatic1111.git": "https://github.com/Coyote-A/ultimate-upscale-for-automatic1111.git", - "Enable Bilingual Localization": "Enable Bilingual Localization", - "Localization file (Please leave `User interface` - `Localization` as None)": "Localization file (Please leave `User interface` - `Localization` as None)", - "Translation display order": "Translation display order", - "Translation First": "Translation First", - "Original First": "Original First", - "Localization dirs": "Localization dirs", - "sd-webui-bilingual-localization": "sd-webui-bilingual-localization", - "https://github.com/journey-ad/sd-webui-bilingual-localization.git": "https://github.com/journey-ad/sd-webui-bilingual-localization.git", - "Enable pixelization": "Enable pixelization", - "Keep resolution": "Keep resolution", - "Pixel size": "Pixel size", - "stable-diffusion-webui-pixelization": "stable-diffusion-webui-pixelization", - "https://github.com/AUTOMATIC1111/stable-diffusion-webui-pixelization.git": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-pixelization.git", - "stable-diffusion-webui-depthmap-script": "stable-diffusion-webui-depthmap-script", - "Compute on": "Compute on", - "GPU": "GPU", - "CPU": "CPU", - "Match input size (size is ignored when using boost)": "Match input size (size is ignored when using boost)", - "BOOST (multi-resolution merging)": "BOOST (multi-resolution merging)", - "Invert DepthMap (black=near, white=far)": "Invert DepthMap (black=near, white=far)", - "Clip and renormalize": "Clip and renormalize", - "Far clip": "Far clip", - "Near clip": "Near clip", - "Combine into one image.": "Combine into one image.", - "Combine axis": "Combine axis", - "Vertical": "Vertical", - "Horizontal": "Horizontal", - "Save DepthMap": "Save DepthMap", - "Show DepthMap": "Show DepthMap", - "Show HeatMap": "Show HeatMap", - "Generate Stereo side-by-side image": "Generate Stereo side-by-side image", - "Generate Stereo anaglyph image (red/cyan)": "Generate Stereo anaglyph image (red/cyan)", - "Divergence (3D effect)": "Divergence (3D effect)", - "Gap fill technique": "Gap fill technique", - "Balance between eyes": "Balance between eyes", - "Generate 3D inpainted mesh. (Sloooow)": "Generate 3D inpainted mesh. (Sloooow)", - "Generate 4 demo videos with 3D inpainted mesh.": "Generate 4 demo videos with 3D inpainted mesh.", - "Remove background": "Remove background", - "Save the foreground masks": "Save the foreground masks", - "pre-depth background removal": "pre-depth background removal", - "Rembg Model": "Rembg Model", - "Information, comment and share @": "Information, comment and share @", - "Input Mesh (.ply)": "Input Mesh (.ply)", - "Generate video from inpainted mesh.": "Generate video from inpainted mesh.", - "Video": "Video", - "A file on the same machine where the server is running.": "A file on the same machine where the server is running.", - "Number of frames": "Number of frames", - "Framerate": "Framerate", - "Format": "Format", - "Trajectory": "Trajectory", - "Translate: x, y, z": "Translate: x, y, z", - "Crop: top, left, bottom, right": "Crop: top, left, bottom, right", - "Dolly": "Dolly", - "Generate Video": "Generate Video", - "https://github.com/thygate/stable-diffusion-webui-depthmap-script.git": "https://github.com/thygate/stable-diffusion-webui-depthmap-script.git", - "Create inspiration images": "Create inspiration images", - "Artist or styles name list. '.txt' files with one name per line": "Artist or styles name list. '.txt' files with one name per line", - "Prompt Placeholder, which can be used at the top of prompt input": "Prompt Placeholder, which can be used at the top of prompt input", - "To activate inspiration function, you need get \"inspiration\" images first.": "To activate inspiration function, you need get \"inspiration\" images first.", - "You can create these images by run \"Create inspiration images\" script in txt2img page,": "You can create these images by run \"Create inspiration images\" script in txt2img page,", - "you can get the artists or art styles list from here": "you can get the artists or art styles list from here", - "download these files, and select these files in the \"Create inspiration images\" script UI": "download these files, and select these files in the \"Create inspiration images\" script UI", - "There about 6000 artists and art styles in these files.": "There about 6000 artists and art styles in these files.", - "This takes server hours depending on your GPU type and how many pictures you generate for each artist/style": "This takes server hours depending on your GPU type and how many pictures you generate for each artist/style", - "I suggest at least four images for each": "I suggest at least four images for each", - "You can also download generated pictures from here:": "You can also download generated pictures from here:", - "unzip the file to": "unzip the file to", - "/extections/stable-diffusion-webui-inspiration": "/extections/stable-diffusion-webui-inspiration", - "and restart webui, and enjoy the joy of creation!": "and restart webui, and enjoy the joy of creation!", - "Checkbox Group": "Checkbox Group", - "artists": "artists", - "flavors": "flavors", - "mediums": "mediums", - "movements": "movements", - "Exclude abandoned": "Exclude abandoned", - "Abandoned": "Abandoned", - "Key word": "Key word", - "Get inspiration": "Get inspiration", - "to txt2img": "to txt2img", - "to img2img": "to img2img", - "Collect": "Collect", - "Don't show again": "Don't show again", - "Maximum number of samples, used to determine which folders to skip when continue running the create script": "Maximum number of samples, used to determine which folders to skip when continue running the create script", - "Number of rows on the page": "Number of rows on the page", - "Minimum number of pages per load": "Minimum number of pages per load", - "stable-diffusion-webui-inspiration": "stable-diffusion-webui-inspiration", - "https://github.com/yfszzx/stable-diffusion-webui-inspiration.git": "https://github.com/yfszzx/stable-diffusion-webui-inspiration.git", - "u2net": "u2net", - "u2netp": "u2netp", - "u2net_human_seg": "u2net_human_seg", - "u2net_cloth_seg": "u2net_cloth_seg", - "silueta": "silueta", - "Return mask": "Return mask", - "Alpha matting": "Alpha matting", - "Erode size": "Erode size", - "Foreground threshold": "Foreground threshold", - "Background threshold": "Background threshold", - "https://github.com/AUTOMATIC1111/stable-diffusion-webui-rembg.git": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-rembg.git", - "Smart Preprocess": "Smart Preprocess", - "sd_smartprocess": "sd_smartprocess", - "Rename images": "Rename images", - "Cropping": "Cropping", - "Output Size": "Output Size", - "Pad Images": "Pad Images", - "Crop Images": "Crop Images", - "Captions": "Captions", - "Generate Captions": "Generate Captions", - "Max Caption Length (0=unlimited)": "Max Caption Length (0=unlimited)", - "Existing Caption Action": "Existing Caption Action", - "Add CLIP results to Caption": "Add CLIP results to Caption", - "Number of CLIP beams": "Number of CLIP beams", - "CLIP Minimum length": "CLIP Minimum length", - "CLIP Maximum length": "CLIP Maximum length", - "Use v2 CLIP Model": "Use v2 CLIP Model", - "Append Flavor tags from CLIP": "Append Flavor tags from CLIP", - "Max flavors to append.": "Max flavors to append.", - "Append Medium tags from CLIP": "Append Medium tags from CLIP", - "Append Movement tags from CLIP": "Append Movement tags from CLIP", - "Append Artist tags from CLIP": "Append Artist tags from CLIP", - "Append Trending tags from CLIP": "Append Trending tags from CLIP", - "Add WD14 Tags to Caption": "Add WD14 Tags to Caption", - "Minimum Score for WD14 Tags": "Minimum Score for WD14 Tags", - "Minimum Score for DeepDanbooru Tags": "Minimum Score for DeepDanbooru Tags", - "Tags To Ignore": "Tags To Ignore", - "Replace Class with Subject in Caption": "Replace Class with Subject in Caption", - "Subject Class": "Subject Class", - "Subject class to crop (leave blank to auto-detect)": "Subject class to crop (leave blank to auto-detect)", - "Subject Name": "Subject Name", - "Subject Name to replace class with in captions": "Subject Name to replace class with in captions", - "Post-Processing": "Post-Processing", - "Face Restore Model": "Face Restore Model", - "Upscale and Resize": "Upscale and Resize", - "https://github.com/d8ahazard/sd_smartprocess.git": "https://github.com/d8ahazard/sd_smartprocess.git", - "Cutoff": "Cutoff", - "Target tokens (comma separated)": "Target tokens (comma separated)", - "Details": "Details", - "Disable for Negative prompt.": "Disable for Negative prompt.", - "Cutoff strongly.": "Cutoff strongly.", - "Padding token (ID or single token)": "Padding token (ID or single token)", - "Interpolation method": "Interpolation method", - "Debug log": "Debug log", - "Cutoff Enabled": "Cutoff Enabled", - "Cutoff Targets": "Cutoff Targets", - "Cutoff Weight": "Cutoff Weight", - "Cutoff Disable for Negative Prompt": "Cutoff Disable for Negative Prompt", - "Cutoff Strong": "Cutoff Strong", - "Cutoff Padding": "Cutoff Padding", - "Cutoff Interpolation": "Cutoff Interpolation", - "sd-webui-cutoff": "sd-webui-cutoff", - "https://github.com/hnmr293/sd-webui-cutoff.git": "https://github.com/hnmr293/sd-webui-cutoff.git", - "red, blue": "red, blue", - "HakuImg": "HakuImg", - "Send to Blend": "Send to Blend", - "Send to Layer5": "Send to Layer5", - "Send to Layer4": "Send to Layer4", - "Send to Layer3": "Send to Layer3", - "Send to Layer2": "Send to Layer2", - "Send to Layer1": "Send to Layer1", - "Send to Effect": "Send to Effect", - "Blend": "Blend", - "Effect": "Effect", - "Other": "Other", - "Image preview height": "Image preview height", - "Layer5": "Layer5", - "Layer4": "Layer4", - "Layer3": "Layer3", - "Layer2": "Layer2", - "Layer1": "Layer1", - "Layer5 opacity": "Layer5 opacity", - "Layer5 mask blur": "Layer5 mask blur", - "Layer5 mask strength": "Layer5 mask strength", - "Blend mode": "Blend mode", - "normal": "normal", - "darken": "darken", - "multiply": "multiply", - "color_burn": "color_burn", - "linear_burn": "linear_burn", - "lighten": "lighten", - "screen": "screen", - "color_dodge": "color_dodge", - "linear_dodge": "linear_dodge", - "overlay": "overlay", - "soft_light": "soft_light", - "hard_light": "hard_light", - "vivid_light": "vivid_light", - "linear_light": "linear_light", - "pin_light": "pin_light", - "difference": "difference", - "exclusion": "exclusion", - "Layer4 opacity": "Layer4 opacity", - "Layer4 mask blur": "Layer4 mask blur", - "Layer4 mask strength": "Layer4 mask strength", - "Layer3 opacity": "Layer3 opacity", - "Layer3 mask blur": "Layer3 mask blur", - "Layer3 mask strength": "Layer3 mask strength", - "Layer2 opacity": "Layer2 opacity", - "Layer2 mask blur": "Layer2 mask blur", - "Layer2 mask strength": "Layer2 mask strength", - "Layer1 opacity": "Layer1 opacity", - "Layer1 mask blur": "Layer1 mask blur", - "Layer1 mask strength": "Layer1 mask strength", - "background color": "background color", - "refresh": "refresh", - "img": "img", - "Color": "Color", - "Tone Curve": "Tone Curve", - "Blur": "Blur", - "Pixelize": "Pixelize", - "Glow": "Glow", - "temparature": "temparature", - "hue": "hue", - "brightness": "brightness", - "contrast": "contrast", - "saturation": "saturation", - "Gamma": "Gamma", - "reset": "reset", - "All": "All", - "R": "R", - "G": "G", - "point1 x": "point1 x", - "point1 y": "point1 y", - "point2 x": "point2 x", - "point2 y": "point2 y", - "point3 x": "point3 x", - "point3 y": "point3 y", - "blur": "blur", - "kernel size": "kernel size", - "sigma": "sigma", - "k_sigma": "k_sigma", - "epsilon": "epsilon", - "phi": "phi", - "gamma": "gamma", - "color mode": "color mode", - "gray": "gray", - "rgb": "rgb", - "use scale": "use scale", - "colors": "colors", - "dot size": "dot size", - "outline inflating": "outline inflating", - "Smoothing": "Smoothing", - "Color reduce algo": "Color reduce algo", - "kmeans": "kmeans", - "dithering": "dithering", - "kmeans with dithering": "kmeans with dithering", - "Glow mode": "Glow mode", - "BS": "BS", - "BMBL": "BMBL", - "range": "range", - "strength": "strength", - "InOutPaint": "InOutPaint", - "fill up": "fill up", - "fill down": "fill down", - "fill left": "fill left", - "fill right": "fill right", - "Resolution": "Resolution", - "haku_output": "haku_output", - "Send to inpaint upload": "Send to inpaint upload", - "Total num of layers (reload required)": "Total num of layers (reload required)", - "Total num of point for curve (reload required)": "Total num of point for curve (reload required)", - "a1111-sd-webui-haku-img": "a1111-sd-webui-haku-img", - "https://github.com/KohakuBlueleaf/a1111-sd-webui-haku-img.git": "https://github.com/KohakuBlueleaf/a1111-sd-webui-haku-img.git", - "Save score as EXIF or PNG Info Chunk": "Save score as EXIF or PNG Info Chunk", - "aesthetic_score": "aesthetic_score", - "sampler": "sampler", - "sd_model_hash": "sd_model_hash", - "hash": "hash", - "Save tags (Windows only)": "Save tags (Windows only)", - "Save category (Windows only)": "Save category (Windows only)", - "Save generation params text": "Save generation params text", - "Force CPU (Requires Custom Script Reload)": "Force CPU (Requires Custom Script Reload)", - "stable-diffusion-webui-aesthetic-image-scorer": "stable-diffusion-webui-aesthetic-image-scorer", - "https://github.com/tsngo/stable-diffusion-webui-aesthetic-image-scorer.git": "https://github.com/tsngo/stable-diffusion-webui-aesthetic-image-scorer.git", - "NAIConvert": "NAIConvert", - "History": "History", - "https://github.com/animerl/novelai-2-local-prompt.git": "https://github.com/animerl/novelai-2-local-prompt.git", - "MultiDiffusion": "MultiDiffusion", - "Enable MultiDiffusion": "Enable MultiDiffusion", - "Overwrite image size": "Overwrite image size", - "Keep input image size": "Keep input image size", - "Image width": "Image width", - "Image height": "Image height", - "Latent tile width": "Latent tile width", - "Latent tile height": "Latent tile height", - "Latent tile overlap": "Latent tile overlap", - "Latent tile batch size": "Latent tile batch size", - "Move ControlNet images to CPU (if applicable)": "Move ControlNet images to CPU (if applicable)", - "Tiled VAE": "Tiled VAE", - "Move VAE to GPU": "Move VAE to GPU", - "Please use smaller tile size when see CUDA error: out of memory.": "Please use smaller tile size when see CUDA error: out of memory.", - "Encoder Tile Size": "Encoder Tile Size", - "Decoder Tile Size": "Decoder Tile Size", - "Reset Tile Size": "Reset Tile Size", - "Fast Encoder": "Fast Encoder", - "Fast Decoder": "Fast Decoder", - "Fast Encoder may change colors; Can fix it with more RAM and lower speed.": "Fast Encoder may change colors; Can fix it with more RAM and lower speed.", - "Encoder Color Fix": "Encoder Color Fix", - "multidiffusion-upscaler-for-automatic1111": "multidiffusion-upscaler-for-automatic1111", - "https://github.com/pkuliyi2015/multidiffusion-upscaler-for-automatic1111.git": "https://github.com/pkuliyi2015/multidiffusion-upscaler-for-automatic1111.git", - "BLIP2 Captioner": "BLIP2 Captioner", - "Generated Caption": "Generated Caption", - "Output Caption Extension": "Output Caption Extension", - "Unload models": "Unload models", - "Nucleus": "Nucleus", - "Top-K": "Top-K", - "Number of beams (0 = no beam search)": "Number of beams (0 = no beam search)", - "Caption min length": "Caption min length", - "Caption max length": "Caption max length", - "Top p": "Top p", - "stable-diffusion-webui-blip2-captioner": "stable-diffusion-webui-blip2-captioner", - "https://github.com/p1atdev/stable-diffusion-webui-blip2-captioner": "https://github.com/p1atdev/stable-diffusion-webui-blip2-captioner", - "path/to/caption": "path/to/caption", - "Attention Heatmap": "Attention Heatmap", - "Attention texts for visualization. (comma separated)": "Attention texts for visualization. (comma separated)", - "Hide heatmap images": "Hide heatmap images", - "Do not save heatmap images": "Do not save heatmap images", - "Hide caption": "Hide caption", - "Use grid (output to grid dir)": "Use grid (output to grid dir)", - "Grid layout": "Grid layout", - "Auto": "Auto", - "Prevent Empty Spot": "Prevent Empty Spot", - "Batch Length As Row": "Batch Length As Row", - "Heatmap blend alpha": "Heatmap blend alpha", - "Heatmap image scale": "Heatmap image scale", - "Trace each layers": "Trace each layers", - "Use layers as row instead of Batch Length": "Use layers as row instead of Batch Length", - "stable-diffusion-webui-daam": "stable-diffusion-webui-daam", - "https://github.com/toriato/stable-diffusion-webui-daam.git": "https://github.com/toriato/stable-diffusion-webui-daam.git", - "stable-diffusion-webui-two-shot": "stable-diffusion-webui-two-shot", - "Divisions": "Divisions", - "Positions": "Positions", - "Weights": "Weights", - "end at this step": "end at this step", - "Visualize": "Visualize", - "Regions": "Regions", - "Extra generation params": "Extra generation params", - "Apply": "Apply", - "https://github.com/opparco/stable-diffusion-webui-two-shot.git": "https://github.com/opparco/stable-diffusion-webui-two-shot.git", - "sd-webui-regional-prompter": "sd-webui-regional-prompter", - "https://github.com/hako-mikan/sd-webui-regional-prompter.git": "https://github.com/hako-mikan/sd-webui-regional-prompter.git", - "Active": "Active", - "Divide mode": "Divide mode", - "Generation mode": "Generation mode", - "Attention": "Attention", - "Divide Ratio": "Divide Ratio", - "Base Ratio": "Base Ratio", - "Use base prompt": "Use base prompt", - "Use common prompt": "Use common prompt", - "Use common negative prompt": "Use common negative prompt", - "visualize and make template": "visualize and make template", - "template": "template", - "Presets": "Presets", - "disable convert 'AND' to 'BREAK'": "disable convert 'AND' to 'BREAK'", - "debug": "debug", - "Apply Presets": "Apply Presets", - "Preset Name": "Preset Name", - "Save to Presets": "Save to Presets", - "Seed travel": "Seed travel", - "Destination seed(s) (Comma separated)": "Destination seed(s) (Comma separated)", - "Only use Random seeds (Unless comparing paths)": "Only use Random seeds (Unless comparing paths)", - "Number of random seed(s)": "Number of random seed(s)", - "Compare paths (Separate travels from 1st seed to each destination)": "Compare paths (Separate travels from 1st seed to each destination)", - "Steps (Number of images between each seed)": "Steps (Number of images between each seed)", - "Loop back to initial seed": "Loop back to initial seed", - "Bump seed (If > 0 do a Compare Paths but only one image. No video will be generated.)": "Bump seed (If > 0 do a Compare Paths but only one image. No video will be generated.)", - "Use cache": "Use cache", - "Interpolation rate": "Interpolation rate", - "Hug-the-middle": "Hug-the-middle", - "Slow start": "Slow start", - "Quick start": "Quick start", - "Rate strength": "Rate strength", - "Allow the default Euler a Sampling method. (Does not produce good results)": "Allow the default Euler a Sampling method. (Does not produce good results)", - "seed_travel": "seed_travel", - "https://github.com/yownas/seed_travel.git": "https://github.com/yownas/seed_travel.git", - "Artists To Study": "Artists To Study", - "dog": "dog", - "house": "house", - "portrait": "portrait", - "spaceship": "spaceship", - "anime": "anime", - "cartoon": "cartoon", - "digipa-high-impact": "digipa-high-impact", - "digipa-med-impact": "digipa-med-impact", - "digipa-low-impact": "digipa-low-impact", - "fareast": "fareast", - "fineart": "fineart", - "scribbles": "scribbles", - "special": "special", - "ukioe": "ukioe", - "weird": "weird", - "black-white": "black-white", - "nudity": "nudity", - "c": "c", - "n": "n", - "Get Images": "Get Images", - "dog-anime": "dog-anime", - "dog-cartoon": "dog-cartoon", - "dog-digipa-high-impact": "dog-digipa-high-impact", - "dog-digipa-med-impact": "dog-digipa-med-impact", - "dog-digipa-low-impact": "dog-digipa-low-impact", - "dog-fareast": "dog-fareast", - "dog-fineart": "dog-fineart", - "dog-scribbles": "dog-scribbles", - "dog-special": "dog-special", - "dog-ukioe": "dog-ukioe", - "dog-weird": "dog-weird", - "dog-black-white": "dog-black-white", - "dog-nudity": "dog-nudity", - "dog-c": "dog-c", - "dog-n": "dog-n", - "house-anime": "house-anime", - "house-cartoon": "house-cartoon", - "house-digipa-high-impact": "house-digipa-high-impact", - "house-digipa-med-impact": "house-digipa-med-impact", - "house-digipa-low-impact": "house-digipa-low-impact", - "house-fareast": "house-fareast", - "house-fineart": "house-fineart", - "house-scribbles": "house-scribbles", - "house-special": "house-special", - "house-ukioe": "house-ukioe", - "house-weird": "house-weird", - "house-black-white": "house-black-white", - "house-nudity": "house-nudity", - "house-c": "house-c", - "house-n": "house-n", - "portrait-anime": "portrait-anime", - "portrait-cartoon": "portrait-cartoon", - "portrait-digipa-high-impact": "portrait-digipa-high-impact", - "portrait-digipa-med-impact": "portrait-digipa-med-impact", - "portrait-digipa-low-impact": "portrait-digipa-low-impact", - "portrait-fareast": "portrait-fareast", - "portrait-fineart": "portrait-fineart", - "portrait-scribbles": "portrait-scribbles", - "portrait-special": "portrait-special", - "portrait-ukioe": "portrait-ukioe", - "portrait-weird": "portrait-weird", - "portrait-black-white": "portrait-black-white", - "portrait-nudity": "portrait-nudity", - "portrait-c": "portrait-c", - "portrait-n": "portrait-n", - "spaceship-anime": "spaceship-anime", - "spaceship-cartoon": "spaceship-cartoon", - "spaceship-digipa-high-impact": "spaceship-digipa-high-impact", - "spaceship-digipa-med-impact": "spaceship-digipa-med-impact", - "spaceship-digipa-low-impact": "spaceship-digipa-low-impact", - "spaceship-fareast": "spaceship-fareast", - "spaceship-fineart": "spaceship-fineart", - "spaceship-scribbles": "spaceship-scribbles", - "spaceship-special": "spaceship-special", - "spaceship-ukioe": "spaceship-ukioe", - "spaceship-weird": "spaceship-weird", - "spaceship-black-white": "spaceship-black-white", - "spaceship-nudity": "spaceship-nudity", - "spaceship-c": "spaceship-c", - "spaceship-n": "spaceship-n", - "artists to study extension by camenduru |": "artists to study extension by camenduru |", - "github": "github", - "|": "|", - "twitter": "twitter", - "youtube": "youtube", - "hi-res images": "hi-res images", - "All images generated with CompVis/stable-diffusion-v1-4 +": "All images generated with CompVis/stable-diffusion-v1-4 +", - "artists.csv": "artists.csv", - "| License: Attribution 4.0 International (CC BY 4.0)": "| License: Attribution 4.0 International (CC BY 4.0)", - "stable-diffusion-webui-artists-to-study": "stable-diffusion-webui-artists-to-study", - "https://github.com/camenduru/stable-diffusion-webui-artists-to-study.git": "https://github.com/camenduru/stable-diffusion-webui-artists-to-study.git", - "Text2Prompt": "Text2Prompt", - "Input Theme": "Input Theme", - "Input Negative Theme": "Input Negative Theme", - "Negative strength": "Negative strength", - "Replace underscore in tag with whitespace": "Replace underscore in tag with whitespace", - "Escape brackets in tag": "Escape brackets in tag", - "Generation Settings": "Generation Settings", - "Database": "Database", - "Tag count filter": "Tag count filter", - "Tag range:": "Tag range:", - "≥ 0 tagged": "≥ 0 tagged", - "(14589 tags total)": "(14589 tags total)", - "Method to convert similarity into probability": "Method to convert similarity into probability", - "Cutoff and Power": "Cutoff and Power", - "Softmax": "Softmax", - "Power": "Power", - "Top-k": "Top-k", - "Top-p (Nucleus)": "Top-p (Nucleus)", - "Max number of tags": "Max number of tags", - "k value": "k value", - "p value": "p value", - "Use weighted choice": "Use weighted choice", - "stable-diffusion-webui-text2prompt": "stable-diffusion-webui-text2prompt", - "https://github.com/toshiaki1729/stable-diffusion-webui-text2prompt.git": "https://github.com/toshiaki1729/stable-diffusion-webui-text2prompt.git", - "Model Pre​views": "Model Pre​views", - "Embeddings": "Embeddings", - "Filter": "Filter", - "Notes": "Notes", - "Model Preview XD": "Model Preview XD", - "Name matching rule for preview files": "Name matching rule for preview files", - "Loose": "Loose", - "Strict": "Strict", - "Folder": "Folder", - "Index": "Index", - "Limit the height of preivews to the height of the browser window (.html preview files are always limited regardless of this setting)": "Limit the height of preivews to the height of the browser window (.html preview files are always limited regardless of this setting)", - "sd-model-preview-xd": "sd-model-preview-xd", - "No Preview Found": "No Preview Found", - "https://github.com/CurtisDS/sd-model-preview-xd.git": "https://github.com/CurtisDS/sd-model-preview-xd.git", - "auto-sd-paint-ext Guide/Panel": "auto-sd-paint-ext Guide/Panel", - "Generate Krita Plugin Symlink Command": "Generate Krita Plugin Symlink Command", - "Launch Krita.": "Launch Krita.", - "On the menubar, go to": "On the menubar, go to", - "Settings > Manage Resources...": "Settings > Manage Resources...", - "In the window that appears, click": "In the window that appears, click", - "Open Resource Folder": "Open Resource Folder", - "In the file explorer that appears, look for a folder called": "In the file explorer that appears, look for a folder called", - "pykrita": "pykrita", - "or create it.": "or create it.", - "Enter the": "Enter the", - "folder and copy the folder location from the address bar.": "folder and copy the folder location from the address bar.", - "Paste the folder location below.": "Paste the folder location below.", - "Pykrita Folder Location": "Pykrita Folder Location", - "Search for \"Command Prompt\" in the Start Menu, right-click and click \"Run as Administrator...\", paste the follow commands and hit Enter:": "Search for \"Command Prompt\" in the Start Menu, right-click and click \"Run as Administrator...\", paste the follow commands and hit Enter:", - "mklink /j \"\\krita_diff\" \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff\"\nmklink \"\\krita_diff.desktop\" \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff.desktop\"": "mklink /j \"\\krita_diff\" \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff\"\nmklink \"\\krita_diff.desktop\" \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff.desktop\"", - "Linux command:": "Linux command:", - "ln -s \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff\" \"/krita_diff\"\nln -s \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff.desktop\" \"/krita_diff.desktop\"": "ln -s \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff\" \"/krita_diff\"\nln -s \"D:\\StableDiffusion\\clean install\\webui\\extensions\\auto-sd-paint-ext\\frontends\\krita\\krita_diff.desktop\" \"/krita_diff.desktop\"", - "NOTE": "NOTE", - ": Symlinks will break if you move or rename the repository or any\nof its parent folders or otherwise change the path such that the symlink\nbecomes invalid. In which case, repeat the above steps with the new": ": Symlinks will break if you move or rename the repository or any\nof its parent folders or otherwise change the path such that the symlink\nbecomes invalid. In which case, repeat the above steps with the new", - "folder location and (auto-detected) repository location.": "folder location and (auto-detected) repository location.", - ": Ensure": ": Ensure", - "webui-user.bat": "webui-user.bat", - "/": "/", - "webui-user.sh": "webui-user.sh", - "contains": "contains", - "--api": "--api", - "in": "in", - "COMMANDLINE_ARGS": "COMMANDLINE_ARGS", - "!": "!", - "Enabling the Krita Plugin": "Enabling the Krita Plugin", - "Restart Krita.": "Restart Krita.", - "Settings > Configure Krita...": "Settings > Configure Krita...", - "On the left sidebar, go to": "On the left sidebar, go to", - "Python Plugin Manager": "Python Plugin Manager", - "Look for": "Look for", - "Stable Diffusion Plugin": "Stable Diffusion Plugin", - "and tick the checkbox.": "and tick the checkbox.", - "Restart Krita again for changes to take effect.": "Restart Krita again for changes to take effect.", - "The": "The", - "SD Plugin": "SD Plugin", - "docked window should appear on the left of the Krita window. If it does not, look on the menubar under": "docked window should appear on the left of the Krita window. If it does not, look on the menubar under", - "Settings > Dockers": "Settings > Dockers", - "Next Steps": "Next Steps", - "Troubleshooting": "Troubleshooting", - "Update Guide": "Update Guide", - "Usage Guide": "Usage Guide", - "TODO: Control/status panel": "TODO: Control/status panel", - "https://github.com/Interpause/auto-sd-paint-ext.git": "https://github.com/Interpause/auto-sd-paint-ext.git", - "The untranslated characters will be translated automatically and will not affect the old translations. Use the function in the lower right corner to easily check and quickly modify the current translation.1,Save the setting;2,Click start button;3,Reload your browser.": "The untranslated characters will be translated automatically and will not affect the old translations. Use the function in the lower right corner to easily check and quickly modify the current translation.1,Save the setting;2,Click start button;3,Reload your browser.", - "Translated Status": "Translated Status", - "Start Auto Translate": "Start Auto Translate", - "Text": "Text", - "-->": "-->", - "<--": "<--", - "Translated Text": "Translated Text", - "To Language": "To Language", - "zh-CN": "zh-CN", - "af": "af", - "sq": "sq", - "am": "am", - "ar": "ar", - "hy": "hy", - "az": "az", - "eu": "eu", - "be": "be", - "bn": "bn", - "bs": "bs", - "bg": "bg", - "ca": "ca", - "ceb": "ceb", - "ny": "ny", - "co": "co", - "hr": "hr", - "cs": "cs", - "da": "da", - "nl": "nl", - "en": "en", - "eo": "eo", - "et": "et", - "tl": "tl", - "fi": "fi", - "fr": "fr", - "fy": "fy", - "gl": "gl", - "ka": "ka", - "de": "de", - "el": "el", - "gu": "gu", - "ht": "ht", - "ha": "ha", - "haw": "haw", - "iw": "iw", - "hi": "hi", - "hmn": "hmn", - "hu": "hu", - "is": "is", - "ig": "ig", - "id": "id", - "ga": "ga", - "it": "it", - "ja": "ja", - "jw": "jw", - "kn": "kn", - "kk": "kk", - "km": "km", - "rw": "rw", - "ko": "ko", - "ku": "ku", - "ky": "ky", - "lo": "lo", - "la": "la", - "lv": "lv", - "lt": "lt", - "lb": "lb", - "mk": "mk", - "mg": "mg", - "ms": "ms", - "ml": "ml", - "mt": "mt", - "mi": "mi", - "mr": "mr", - "mn": "mn", - "ne": "ne", - "ps": "ps", - "fa": "fa", - "pl": "pl", - "pt": "pt", - "pa": "pa", - "ro": "ro", - "ru": "ru", - "sm": "sm", - "gd": "gd", - "sr": "sr", - "st": "st", - "sn": "sn", - "sd": "sd", - "si": "si", - "sk": "sk", - "sl": "sl", - "so": "so", - "es": "es", - "su": "su", - "sw": "sw", - "sv": "sv", - "tg": "tg", - "ta": "ta", - "tt": "tt", - "te": "te", - "th": "th", - "tr": "tr", - "tk": "tk", - "uk": "uk", - "ur": "ur", - "ug": "ug", - "uz": "uz", - "vi": "vi", - "cy": "cy", - "xh": "xh", - "yi": "yi", - "yo": "yo", - "zu": "zu", - "Select Translater": "Select Translater", - "free_google": "free_google", - "free_youdao_zh": "free_youdao_zh", - "tp_alibaba": "tp_alibaba", - "tp_argos": "tp_argos", - "tp_baidu": "tp_baidu", - "tp_bing": "tp_bing", - "tp_caiyun": "tp_caiyun", - "tp_deepl": "tp_deepl", - "tp_google": "tp_google", - "tp_iciba": "tp_iciba", - "tp_iflytek": "tp_iflytek", - "tp_iflyrec": "tp_iflyrec", - "tp_itranslate": "tp_itranslate", - "tp_lingvanex": "tp_lingvanex", - "tp_mglip": "tp_mglip", - "tp_modernMt": "tp_modernMt", - "tp_myMemory": "tp_myMemory", - "tp_niutrans": "tp_niutrans", - "tp_papago": "tp_papago", - "tp_qqFanyi": "tp_qqFanyi", - "tp_qqTranSmart": "tp_qqTranSmart", - "tp_reverso": "tp_reverso", - "tp_sogou": "tp_sogou", - "tp_translateCom": "tp_translateCom", - "tp_utibet": "tp_utibet", - "tp_volcEngine": "tp_volcEngine", - "tp_yandex": "tp_yandex", - "tp_youdao": "tp_youdao", - "tp__alibaba": "tp__alibaba", - "tp__argos": "tp__argos", - "tp__baidu": "tp__baidu", - "tp__bing": "tp__bing", - "tp__caiyun": "tp__caiyun", - "tp__deepl": "tp__deepl", - "tp__google": "tp__google", - "tp__iciba": "tp__iciba", - "tp__iflytek": "tp__iflytek", - "tp__iflyrec": "tp__iflyrec", - "tp__itranslate": "tp__itranslate", - "tp__lingvanex": "tp__lingvanex", - "tp__mglip": "tp__mglip", - "tp__modernMt": "tp__modernMt", - "tp__myMemory": "tp__myMemory", - "tp__niutrans": "tp__niutrans", - "tp__papago": "tp__papago", - "tp__qqFanyi": "tp__qqFanyi", - "tp__qqTranSmart": "tp__qqTranSmart", - "tp__reverso": "tp__reverso", - "tp__sogou": "tp__sogou", - "tp__translateCom": "tp__translateCom", - "tp__utibet": "tp__utibet", - "tp__volcEngine": "tp__volcEngine", - "tp__yandex": "tp__yandex", - "tp__youdao": "tp__youdao", - "display both english and target language": "display both english and target language", - "Save Setting": "Save Setting", - "Remove Auto Trans": "Remove Auto Trans", - "stable-diffusion-webui-auto-translate-language": "stable-diffusion-webui-auto-translate-language", - "https://github.com/hyd998877/stable-diffusion-webui-auto-translate-language": "https://github.com/hyd998877/stable-diffusion-webui-auto-translate-language", - "your select language": "your select language", - "english": "english", - "translate prompt.": "translate prompt.", - "en2": "en2", - "translate negative prompt.": "translate negative prompt.", - "N2": "N2", - "ui text": "ui text", - "translated text": "translated text", - "load": "load", - "translate": "translate", - "save": "save", - "Image Browser": "Image Browser", - "txt2img-grids": "txt2img-grids", - "img2img-grids": "img2img-grids", - "Favorites": "Favorites", - "Others": "Others", - "Favorites path from settings: log/images": "Favorites path from settings: log/images", - "Images directory": "Images directory", - "Sub directory depth": "Sub directory depth", - "Add to / replace in saved directories": "Add to / replace in saved directories", - "Saved directories": "Saved directories", - "Remove from saved directories": "Remove from saved directories", - "Sub directories": "Sub directories", - "Nothing selected": "Nothing selected", - "Get sub directories": "Get sub directories", - "Maintenance": "Maintenance", - "⚠ Caution: You should only use these options if you know what you are doing. ⚠": "⚠ Caution: You should only use these options if you know what you are doing. ⚠", - "Status:": "Status:", - "Last message": "Last message", - "Rebuild exif cache": "Rebuild exif cache", - "Delete 0-entries from exif cache": "Delete 0-entries from exif cache", - "Update directory names in database": "Update directory names in database", - "From (full path)": "From (full path)", - "to (full path)": "to (full path)", - "Reapply ranking after moving files": "Reapply ranking after moving files", - "Dropdown": "Dropdown", - "First Page": "First Page", - "Prev Page": "Prev Page", - "Page Index": "Page Index", - "Next Page": "Next Page", - "End Page": "End Page", - "ranking": "ranking", - "Next Image After Ranking (To be implemented)": "Next Image After Ranking (To be implemented)", - "delete next": "delete next", - "Delete": "Delete", - "also delete off-screen images": "also delete off-screen images", - "Additional Generation Info": "Additional Generation Info", - "sort by": "sort by", - "cfg scale": "cfg scale", - "steps": "steps", - "size": "size", - "model": "model", - "model hash": "model hash", - "filename keyword": "filename keyword", - "Filename keyword search": "Filename keyword search", - "exif keyword": "exif keyword", - "EXIF keyword search": "EXIF keyword search", - "Search negative prompt": "Search negative prompt", - "Yes": "Yes", - "Only": "Only", - "case sensitive": "case sensitive", - "regex - e.g. ^(?!.*Hires).*$": "regex - e.g. ^(?!.*Hires).*$", - "ranking filter": "ranking filter", - "Ranking filter": "Ranking filter", - "minimum aesthetic_score": "minimum aesthetic_score", - "Minimum aesthetic_score": "Minimum aesthetic_score", - "Maximum aesthetic_score": "Maximum aesthetic_score", - "Generation Info": "Generation Info", - "File Name": "File Name", - "Move to favorites": "Move to favorites", - "Send to txt2img ControlNet": "Send to txt2img ControlNet", - "Send to img2img ControlNet": "Send to img2img ControlNet", - "ControlNet number": "ControlNet number", - "Directory path": "Directory path", - "Move to directory": "Move to directory", - "Renew Page": "Renew Page", - "set_index": "set_index", - "load_switch": "load_switch", - "to_dir_load_switch": "to_dir_load_switch", - "turn_page_switch": "turn_page_switch", - "List of active tabs (separated by commas). Available options are txt2img, img2img, txt2img-grids, img2img-grids, Extras, Favorites, Others. Custom folders are also supported by specifying their path.": "List of active tabs (separated by commas). Available options are txt2img, img2img, txt2img-grids, img2img-grids, Extras, Favorites, Others. Custom folders are also supported by specifying their path.", - "Select components to hide": "Select components to hide", - "Include images in sub directories": "Include images in sub directories", - "Preload images at startup": "Preload images at startup", - "Move buttons copy instead of move": "Move buttons copy instead of move", - "Print image deletion messages to the console": "Print image deletion messages to the console", - "Move/Copy/Delete matching .txt files": "Move/Copy/Delete matching .txt files", - "Print warning logs to the console": "Print warning logs to the console", - "Print debug logs to the console": "Print debug logs to the console", - "Use recycle bin when deleting images": "Use recycle bin when deleting images", - "Scan Exif-/.txt-data (initially slower, but required for many features to work)": "Scan Exif-/.txt-data (initially slower, but required for many features to work)", - "Scan Exif-/.txt-data (slower, but required for exif-keyword-search)": "Scan Exif-/.txt-data (slower, but required for exif-keyword-search)", - "Change CTRL keybindings to SHIFT": "Change CTRL keybindings to SHIFT", - "or to CTRL+SHIFT": "or to CTRL+SHIFT", - "Enable Maintenance tab": "Enable Maintenance tab", - "Save ranking in image's pnginfo": "Save ranking in image's pnginfo", - "Number of columns on the page": "Number of columns on the page", - "stable-diffusion-webui-images-browser": "stable-diffusion-webui-images-browser", - "https://github.com/AlUlkesh/stable-diffusion-webui-images-browser.git": "https://github.com/AlUlkesh/stable-diffusion-webui-images-browser.git", - "Input images directory": "Input images directory", - "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", - "Hybrid Video": "Hybrid Video", - "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", - "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.", - "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", - "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 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!", - "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", - "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", - "https://github.com/deforum-art/deforum-for-automatic1111-webui.git": "https://github.com/deforum-art/deforum-for-automatic1111-webui.git", - "Latent Mirror mode": "Latent Mirror mode", - "Alternate Steps": "Alternate Steps", - "Blend Average": "Blend Average", - "Latent Mirror style": "Latent Mirror style", - "Vertical Mirroring": "Vertical Mirroring", - "Horizontal Mirroring": "Horizontal Mirroring", - "Horizontal+Vertical Mirroring": "Horizontal+Vertical Mirroring", - "90 Degree Rotation": "90 Degree Rotation", - "180 Degree Rotation": "180 Degree Rotation", - "Roll Channels": "Roll Channels", - "X panning": "X panning", - "Y panning": "Y panning", - "Maximum steps fraction to mirror at": "Maximum steps fraction to mirror at", - "SD-latent-mirroring": "SD-latent-mirroring", - "https://github.com/dfaker/SD-latent-mirroring.git": "https://github.com/dfaker/SD-latent-mirroring.git", - "Plot": "Plot", - "Max Image Size": "Max Image Size", - "Max Batch Count": "Max Batch Count", - "Run benchmark": "Run benchmark", - "Load results": "Load results", - "a1111-stable-diffusion-webui-vram-estimator": "a1111-stable-diffusion-webui-vram-estimator", - "https://github.com/space-nuko/a1111-stable-diffusion-webui-vram-estimator.git": "https://github.com/space-nuko/a1111-stable-diffusion-webui-vram-estimator.git", - "Posex": "Posex", - "Send this image to ControlNet.": "Send this image to ControlNet.", - "Target ControlNet number": "Target ControlNet number", - "https://github.com/hnmr293/posex.git": "https://github.com/hnmr293/posex.git", - "Add": "Add", - "Reset": "Reset", - "Load from JSON": "Load from JSON", - "Detect from image": "Detect from image", - "Add Background image": "Add Background image", - "json": "json", - "Save JSON": "Save JSON", - "Save PNG": "Save PNG", - "Send to": "Send to", - "openpose-editor": "openpose-editor", - "https://github.com/fkunn1326/openpose-editor.git": "https://github.com/fkunn1326/openpose-editor.git", - "Tagger": "Tagger", - "Single process": "Single process", - "Batch from directory": "Batch from directory", - "Use recursive with glob pattern": "Use recursive with glob pattern", - "Output filename format": "Output filename format", - "Output filename formats": "Output filename formats", - "Related to original file": "Related to original file", - "[name]": "[name]", - ": Original filename without extension": ": Original filename without extension", - "[extension]": "[extension]", - ": Original extension": ": Original extension", - "[hash:]": "[hash:]", - ": Original extension\nAvailable algorithms:": ": Original extension\nAvailable algorithms:", - "sha1, blake2s, shake_256, sha256, md5-sha1, sha512_256, shake_128, mdc2, ripemd160, whirlpool, md5, sha3_384, sha512, sha3_512, blake2b, sha224, sm3, sha512_224, sha3_224, sha384, md4, sha3_256": "sha1, blake2s, shake_256, sha256, md5-sha1, sha512_256, shake_128, mdc2, ripemd160, whirlpool, md5, sha3_384, sha512, sha3_512, blake2b, sha224, sm3, sha512_224, sha3_224, sha384, md4, sha3_256", - "Related to output file": "Related to output file", - "[output_extension]": "[output_extension]", - ": Output extension (has no dot)": ": Output extension (has no dot)", - "Examples": "Examples", - "Original filename without extension": "Original filename without extension", - "[name].[output_extension]": "[name].[output_extension]", - "Original file's hash (good for deleting duplication)": "Original file's hash (good for deleting duplication)", - "[hash:sha1].[output_extension]": "[hash:sha1].[output_extension]", - "Action on existing caption": "Action on existing caption", - "Remove duplicated tag": "Remove duplicated tag", - "Save with JSON": "Save with JSON", - "default.json": "default.json", - "wd14-convnext": "wd14-convnext", - "wd14-convnext-v2": "wd14-convnext-v2", - "wd14-convnext-v2-git": "wd14-convnext-v2-git", - "wd14-swinv2-v2": "wd14-swinv2-v2", - "wd14-swinv2-v2-git": "wd14-swinv2-v2-git", - "wd14-vit": "wd14-vit", - "wd14-vit-v2": "wd14-vit-v2", - "wd14-vit-v2-git": "wd14-vit-v2-git", - "Unload all interrogate models": "Unload all interrogate models", - "Threshold": "Threshold", - "Additional tags (split by comma)": "Additional tags (split by comma)", - "Exclude tags (split by comma)": "Exclude tags (split by comma)", - "Sort by alphabetical order": "Sort by alphabetical order", - "Include confident of tags matches in results": "Include confident of tags matches in results", - "Use spaces instead of underscore": "Use spaces instead of underscore", - "Excudes (split by comma)": "Excudes (split by comma)", - "Escape brackets": "Escape brackets", - "Unload model after running": "Unload model after running", - "Rating confidents": "Rating confidents", - "Tag confidents": "Tag confidents", - "stable-diffusion-webui-wd14-tagger": "stable-diffusion-webui-wd14-tagger", - "https://github.com/toriato/stable-diffusion-webui-wd14-tagger.git": "https://github.com/toriato/stable-diffusion-webui-wd14-tagger.git", - "/path/to/images or /path/to/images/**/*": "/path/to/images or /path/to/images/**/*", - "Leave blank to save images to the same path.": "Leave blank to save images to the same path.", - "Leave blank to use same filename as original.": "Leave blank to use same filename as original.", - "Found tags": "Found tags", + "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.", + "Use kohya-ss's finetuning metadata json": "Use kohya-ss's finetuning metadata json", + "json path": "json path", + "json input path (Optional, only for append results)": "json input path (Optional, only for append results)", + "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", + "Unload": "Unload", + "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", + "Replace new-line character with comma": "Replace new-line character with comma", + "Use Interrogator Caption": "Use Interrogator Caption", + "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 Filter": "Dataset Filter", + "Filter Apply": "Filter Apply", + "hidden_idx_next": "hidden_idx_next", + "hidden_idx_prev": "hidden_idx_prev", + "Dataset Images": "Dataset Images", + "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", + "Alphabetical Order": "Alphabetical Order", + "Frequency": "Frequency", + "Length": "Length", + "Token Length": "Token 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)", + "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", + "Selected Image :": "Selected Image :", + "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", + "Sort tags in the images displayed.": "Sort tags in the images displayed.", + "Sort tags": "Sort tags", + "Truncate tags by token count.": "Truncate tags by token count.", + "Truncate tags by token count": "Truncate tags by token count", + "hidden_s_or_n": "hidden_s_or_n", + "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", + "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 Result": "Interrogate Result", + "Copy caption from selected images automatically": "Copy caption from selected images automatically", + "Sort caption on save": "Sort caption on save", + "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", + "Apply changes to ALL displayed images": "Apply changes to ALL displayed images", + "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", + "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", + "Force image gallery to use temporary files": "Force image gallery to use temporary files", + "Use raw CLIP token to calculate token count (without emphasis or embeddings)": "Use raw CLIP token to calculate token count (without emphasis or embeddings)", + "stable-diffusion-webui-dataset-tag-editor": "stable-diffusion-webui-dataset-tag-editor", + "https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor": "https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor", + "C:\\path\\to\\metadata.json": "C:\\path\\to\\metadata.json", + "C:\\directory\\of\\datasets": "C:\\directory\\of\\datasets", + ".txt (on Load and Save)": ".txt (on Load and Save)", + "https://github.com/Bing-su/sd-webui-tunnels.git": "https://github.com/Bing-su/sd-webui-tunnels.git", + "ControlNet-M2M": "ControlNet-M2M", + "Config file for Control Net models": "Config file for Control Net models", + "Config file for Adapter models": "Config file for Adapter models", + "Directory for detected maps auto saving": "Directory for detected maps auto saving", + "Extra path to scan for ControlNet models (e.g. training output directory)": "Extra path to scan for ControlNet models (e.g. training output directory)", + "Multi ControlNet: Max models amount (requires restart)": "Multi ControlNet: Max models amount (requires restart)", + "Model cache size (requires restart)": "Model cache size (requires restart)", + "Apply transfer control when loading models": "Apply transfer control when loading models", + "Do not append detectmap to output": "Do not append detectmap to output", + "Allow detectmap auto saving": "Allow detectmap auto saving", + "Use mid-control on highres pass (second pass)": "Use mid-control on highres pass (second pass)", + "Allow other script to control this extension": "Allow other script to control this extension", + "Skip img2img processing when using img2img initial image": "Skip img2img processing when using img2img initial image", + "Enable optimized monocular depth estimation": "Enable optimized monocular depth estimation", + "Only use mid-control when inference": "Only use mid-control when inference", + "Enable CFG-Based guidance": "Enable CFG-Based guidance", + "Passing ControlNet parameters with \"Send to img2img\"": "Passing ControlNet parameters with \"Send to img2img\"", + "https://github.com/Mikubill/sd-webui-controlnet.git": "https://github.com/Mikubill/sd-webui-controlnet.git", + "Annotator result": "Annotator result", + "Invert colors if your image has white background.": "Invert colors if your image has white background.", + "Change your brush width to make it thinner if you want to draw something.": "Change your brush width to make it thinner if you want to draw something.", + "Invert Input Color": "Invert Input Color", + "RGB to BGR": "RGB to BGR", + "Low VRAM": "Low VRAM", + "Guess Mode": "Guess Mode", + "Preprocessor": "Preprocessor", + "Guidance Start (T)": "Guidance Start (T)", + "Guidance End (T)": "Guidance End (T)", + "Annotator resolution": "Annotator resolution", + "Threshold A": "Threshold A", + "Threshold B": "Threshold B", + "Resize Mode": "Resize Mode", + "Just Resize": "Just Resize", + "Scale to Fit (Inner Fit)": "Scale to Fit (Inner Fit)", + "Envelope (Outer Fit)": "Envelope (Outer Fit)", + "Create blank canvas": "Create blank canvas", + "Preview annotator result": "Preview annotator result", + "Hide annotator result": "Hide annotator result", + "canny": "canny", + "depth": "depth", + "depth_leres": "depth_leres", + "hed": "hed", + "mlsd": "mlsd", + "normal_map": "normal_map", + "openpose": "openpose", + "openpose_hand": "openpose_hand", + "clip_vision": "clip_vision", + "color": "color", + "pidinet": "pidinet", + "scribble": "scribble", + "fake_scribble": "fake_scribble", + "segmentation": "segmentation", + "binary": "binary", + "[ControlNet] Enabled": "[ControlNet] Enabled", + "[ControlNet] Model": "[ControlNet] Model", + "[ControlNet] Weight": "[ControlNet] Weight", + "[ControlNet] Guidance Start": "[ControlNet] Guidance Start", + "[ControlNet] Guidance End": "[ControlNet] Guidance End", + "[ControlNet] Resize Mode": "[ControlNet] Resize Mode", + "[ControlNet] Preprocessor": "[ControlNet] Preprocessor", + "[ControlNet] Pre Resolution": "[ControlNet] Pre Resolution", + "[ControlNet] Pre Threshold A": "[ControlNet] Pre Threshold A", + "[ControlNet] Pre Threshold B": "[ControlNet] Pre Threshold B", "Main": "Main", "LAB Tools": "LAB Tools", "Guide": "Guide", @@ -3580,48 +3378,202 @@ "Processed frames": "Processed frames", "Style to fuse": "Style to fuse", "Remember to use same fps as generated video for DFI": "Remember to use same fps as generated video for DFI", - "Tokenizer": "Tokenizer", - "Before your text is sent to the neural network, it gets turned into numbers in a process called tokenization. These tokens are how the neural network reads and interprets text. Thanks to our great friends at Shousetsu愛 for inspiration for this feature.": "Before your text is sent to the neural network, it gets turned into numbers in a process called tokenization. These tokens are how the neural network reads and interprets text. Thanks to our great friends at Shousetsu愛 for inspiration for this feature.", - "Text input": "Text input", - "ID input": "ID input", - "Tokenize": "Tokenize", - "Tokens": "Tokens", - "stable-diffusion-webui-tokenizer": "stable-diffusion-webui-tokenizer", - "Prompt for tokenization": "Prompt for tokenization", - "Ids for tokenization (example: 9061, 631, 736)": "Ids for tokenization (example: 9061, 631, 736)", - "https://github.com/AUTOMATIC1111/stable-diffusion-webui-tokenizer.git": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-tokenizer.git", - "3D Model Loader": "3D Model Loader", - "Light": "Light", - "Position/Rotate X": "Position/Rotate X", - "Position/Rotate Y": "Position/Rotate Y", - "Position/Rotate Z": "Position/Rotate Z", - "Show Ground": "Show Ground", - "Show Grid": "Show Grid", - "Show Axis": "Show Axis", - "Background Color": "Background Color", - "Ground Color": "Ground Color", - "Light Color": "Light Color", - "Model Scale": "Model Scale", - "Load Model": "Load Model", - "Play/Pause": "Play/Pause", - "Stop": "Stop", - "3D Model": "3D Model", - "Canvas Background Color": "Canvas Background Color", - "Canvas Ground Color": "Canvas Ground Color", - "sd-3dmodel-loader": "sd-3dmodel-loader", - "https://github.com/jtydhr88/sd-3dmodel-loader.git": "https://github.com/jtydhr88/sd-3dmodel-loader.git", - "Conditioning Highres": "Conditioning Highres", - "Conditioning Highres.fix strength (for sd-v1-5-inpainting)": "Conditioning Highres.fix strength (for sd-v1-5-inpainting)", - "Cond.fix: Disabled (none)": "Cond.fix: Disabled (none)", - "Cond.fix: Empty": "Cond.fix: Empty", - "Cond.fix: Lowest": "Cond.fix: Lowest", - "Cond.fix: Low": "Cond.fix: Low", - "Cond.fix: Medium": "Cond.fix: Medium", - "Cond.fix: High (recommended)": "Cond.fix: High (recommended)", - "Cond.fix: Highest": "Cond.fix: Highest", - "Cond.fix: Full": "Cond.fix: Full", - "stable-diffusion-webui-conditioning-highres-fix": "stable-diffusion-webui-conditioning-highres-fix", - "https://github.com/klimaleksus/stable-diffusion-webui-conditioning-highres-fix.git": "https://github.com/klimaleksus/stable-diffusion-webui-conditioning-highres-fix.git", + "Cutoff": "Cutoff", + "Target tokens (comma separated)": "Target tokens (comma separated)", + "Details": "Details", + "Disable for Negative prompt.": "Disable for Negative prompt.", + "Cutoff strongly.": "Cutoff strongly.", + "Padding token (ID or single token)": "Padding token (ID or single token)", + "Interpolation method": "Interpolation method", + "Debug log": "Debug log", + "Cutoff Enabled": "Cutoff Enabled", + "Cutoff Targets": "Cutoff Targets", + "Cutoff Weight": "Cutoff Weight", + "Cutoff Disable for Negative Prompt": "Cutoff Disable for Negative Prompt", + "Cutoff Strong": "Cutoff Strong", + "Cutoff Padding": "Cutoff Padding", + "Cutoff Interpolation": "Cutoff Interpolation", + "sd-webui-cutoff": "sd-webui-cutoff", + "https://github.com/hnmr293/sd-webui-cutoff.git": "https://github.com/hnmr293/sd-webui-cutoff.git", + "red, blue": "red, blue", + "stable-diffusion-webui-two-shot": "stable-diffusion-webui-two-shot", + "Divisions": "Divisions", + "Positions": "Positions", + "Weights": "Weights", + "end at this step": "end at this step", + "Visualize": "Visualize", + "Regions": "Regions", + "Extra generation params": "Extra generation params", + "Apply": "Apply", + "https://github.com/opparco/stable-diffusion-webui-two-shot.git": "https://github.com/opparco/stable-diffusion-webui-two-shot.git", + "sd-webui-depth-lib": "sd-webui-depth-lib", + "Depth Library": "Depth Library", + "Pages:": "Pages:", + "Selected": "Selected", + "Send to ControlNet": "Send to ControlNet", + "https://github.com/jexom/sd-webui-depth-lib.git": "https://github.com/jexom/sd-webui-depth-lib.git", + "CLIP_test": "CLIP_test", + "Create Beta hypernetwork": "Create Beta hypernetwork", + "Train_Gamma": "Train_Gamma", + "Train_Tuning": "Train_Tuning", + "Show advanced options": "Show advanced options", + "Weight initialization seed, set -1 for default": "Weight initialization seed, set -1 for default", + "Standard Deviation for Normal weight initialization": "Standard Deviation for Normal weight initialization", + "Use dropout. Might improve training when dataset is small / limited.": "Use dropout. Might improve training when dataset is small / limited.", + "Use skip-connection. Won't work without extension!": "Use skip-connection. Won't work without extension!", + "Optional information about Hypernetwork": "Optional information about Hypernetwork", + "Setting file name": "Setting file name", + "Save hypernetwork setting to file": "Save hypernetwork setting to file", + "Train an embedding or Hypernetwork; you must specify a directory": "Train an embedding or Hypernetwork; you must specify a directory", + "Show advanced learn rate scheduler options": "Show advanced learn rate scheduler options", + "Show advanced adamW parameter options)": "Show advanced adamW parameter options)", + "Show Gradient Clipping Options(for both)": "Show Gradient Clipping Options(for both)", + "Show Noise Scheduler Options(for both)": "Show Noise Scheduler Options(for both)", + "Uses D-Adaptation(LR Free) AdamW. Recommended LR is 1.0 at base": "Uses D-Adaptation(LR Free) AdamW. Recommended LR is 1.0 at base", + "AdamW weight decay parameter": "AdamW weight decay parameter", + "AdamW beta1 parameter": "AdamW beta1 parameter", + "AdamW beta2 parameter": "AdamW beta2 parameter", + "AdamW epsilon parameter": "AdamW epsilon parameter", + "Growth factor limiting, use value like 1.02 or leave it as -1": "Growth factor limiting, use value like 1.02 or leave it as -1", + "Use CosineAnnealingWarmupRestarts Scheduler": "Use CosineAnnealingWarmupRestarts Scheduler", + "Steps for cycle": "Steps for cycle", + "Step multiplier per cycle": "Step multiplier per cycle", + "Warmup step per cycle": "Warmup step per cycle", + "Minimum learning rate": "Minimum learning rate", + "Decays learning rate every cycle": "Decays learning rate every cycle", + "Saves when every cycle finishes": "Saves when every cycle finishes", + "Generates image when every cycle finishes": "Generates image when every cycle finishes", + "Gradient Clipping Options": "Gradient Clipping Options", + "limit": "limit", + "Limiting value": "Limiting value", + "Norm type": "Norm type", + "Use Noise training scheduler(test)": "Use Noise training scheduler(test)", + "Restarts noise scheduler, or linear": "Restarts noise scheduler, or linear", + "Restarts noise scheduler every nth epoch": "Restarts noise scheduler every nth epoch", + "Unload Optimizer when generating preview(hypernetwork)": "Unload Optimizer when generating preview(hypernetwork)", + "Standard deviation for sampling": "Standard deviation for sampling", + "loss type": "loss type", + "loss": "loss", + "loss_simple": "loss_simple", + "loss_vlb": "loss_vlb", + "Save training setting": "Save training setting", + "File name to save setting as": "File name to save setting as", + "Load training option from saved json file. This will override settings above": "Load training option from saved json file. This will override settings above", + "Train Hypernetwork; you must specify a directory": "Train Hypernetwork; you must specify a directory", + "Hypernetwork name to create, leave it empty to use selected": "Hypernetwork name to create, leave it empty to use selected", + "Load Hypernetwork creation option from saved json file": "Load Hypernetwork creation option from saved json file", + "Load training option(s) from saved json file": "Load training option(s) from saved json file", + "Save a copy of model to log directory every N steps, 0 to disable": "Save a copy of model to log directory every N steps, 0 to disable", + "Manual dataset seed": "Manual dataset seed", + "CLIP-test": "CLIP-test", + "CLIP Text models. Set to empty to not change.": "CLIP Text models. Set to empty to not change.", + "Enable clip model change. This will be triggered from next model changes.": "Enable clip model change. This will be triggered from next model changes.", + "Detach grad from conditioning models": "Detach grad from conditioning models", + "Hypernetwork-MonkeyPatch-Extension": "Hypernetwork-MonkeyPatch-Extension", + "must be positive float": "must be positive float", + "Training information, dateset, etc": "Training information, dateset, etc", + "default = 0.01": "default = 0.01", + "default = 0.9": "default = 0.9", + "default = 0.99": "default = 0.99", + "default = 1e-8": "default = 1e-8", + "Cycles every nth Step": "Cycles every nth Step", + "Step length multiplier every cycle": "Step length multiplier every cycle", + "CosineAnnealing lr increase step": "CosineAnnealing lr increase step", + "restricts decay value, but does not restrict gamma rate decay": "restricts decay value, but does not restrict gamma rate decay", + "Value should be in (0-1]": "Value should be in (0-1]", + ". filename cannot have ',' inside, and files should be splitted by ','.": ". filename cannot have ',' inside, and files should be splitted by ','.", + "https://github.com/aria1th/Hypernetwork-MonkeyPatch-Extension.git": "https://github.com/aria1th/Hypernetwork-MonkeyPatch-Extension.git", + "Remove background": "Remove background", + "u2net": "u2net", + "u2netp": "u2netp", + "u2net_human_seg": "u2net_human_seg", + "u2net_cloth_seg": "u2net_cloth_seg", + "silueta": "silueta", + "Return mask": "Return mask", + "Alpha matting": "Alpha matting", + "Erode size": "Erode size", + "Foreground threshold": "Foreground threshold", + "Background threshold": "Background threshold", + "https://github.com/AUTOMATIC1111/stable-diffusion-webui-rembg.git": "https://github.com/AUTOMATIC1111/stable-diffusion-webui-rembg.git", + "stable-diffusion-webui-depthmap-script": "stable-diffusion-webui-depthmap-script", + "Compute on": "Compute on", + "GPU": "GPU", + "CPU": "CPU", + "Match input size (size is ignored when using boost)": "Match input size (size is ignored when using boost)", + "BOOST (multi-resolution merging)": "BOOST (multi-resolution merging)", + "Invert DepthMap (black=near, white=far)": "Invert DepthMap (black=near, white=far)", + "Clip and renormalize": "Clip and renormalize", + "Far clip": "Far clip", + "Near clip": "Near clip", + "Combine into one image.": "Combine into one image.", + "Combine axis": "Combine axis", + "Save DepthMap": "Save DepthMap", + "Show DepthMap": "Show DepthMap", + "Show HeatMap": "Show HeatMap", + "Generate Stereo side-by-side image": "Generate Stereo side-by-side image", + "Generate Stereo anaglyph image (red/cyan)": "Generate Stereo anaglyph image (red/cyan)", + "Divergence (3D effect)": "Divergence (3D effect)", + "Gap fill technique": "Gap fill technique", + "Balance between eyes": "Balance between eyes", + "Generate 3D inpainted mesh. (Sloooow)": "Generate 3D inpainted mesh. (Sloooow)", + "Generate 4 demo videos with 3D inpainted mesh.": "Generate 4 demo videos with 3D inpainted mesh.", + "Save the foreground masks": "Save the foreground masks", + "pre-depth background removal": "pre-depth background removal", + "Rembg Model": "Rembg Model", + "Information, comment and share @": "Information, comment and share @", + "Input Mesh (.ply)": "Input Mesh (.ply)", + "Generate video from inpainted mesh.": "Generate video from inpainted mesh.", + "A file on the same machine where the server is running.": "A file on the same machine where the server is running.", + "Number of frames": "Number of frames", + "Framerate": "Framerate", + "Format": "Format", + "Trajectory": "Trajectory", + "Translate: x, y, z": "Translate: x, y, z", + "Crop: top, left, bottom, right": "Crop: top, left, bottom, right", + "Dolly": "Dolly", + "Generate Video": "Generate Video", + "https://github.com/thygate/stable-diffusion-webui-depthmap-script.git": "https://github.com/thygate/stable-diffusion-webui-depthmap-script.git", + "Plot": "Plot", + "Max Image Size": "Max Image Size", + "Max Batch Count": "Max Batch Count", + "Run benchmark": "Run benchmark", + "Load results": "Load results", + "a1111-stable-diffusion-webui-vram-estimator": "a1111-stable-diffusion-webui-vram-estimator", + "https://github.com/space-nuko/a1111-stable-diffusion-webui-vram-estimator.git": "https://github.com/space-nuko/a1111-stable-diffusion-webui-vram-estimator.git", + "Training Picker": "Training Picker", + "Video to extract frames from:": "Video to extract frames from:", + "Only extract keyframes (recommended)": "Only extract keyframes (recommended)", + "Extract every nth frame": "Extract every nth frame", + "Extract Frames": "Extract Frames", + "Extracted Frame Set": "Extracted Frame Set", + "Resize crops to 512x512": "Resize crops to 512x512", + "Outfill method:": "Outfill method:", + "Don't outfill": "Don't outfill", + "Stretch image": "Stretch image", + "Transparent": "Transparent", + "Solid color": "Solid color", + "Average image color": "Average image color", + "Dominant image color": "Dominant image color", + "Stretch pixels at border": "Stretch pixels at border", + "Reflect image around border": "Reflect image around border", + "Blurred & stretched overlay": "Blurred & stretched overlay", + "Reuse original image": "Reuse original image", + "Reset Aspect Ratio": "Reset Aspect Ratio", + "Image border outfill method:": "Image border outfill method:", + "Black outfill": "Black outfill", + "Outfill border color:": "Outfill border color:", + "Blur amount:": "Blur amount:", + "Number of clusters:": "Number of clusters:", + "Save crops to:": "Save crops to:", + "Fixed size to resize images to": "Fixed size to resize images to", + "Path to read videos from": "Path to read videos from", + "Path to store extracted frame sets in": "Path to store extracted frame sets in", + "Default cropped image output directory": "Default cropped image output directory", + "https://github.com/Maurdekye/training-picker.git": "https://github.com/Maurdekye/training-picker.git", + "✕": "✕", + "[NPW] Weight": "[NPW] Weight", + "stable-diffusion-NPW": "stable-diffusion-NPW", + "https://github.com/muerrilla/stable-diffusion-NPW": "https://github.com/muerrilla/stable-diffusion-NPW", "Wildcards Manager": "Wildcards Manager", "Dynamic Prompts enabled": "Dynamic Prompts enabled", "Combinatorial generation": "Combinatorial generation", @@ -3763,5 +3715,53 @@ "Disable image generation. Useful if you only want to generate text prompts. (1 image will still be generated to keep Auto1111 happy.).": "Disable image generation. Useful if you only want to generate text prompts. (1 image will still be generated to keep Auto1111 happy.).", "Add emphasis to a randomly selected keyword in the prompt.": "Add emphasis to a randomly selected keyword in the prompt.", "Write template into image metadata.": "Write template into image metadata.", - "Note: Each model will download between 300mb and 1.4gb of data on first use.": "Note: Each model will download between 300mb and 1.4gb of data on first use." + "Note: Each model will download between 300mb and 1.4gb of data on first use.": "Note: Each model will download between 300mb and 1.4gb of data on first use.", + "Text2Prompt": "Text2Prompt", + "Input Theme": "Input Theme", + "Input Negative Theme": "Input Negative Theme", + "Negative strength": "Negative strength", + "Replace underscore in tag with whitespace": "Replace underscore in tag with whitespace", + "Escape brackets in tag": "Escape brackets in tag", + "Generation Settings": "Generation Settings", + "Database": "Database", + "Tag count filter": "Tag count filter", + "Tag range:": "Tag range:", + "≥ 0 tagged": "≥ 0 tagged", + "(14589 tags total)": "(14589 tags total)", + "Method to convert similarity into probability": "Method to convert similarity into probability", + "Cutoff and Power": "Cutoff and Power", + "Softmax": "Softmax", + "Power": "Power", + "Top-k": "Top-k", + "Top-p (Nucleus)": "Top-p (Nucleus)", + "Max number of tags": "Max number of tags", + "k value": "k value", + "p value": "p value", + "Use weighted choice": "Use weighted choice", + "stable-diffusion-webui-text2prompt": "stable-diffusion-webui-text2prompt", + "https://github.com/toshiaki1729/stable-diffusion-webui-text2prompt.git": "https://github.com/toshiaki1729/stable-diffusion-webui-text2prompt.git", + "Embedding Editor": "Embedding Editor", + "Vector": "Vector", + "Refresh Embeddings": "Refresh Embeddings", + "Save Embedding": "Save Embedding", + "Enter words and color hexes to mark weights on the sliders for guidance. Hint: Use the txt2img prompt token counter or": "Enter words and color hexes to mark weights on the sliders for guidance. Hint: Use the txt2img prompt token counter or", + "webui-tokenizer": "webui-tokenizer", + "to see which words are constructed using multiple sub-words, e.g. 'computer' doesn't exist in stable diffusion's CLIP dictionary and instead 'compu' and 'ter' are used (1 word but 2 embedding vectors). Currently buggy and needs a moment to process before pressing the button. If it doesn't work after a moment, try adding a random space to refresh it.": "to see which words are constructed using multiple sub-words, e.g. 'computer' doesn't exist in stable diffusion's CLIP dictionary and instead 'compu' and 'ter' are used (1 word but 2 embedding vectors). Currently buggy and needs a moment to process before pressing the button. If it doesn't work after a moment, try adding a random space to refresh it.", + "Sampling Steps": "Sampling Steps", + "Generate Preview": "Generate Preview", + "stable-diffusion-webui-embedding-editor": "stable-diffusion-webui-embedding-editor", + "https://github.com/CodeExplode/stable-diffusion-webui-embedding-editor.git": "https://github.com/CodeExplode/stable-diffusion-webui-embedding-editor.git", + "symbol:color-hex, symbol:color-hex, ...": "symbol:color-hex, symbol:color-hex, ...", + "e.g. A portrait photo of embedding_name": "e.g. A portrait photo of embedding_name", + "Shift attention": "Shift attention", + "https://github.com/yownas/shift-attention.git": "https://github.com/yownas/shift-attention.git", + "Save score as EXIF or PNG Info Chunk": "Save score as EXIF or PNG Info Chunk", + "sd_model_hash": "sd_model_hash", + "hash": "hash", + "Save tags (Windows only)": "Save tags (Windows only)", + "Save category (Windows only)": "Save category (Windows only)", + "Save generation params text": "Save generation params text", + "Force CPU (Requires Custom Script Reload)": "Force CPU (Requires Custom Script Reload)", + "stable-diffusion-webui-aesthetic-image-scorer": "stable-diffusion-webui-aesthetic-image-scorer", + "https://github.com/tsngo/stable-diffusion-webui-aesthetic-image-scorer.git": "https://github.com/tsngo/stable-diffusion-webui-aesthetic-image-scorer.git" } \ No newline at end of file diff --git a/localizations/zh_CN.json b/localizations/zh_CN.json new file mode 100644 index 0000000..c8e8710 --- /dev/null +++ b/localizations/zh_CN.json @@ -0,0 +1,3767 @@ +{ + "Loading...": "Loading...", + "Use via API": "Use via API", + "Built with Gradio": "Built with Gradio", + "Stable Diffusion checkpoint": "Stable Diffusion checkpoint", + "txt2img": "txt2img", + "img2img": "img2img", + "Extras": "Extras", + "PNG Info": "PNG Info", + "Checkpoint Merger": "Checkpoint Merger", + "Train": "Train", + "Settings": "Settings", + "Extensions": "Extensions", + "Prompt": "Prompt", + "Negative prompt": "Negative prompt", + "Interrupt": "Interrupt", + "Skip": "Skip", + "Generate": "Generate", + "Generate forever": "Generate forever", + "Cancel generate forever": "Cancel generate forever", + "Run": "Run", + "Styles": "Styles", + "Label": "Label", + "File": "File", + "Drop File Here": "Drop File Here", + "- or -": "- or -", + "Click to Upload": "Click to Upload", + "Textual Inversion": "Textual Inversion", + "Hypernetworks": "Hypernetworks", + "Checkpoints": "Checkpoints", + "Lora": "Lora", + "Refresh": "Refresh", + "Nothing here. Add some content to the following directories:": "Nothing here. Add some content to the following directories:", + "replace preview": "replace preview", + "Textbox": "Textbox", + "Save preview": "Save preview", + "Sampling method": "Sampling method", + "Euler a": "Euler a", + "Sampling steps": "Sampling steps", + "Restore faces": "Restore faces", + "Tiling": "Tiling", + "Hires. fix": "Hires. fix", + "Upscaler": "Upscaler", + "Latent": "Latent", + "Latent (antialiased)": "Latent (antialiased)", + "Latent (bicubic)": "Latent (bicubic)", + "Latent (bicubic antialiased)": "Latent (bicubic antialiased)", + "Latent (nearest)": "Latent (nearest)", + "Latent (nearest-exact)": "Latent (nearest-exact)", + "None": "None", + "Hires steps": "Hires steps", + "Denoising strength": "Denoising strength", + "Upscale by": "Upscale by", + "Resize width to": "Resize width to", + "Resize height to": "Resize height to", + "Width": "Width", + "Height": "Height", + "Batch count": "Batch count", + "Batch size": "Batch size", + "CFG Scale": "CFG Scale", + "Seed": "Seed", + "Extra": "Extra", + "Variation seed": "Variation seed", + "Variation strength": "Variation strength", + "Resize seed from width": "Resize seed from width", + "Resize seed from height": "Resize seed from height", + "Override settings": "Override settings", + "Script": "Script", + "Prompt matrix": "Prompt matrix", + "Prompts from file or textbox": "Prompts from file or textbox", + "X/Y/Z plot": "X/Y/Z plot", + "Put variable parts at start of prompt": "Put variable parts at start of prompt", + "Use different seed for each picture": "Use different seed for each picture", + "Select prompt": "Select prompt", + "positive": "positive", + "negative": "negative", + "Select joining char": "Select joining char", + "comma": "comma", + "space": "space", + "Grid margins (px)": "Grid margins (px)", + "Iterate seed every line": "Iterate seed every line", + "Use same random seed for all lines": "Use same random seed for all lines", + "List of prompt inputs": "List of prompt inputs", + "Upload prompt inputs": "Upload prompt inputs", + "Nothing": "Nothing", + "Var. seed": "Var. seed", + "Var. strength": "Var. strength", + "Steps": "Steps", + "Prompt S/R": "Prompt S/R", + "Prompt order": "Prompt order", + "Sampler": "Sampler", + "Checkpoint name": "Checkpoint name", + "Sigma Churn": "Sigma Churn", + "Sigma min": "Sigma min", + "Sigma max": "Sigma max", + "Sigma noise": "Sigma noise", + "Eta": "Eta", + "Clip skip": "Clip skip", + "Denoising": "Denoising", + "Hires upscaler": "Hires upscaler", + "VAE": "VAE", + "UniPC Order": "UniPC Order", + "Face restore": "Face restore", + "X type": "X type", + "X values": "X values", + "Y type": "Y type", + "Y values": "Y values", + "Z type": "Z type", + "Z values": "Z values", + "Draw legend": "Draw legend", + "Keep -1 for seeds": "Keep -1 for seeds", + "Include Sub Images": "Include Sub Images", + "Include Sub Grids": "Include Sub Grids", + "Swap X/Y axes": "Swap X/Y axes", + "Swap Y/Z axes": "Swap Y/Z axes", + "Swap X/Z axes": "Swap X/Z axes", + "Save": "Save", + "Zip": "Zip", + "Send to img2img": "Send to img2img", + "Send to inpaint": "Send to inpaint", + "Send to extras": "Send to extras", + "Interrogate\nCLIP": "Interrogate\nCLIP", + "Interrogate\nDeepBooru": "Interrogate\nDeepBooru", + "Sketch": "Sketch", + "Inpaint": "Inpaint", + "Inpaint sketch": "Inpaint sketch", + "Inpaint upload": "Inpaint upload", + "Batch": "Batch", + "Image for img2img": "Image for img2img", + "Drop Image Here": "Drop Image Here", + "Copy image to:": "Copy image to:", + "sketch": "sketch", + "inpaint": "inpaint", + "inpaint sketch": "inpaint sketch", + "Image for inpainting with mask": "Image for inpainting with mask", + "Color sketch inpainting": "Color sketch inpainting", + "Mask": "Mask", + "Process images in a directory on the same machine where the server is running.": "Process images in a directory on the same machine where the server is running.", + "Use an empty output directory to save pictures normally instead of writing to the output directory.": "Use an empty output directory to save pictures normally instead of writing to the output directory.", + "Add inpaint batch mask directory to enable inpaint batch processing.": "Add inpaint batch mask directory to enable inpaint batch processing.", + "Input directory": "Input directory", + "Output directory": "Output directory", + "Inpaint batch mask directory (required for inpaint batch processing only)": "Inpaint batch mask directory (required for inpaint batch processing only)", + "Resize mode": "Resize mode", + "Just resize": "Just resize", + "Crop and resize": "Crop and resize", + "Resize and fill": "Resize and fill", + "Just resize (latent upscale)": "Just resize (latent upscale)", + "Mask blur": "Mask blur", + "Mask transparency": "Mask transparency", + "Mask mode": "Mask mode", + "Inpaint masked": "Inpaint masked", + "Inpaint not masked": "Inpaint not masked", + "Masked content": "Masked content", + "fill": "fill", + "original": "original", + "latent noise": "latent noise", + "latent nothing": "latent nothing", + "Inpaint area": "Inpaint area", + "Whole picture": "Whole picture", + "Only masked": "Only masked", + "Only masked padding, pixels": "Only masked padding, pixels", + "Image CFG Scale": "Image CFG Scale", + "img2img alternative test": "img2img alternative test", + "Loopback": "Loopback", + "Outpainting mk2": "Outpainting mk2", + "Poor man's outpainting": "Poor man's outpainting", + "SD upscale": "SD upscale", + "should be 2 or lower.": "should be 2 or lower.", + "Override `Sampling method` to Euler?(this method is built for it)": "Override `Sampling method` to Euler?(this method is built for it)", + "Override `prompt` to the same value as `original prompt`?(and `negative prompt`)": "Override `prompt` to the same value as `original prompt`?(and `negative prompt`)", + "Original prompt": "Original prompt", + "Original negative prompt": "Original negative prompt", + "Override `Sampling Steps` to the same value as `Decode steps`?": "Override `Sampling Steps` to the same value as `Decode steps`?", + "Decode steps": "Decode steps", + "Override `Denoising strength` to 1?": "Override `Denoising strength` to 1?", + "Decode CFG scale": "Decode CFG scale", + "Randomness": "Randomness", + "Sigma adjustment for finding noise for image": "Sigma adjustment for finding noise for image", + "Loops": "Loops", + "Final denoising strength": "Final denoising strength", + "Denoising strength curve": "Denoising strength curve", + "Linear": "Linear", + "Append interrogated prompt at each iteration": "Append interrogated prompt at each iteration", + "CLIP": "CLIP", + "DeepBooru": "DeepBooru", + "Recommended settings: Sampling Steps: 80-100, Sampler: Euler a, Denoising strength: 0.8": "Recommended settings: Sampling Steps: 80-100, Sampler: Euler a, Denoising strength: 0.8", + "Pixels to expand": "Pixels to expand", + "Outpainting direction": "Outpainting direction", + "left": "left", + "right": "right", + "up": "up", + "down": "down", + "Fall-off exponent (lower=higher detail)": "Fall-off exponent (lower=higher detail)", + "Color variation": "Color variation", + "Will upscale the image by the selected scale factor; use width and height sliders to set tile size": "Will upscale the image by the selected scale factor; use width and height sliders to set tile size", + "Tile overlap": "Tile overlap", + "Scale Factor": "Scale Factor", + "Lanczos": "Lanczos", + "Nearest": "Nearest", + "ESRGAN_4x": "ESRGAN_4x", + "LDSR": "LDSR", + "R-ESRGAN 4x+": "R-ESRGAN 4x+", + "R-ESRGAN 4x+ Anime6B": "R-ESRGAN 4x+ Anime6B", + "ScuNET GAN": "ScuNET GAN", + "ScuNET PSNR": "ScuNET PSNR", + "SwinIR 4x": "SwinIR 4x", + "Single Image": "Single Image", + "Batch Process": "Batch Process", + "Batch from Directory": "Batch from Directory", + "Source": "Source", + "Show result images": "Show result images", + "Scale by": "Scale by", + "Scale to": "Scale to", + "Resize": "Resize", + "Crop to fit": "Crop to fit", + "Upscaler 1": "Upscaler 1", + "Upscaler 2": "Upscaler 2", + "Upscaler 2 visibility": "Upscaler 2 visibility", + "GFPGAN visibility": "GFPGAN visibility", + "CodeFormer visibility": "CodeFormer visibility", + "CodeFormer weight (0 = maximum effect, 1 = minimum effect)": "CodeFormer weight (0 = maximum effect, 1 = minimum effect)", + "Send to txt2img": "Send to txt2img", + "A weighted sum will be used for interpolation. Requires two models; A and B. The result is calculated as A * (1 - M) + B * M": "A weighted sum will be used for interpolation. Requires two models; A and B. The result is calculated as A * (1 - M) + B * M", + "Primary model (A)": "Primary model (A)", + "Secondary model (B)": "Secondary model (B)", + "Tertiary model (C)": "Tertiary model (C)", + "Custom Name (Optional)": "Custom Name (Optional)", + "Multiplier (M) - set to 0 to get model A": "Multiplier (M) - set to 0 to get model A", + "Interpolation Method": "Interpolation Method", + "No interpolation": "No interpolation", + "Weighted sum": "Weighted sum", + "Add difference": "Add difference", + "Checkpoint format": "Checkpoint format", + "ckpt": "ckpt", + "safetensors": "safetensors", + "Save as float16": "Save as float16", + "Copy config from": "Copy config from", + "A, B or C": "A, B or C", + "B": "B", + "C": "C", + "Don't": "Don't", + "Bake in VAE": "Bake in VAE", + "Discard weights with matching name": "Discard weights with matching name", + "Merge": "Merge", + "See": "See", + "wiki": "wiki", + "for detailed explanation.": "for detailed explanation.", + "Create embedding": "Create embedding", + "Create hypernetwork": "Create hypernetwork", + "Preprocess images": "Preprocess images", + "Name": "Name", + "Initialization text": "Initialization text", + "Number of vectors per token": "Number of vectors per token", + "Overwrite Old Embedding": "Overwrite Old Embedding", + "Modules": "Modules", + "Enter hypernetwork layer structure": "Enter hypernetwork layer structure", + "Select activation function of hypernetwork. Recommended : Swish / Linear(none)": "Select activation function of hypernetwork. Recommended : Swish / Linear(none)", + "linear": "linear", + "relu": "relu", + "leakyrelu": "leakyrelu", + "elu": "elu", + "swish": "swish", + "tanh": "tanh", + "sigmoid": "sigmoid", + "celu": "celu", + "gelu": "gelu", + "glu": "glu", + "hardshrink": "hardshrink", + "hardsigmoid": "hardsigmoid", + "hardtanh": "hardtanh", + "logsigmoid": "logsigmoid", + "logsoftmax": "logsoftmax", + "mish": "mish", + "prelu": "prelu", + "rrelu": "rrelu", + "relu6": "relu6", + "selu": "selu", + "silu": "silu", + "softmax": "softmax", + "softmax2d": "softmax2d", + "softmin": "softmin", + "softplus": "softplus", + "softshrink": "softshrink", + "softsign": "softsign", + "tanhshrink": "tanhshrink", + "threshold": "threshold", + "Select Layer weights initialization. Recommended: Kaiming for relu-like, Xavier for sigmoid-like, Normal otherwise": "Select Layer weights initialization. Recommended: Kaiming for relu-like, Xavier for sigmoid-like, Normal otherwise", + "Normal": "Normal", + "KaimingUniform": "KaimingUniform", + "KaimingNormal": "KaimingNormal", + "XavierUniform": "XavierUniform", + "XavierNormal": "XavierNormal", + "Add layer normalization": "Add layer normalization", + "Use dropout": "Use dropout", + "Enter hypernetwork Dropout structure (or empty). Recommended : 0~0.35 incrementing sequence: 0, 0.05, 0.15": "Enter hypernetwork Dropout structure (or empty). Recommended : 0~0.35 incrementing sequence: 0, 0.05, 0.15", + "Overwrite Old Hypernetwork": "Overwrite Old Hypernetwork", + "Source directory": "Source directory", + "Destination directory": "Destination directory", + "Existing Caption txt Action": "Existing Caption txt Action", + "ignore": "ignore", + "copy": "copy", + "prepend": "prepend", + "append": "append", + "Create flipped copies": "Create flipped copies", + "Split oversized images": "Split oversized images", + "Auto focal point crop": "Auto focal point crop", + "Auto-sized crop": "Auto-sized crop", + "Use BLIP for caption": "Use BLIP for caption", + "Use deepbooru for caption": "Use deepbooru for caption", + "Split image threshold": "Split image threshold", + "Split image overlap ratio": "Split image overlap ratio", + "Focal point face weight": "Focal point face weight", + "Focal point entropy weight": "Focal point entropy weight", + "Focal point edges weight": "Focal point edges weight", + "Create debug image": "Create debug image", + "Each image is center-cropped with an automatically chosen width and height.": "Each image is center-cropped with an automatically chosen width and height.", + "Dimension lower bound": "Dimension lower bound", + "Dimension upper bound": "Dimension upper bound", + "Area lower bound": "Area lower bound", + "Area upper bound": "Area upper bound", + "Resizing objective": "Resizing objective", + "Maximize area": "Maximize area", + "Minimize error": "Minimize error", + "Error threshold": "Error threshold", + "Preprocess": "Preprocess", + "Train an embedding or Hypernetwork; you must specify a directory with a set of 1:1 ratio images": "Train an embedding or Hypernetwork; you must specify a directory with a set of 1:1 ratio images", + "[wiki]": "[wiki]", + "Embedding": "Embedding", + "Hypernetwork": "Hypernetwork", + "Embedding Learning rate": "Embedding Learning rate", + "Hypernetwork Learning rate": "Hypernetwork Learning rate", + "Gradient Clipping": "Gradient Clipping", + "disabled": "disabled", + "value": "value", + "norm": "norm", + "Gradient accumulation steps": "Gradient accumulation steps", + "Dataset directory": "Dataset directory", + "Log directory": "Log directory", + "Prompt template": "Prompt template", + "Do not resize images": "Do not resize images", + "Max steps": "Max steps", + "Save an image to log directory every N steps, 0 to disable": "Save an image to log directory every N steps, 0 to disable", + "Save a copy of embedding to log directory every N steps, 0 to disable": "Save a copy of embedding to log directory every N steps, 0 to disable", + "Use PNG alpha channel as loss weight": "Use PNG alpha channel as loss weight", + "Save images with embedding in PNG chunks": "Save images with embedding in PNG chunks", + "Read parameters (prompt, etc...) from txt2img tab when making previews": "Read parameters (prompt, etc...) from txt2img tab when making previews", + "Shuffle tags by ',' when creating prompts.": "Shuffle tags by ',' when creating prompts.", + "Drop out tags when creating prompts.": "Drop out tags when creating prompts.", + "Choose latent sampling method": "Choose latent sampling method", + "once": "once", + "deterministic": "deterministic", + "random": "random", + "Train Embedding": "Train Embedding", + "Train Hypernetwork": "Train Hypernetwork", + "Apply settings": "Apply settings", + "Reload UI": "Reload UI", + "Saving images/grids": "Saving images/grids", + "Paths for saving": "Paths for saving", + "Saving to a directory": "Saving to a directory", + "Upscaling": "Upscaling", + "Face restoration": "Face restoration", + "System": "System", + "Training": "Training", + "Stable Diffusion": "Stable Diffusion", + "Compatibility": "Compatibility", + "Interrogate Options": "Interrogate Options", + "Extra Networks": "Extra Networks", + "User interface": "User interface", + "Live previews": "Live previews", + "Sampler parameters": "Sampler parameters", + "Postprocessing": "Postprocessing", + "Actions": "Actions", + "Licenses": "Licenses", + "Always save all generated images": "Always save all generated images", + "File format for images": "File format for images", + "Images filename pattern": "Images filename pattern", + "Add number to filename when saving": "Add number to filename when saving", + "Always save all generated image grids": "Always save all generated image grids", + "File format for grids": "File format for grids", + "Add extended info (seed, prompt) to filename when saving grid": "Add extended info (seed, prompt) to filename when saving grid", + "Do not save grids consisting of one picture": "Do not save grids consisting of one picture", + "Prevent empty spots in grid (when set to autodetect)": "Prevent empty spots in grid (when set to autodetect)", + "Grid row count; use -1 for autodetect and 0 for it to be same as batch size": "Grid row count; use -1 for autodetect and 0 for it to be same as batch size", + "Save text information about generation parameters as chunks to png files": "Save text information about generation parameters as chunks to png files", + "Create a text file next to every image with generation parameters.": "Create a text file next to every image with generation parameters.", + "Save a copy of image before doing face restoration.": "Save a copy of image before doing face restoration.", + "Save a copy of image before applying highres fix.": "Save a copy of image before applying highres fix.", + "Save a copy of image before applying color correction to img2img results": "Save a copy of image before applying color correction to img2img results", + "For inpainting, save a copy of the greyscale mask": "For inpainting, save a copy of the greyscale mask", + "For inpainting, save a masked composite": "For inpainting, save a masked composite", + "Quality for saved jpeg images": "Quality for saved jpeg images", + "Use lossless compression for webp images": "Use lossless compression for webp images", + "If the saved image file size is above the limit, or its either width or height are above the limit, save a downscaled copy as JPG": "If the saved image file size is above the limit, or its either width or height are above the limit, save a downscaled copy as JPG", + "File size limit for the above option, MB": "File size limit for the above option, MB", + "Width/height limit for the above option, in pixels": "Width/height limit for the above option, in pixels", + "Maximum image size, in megapixels": "Maximum image size, in megapixels", + "Use original name for output filename during batch process in extras tab": "Use original name for output filename during batch process in extras tab", + "Use upscaler name as filename suffix in the extras tab": "Use upscaler name as filename suffix in the extras tab", + "When using 'Save' button, only save a single selected image": "When using 'Save' button, only save a single selected image", + "Do not add watermark to images": "Do not add watermark to images", + "Directory for temporary images; leave empty for default": "Directory for temporary images; leave empty for default", + "Cleanup non-default temporary directory when starting webui": "Cleanup non-default temporary directory when starting webui", + "Output directory for images; if empty, defaults to three directories below": "Output directory for images; if empty, defaults to three directories below", + "Output directory for txt2img images": "Output directory for txt2img images", + "Output directory for img2img images": "Output directory for img2img images", + "Output directory for images from extras tab": "Output directory for images from extras tab", + "Output directory for grids; if empty, defaults to two directories below": "Output directory for grids; if empty, defaults to two directories below", + "Output directory for txt2img grids": "Output directory for txt2img grids", + "Output directory for img2img grids": "Output directory for img2img grids", + "Directory for saving images using the Save button": "Directory for saving images using the Save button", + "Save images to a subdirectory": "Save images to a subdirectory", + "Save grids to a subdirectory": "Save grids to a subdirectory", + "When using \"Save\" button, save images to a subdirectory": "When using \"Save\" button, save images to a subdirectory", + "Directory name pattern": "Directory name pattern", + "Max prompt words for [prompt_words] pattern": "Max prompt words for [prompt_words] pattern", + "Tile size for ESRGAN upscalers. 0 = no tiling.": "Tile size for ESRGAN upscalers. 0 = no tiling.", + "Tile overlap, in pixels for ESRGAN upscalers. Low values = visible seam.": "Tile overlap, in pixels for ESRGAN upscalers. Low values = visible seam.", + "Upscaler for img2img": "Upscaler for img2img", + "LDSR processing steps. Lower = faster": "LDSR processing steps. Lower = faster", + "Cache LDSR model in memory": "Cache LDSR model in memory", + "Tile size for all SwinIR.": "Tile size for all SwinIR.", + "Tile overlap, in pixels for SwinIR. Low values = visible seam.": "Tile overlap, in pixels for SwinIR. Low values = visible seam.", + "CodeFormer weight parameter; 0 = maximum effect; 1 = minimum effect": "CodeFormer weight parameter; 0 = maximum effect; 1 = minimum effect", + "Move face restoration model from VRAM into RAM after processing": "Move face restoration model from VRAM into RAM after processing", + "Show warnings in console.": "Show warnings in console.", + "VRAM usage polls per second during generation. Set to 0 to disable.": "VRAM usage polls per second during generation. Set to 0 to disable.", + "Always print all generation info to standard output": "Always print all generation info to standard output", + "Add a second progress bar to the console that shows progress for an entire job.": "Add a second progress bar to the console that shows progress for an entire job.", + "Print extra hypernetwork information to console.": "Print extra hypernetwork information to console.", + "Move VAE and CLIP to RAM when training if possible. Saves VRAM.": "Move VAE and CLIP to RAM when training if possible. Saves VRAM.", + "Turn on pin_memory for DataLoader. Makes training slightly faster but can increase memory usage.": "Turn on pin_memory for DataLoader. Makes training slightly faster but can increase memory usage.", + "Saves Optimizer state as separate *.optim file. Training of embedding or HN can be resumed with the matching optim file.": "Saves Optimizer state as separate *.optim file. Training of embedding or HN can be resumed with the matching optim file.", + "Save textual inversion and hypernet settings to a text file whenever training starts.": "Save textual inversion and hypernet settings to a text file whenever training starts.", + "Filename word regex": "Filename word regex", + "Filename join string": "Filename join string", + "Number of repeats for a single input image per epoch; used only for displaying epoch number": "Number of repeats for a single input image per epoch; used only for displaying epoch number", + "Save an csv containing the loss to log directory every N steps, 0 to disable": "Save an csv containing the loss to log directory every N steps, 0 to disable", + "Use cross attention optimizations while training": "Use cross attention optimizations while training", + "Enable tensorboard logging.": "Enable tensorboard logging.", + "Save generated images within tensorboard.": "Save generated images within tensorboard.", + "How often, in seconds, to flush the pending tensorboard events and summaries to disk.": "How often, in seconds, to flush the pending tensorboard events and summaries to disk.", + "Checkpoints to cache in RAM": "Checkpoints to cache in RAM", + "VAE Checkpoints to cache in RAM": "VAE Checkpoints to cache in RAM", + "SD VAE": "SD VAE", + "Automatic": "Automatic", + "Ignore selected VAE for stable diffusion checkpoints that have their own .vae.pt next to them": "Ignore selected VAE for stable diffusion checkpoints that have their own .vae.pt next to them", + "Inpainting conditioning mask strength": "Inpainting conditioning mask strength", + "Noise multiplier for img2img": "Noise multiplier for img2img", + "Apply color correction to img2img results to match original colors.": "Apply color correction to img2img results to match original colors.", + "With img2img, do exactly the amount of steps the slider specifies (normally you'd do less with less denoising).": "With img2img, do exactly the amount of steps the slider specifies (normally you'd do less with less denoising).", + "With img2img, fill image's transparent parts with this color.": "With img2img, fill image's transparent parts with this color.", + "Enable quantization in K samplers for sharper and cleaner results. This may change existing seeds. Requires restart to apply.": "Enable quantization in K samplers for sharper and cleaner results. This may change existing seeds. Requires restart to apply.", + "Emphasis: use (text) to make model pay more attention to text and [text] to make it pay less attention": "Emphasis: use (text) to make model pay more attention to text and [text] to make it pay less attention", + "Make K-diffusion samplers produce same images in a batch as when making a single image": "Make K-diffusion samplers produce same images in a batch as when making a single image", + "Increase coherency by padding from the last comma within n tokens when using more than 75 tokens": "Increase coherency by padding from the last comma within n tokens when using more than 75 tokens", + "Upcast cross attention layer to float32": "Upcast cross attention layer to float32", + "Use old emphasis implementation. Can be useful to reproduce old seeds.": "Use old emphasis implementation. Can be useful to reproduce old seeds.", + "Use old karras scheduler sigmas (0.1 to 10).": "Use old karras scheduler sigmas (0.1 to 10).", + "Do not make DPM++ SDE deterministic across different batch sizes.": "Do not make DPM++ SDE deterministic across different batch sizes.", + "For hires fix, use width/height sliders to set final resolution rather than first pass (disables Upscale by, Resize width/height to).": "For hires fix, use width/height sliders to set final resolution rather than first pass (disables Upscale by, Resize width/height to).", + "Interrogate: keep models in VRAM": "Interrogate: keep models in VRAM", + "Interrogate: include ranks of model tags matches in results (Has no effect on caption-based interrogators).": "Interrogate: include ranks of model tags matches in results (Has no effect on caption-based interrogators).", + "Interrogate: num_beams for BLIP": "Interrogate: num_beams for BLIP", + "Interrogate: minimum description length (excluding artists, etc..)": "Interrogate: minimum description length (excluding artists, etc..)", + "Interrogate: maximum description length": "Interrogate: maximum description length", + "CLIP: maximum number of lines in text file (0 = No limit)": "CLIP: maximum number of lines in text file (0 = No limit)", + "CLIP: skip inquire categories": "CLIP: skip inquire categories", + "Interrogate: deepbooru score threshold": "Interrogate: deepbooru score threshold", + "Interrogate: deepbooru sort alphabetically": "Interrogate: deepbooru sort alphabetically", + "use spaces for tags in deepbooru": "use spaces for tags in deepbooru", + "escape (\\) brackets in deepbooru (so they are used as literal brackets and not for emphasis)": "escape (\\) brackets in deepbooru (so they are used as literal brackets and not for emphasis)", + "filter out those tags from deepbooru output (separated by comma)": "filter out those tags from deepbooru output (separated by comma)", + "Default view for Extra Networks": "Default view for Extra Networks", + "cards": "cards", + "Multiplier for extra networks": "Multiplier for extra networks", + "Card width for Extra Networks (px)": "Card width for Extra Networks (px)", + "Card height for Extra Networks (px)": "Card height for Extra Networks (px)", + "Extra text to add before <...> when adding extra network to prompt": "Extra text to add before <...> when adding extra network to prompt", + "Add hypernetwork to prompt": "Add hypernetwork to prompt", + "Add Lora to prompt": "Add Lora to prompt", + "Show grid in results for web": "Show grid in results for web", + "For inpainting, include the greyscale mask in results for web": "For inpainting, include the greyscale mask in results for web", + "For inpainting, include masked composite in results for web": "For inpainting, include masked composite in results for web", + "Do not show any images in results for web": "Do not show any images in results for web", + "Add model hash to generation information": "Add model hash to generation information", + "Add model name to generation information": "Add model name to generation information", + "When reading generation parameters from text into UI (from PNG info or pasted text), do not change the selected model/checkpoint.": "When reading generation parameters from text into UI (from PNG info or pasted text), do not change the selected model/checkpoint.", + "Send seed when sending prompt or image to other interface": "Send seed when sending prompt or image to other interface", + "Send size when sending prompt or image to another interface": "Send size when sending prompt or image to another interface", + "Font for image grids that have text": "Font for image grids that have text", + "Enable full page image viewer": "Enable full page image viewer", + "Show images zoomed in by default in full page image viewer": "Show images zoomed in by default in full page image viewer", + "Show generation progress in window title.": "Show generation progress in window title.", + "Use dropdown for sampler selection instead of radio group": "Use dropdown for sampler selection instead of radio group", + "Show Width/Height and Batch sliders in same row": "Show Width/Height and Batch sliders in same row", + "Ctrl+up/down precision when editing (attention:1.1)": "Ctrl+up/down precision when editing (attention:1.1)", + "Ctrl+up/down precision when editing ": "Ctrl+up/down precision when editing ", + "Quicksettings list": "Quicksettings list", + "Hidden UI tabs (requires restart)": "Hidden UI tabs (requires restart)", + "txt2img/img2img UI item order": "txt2img/img2img UI item order", + "Extra networks tab order": "Extra networks tab order", + "Localization (requires restart)": "Localization (requires restart)", + "Show progressbar": "Show progressbar", + "Show live previews of the created image": "Show live previews of the created image", + "Show previews of all images generated in a batch as a grid": "Show previews of all images generated in a batch as a grid", + "Show new live preview image every N sampling steps. Set to -1 to show after completion of batch.": "Show new live preview image every N sampling steps. Set to -1 to show after completion of batch.", + "Image creation progress preview mode": "Image creation progress preview mode", + "Full": "Full", + "Approx NN": "Approx NN", + "Approx cheap": "Approx cheap", + "Live preview subject": "Live preview subject", + "Combined": "Combined", + "Progressbar/preview update period, in milliseconds": "Progressbar/preview update period, in milliseconds", + "Hide samplers in user interface (requires restart)": "Hide samplers in user interface (requires restart)", + "Euler": "Euler", + "LMS": "LMS", + "Heun": "Heun", + "DPM2": "DPM2", + "DPM2 a": "DPM2 a", + "DPM++ 2S a": "DPM++ 2S a", + "DPM++ 2M": "DPM++ 2M", + "DPM++ SDE": "DPM++ SDE", + "DPM fast": "DPM fast", + "DPM adaptive": "DPM adaptive", + "LMS Karras": "LMS Karras", + "DPM2 Karras": "DPM2 Karras", + "DPM2 a Karras": "DPM2 a Karras", + "DPM++ 2S a Karras": "DPM++ 2S a Karras", + "DPM++ 2M Karras": "DPM++ 2M Karras", + "DPM++ SDE Karras": "DPM++ SDE Karras", + "DDIM": "DDIM", + "PLMS": "PLMS", + "UniPC": "UniPC", + "eta (noise multiplier) for DDIM": "eta (noise multiplier) for DDIM", + "eta (noise multiplier) for ancestral samplers": "eta (noise multiplier) for ancestral samplers", + "img2img DDIM discretize": "img2img DDIM discretize", + "uniform": "uniform", + "quad": "quad", + "sigma churn": "sigma churn", + "sigma tmin": "sigma tmin", + "sigma noise": "sigma noise", + "Eta noise seed delta": "Eta noise seed delta", + "Always discard next-to-last sigma": "Always discard next-to-last sigma", + "UniPC variant": "UniPC variant", + "bh1": "bh1", + "bh2": "bh2", + "vary_coeff": "vary_coeff", + "UniPC skip type": "UniPC skip type", + "time_uniform": "time_uniform", + "time_quadratic": "time_quadratic", + "logSNR": "logSNR", + "UniPC order (must be < sampling steps)": "UniPC order (must be < sampling steps)", + "UniPC lower order final": "UniPC lower order final", + "Enable postprocessing operations in txt2img and img2img tabs": "Enable postprocessing operations in txt2img and img2img tabs", + "Postprocessing operation order": "Postprocessing operation order", + "Maximum number of images in upscaling cache": "Maximum number of images in upscaling cache", + "Request browser notifications": "Request browser notifications", + "Download localization template": "Download localization template", + "Reload custom script bodies (No ui updates, No restart)": "Reload custom script bodies (No ui updates, No restart)", + "Unload SD checkpoint to free VRAM": "Unload SD checkpoint to free VRAM", + "Reload the last SD checkpoint back into VRAM": "Reload the last SD checkpoint back into VRAM", + "Show all pages": "Show all pages", + "Installed": "Installed", + "Available": "Available", + "Install from URL": "Install from URL", + "Apply and restart UI": "Apply and restart UI", + "Check for updates": "Check for updates", + "Disable all extensions": "Disable all extensions", + "none": "none", + "extra": "extra", + "all": "all", + "Extension": "Extension", + "Use checkbox to enable the extension; it will be enabled or disabled when you click apply button": "Use checkbox to enable the extension; it will be enabled or disabled when you click apply button", + "URL": "URL", + "Version": "Version", + "Extension version": "Extension version", + "Update": "Update", + "Use checkbox to mark the extension for update; it will be updated when you click apply button": "Use checkbox to mark the extension for update; it will be updated when you click apply button", + "built-in": "built-in", + "latest": "latest", + "behind": "behind", + "Error": "Error", + "unknown": "unknown", + "ScuNET": "ScuNET", + "prompt-bracket-checker": "prompt-bracket-checker", + "Load from:": "Load from:", + "Extension index URL": "Extension index URL", + "Hide extensions with tags": "Hide extensions with tags", + "script": "script", + "ads": "ads", + "localization": "localization", + "installed": "installed", + "Description": "Description", + "Action": "Action", + "dropdown": "dropdown", + "UI related": "UI related", + "tab": "tab", + "animation": "animation", + "online": "online", + "extras": "extras", + "science": "science", + "models": "models", + "query": "query", + "training": "training", + "Fusion": "Fusion", + "editing": "editing", + "Waiting...": "Waiting...", + "Time taken:": "Time taken:", + "prompting": "prompting", + "manipulations": "manipulations", + "Order": "Order", + "newest first": "newest first", + "oldest first": "oldest first", + "a-z": "a-z", + "z-a": "z-a", + "internal order": "internal order", + "Search": "Search", + "URL for extension's git repository": "URL for extension's git repository", + "Local directory name": "Local directory name", + "Install": "Install", + "N/A": "N/A", + "Change checkpoint": "Change checkpoint", + "Remove All": "Remove All", + "Prompt (press Ctrl+Enter or Alt+Enter to generate)": "Prompt (press Ctrl+Enter or Alt+Enter to generate)", + "Negative prompt (press Ctrl+Enter or Alt+Enter to generate)": "Negative prompt (press Ctrl+Enter or Alt+Enter to generate)", + "Stop processing images and return any results accumulated so far.": "Stop processing images and return any results accumulated so far.", + "Stop processing current image and continue processing.": "Stop processing current image and continue processing.", + "Read generation parameters from prompt or last generation if prompt is empty into user interface.": "Read generation parameters from prompt or last generation if prompt is empty into user interface.", + "Clear prompt": "Clear prompt", + "Show/hide extra networks": "Show/hide extra networks", + "Apply selected styles to current prompt": "Apply selected styles to current prompt", + "Save style": "Save style", + "Search...": "Search...", + "Which algorithm to use to produce the image": "Which algorithm to use to produce the image", + "Euler Ancestral - very creative, each can get a completely different picture depending on step count, setting steps higher than 30-40 does not help": "Euler Ancestral - very creative, each can get a completely different picture depending on step count, setting steps higher than 30-40 does not help", + "How many times to improve the generated image iteratively; higher values take longer; very low values can produce bad results": "How many times to improve the generated image iteratively; higher values take longer; very low values can produce bad results", + "Produce an image that can be tiled.": "Produce an image that can be tiled.", + "Use a two step process to partially create an image at smaller resolution, upscale, and then improve details in it without changing composition": "Use a two step process to partially create an image at smaller resolution, upscale, and then improve details in it without changing composition", + "Number of sampling steps for upscaled picture. If 0, uses same as for original.": "Number of sampling steps for upscaled picture. If 0, uses same as for original.", + "Determines how little respect the algorithm should have for image's content. At 0, nothing will change, and at 1 you'll get an unrelated image. With values below 1.0, processing will take less steps than the Sampling Steps slider specifies.": "Determines how little respect the algorithm should have for image's content. At 0, nothing will change, and at 1 you'll get an unrelated image. With values below 1.0, processing will take less steps than the Sampling Steps slider specifies.", + "Adjusts the size of the image by multiplying the original width and height by the selected value. Ignored if either Resize width to or Resize height to are non-zero.": "Adjusts the size of the image by multiplying the original width and height by the selected value. Ignored if either Resize width to or Resize height to are non-zero.", + "Resizes image to this width. If 0, width is inferred from either of two nearby sliders.": "Resizes image to this width. If 0, width is inferred from either of two nearby sliders.", + "Resizes image to this height. If 0, height is inferred from either of two nearby sliders.": "Resizes image to this height. If 0, height is inferred from either of two nearby sliders.", + "How many batches of images to create (has no impact on generation performance or VRAM usage)": "How many batches of images to create (has no impact on generation performance or VRAM usage)", + "How many image to create in a single batch (increases generation performance at cost of higher VRAM usage)": "How many image to create in a single batch (increases generation performance at cost of higher VRAM usage)", + "Classifier Free Guidance Scale - how strongly the image should conform to prompt - lower values produce more creative results": "Classifier Free Guidance Scale - how strongly the image should conform to prompt - lower values produce more creative results", + "A value that determines the output of random number generator - if you create an image with same parameters and seed as another image, you'll get the same result": "A value that determines the output of random number generator - if you create an image with same parameters and seed as another image, you'll get the same result", + "Set seed to -1, which will cause a new random number to be used every time": "Set seed to -1, which will cause a new random number to be used every time", + "Reuse seed from last generation, mostly useful if it was randomed": "Reuse seed from last generation, mostly useful if it was randomed", + "Seed of a different picture to be mixed into the generation.": "Seed of a different picture to be mixed into the generation.", + "How strong of a variation to produce. At 0, there will be no effect. At 1, you will get the complete picture with variation seed (except for ancestral samplers, where you will just get something).": "How strong of a variation to produce. At 0, there will be no effect. At 1, you will get the complete picture with variation seed (except for ancestral samplers, where you will just get something).", + "Make an attempt to produce a picture similar to what would have been produced with same seed at specified resolution": "Make an attempt to produce a picture similar to what would have been produced with same seed at specified resolution", + "Do not do anything special": "Do not do anything special", + "Separate values for X axis using commas.": "Separate values for X axis using commas.", + "Paste available values into the field": "Paste available values into the field", + "Separate values for Y axis using commas.": "Separate values for Y axis using commas.", + "Open images output directory": "Open images output directory", + "Write image to a directory (default - log/images) and generation parameters into csv file.": "Write image to a directory (default - log/images) and generation parameters into csv file.", + "Resize image to target resolution. Unless height and width match, you will get incorrect aspect ratio.": "Resize image to target resolution. Unless height and width match, you will get incorrect aspect ratio.", + "Resize the image so that entirety of target resolution is filled with the image. Crop parts that stick out.": "Resize the image so that entirety of target resolution is filled with the image. Crop parts that stick out.", + "Resize the image so that entirety of image is inside target resolution. Fill empty space with image's colors.": "Resize the image so that entirety of image is inside target resolution. Fill empty space with image's colors.", + "How much to blur the mask before processing, in pixels.": "How much to blur the mask before processing, in pixels.", + "What to put inside the masked area before processing it with Stable Diffusion.": "What to put inside the masked area before processing it with Stable Diffusion.", + "fill it with colors of the image": "fill it with colors of the image", + "keep whatever was there originally": "keep whatever was there originally", + "fill it with latent space noise": "fill it with latent space noise", + "fill it with latent space zeroes": "fill it with latent space zeroes", + "How many times to process an image. Each output is used as the input of the next loop. If set to 1, behavior will be as if this script were not used.": "How many times to process an image. Each output is used as the input of the next loop. If set to 1, behavior will be as if this script were not used.", + "The denoising strength for the final loop of each image in the batch.": "The denoising strength for the final loop of each image in the batch.", + "The denoising curve controls the rate of denoising strength change each loop. Aggressive: Most of the change will happen towards the start of the loops. Linear: Change will be constant through all loops. Lazy: Most of the change will happen towards the end of the loops.": "The denoising curve controls the rate of denoising strength change each loop. Aggressive: Most of the change will happen towards the start of the loops. Linear: Change will be constant through all loops. Lazy: Most of the change will happen towards the end of the loops.", + "For SD upscale, how much overlap in pixels should there be between tiles. Tiles overlap so that when they are merged back into one picture, there is no clearly visible seam.": "For SD upscale, how much overlap in pixels should there be between tiles. Tiles overlap so that when they are merged back into one picture, there is no clearly visible seam.", + "A directory on the same machine where the server is running.": "A directory on the same machine where the server is running.", + "Leave blank to save images to the default path.": "Leave blank to save images to the default path.", + "Result = A": "Result = A", + "Result = A * (1 - M) + B * M": "Result = A * (1 - M) + B * M", + "Result = A + (B - C) * M": "Result = A + (B - C) * M", + "Regular expression; if weights's name matches it, the weights is not written to the resulting checkpoint. Use ^model_ema to discard EMA weights.": "Regular expression; if weights's name matches it, the weights is not written to the resulting checkpoint. Use ^model_ema to discard EMA weights.", + "If the number of tokens is more than the number of vectors, some may be skipped.\nLeave the textbox empty to start with zeroed out vectors": "If the number of tokens is more than the number of vectors, some may be skipped.\nLeave the textbox empty to start with zeroed out vectors", + "1st and last digit must be 1. ex:'1, 2, 1'": "1st and last digit must be 1. ex:'1, 2, 1'", + "1st and last digit must be 0 and values should be between 0 and 1. ex:'0, 0.01, 0'": "1st and last digit must be 0 and values should be between 0 and 1. ex:'0, 0.01, 0'", + "Gradient clip value": "Gradient clip value", + "Path to directory with input images": "Path to directory with input images", + "Path to directory where to write outputs": "Path to directory where to write outputs", + "Use following tags to define how filenames for images are chosen: [steps], [cfg], [prompt_hash], [prompt], [prompt_no_styles], [prompt_spaces], [width], [height], [styles], [sampler], [seed], [model_hash], [model_name], [prompt_words], [date], [datetime], [datetime], [datetime