JasonSmithSO's picture
Upload 211 files
af12fb4 verified
{
"ImpactKSamplerBasicPipe": {
"title": "K采样器(节点束)",
"inputs": {
"basic_pipe": "基础节点束",
"latent_image": "Latent"
},
"widgets": {
"seed": "随机种",
"control_after_generate": "运行后操作",
"fixed": "固定",
"increment": "增加",
"decrement": "减少",
"randomize": "随机",
"steps": "步数",
"cfg": "CFG",
"sampler_name": "采样器",
"scheduler": "调度器",
"denoise": "降噪"
},
"outputs": {
"BASIC_PIPE": "基础节点束",
"LATENT": "Latent",
"VAE": "VAE"
}
},
"ImpactKSamplerAdvancedBasicPipe": {
"title": "K采样器(高级节点束)",
"inputs": {
"basic_pipe": "基础节点束",
"latent_image": "Latent"
},
"widgets": {
"add_noise": "添加噪波",
"noise_seed": "随机种",
"control_after_generate": "运行后操作",
"fixed": "固定",
"increment": "增加",
"decrement": "减少",
"randomize": "随机",
"steps": "步数",
"cfg": "CFG",
"sampler_name": "采样器",
"scheduler": "调度器",
"denoise": "降噪",
"start_at_step": "开始降噪步数",
"end_at_step": "结束降噪步数",
"return_with_leftover_noise": "返回噪波"
},
"outputs": {
"BASIC_PIPE": "基础节点束",
"LATENT": "Latent",
"VAE": "VAE"
}
},
"CLIPSegDetectorProvider": {
"title": "CLIPSeg检测器",
"widgets": {
"text": "文本",
"blur": "模糊",
"threshold": "阈值",
"dilation_factor": "膨胀"
},
"outputs": {
"BBOX_DETECTOR": "BBox检测"
}
},
"SEGSOrderedFilterDetailerHookProvider": {
"title": "Seg次序过滤细化约束器",
"widgets": {
"target": "目标",
"order": "顺序",
"take_start": "开始序号",
"take_count": "数量"
},
"outputs": {
"DETAILER_HOOK": "细化约束"
}
},
"SEGSRangeFilterDetailerHookProvider": {
"title": "Seg范围过滤细化约束器",
"widgets": {
"target": "目标",
"mode": "模式",
"min_value": "最小值",
"max_value": "最大值"
},
"outputs": {
"DETAILER_HOOK": "细化约束"
}
},
"SEGSLabelFilterDetailerHookProvider": {
"title": "Seg标签过滤细化约束器",
"inputs": {
"segs": "Seg"
},
"widgets": {
"preset": "预设",
"labels": "标签"
},
"outputs": {
"DETAILER_HOOK": "细化约束"
}
},
"EmptySegs": {
"title": "空Seg",
"outputs": {
"SEGS": "Seg"
}
},
"SetDefaultImageForSEGS": {
"title": "设置Seg默认图像",
"inputs": {
"segs": "Seg",
"image": "图像"
},
"widgets": {
"override": "覆盖"
},
"outputs": {
"SEGS": "Seg"
}
},
"RemoveImageFromSEGS": {
"title": "Seg移除图像",
"inputs": {
"segs": "Seg"
},
"outputs": {
"SEGS": "Seg"
}
},
"ImpactControlNetApplySEGS": {
"title": "ControlNet应用Seg",
"inputs": {
"segs": "Seg",
"control_net": "ControlNet",
"segs_preprocessor": "Seg预处理",
"control_image": "图像"
},
"widgets": {
"strength": "强度"
},
"outputs": {
"SEGS": "Seg"
}
},
"ImpactControlNetApplyAdvancedSEGS": {
"title": "ControlNet应用(高级)Seg",
"inputs": {
"segs": "Seg",
"control_net": "ControlNet",
"segs_preprocessor": "Seg预处理",
"control_image": "图像"
},
"widgets": {
"strength": "强度",
"start_percent": "开始时间",
"end_percent": "结束时间"
},
"outputs": {
"SEGS": "Seg"
}
},
"ImpactControlNetClearSEGS": {
"title": "ControlNet移除Seg",
"inputs": {
"segs": "Seg"
},
"outputs": {
"SEGS": "Seg"
}
},
"ImpactDecomposeSEGS": {
"title": "Seg分解",
"inputs": {
"segs": "Seg"
},
"outputs": {
"SEGS_HEADER": "Seg_Header",
"SEG_ELT": "Seg_ELT"
}
},
"ImpactAssembleSEGS": {
"title": "Seg组合",
"inputs": {
"seg_header": "Seg_Header",
"seg_elt": "Seg_ELT"
},
"outputs": {
"Seg": "Seg"
}
},
"ImpactFrom_SEG_ELT": {
"title": "从Seg_ELT",
"inputs": {
"seg_elt": "Seg_ELT"
},
"outputs": {
"seg_elt": "Seg_ELT",
"cropped_image": "裁剪图像",
"cropped_mask": "裁剪遮罩",
"crop_region": "裁剪区域",
"bbox": "Seg_ELT_bbox",
"control_net_wrapper": "ControlNet置换",
"confidence": "置信度",
"label": "标签"
}
},
"ImpactEdit_SEG_ELT": {
"title": "编辑Seg_ELT",
"inputs": {
"seg_elt_opt": "Seg_ELT",
"cropped_image_opt": "裁剪图像",
"cropped_mask_opt": "裁剪遮罩",
"crop_region_opt": "裁剪区域",
"bbox_opt": "Seg_ELT_bbox",
"control_net_wrapper_opt": "ControlNet置换"
},
"widgets": {
"confidence_opt": "置信度",
"label_opt": "标签"
},
"outputs": {
"SEG_ELT": "Seg_ELT"
}
},
"ImpactDilate_Mask_SEG_ELT": {
"title": "SegELT膨胀",
"inputs": {
"seg_elt": "Seg_ELT"
},
"widgets": {
"dilation": "膨胀"
},
"outputs": {
"SEG_ELT": "Seg_ELT"
}
},
"ImpactDilateMask": {
"title": "遮罩膨胀",
"inputs": {
"mask": "遮罩"
},
"widgets": {
"dilation": "膨胀"
},
"outputs": {
"MASK": "遮罩"
}
},
"ImpactGaussianBlurMask": {
"title": "遮罩高斯模糊",
"inputs": {
"mask": "遮罩"
},
"widgets": {
"kernel_size": "大小",
"sigma": "Sigma"
},
"outputs": {
"MASK": "遮罩"
}
},
"ImpactDilateMaskInSEGS": {
"title": "Seg遮罩膨胀",
"inputs": {
"segs": "Seg"
},
"widgets": {
"dilation": "膨胀"
},
"outputs": {
"SEGS": "Seg"
}
},
"ImpactGaussianBlurMaskInSEGS": {
"title": "Seg遮罩高斯模糊",
"inputs": {
"segs": "Seg"
},
"widgets": {
"kernel_size": "大小",
"sigma": "Sigma"
},
"outputs": {
"SEGS": "Seg"
}
},
"ImpactScaleBy_BBOX_SEG_ELT": {
"title": "SegELT缩放",
"inputs": {
"seg": "Seg"
},
"widgets": {
"scale_by": "系数"
},
"outputs": {
"SEG_ELT": "Seg_ELT"
}
},
"ImpactSEGSToMaskBatch": {
"title": "Seg到遮罩组",
"inputs": {
"segs": "Seg"
},
"outputs": {
"MASKS": "遮罩"
}
},
"PreviewBridge": {
"title": "桥接预览图像",
"inputs": {
"images": "图像"
},
"widgets": {
"image": "图像"
},
"outputs": {
"IMAGE": "图像",
"MASK": "遮罩"
}
},
"PreviewBridgeLatent": {
"title": "桥接预览Latent",
"inputs": {
"latent": "Latent",
"vae_opt": "VAE"
},
"widgets": {
"image": "图像",
"preview_method": "预览方法"
},
"outputs": {
"LATENT": "Latent",
"MASK": "遮罩"
}
},
"ImageSender": {
"title": "图像发送",
"inputs": {
"images": "图像"
},
"widgets": {
"filename_prefix": "文件名前缀",
"link_id": "连接ID"
}
},
"ImageReceiver": {
"title": "图像接收",
"widgets": {
"image": "图像",
"link_id": "连接ID"
},
"outputs": {
"IMAGE": "图像",
"MASK": "遮罩"
}
},
"LatentSender": {
"title": "Latent发送",
"inputs": {
"samples": "Latent"
},
"widgets": {
"filename_prefix": "文件名前缀",
"link_id": "连接ID"
}
},
"LatentReceiver": {
"title": "Latent接收",
"widgets": {
"latent": "Latent",
"link_id": "连接ID"
},
"outputs": {
"LATENT": "Latent"
}
},
"ImageMaskSwitch": {
"title": "图像遮罩切换",
"inputs": {
"images1": "图像1",
"mask1": "遮罩1",
"images2": "图像2",
"mask2": "遮罩2",
"images3": "图像3",
"mask3": "遮罩3",
"images4": "图像4",
"mask4": "遮罩4",
"select": "选择",
"mask1_opt": "遮罩1",
"images2_opt": "图像2",
"mask2_opt": "遮罩2",
"images3_opt": "图像3",
"mask3_opt": "遮罩3",
"images4_opt": "图像4",
"mask4_opt": "遮罩4"
},
"outputs": {
"IMAGE" :"图像",
"MASK": "遮罩"
}
},
"LatentSwitch": {
"title": "Latent切换",
"inputs": {
"input1": "输入1",
"latent1": "Latent1",
"latent2_opt": "Latent2",
"latent3_opt": "Latent3",
"latent4_opt": "Latent4"
},
"widgets": {
"select": "选择",
"sel_mode": "选择模式"
},
"outputs": {
"LATENT": "Latent",
"selected_value": "值",
"selected_label": "标签"
}
},
"SEGSSwitch": {
"title": "Seg切换",
"inputs": {
"input1": "输入1",
"Seg": "Seg1",
"segs2_opt": "Seg2",
"segs3_opt": "Seg3",
"segs4_opt": "Seg4"
},
"widgets": {
"select": "选择",
"sel_mode": "选择模式"
},
"outputs": {
"SEGS": "Seg",
"selected_value": "值",
"selected_label": "标签"
}
},
"ImpactSwitch": {
"title": "切换",
"inputs": {
"input1": "输入1",
"input2": "输入2",
"input3": "输入3",
"input4": "输入4"
},
"widgets": {
"select": "选择",
"sel_mode": "选择模式",
"select_on_execution": "运行",
"select_on_prompt": "提示词"
},
"outputs": {
"*": "输出",
"selected_value": "值",
"selected_label": "标签"
}
},
"ImpactInversedSwitch": {
"title": "反转切换",
"inputs": {
"input": "输入"
},
"widgets": {
"select": "选择"
},
"outputs": {
"*": "输出"
}
},
"ImpactInversedSwtich": {
"title": "反转切换",
"inputs": {
"input": "输入"
},
"widgets": {
"select": "选择"
},
"outputs": {
"*": "输出"
}
},
"SEGSToImageList": {
"title": "Seg到图像列表",
"inputs": {
"segs": "Seg",
"fallback_image_opt": "备用图像"
},
"outputs": {
"IMAGE": "图像"
}
},
"ImpactSEGSToMaskList": {
"title": "Seg到遮罩列表",
"inputs": {
"segs": "Seg"
},
"outputs": {
"MASK": "遮罩"
}
},
"ImpactSEGSConcat": {
"title": "Seg联结",
"inputs": {
"segs1": "Seg1",
"segs2": "Seg2"
},
"outputs": {
"SEGS": "Seg"
}
},
"ImpactSEGSPicker": {
"title": "Seg选择",
"inputs": {
"segs": "Seg",
"fallback_image_opt": "备用图像"
},
"widgets": {
"picks": "选择",
"pick": "选择"
},
"outputs": {
"SEGS": "Seg"
}
},
"ReencodeLatent": {
"title": "重编码Latent",
"inputs": {
"samples": "Latent",
"input_vae": "解码VAE",
"output_vae": "编码VAE"
},
"widgets": {
"tile_mode": "分块模式",
"Decode(input) only": "仅解码",
"Encode(output) only": "仅编码",
"tile_size": "分块尺寸"
},
"outputs": {
"LATENT": "Latent"
}
},
"ReencodeLatentPipe": {
"title": "重编码Latent(节点束)",
"inputs": {
"samples": "Latent",
"input_basic_pipe": "解码节点束",
"output_basic_pipe": "编码节点束"
},
"widgets": {
"tile_mode": "分块模式",
"Decode(input) only": "仅解码",
"Encode(output) only": "仅编码"
},
"outputs": {
"LATENT": "Latent"
}
},
"ImpactImageBatchToImageList": {
"title": "图像批次到图像列表",
"inputs": {
"image": "图像"
},
"outputs": {
"IMAGE": "图像"
}
},
"ImpactMakeImageList": {
"title": "制作图像列表",
"inputs": {
"image1": "图像"
},
"outputs": {
"IMAGE": "图像"
}
},
"ImpactMakeImageBatch": {
"title": "制作图像批次",
"inputs": {
"image1": "图像"
},
"outputs": {
"IMAGE": "图像"
}
},
"ImpactCombineConditionings": {
"title": "合并条件",
"inputs": {
"conditioning1": "条件1",
"conditioning2": "条件2",
"conditioning3": "条件3",
"conditioning4": "条件4",
"conditioning5": "条件5",
"conditioning6": "条件6",
"conditioning7": "条件7",
"conditioning8": "条件8",
"conditioning9": "条件9",
"conditioning10": "条件10"
},
"outputs": {
"CONDITIONING": "条件"
}
},
"ImpactSEGSLabelFilter": {
"title": "Seg标签过滤",
"inputs": {
"segs": "Seg"
},
"widgets": {
"preset": "预设",
"labels": "标签"
},
"outputs": {
"SEGS": "Seg",
"filtered_SEGS": "屏蔽Seg",
"remained_SEGS": "剩余Seg"
}
},
"ImpactSEGSRangeFilter": {
"title": "Seg范围过滤",
"inputs": {
"segs": "Seg"
},
"widgets": {
"target": "目标",
"min_value": "最小值",
"max_value": "最大值",
"mode": "模式"
},
"outputs": {
"SEGS": "Seg",
"filtered_SEGS": "屏蔽Seg",
"remained_SEGS": "剩余Seg"
}
},
"ImpactSEGSOrderedFilter": {
"title": "Seg次序过滤",
"inputs": {
"segs": "Seg"
},
"widgets": {
"target": "目标",
"order": "顺序",
"take_start": "开始序号",
"take_count": "数量"
},
"outputs": {
"SEGS": "Seg",
"filtered_SEGS": "屏蔽Seg",
"remained_SEGS": "剩余Seg"
}
},
"ImpactStringSelector": {
"title": "字符串选择",
"widgets": {
"strings": "字符串",
"multiline": "多行文本",
"select": "选择"
},
"outputs": {
"STRING": "字符串"
}
},
"BitwiseAndMaskForEach": {
"title": "Seg交集",
"inputs": {
"base_segs": "基础seg",
"mask_segs": "遮罩seg"
},
"outputs": {
"SEGS": "Seg"
}
},
"SubtractMaskForEach": {
"title": "Seg相减",
"inputs": {
"base_segs": "基础seg",
"mask_segs": "遮罩seg"
},
"outputs": {
"SEGS": "Seg"
}
},
"BitwiseAndMask": {
"title": "遮罩交集",
"inputs": {
"mask1": "遮罩1",
"mask2": "遮罩2"
},
"outputs": {
"MASK": "遮罩"
}
},
"SubtractMask": {
"title": "遮罩相减",
"inputs": {
"mask1": "遮罩1",
"mask2": "遮罩2"
},
"outputs": {
"MASK": "遮罩"
}
},
"AddMask": {
"title": "遮罩相加",
"inputs": {
"mask1": "遮罩1",
"mask2": "遮罩2"
},
"outputs": {
"MASK": "遮罩"
}
},
"ImpactSegsAndMask": {
"title": "Seg遮罩",
"inputs": {
"segs": "Seg",
"mask": "遮罩"
},
"outputs": {
"SEGS": "Seg"
}
},
"ImpactSegsAndMaskForEach": {
"title": "Seg遮罩(批量)",
"inputs": {
"segs": "Seg",
"masks": "遮罩"
},
"outputs": {
"SEGS": "Seg"
}
},
"Segs & Mask": {
"title": "Seg遮罩",
"inputs": {
"segs": "Seg",
"mask": "遮罩"
},
"outputs": {
"SEGS": "Seg"
}
},
"Segs & Mask ForEach": {
"title": "Seg遮罩(批量)",
"inputs": {
"segs": "Seg",
"mask": "遮罩",
"masks": "遮罩组"
},
"outputs": {
"SEGS": "Seg"
}
},
"MediaPipeFaceMeshToSEGS": {
"title": "MediaPipe面部网格到Seg",
"inputs": {
"image": "图像"
},
"widgets": {
"crop_factor": "裁剪系数",
"bbox_fill": "填充BBox",
"crop_min_size": "裁剪最小尺寸",
"drop_size": "最小尺寸",
"dilation": "膨胀",
"face": "面部",
"mouth": "嘴部",
"left_eyebrow": "左眉毛",
"left_eye": "左眼",
"left_pupil": "左瞳孔",
"right_eyebrow": "右眉毛",
"right_eye": "右眼",
"right_pupil": "右瞳孔"
},
"outputs": {
"SEGS": "Seg"
}
},
"MaskToSEGS_for_AnimateDiff": {
"title": "遮罩到Seg(动态扩散)",
"inputs": {
"mask": "遮罩"
},
"widgets": {
"crop_factor": "裁剪系数",
"combined": "是否合并",
"False": "否",
"True": "是",
"bbox_fill": "填充BBox",
"disabled": "关闭",
"enabled": "开启",
"drop_size": "最小尺寸",
"contour_fill": "填充轮廓"
},
"outputs": {
"SEGS": "Seg"
}
},
"MaskToSEGS": {
"title": "遮罩到Seg",
"inputs": {
"mask": "遮罩"
},
"widgets": {
"crop_factor": "裁剪系数",
"combined": "是否合并",
"False": "否",
"True": "是",
"bbox_fill": "填充BBox",
"disabled": "关闭",
"enabled": "开启",
"drop_size": "最小尺寸"
},
"outputs": {
"SEGS": "Seg"
}
},
"ToBinaryMask": {
"title": "遮罩二值化",
"inputs": {
"mask": "遮罩"
},
"widgets": {
"threshold": "阈值"
},
"outputs": {
"MASK": "遮罩"
}
},
"MasksToMaskList": {
"title": "遮罩组到遮罩列表",
"inputs": {
"masks": "遮罩组"
},
"widgets": {
"threshold": "阈值"
},
"outputs": {
"MASK": "遮罩"
}
},
"MaskListToMaskBatch": {
"title": "遮罩列表到遮罩组",
"inputs": {
"mask": "遮罩"
},
"outputs": {
"MASKS": "遮罩组"
}
},
"ImageListToImageBatch": {
"title": "图像列表到图像批次",
"inputs": {
"images": "图像"
},
"outputs": {
"IMAGE": "图像"
}
},
"SegsToCombinedMask": {
"title": "Seg到遮罩",
"inputs": {
"segs": "Seg"
},
"outputs": {
"MASK": "遮罩"
}
},
"RemoveNoiseMask": {
"title": "移除噪波遮罩",
"inputs": {
"samples": "Latent"
},
"outputs": {
"LATENT": "Latent"
}
},
"DetailerForEach": {
"title": "局部细化",
"inputs": {
"image": "图像",
"segs": "Seg",
"model": "模型",
"clip": "CLIP",
"vae": "VAE",
"positive": "正面条件",
"negative": "负面条件",
"detailer_hook": "细化约束"
},
"widgets": {
"guide_size": "引导大小",
"guide_size_for": "引导目标",
"bbox": "BBox",
"crop_region": "裁剪区域",
"max_size": "最大尺寸",
"seed": "随机种",
"control_after_generate": "运行后操作",
"fixed": "固定",
"increment": "增加",
"decrement": "减少",
"randomize": "随机",
"steps": "步数",
"cfg": "CFG",
"sampler_name": "采样器",
"scheduler": "调度器",
"denoise": "降噪",
"feather": "羽化",
"noise_mask": "仅生成遮罩",
"force_inpaint": "强制重绘",
"wildcard": "通配符"
},
"outputs": {
"IMAGE": "图像"
}
},
"DetailerForEachPipe": {
"title": "局部细化(节点束)",
"inputs": {
"image": "图像",
"segs": "Seg",
"basic_pipe": "基础节点束",
"detailer_hook": "细化约束",
"refiner_basic_pipe": "优化基础节点束"
},
"widgets": {
"guide_size": "引导大小",
"guide_size_for": "引导目标",
"bbox": "BBox",
"crop_region": "裁剪区域",
"max_size": "最大尺寸",
"seed": "随机种",
"control_after_generate": "运行后操作",
"fixed": "固定",
"increment": "增加",
"decrement": "减少",
"randomize": "随机",
"steps": "步数",
"cfg": "CFG",
"sampler_name": "采样器",
"scheduler": "调度器",
"denoise": "降噪",
"feather": "羽化",
"noise_mask": "仅生成遮罩",
"force_inpaint": "强制重绘",
"wildcard": "通配符",
"refiner_ratio": "优化比率"
},
"outputs": {
"IMAGE": "图像",
"image": "图像",
"segs": "Seg",
"basic_pipe": "基础节点束",
"cnet_images": "ControlNet图像"
}
},
"DetailerForEachDebug": {
"title": "局部细化(高级)",
"inputs": {
"image": "图像",
"segs": "Seg",
"model": "模型",
"clip": "CLIP",
"vae": "VAE",
"positive": "正面条件",
"negative": "负面条件",
"detailer_hook": "细化约束"
},
"widgets": {
"guide_size": "引导大小",
"guide_size_for": "引导目标",
"bbox": "BBox",
"crop_region": "裁剪区域",
"max_size": "最大尺寸",
"seed": "随机种",
"control_after_generate": "运行后操作",
"fixed": "固定",
"increment": "增加",
"decrement": "减少",
"randomize": "随机",
"steps": "步数",
"cfg": "CFG",
"sampler_name": "采样器",
"scheduler": "调度器",
"denoise": "降噪",
"feather": "羽化",
"noise_mask": "仅生成遮罩",
"force_inpaint": "强制重绘",
"wildcard": "通配符"
},
"outputs": {
"image": "图像",
"cropped": "裁剪图像",
"cropped_refined": "细化图像",
"cropped_refined_alpha": "细化通道",
"cnet_images": "ControlNet图像"
}
},
"DetailerForEachDebugPipe": {
"title": "局部细化(高级节点束)",
"inputs": {
"image": "图像",
"segs": "Seg",
"basic_pipe": "基础节点束",
"detailer_hook": "细化约束",
"refiner_basic_pipe": "优化基础节点束"
},
"widgets": {
"guide_size": "引导大小",
"guide_size_for": "引导目标",
"bbox": "BBox",
"crop_region": "裁剪区域",
"max_size": "最大尺寸",
"seed": "随机种",
"control_after_generate": "运行后操作",
"fixed": "固定",
"increment": "增加",
"decrement": "减少",
"randomize": "随机",
"steps": "步数",
"cfg": "CFG",
"sampler_name": "采样器",
"scheduler": "调度器",
"denoise": "降噪",
"feather": "羽化",
"noise_mask": "仅生成遮罩",
"force_inpaint": "强制重绘",
"wildcard": "通配符",
"refiner_ratio": "优化比率"
},
"outputs": {
"image": "图像",
"segs": "Seg",
"basic_pipe": "基础节点束",
"cropped": "裁剪图像",
"cropped_refined": "细化图像",
"cropped_refined_alpha": "细化通道",
"cnet_images": "ControlNet图像"
}
},
"DetailerForEachPipeForAnimateDiff": {
"title": "AnimatedDiff局部细化(节点树)",
"inputs": {
"image_frames": "图像",
"segs": "Seg",
"basic_pipe": "基础节点束",
"detailer_hook": "细化约束",
"refiner_basic_pipe_opt": "优化基础节点束"
},
"widgets": {
"guide_size": "引导大小",
"guide_size_for": "引导目标",
"max_size": "最大尺寸",
"seed": "随机种",
"control_after_generate": "运行后操作",
"steps": "步数",
"cfg": "CFG",
"sampler_name": "采样器",
"scheduler": "调度器",
"denoise": "降噪",
"feather": "羽化",
"refiner_ratio": "优化比率"
},
"outputs": {
"image": "图像",
"segs": "Seg",
"basic_pipe": "基础节点束"
}
},
"NoiseInjectionDetailerHookProvider": {
"title": "插入噪波细化约束器",
"widgets": {
"source": "生成设备",
"seed": "随机种",
"control_after_generate": "运行后操作",
"fixed": "固定",
"increment": "增加",
"decrement": "减少",
"randomize": "随机",
"strength": "强度"
},
"outputs": {
"DETAILER_HOOK": "细化约束"
}
},
"CoreMLDetailerHookProvider": {
"title": "CoreML细化约束器",
"outputs": {
"DETAILER_HOOK": "细化约束"
}
},
"NoiseInjectionHookProvider": {
"title": "插入噪波约束器",
"widgets": {
"scheduler": "调度器",
"scheduler_for_iteration": "调度器",
"source": "生成设备",
"seed": "随机种",
"control_after_generate": "运行后操作",
"fixed": "固定",
"increment": "增加",
"decrement": "减少",
"randomize": "随机",
"start_strength": "初始强度",
"end_strength": "最终强度"
},
"outputs": {
"PK_HOOK": "约束"
}
},
"UnsamplerDetailerHookProvider": {
"title": "逆采样细化约束器",
"inputs": {
"model": "模型",
"positive": "正面条件",
"negative": "负面条件"
},
"widgets": {
"steps": "步数",
"start_at_step": "开始步数",
"end_end_at_step": "结束步数",
"cfg": "CFG",
"sampler_name": "采样器",
"scheduler": "调度器",
"normalize": "规格化",
"scheduler_for_cycle": "调度循环"
},
"outputs": {
"DETAILER_HOOK": "细化约束"
}
},
"DenoiseSchedulerDetailerHookProvider": {
"title": "降噪调度细化约束器",
"widgets": {
"scheduler_for_cycle": "调度循环",
"target_denoise": "目标降噪"
},
"outputs": {
"DETAILER_HOOK": "细化约束"
}
},
"SEGSDetailer": {
"title": "Seg细化",
"inputs": {
"image": "图像",
"segs": "Seg",
"basic_pipe": "基础节点束",
"refiner_basic_pipe": "优化基础节点束"
},
"widgets": {
"guide_size": "引导大小",
"guide_size_for": "引导目标",
"bbox": "BBox",
"crop_region": "裁剪区域",
"max_size": "最大尺寸",
"seed": "随机种",
"control_after_generate": "运行后操作",
"fixed": "固定",
"increment": "增加",
"decrement": "减少",
"randomize": "随机",
"steps": "步数",
"cfg": "CFG",
"sampler_name": "采样器",
"scheduler": "调度器",
"denoise": "降噪",
"noise_mask": "仅生成遮罩",
"force_inpaint": "强制重绘",
"refiner_ratio": "优化比率"
},
"outputs": {
"SEGS": "Seg",
"segs": "Seg",
"cnet_images": "ControlNet图像"
}
},
"SEGSDetailerForAnimateDiff": {
"title": "Seg细化动态扩散",
"inputs": {
"image_frames": "图像",
"segs": "Seg",
"basic_pipe": "基础节点束",
"refiner_basic_pipe_opt": "优化基础节点束"
},
"widgets": {
"guide_size": "引导大小",
"guide_size_for": "引导目标",
"bbox": "BBox",
"crop_region": "裁剪区域",
"max_size": "最大尺寸",
"seed": "随机种",
"control_after_generate": "运行后操作",
"fixed": "固定",
"increment": "增加",
"decrement": "减少",
"randomize": "随机",
"steps": "步数",
"cfg": "CFG",
"sampler_name": "采样器",
"scheduler": "调度器",
"denoise": "降噪",
"refiner_ratio": "优化比率"
},
"outputs": {
"segs": "Seg"
}
},
"SEGSPaste": {
"title": "Seg粘贴",
"inputs": {
"image": "图像",
"segs": "Seg",
"ref_image_opt": "参考图像"
},
"widgets": {
"feather": "羽化"
},
"outputs": {
"IMAGE": "图像"
}
},
"SEGSPreview": {
"title": "Seg预览",
"inputs": {
"segs": "Seg",
"fallback_image_opt": "备用图像"
}
},
"SEGSPreviewCNet": {
"title": "Seg预览(CNet)",
"inputs": {
"segs": "Seg"
},
"outputs": {
"IMAGE": "图像"
}
},
"SAMDetectorCombined": {
"title": "SAM检测合并",
"inputs": {
"sam_model": "SAM模型",
"segs": "Seg",
"images": "图像",
"image": "图像"
},
"widgets": {
"detection_hint": "检测提示",
"center-1": "中心",
"horizontal-2": "水平",
"vertical-2": "竖直",
"rect-4": "斜角",
"diamond-4": "菱形",
"mask-area": "遮罩区域",
"mask-points": "遮罩点",
"mask-point-bbox": "遮罩点BBox",
"dilation": "膨胀",
"threshold": "阈值",
"bbox_expansion": "BBox扩展",
"mask_hint_threshold": "遮罩检测阈值",
"mask_hint_use_negative": "负面遮罩提示"
},
"outputs": {
"MASK": "遮罩"
}
},
"SAMDetectorSegmented": {
"title": "SAM检测分割",
"inputs": {
"sam_model": "SAM模型",
"segs": "Seg",
"images": "图像",
"image": "图像"
},
"widgets": {
"detection_hint": "检测提示",
"center-1": "中心",
"horizontal-2": "水平",
"vertical-2": "竖直",
"rect-4": "斜角",
"diamond-4": "菱形",
"mask-area": "遮罩区域",
"mask-points": "遮罩点",
"mask-point-bbox": "遮罩点BBox",
"dilation": "膨胀",
"threshold": "阈值",
"bbox_expansion": "BBox扩展",
"mask_hint_threshold": "遮罩检测阈值",
"mask_hint_use_negative": "负面遮罩提示"
},
"outputs": {
"combined_mask": "遮罩",
"batch_masks": "遮罩组"
}
},
"BboxDetectorSEGS": {
"title": "BBox检测到Seg",
"inputs": {
"bbox_detector": "BBox检测",
"image": "图像"
},
"widgets": {
"threshold": "阈值",
"dilation": "膨胀",
"crop_factor": "裁剪系数",
"drop_size": "最小尺寸"
},
"outputs": {
"SEGS": "Seg"
}
},
"SegmDetectorSEGS": {
"title": "Segm检测到Seg",
"inputs": {
"segm_detector": "Segm检测",
"image": "图像"
},
"widgets": {
"threshold": "阈值",
"dilation": "膨胀",
"crop_factor": "裁剪系数",
"drop_size": "最小尺寸"
},
"outputs": {
"SEGS": "Seg"
}
},
"ONNXDetectorSEGS": {
"title": "ONNX检测到Seg",
"inputs": {
"onnx_detector": "ONNX检测",
"image": "图像"
},
"widgets": {
"threshold": "阈值",
"dilation": "膨胀",
"crop_factor": "裁剪系数",
"drop_size": "最小尺寸"
},
"outputs": {
"SEGS": "Seg"
}
},
"ImpactSimpleDetectorSEGS_for_AD": {
"title": "简易Seg检测动态扩散",
"inputs": {
"bbox_detector": "BBox检测",
"image_frames": "图像",
"sam_model_opt": "SAM模型",
"segm_detector_opt": "Segm检测"
},
"widgets": {
"bbox_threshold": "BBox阈值",
"bbox_dilation": "BBox膨胀",
"crop_factor": "裁剪系数",
"drop_size": "最小尺寸",
"sub_threshold": "次要阈值",
"sub_dilation": "次要膨胀",
"sub_bbox_expansion": "次要BBox扩展",
"sam_mask_hint_threshold": "SAM遮罩检测阈值"
},
"outputs": {
"SEGS": "Seg"
}
},
"ImpactSimpleDetectorSEGS": {
"title": "简易Seg检测",
"inputs": {
"bbox_detector": "BBox检测",
"image": "图像",
"sam_model_opt": "SAM模型",
"segm_detector_opt": "Segm检测"
},
"widgets": {
"bbox_threshold": "BBox阈值",
"bbox_dilation": "BBox膨胀",
"crop_factor": "裁剪系数",
"drop_size": "最小尺寸",
"sub_threshold": "次要阈值",
"sub_dilation": "次要膨胀",
"sub_bbox_expansion": "次要BBox扩展",
"sam_mask_hint_threshold": "SAM遮罩检测阈值"
},
"outputs": {
"SEGS": "Seg"
}
},
"ImpactSimpleDetectorSEGSPipe": {
"title": "简易Seg检测(节点束)",
"inputs": {
"detailer_pipe": "细化节点束",
"image": "图像"
},
"widgets": {
"bbox_threshold": "BBox阈值",
"bbox_dilation": "BBox膨胀",
"crop_factor": "裁剪系数",
"drop_size": "最小尺寸",
"sub_threshold": "次要阈值",
"sub_dilation": "次要膨胀",
"sub_bbox_expansion": "次要BBox扩展",
"sam_mask_hint_threshold": "SAM遮罩检测阈值"
},
"outputs": {
"SEGS": "Seg"
}
},
"BboxDetectorCombined_v2": {
"title": "BBox检测器v2",
"inputs": {
"bbox_detector": "BBox检测",
"image": "图像"
},
"widgets": {
"threshold": "阈值",
"dilation": "膨胀"
},
"outputs": {
"MASK": "遮罩"
}
},
"SegmDetectorCombined_v2": {
"title": "Segm检测器v2",
"inputs": {
"segm_detector": "Segm检测",
"image": "图像"
},
"widgets": {
"threshold": "阈值",
"dilation": "膨胀"
},
"outputs": {
"MASK": "遮罩"
}
},
"FaceDetailer": {
"title": "面部细化",
"inputs": {
"image": "图像",
"model": "模型",
"clip": "CLIP",
"vae": "VAE",
"positive": "正面条件",
"negative": "负面条件",
"bbox_detector": "BBox检测",
"sam_model_opt": "SAM模型",
"segm_detector_opt": "Segm检测",
"detailer_hook": "细化约束"
},
"widgets": {
"guide_size": "引导大小",
"max_size": "最大尺寸",
"guide_size_for": "引导目标",
"bbox": "BBox",
"crop_region": "裁剪区域",
"seed": "随机种",
"control_after_generate": "运行后操作",
"fixed": "固定",
"increment": "增加",
"decrement": "减少",
"randomize": "随机",
"steps": "步数",
"cfg": "CFG",
"sampler_name": "采样器",
"scheduler": "调度器",
"denoise": "降噪",
"feather": "羽化",
"noise_mask": "仅生成遮罩",
"force_inpaint": "强制重绘",
"bbox_threshold": "BBox阈值",
"bbox_dilation": "BBox膨胀",
"bbox_crop_factor": "BBox裁剪系数",
"sam_detection_hint": "SAM检测提示",
"center-1": "中心",
"horizontal-2": "水平",
"vertical-2": "竖直",
"rect-4": "斜角",
"diamond-4": "菱形",
"mask-area": "遮罩区域",
"mask-points": "遮罩点",
"mask-point-bbox": "遮罩点BBox",
"sam_dilation": "SAM膨胀",
"sam_threhold": "SAM阈值",
"sam_bbox_expansion": "SAMBBox扩展",
"sam_mask_hint_threshold": "SAM遮罩检测阈值",
"sam_mask_hint_use_negative": "SAM负面遮罩提示",
"drop_size": "最小尺寸"
},
"outputs": {
"image": "图像",
"cropped_refined": "细化图像",
"cropped_enhanced_alpha": "细化部分",
"mask": "遮罩",
"detailer_pipe": "细化节点束",
"cnet_images": "ControlNet图像"
}
},
"FaceDetailerPipe": {
"title": "面部细化(节点束)",
"inputs": {
"image": "图像",
"detailer_pipe": "细化节点束"
},
"widgets": {
"guide_size": "引导大小",
"max_size": "最大尺寸",
"guide_size_for": "引导目标",
"bbox": "BBox",
"crop_region": "裁剪区域",
"seed": "随机种",
"control_after_generate": "运行后操作",
"fixed": "固定",
"increment": "增加",
"decrement": "减少",
"randomize": "随机",
"steps": "步数",
"cfg": "CFG",
"sampler_name": "采样器",
"scheduler": "调度器",
"denoise": "降噪",
"feather": "羽化",
"noise_mask": "仅生成遮罩",
"force_inpaint": "强制重绘",
"bbox_threshold": "BBox阈值",
"bbox_dilation": "BBox膨胀",
"bbox_crop_factor": "BBox裁剪系数",
"sam_detection_hint": "SAM检测提示",
"center-1": "中心",
"horizontal-2": "水平",
"vertical-2": "竖直",
"rect-4": "斜角",
"diamond-4": "菱形",
"mask-area": "遮罩区域",
"mask-points": "遮罩点",
"mask-point-bbox": "遮罩点BBox",
"sam_dilation": "SAM膨胀",
"sam_bbox_expansion": "SAMBBox扩展",
"sam_mask_hint_threshold": "SAM遮罩检测阈值",
"sam_mask_hint_use_negative": "SAM负面遮罩提示",
"drop_size": "最小尺寸",
"refiner_ratio": "优化比率"
},
"outputs": {
"image": "图像",
"cropped_refined": "细化图像",
"cropped_enhanced_alpha": "细化部分",
"mask": "遮罩",
"detailer": "细化节点束",
"cnet_images": "ControlNet图像"
}
},
"MaskDetailerPipe": {
"title": "遮罩细化(节点束)",
"inputs": {
"image": "图像",
"mask": "遮罩",
"basic_pipe": "基础节点束",
"refiner_basic_pipe_opt": "优化基础节点束",
"detailer_hook": "细化约束"
},
"widgets": {
"guide_size": "引导大小",
"guide_size_for": "引导目标",
"max_size": "最大尺寸",
"mask_mode": "遮罩模式",
"seed": "随机种",
"control_after_generate": "运行后操作",
"fixed": "固定",
"increment": "增加",
"decrement": "减少",
"randomize": "随机",
"steps": "步数",
"cfg": "CFG",
"sampler_name": "采样器",
"scheduler": "调度器",
"denoise": "降噪",
"feather": "羽化",
"crop_factor": "裁剪系数",
"drop_size": "最小尺寸",
"refiner_ratio": "优化比率",
"batch_size": "批次大小"
},
"outputs": {
"image": "图像",
"cropped_refined": "细化图像",
"cropped_enhanced_alpha": "细化部分",
"basic_pipe": "基础节点束",
"refiner_basic_pipe_opt": "优化基础节点束"
}
},
"ToDetailerPipe": {
"title": "到细化束",
"inputs": {
"model": "模型",
"clip": "CLIP",
"vae": "VAE",
"positive": "正面条件",
"negative": "负面条件",
"bbox_detector": "BBox检测",
"sam_model_opt": "SAM模型",
"segm_detector_opt": "Segm检测",
"detailer_hook": "细化约束"
},
"widgets": {
"Select to add LoRA": "添加LoRA"
},
"outputs": {
"detailer_pipe":"细化节点束"
}
},
"ToDetailerPipeSDXL": {
"title": "到细化束(SDXL)",
"inputs": {
"model": "模型",
"clip": "CLIP",
"vae": "VAE",
"positive": "正面条件",
"negative": "负面条件",
"refiner_model": "模型(Refiner)",
"refiner_clip": "CLIP(Refiner)",
"refiner_positive": "正面条件(Refiner)",
"refiner_negative": "负面条件(Refiner)",
"bbox_detector": "BBox检测",
"sam_model_opt": "SAM模型",
"segm_detector_opt": "Segm检测",
"detailer_hook": "细化约束"
},
"widgets": {
"wildcard": "通配符",
"Select to add LoRA": "添加LoRA",
"Select the LoRA to add to the text": "选择LoRA"
},
"outputs": {
"detailer_pipe": "细化节点束"
}
},
"FromDetailerPipe": {
"title": "从细化束",
"inputs": {
"detailer_pipe": "细化节点束"
},
"outputs": {
"model": "模型",
"clip": "CLIP",
"vae": "VAE",
"positive": "正面条件",
"negative": "负面条件",
"bbox_detector": "BBox检测",
"sam_model_opt": "SAM模型",
"segm_detector_opt": "Segm检测",
"detailer_hook": "细化约束"
}
},
"FromDetailerPipe_v2": {
"title": "从细化束_v2",
"inputs": {
"detailer_pipe": "细化节点束"
},
"outputs": {
"detailer_pipe": "细化节点束",
"model": "模型",
"clip": "CLIP",
"vae": "VAE",
"positive": "正面条件",
"negative": "负面条件",
"bbox_detector": "BBox检测",
"sam_model_opt": "SAM模型",
"segm_detector_opt": "Segm检测",
"detailer_hook": "细化约束"
}
},
"FromDetailerPipeSDXL": {
"title": "从细化束(SDXL)",
"inputs": {
"detailer_pipe": "细化节点束"
},
"outputs": {
"detailer_pipe": "细化节点束",
"model": "模型",
"clip": "CLIP",
"vae": "VAE",
"positive": "正面条件",
"negative": "负面条件",
"bbox_detector": "BBox检测",
"sam_model_opt": "SAM模型",
"segm_detector_opt": "Segm检测",
"detailer_hook": "细化约束",
"refiner_model": "模型(Refiner)",
"refiner_clip": "CLIP(Refiner)",
"refiner_positive": "正面条件(Refiner)",
"refiner_negative": "负面条件(Refiner)"
}
},
"EditDetailerPipe": {
"title": "编辑细化束",
"inputs": {
"detailer_pipe": "细化节点束",
"model": "模型",
"clip": "CLIP",
"vae": "VAE",
"positive": "正面条件",
"negative": "负面条件",
"bbox_detector": "BBox检测",
"sam_model_opt": "SAM模型",
"sam_model": "SAM模型",
"segm_detector_opt": "Segm检测",
"segm_detector": "Segm检测",
"detailer_hook": "细化约束"
},
"widgets": {
"wildcard": "通配符",
"Select the LoRA to add to the text": "选择LoRA",
"Select to add LoRA": "添加LoRA"
},
"outputs": {
"detailer_pipe": "细化节点束"
}
},
"DetailerPipeToBasicPipe": {
"title": "细化束到基础束",
"inputs": {
"detailer_pipe": "细化节点束"
},
"outputs": {
"BASIC_PIPE": "基础节点束",
"basic_pipe": "基础节点束",
"refiner_basic_pipe": "优化基础节点束"
}
},
"ToBasicPipe": {
"title": "到基础束",
"inputs": {
"model": "模型",
"clip": "CLIP",
"vae": "VAE",
"positive": "正面条件",
"negative": "负面条件"
},
"outputs": {
"BASIC_PIPE": "基础节点束",
"basic_pipe": "基础节点束"
}
},
"FromBasicPipe": {
"title": "从基础束",
"inputs": {
"basic_pipe": "基础节点束"
},
"outputs": {
"model": "模型",
"clip": "CLIP",
"vae": "VAE",
"positive": "正面条件",
"negative": "负面条件"
}
},
"FromBasicPipe_v2": {
"title": "从基础束v2",
"inputs": {
"BASIC_PIPE": "基础节点束",
"basic_pipe": "基础节点束"
},
"outputs": {
"BASIC_PIPE": "基础节点束",
"basic_pipe": "基础节点束",
"model": "模型",
"clip": "CLIP",
"vae": "VAE",
"positive": "正面条件",
"negative": "负面条件"
}
},
"EditBasicPipe": {
"title": "编辑基础束",
"inputs": {
"BASIC_PIPE": "基础节点束",
"basic_pipe": "基础节点束",
"model": "模型",
"clip": "CLIP",
"vae": "VAE",
"positive": "正面条件",
"negative": "负面条件"
},
"outputs": {
"BASIC_PIPE": "基础节点束",
"basic_pipe": "基础节点束"
}
},
"BasicPipeToDetailerPipe": {
"title": "基础束到细化束",
"inputs": {
"BASIC_PIPE": "基础节点束",
"basic_pipe": "基础节点束",
"bbox_detector": "BBox检测",
"sam_model_opt": "SAM模型",
"segm_detector_opt": "Segm检测",
"detailer_hook": "细化约束"
},
"widgets": {
"wildcard": "通配符",
"Select the LoRA to add to the text": "选择LoRA",
"Select to add LoRA": "添加LoRA"
},
"outputs": {
"DETAILER_PIPE": "细化节点束",
"detailer_pipe": "细化节点束"
}
},
"BasicPipeToDetailerPipeSDXL": {
"title": "基础束到细化束(SDXL)",
"inputs": {
"base_basic_pipe": "基础基础节点束",
"refiner_basic_pipe": "优化基础节点束",
"bbox_detector": "BBox检测",
"sam_model_opt": "SAM模型",
"segm_detector_opt": "Segm检测",
"detailer_hook": "细化约束"
},
"widgets": {
"wildcard": "通配符",
"Select the LoRA to add to the text": "选择LoRA",
"Select to add LoRA": "添加LoRA"
},
"outputs": {
"DETAILER_PIPE": "细化节点束",
"detailer_pipe": "细化节点束"
}
},
"EditDetailerPipeSDXL": {
"title": "编辑细化束(SDXL)",
"inputs": {
"detailer_pipe": "细化节点束",
"model": "模型",
"clip": "CLIP",
"vae": "VAE",
"positive": "正面条件",
"negative": "负面条件",
"bbox_detector": "BBox检测",
"sam_model_opt": "SAM模型",
"sam_model": "SAM模型",
"segm_detector_opt": "Segm检测",
"segm_detector": "Segm检测",
"detailer_hook": "细化约束",
"refiner_model": "模型(Refiner)",
"refiner_clip": "CLIP(Refiner)",
"refiner_positive": "正面条件(Refiner)",
"refiner_negative": "负面条件(Refiner)"
},
"widgets": {
"wildcard": "通配符",
"Select the LoRA to add to the text": "选择LoRA",
"Select to add LoRA": "添加LoRA"
},
"outputs": {
"detailer_pipe": "细化节点束"
}
},
"LatentPixelScale": {
"title": "Latent像素缩放",
"inputs": {
"samples": "Latent",
"vae": "VAE",
"upscale_model_opt": "放大模型"
},
"widgets": {
"scale_method": "缩放方法",
"nearest-exact": "邻近-精确",
"bilinear": "双线性插值",
"area": "区域",
"scale_factor": "缩放系数",
"use_tiled_vae": "使用分块VAE"
},
"outputs": {
"LATENT": "Latent"
}
},
"PixelKSampleUpscalerProvider": {
"title": "K采样像素缩放器",
"inputs": {
"model": "模型",
"vae": "VAE",
"positive": "正面条件",
"negative": "负面条件",
"upscale_model_opt": "放大模型",
"pk_hook_opt": "约束"
},
"widgets": {
"scale_method": "缩放方法",
"nearest-exact": "邻近-精确",
"bilinear": "双线性插值",
"area": "区域",
"seed": "随机种",
"control_after_generate": "运行后操作",
"fixed": "固定",
"increment": "增加",
"decrement": "减少",
"randomize": "随机",
"steps": "步数",
"cfg": "CFG",
"sampler_name": "采样器",
"scheduler": "调度器",
"denoise": "降噪",
"use_tiled_vae": "使用分块VAE",
"tile_size": "分块尺寸"
},
"outputs": {
"UPSCALER": "缩放"
}
},
"PixelKSampleUpscalerProviderPipe": {
"title": "K采样像素缩放器(节点束)",
"inputs": {
"basic_pipe": "基础节点束",
"upscale_model_opt": "放大模型",
"pk_hook_opt": "约束"
},
"widgets": {
"scale_method": "缩放方法",
"nearest-exact": "邻近-精确",
"bilinear": "双线性插值",
"area": "区域",
"seed": "随机种",
"control_after_generate": "运行后操作",
"fixed": "固定",
"increment": "增加",
"decrement": "减少",
"randomize": "随机",
"steps": "步数",
"cfg": "CFG",
"sampler_name": "采样器",
"scheduler": "调度器",
"denoise": "降噪",
"use_tiled_vae": "使用分块VAE",
"tile_size": "分块尺寸"
},
"outputs": {
"UPSCALER": "缩放"
}
},
"IterativeLatentUpscale": {
"title": "Latent迭代缩放",
"inputs": {
"samples": "Latent",
"upscaler": "缩放"
},
"widgets": {
"upscale_factor": "缩放系数",
"steps": "步数",
"temp_prefix": "前缀"
},
"outputs": {
"latent": "Latent"
}
},
"IterativeImageUpscale": {
"title": "图像迭代缩放",
"inputs": {
"pixels": "图像",
"upscaler": "缩放",
"vae": "VAE"
},
"widgets": {
"upscale_factor": "缩放系数",
"steps": "步数",
"temp_prefix": "前缀"
},
"outputs": {
"image": "图像"
}
},
"PixelTiledKSampleUpscalerProvider": {
"title": "K采样像素缩放器(分块)",
"inputs": {
"model": "模型",
"vae": "VAE",
"positive": "正面条件",
"negative": "负面条件",
"upscale_model_opt": "放大模型",
"pk_hook_opt": "约束"
},
"widgets": {
"scale_method": "缩放方法",
"nearest-exact": "邻近-精确",
"bilinear": "双线性插值",
"area": "区域",
"seed": "随机种",
"control_after_generate": "运行后操作",
"fixed": "固定",
"increment": "增加",
"decrement": "减少",
"randomize": "随机",
"steps": "步数",
"cfg": "CFG",
"sampler_name": "采样器",
"scheduler": "调度器",
"denoise": "降噪",
"tile_width": "分块宽度",
"tile_height": "分块高度",
"tiling_strategy": "分块策略",
"random": "随机",
"padded": "分区",
"simple": "简易"
},
"outputs": {
"UPSCALER": "缩放"
}
},
"PixelTiledKSampleUpscalerProviderPipe": {
"title": "K采样像素缩放器(分块节点束)",
"inputs": {
"model": "模型",
"vae": "VAE",
"positive": "正面条件",
"negative": "负面条件",
"upscale_model_opt": "放大模型",
"pk_hook_opt": "约束",
"basic_pipe": "基础节点束"
},
"widgets": {
"scale_method": "缩放方法",
"nearest-exact": "邻近-精确",
"bilinear": "双线性插值",
"area": "区域",
"seed": "随机种",
"control_after_generate": "运行后操作",
"fixed": "固定",
"increment": "增加",
"decrement": "减少",
"randomize": "随机",
"steps": "步数",
"cfg": "CFG",
"sampler_name": "采样器",
"scheduler": "调度器",
"denoise": "降噪",
"tile_width": "分块宽度",
"tile_height": "分块高度",
"tiling_strategy": "分块策略",
"random": "随机",
"padded": "分区",
"simple": "简易"
},
"outputs": {
"UPSCALER": "缩放"
}
},
"TwoSamplersForMaskUpscalerProvider": {
"title": "双采样缩放器",
"inputs": {
"base_sampler": "基础采样器",
"mask_sampler": "遮罩采样器",
"mask": "遮罩",
"vae": "VAE",
"full_sampler_opt": "全局采样器",
"upscale_model_opt": "放大模型",
"pk_hook_base_opt": "基础约束",
"pk_hook_mask_opt": "遮罩约束",
"pk_hook_full_opt": "全局约束"
},
"widgets": {
"scale_method": "缩放方法",
"nearest-exact": "邻近-精确",
"bilinear": "双线性插值",
"area": "区域",
"full_sample_schedule": "采样调度器",
"interleave1": "交错1",
"interleave2": "交错2",
"interleave3": "交错3",
"last1": "连续1",
"last2": "连续2",
"interleave1+last1": "交错1+连续1",
"interleave2+last1": "交错2+连续1",
"interleave3+last1": "交错3+连续1",
"use_tiled_vae": "使用分块VAE",
"tile_size": "分块尺寸"
},
"outputs": {
"UPSCALER": "缩放"
}
},
"TwoSamplersForMaskUpscalerProviderPipe": {
"title": "双采样缩放器(节点束)",
"inputs": {
"base_sampler": "基础采样器",
"mask_sampler": "遮罩采样器",
"mask": "遮罩",
"basic_pipe": "基础节点束",
"full_sampler_opt": "全局采样器",
"upscale_model_opt": "放大模型",
"pk_hook_base_opt": "基础约束",
"pk_hook_mask_opt": "遮罩约束",
"pk_hook_full_opt": "全局约束"
},
"widgets": {
"scale_method": "缩放方法",
"nearest-exact": "邻近-精确",
"bilinear": "双线性插值",
"area": "区域",
"full_sample_schedule": "采样调度器",
"interleave1": "交错1",
"interleave2": "交错2",
"interleave3": "交错3",
"last1": "连续1",
"last2": "连续2",
"interleave1+last1": "交错1+连续1",
"interleave2+last1": "交错2+连续1",
"interleave3+last1": "交错3+连续1",
"use_tiled_vae": "使用分块VAE",
"tile_size": "分块尺寸"
},
"outputs": {
"UPSCALER": "缩放"
}
},
"PixelKSampleHookCombine": {
"title": "约束组合",
"inputs": {
"hook1": "约束1",
"hook2": "约束2"
},
"outputs": {
"PK_HOOK": "约束"
}
},
"DenoiseScheduleHookProvider": {
"title": "降噪约束器",
"widgets": {
"scheduler_for_iteration": "调度插值",
"target_denoise": "目标降噪"
},
"outputs": {
"PK_HOOK": "约束"
}
},
"CfgScheduleHookProvider": {
"title": "CFG约束器",
"widgets": {
"scheduler_for_iteration": "调度插值",
"target_cfg": "目标CFG"
},
"outputs": {
"PK_HOOK": "约束"
}
},
"DetailerHookCombine": {
"title": "细化约束合并",
"inputs": {
"hook1": "约束1",
"hook2": "约束2"
},
"outputs": {
"DETAILER_HOOK": "细化约束"
}
},
"UnsamplerHookProvider": {
"title": "逆采样约束器",
"inputs": {
"model": "模型",
"positive": "正面条件",
"negative": "负面条件"
},
"widgets": {
"steps": "步数",
"start_end_at_step": "开始步数",
"end_end_at_step": "结束步数",
"cfg": "CFG",
"sampler_name": "采样器",
"scheduler": "调度器",
"normalize": "规格化",
"scheduler_for_cycle": "调度循环"
},
"outputs": {
"PK_HOOK": "约束"
}
},
"KSamplerProvider": {
"title": "K采样提供器(节点束)",
"inputs": {
"basic_pipe": "基础节点束"
},
"widgets": {
"seed": "随机种",
"control_after_generate": "运行后操作",
"fixed": "固定",
"increment": "增加",
"decrement": "减少",
"randomize": "随机",
"steps": "步数",
"cfg": "CFG",
"sampler_name": "采样器",
"scheduler": "调度器",
"denoise": "降噪"
},
"outputs": {
"KSAMPLER": "K采样器"
}
},
"TwoSamplersForMask": {
"title": "双采样器",
"inputs": {
"latent_image": "Latent",
"base_sampler": "基础采样器",
"mask_sampler": "遮罩采样器",
"mask": "遮罩"
},
"outputs": {
"LATENT": "Latent"
}
},
"TiledKSamplerProvider": {
"title": "K采样提供器(分块节点束)",
"inputs": {
"basic_pipe": "基础节点束"
},
"widgets": {
"seed": "随机种",
"control_after_generate": "运行后操作",
"fixed": "固定",
"increment": "增加",
"decrement": "减少",
"randomize": "随机",
"steps": "步数",
"cfg": "CFG",
"sampler_name": "采样器",
"scheduler": "调度器",
"denoise": "降噪",
"tile_width": "分块宽度",
"tile_height": "分块高度",
"tiling_strategy": "分块策略",
"random": "随机",
"padded": "分区",
"simple": "简易"
},
"outputs": {
"KSAMPLER": "K采样器"
}
},
"KSamplerAdvancedProvider": {
"title": "K采样提供器(高级节点束)",
"inputs": {
"basic_pipe": "基础节点束"
},
"widgets": {
"cfg": "CFG",
"sampler_name": "采样器",
"scheduler": "调度器"
},
"outputs": {
"KSAMPLER_ADVANCED": "K采样器(高级)"
}
},
"TwoAdvancedSamplersForMask": {
"title": "双采样器(高级)",
"inputs": {
"samples": "Latent",
"base_sampler": "基础采样器",
"mask_sampler": "遮罩采样器",
"mask": "遮罩"
},
"widgets": {
"seed": "随机种",
"control_after_generate": "运行后操作",
"fixed": "固定",
"increment": "增加",
"decrement": "减少",
"randomize": "随机",
"steps": "步数",
"denoise": "降噪",
"overlap_factor": "覆盖系数"
},
"outputs": {
"LATENT": "Latent"
}
},
"ImpactWildcardProcessor": {
"title": "通配符处理器",
"widgets": {
"wildcard_text": "通配文本",
"populated_text": "输入文本",
"mode": "是否输入",
"seed": "随机种",
"control_after_generate": "运行后操作",
"fixed": "固定",
"increment": "增加",
"decrement": "减少",
"randomize": "随机"
},
"outputs": {
"STRING": "字符串"
}
},
"ImpactWildcardEncode": {
"title": "通配符编码",
"inputs": {
"model": "模型",
"clip": "CLIP",
"seed": "随机种",
"control_after_generate": "运行后操作",
"fixed": "固定",
"increment": "增加",
"decrement": "减少",
"randomize": "随机"
},
"widgets": {
"wildcard_text": "通配文本",
"populated_text": "输入文本",
"mode": "是否输入",
"Select to add LoRA": "添加LoRA"
},
"outputs": {
"MODEL": "模型",
"CLIP": "CLIP",
"CONDITIONING": "条件",
"conditioning": "条件"
}
},
"RegionalPrompt": {
"title": "区域提示词",
"inputs": {
"mask": "遮罩",
"advanced_sampler": "K采样器(高级)"
},
"outputs": {
"regional_prompts": "区域提示词",
"REGIONAL_PROMPTS": "区域提示词"
}
},
"CombineRegionalPrompts": {
"title": "合并区域提示词",
"inputs": {
"regional_prompts1": "区域提示词1",
"regional_prompts2": "区域提示词2"
},
"outputs": {
"REGIONAL_PROMPTS": "区域提示词"
}
},
"RegionalSampler": {
"title": "区域采样器",
"inputs": {
"samples": "Latent",
"base_sampler": "K采样器(高级)",
"regional_prompts": "区域提示词"
},
"widgets": {
"seed": "随机种",
"control_after_generate": "运行后操作",
"fixed": "固定",
"increment": "增加",
"decrement": "减少",
"randomize": "随机",
"steps": "步数",
"denoise": "降噪",
"restore_latent": "临时Latent",
"overlap_factor": "覆盖系数"
},
"outputs": {
"LATENT": "Latent"
}
},
"RegionalSamplerAdvanced": {
"title": "区域采样器(高级)",
"inputs": {
"samples": "Latent",
"latent_image": "Latent",
"base_sampler": "K采样器(高级)",
"regional_prompts": "区域提示词"
},
"widgets": {
"add_noise": "添加噪波",
"seed": "随机种",
"noise_seed": "随机种",
"control_after_generate": "运行后操作",
"fixed": "固定",
"increment": "增加",
"decrement": "减少",
"randomize": "随机",
"steps": "步数",
"start_at_step": "开始降噪步数",
"end_at_step": "结束降噪步数",
"overlap_factor": "覆盖系数",
"restore_latent": "临时Latent",
"return_with_leftover_noise": "返回噪波"
},
"outputs": {
"LATENT": "Latent"
}
},
"ImpactConcatConditionings": {
"title": "条件联结",
"inputs": {
"conditioning": "条件"
},
"outputs": {
"CONDITIONING": "条件"
}
},
"ImpactImageInfo": {
"title": "图像信息",
"inputs": {
"value": "图像"
},
"outputs": {
"batch": "批次大小",
"height": "高度",
"width": "宽度",
"channel": "通道"
}
},
"ImpactLatentInfo": {
"title": "Latent信息",
"inputs": {
"value": "Latent"
},
"outputs": {
"batch": "批次大小",
"height": "高度",
"width": "宽度",
"channel": "通道"
}
},
"ImpactMinMax": {
"title": "求极值",
"inputs": {
"mode": "模式",
"a": "A",
"b": "B"
},
"outputs": {
"INT": "整数"
}
},
"ImpactQueueTrigger": {
"title": "队列触发器",
"inputs": {
"signal": "信号"
},
"widgets": {
"mode": "模式"
},
"outputs": {
"signal_opt": "信号"
}
},
"ImpactQueueTriggerCountdown": {
"title": "队列触发器(计数)",
"inputs": {
"signal": "信号"
},
"widgets": {
"count": "计数"
},
"outputs": {
"signal_opt": "信号",
"count": "计数"
}
},
"ImpactSetWidgetValue": {
"title": "设置组件值",
"inputs": {
"signal": "信号"
},
"widgets": {
"node_id": "节点ID",
"widget_name": "组件名称",
"boolean_value": "布尔",
"int_value": "整数",
"float_value": "浮点",
"string_value": "字符串"
},
"outputs": {
"signal_opt": "信号"
}
},
"ImpactNodeSetMuteState": {
"title": "停用节点",
"inputs": {
"signal": "信号"
},
"widgets": {
"node_id": "节点ID",
"set_state": "状态"
},
"outputs": {
"signal_opt": "信号"
}
},
"ImpactSleep": {
"title": "休眠",
"inputs": {
"signal": "信号"
},
"widgets": {
"seconds": "秒数"
},
"outputs": {
"signal_opt": "信号"
}
},
"ImpactRemoteBoolean": {
"title": "远程布尔",
"widgets": {
"node_id": "节点ID",
"widget_name": "组件名称",
"value": "值"
}
},
"ImpactRemoteInt": {
"title": "远程整数",
"widgets": {
"node_id": "节点ID",
"widget_name": "组件名称",
"value": "值"
}
},
"ImpactControlBridge": {
"title": "控制桥接",
"inputs": {
"value": "值"
},
"widgets": {
"mode": "模式"
},
"outputs": {
"value": "值"
}
},
"ImpactCompare": {
"title": "比较",
"inputs": {
"a": "A",
"b": "B"
},
"widgets": {
"cmp": "比较方法"
},
"outputs": {
"BOOLEAN": "布尔"
}
},
"ImpactConditionalBranch": {
"title": "切换",
"inputs": {
"cond": "条件",
"tt_value": "真",
"ff_value": "假"
},
"outputs": {
"*": "输出"
}
},
"ImpactInt": {
"title": "整数",
"widgets": {
"value": "值"
},
"outputs": {
"INT": "整数"
}
},
"ImpactFloat": {
"title": "浮点",
"widgets": {
"value": "值"
},
"outputs": {
"FLOAT": "浮点"
}
},
"ImpactValueSender": {
"title": "发送值",
"inputs": {
"value": "值"
},
"widgets": {
"link_id": "连接ID"
}
},
"ImpactValueReceiver": {
"title": "接收值",
"widgets": {
"typ": "类型",
"value": "值",
"link_id": "连接ID"
},
"outputs": {
"*": "输出"
}
},
"ImpactNeg": {
"title": "反转值",
"inputs": {
"value": "值"
},
"outputs": {
"BOOLEAN": "布尔"
}
},
"ImpactConditionalStopIteration": {
"title": "条件停止迭代",
"inputs": {
"cond": "条件"
}
},
"ImpactIsNotEmptySEGS": {
"title": "是非空Seg",
"inputs": {
"cond": "条件"
}
},
"ImpactLogger": {
"title": "输出日志",
"inputs": {
"data": "数据"
}
},
"ImpactDummyInput": {
"title": "虚拟输入",
"outputs": {
"*": "输出"
}
},
"ImpactHFTransformersClassifierProvider": {
"title": "HFTransformer分类器",
"widgets": {
"preset_repo_id": "预设仓库ID",
"manual_repo_id": "手动仓库ID",
"device_mode": "设备模式",
"AUTO": "自动",
"Prefer GPU": "优先GPU",
"CPU": "CPU"
},
"outputs": {
"TRANSFORMERS_CLASSIFIER": "TF分类器"
}
},
"ImpactSEGSClassify": {
"title": "Seg分类",
"inputs": {
"classifier": "分类器",
"segs": "Seg",
"ref_image_opt": "参考图像"
},
"widgets": {
"preset_expr": "预设表达式",
"manual_expr": "手动表达式"
},
"outputs": {
"filtered_SEGS": "屏蔽Seg",
"remained_SEGS": "剩余Seg"
}
},
"SAMLoader": {
"title": "SAM加载器",
"widgets": {
"model_name": "模型名称",
"device_mode": "设备模式"
},
"outputs": {
"SAM_MODEL": "SAM模型"
}
},
"ONNXDetectorProvider": {
"title": "ONNX加载器",
"widgets": {
"model_name": "模型名称"
},
"outputs": {
"ONNX_DETECTOR": "ONNX检测"
}
},
"UltralyticsDetectorProvider": {
"title": "检测加载器",
"widgets": {
"model_name": "模型名称"
},
"outputs": {
"BBOX_DETECTOR": "BBox检测",
"SEGM_DETECTOR": "SEGM检测"
}
}
}