diff --git a/template/ja_JP/extensions/sd-webui-controlnet.json b/template/ja_JP/extensions/sd-webui-controlnet.json index 3818a6f..202fb5c 100644 --- a/template/ja_JP/extensions/sd-webui-controlnet.json +++ b/template/ja_JP/extensions/sd-webui-controlnet.json @@ -1,50 +1,6 @@ { "ControlNet": "ControlNet", - "Image": "画像", - "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": "プリプロセッサ", - "none": "なし", - "canny": "キャニー法", - "depth": "深度", - "depth_leres": "深度(LeRes)", - "hed": "hed", - "mlsd": "mlsd", - "normal_map": "normal_map", - "openpose": "openpose", - "pidinet": "pidinet", - "scribble": "scribble", - "fake_scribble": "fake_scribble", - "segmentation": "segmentation", - "Model": "モデル", - "Weight": "重み", - "Guidance strength (T)": "ガイダンス強度 (T)", - "Annotator resolution": "Annotatorの解像度", - "Threshold A": "しきい値 A", - "Threshold B": "しきい値 B", - "Resize Mode": "リサイズモード", - "Envelope (Outer Fit)": "アウターフィット (余白ができない)", - "Scale to Fit (Inner Fit)": "インナーフィット (余白ができる)", - "Just Resize": "単純に変形", - "Canvas Width": "キャンバスの幅", - "Canvas Height": "キャンバスの高さ", - "Create blank canvas": "空のキャンバスを作成", - "Preview annotator result": "アノテーション結果をプレビュー", - "Hide annotator result": "アノテーション結果を隠す", - "[ControlNet] Model": "[ControlNet] モデル", - "[ControlNet] Weight": "[ControlNet] 重み", - "[ControlNet] Guidance Strength": "[ControlNet] ガイダンス強度", - "[ControlNet] Resize Mode": "[ControlNet] リサイズのモード", - "[ControlNet] Preprocessor": "[ControlNet] プリプロセッサ", - "[ControlNet] Pre Resolution": "[ControlNet] 事前の解像度", - "[ControlNet] Pre Threshold A": "[ControlNet] 事前しきい値 A", - "[ControlNet] Pre Threshold B": "[ControlNet] 事前しきい値B", + "ControlNet-M2M": "ControlNet-M2M", "Config file for Control Net models": "ControlNetモデルの設定ファイル", "Config file for Adapter models": "Adapter モデルの設定ファイル", "Directory for detected maps auto saving": "検出されたマップを自動保存するディレクトリ", @@ -60,6 +16,58 @@ "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\"": "Passing ControlNet parameters with \"Send to img2img\"", "sd-webui-controlnet": "sd-webui-controlnet", - "https://github.com/Mikubill/sd-webui-controlnet.git": "https://github.com/Mikubill/sd-webui-controlnet.git" + "https://github.com/Mikubill/sd-webui-controlnet.git": "https://github.com/Mikubill/sd-webui-controlnet.git", + "Image": "画像", + "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": "プリプロセッサ", + "Model": "モデル", + "Weight": "重み", + "Guidance Start (T)": "Guidance Start (T)", + "Guidance End (T)": "Guidance End (T)", + "Annotator resolution": "Annotatorの解像度", + "Threshold A": "しきい値 A", + "Threshold B": "しきい値 B", + "Resize Mode": "リサイズモード", + "Just Resize": "単純に変形", + "Scale to Fit (Inner Fit)": "インナーフィット (余白ができる)", + "Envelope (Outer Fit)": "アウターフィット (余白ができない)", + "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] Enabled", + "[ControlNet] Model": "[ControlNet] モデル", + "[ControlNet] Weight": "[ControlNet] 重み", + "[ControlNet] Guidance Start": "[ControlNet] Guidance Start", + "[ControlNet] Guidance End": "[ControlNet] Guidance End", + "[ControlNet] Resize Mode": "[ControlNet] リサイズのモード", + "[ControlNet] Preprocessor": "[ControlNet] プリプロセッサ", + "[ControlNet] Pre Resolution": "[ControlNet] 事前の解像度", + "[ControlNet] Pre Threshold A": "[ControlNet] 事前しきい値 A", + "[ControlNet] Pre Threshold B": "[ControlNet] 事前しきい値B" }