diff --git a/template/ks_JP/extensions/sd-webui-controlnet.json b/template/ks_JP/extensions/sd-webui-controlnet.json index b3029aa..a3ecc43 100644 --- a/template/ks_JP/extensions/sd-webui-controlnet.json +++ b/template/ks_JP/extensions/sd-webui-controlnet.json @@ -1,50 +1,6 @@ { "ControlNet": "ControlNet", - "Image": "Image", - "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", - "none": "none", - "canny": "canny", - "depth": "depth", - "depth_leres": "depth_leres", - "hed": "hed", - "mlsd": "mlsd", - "normal_map": "normal_map", - "openpose": "openpose", - "pidinet": "pidinet", - "scribble": "scribble", - "fake_scribble": "fake_scribble", - "segmentation": "segmentation", - "Model": "Model", - "Weight": "Weight", - "Guidance strength (T)": "Guidance strength (T)", - "Annotator resolution": "Annotator resolution", - "Threshold A": "Threshold A", - "Threshold B": "Threshold B", - "Resize Mode": "Resize Mode", - "Envelope (Outer Fit)": "Envelope (Outer Fit)", - "Scale to Fit (Inner Fit)": "Scale to Fit (Inner Fit)", - "Just Resize": "Just Resize", - "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", - "[ControlNet] Model": "[ControlNet] Model", - "[ControlNet] Weight": "[ControlNet] Weight", - "[ControlNet] Guidance Strength": "[ControlNet] Guidance Strength", - "[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", + "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", @@ -60,6 +16,58 @@ "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\"", "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": "Image", + "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", + "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)", + "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" }