File size: 2,498 Bytes
af12fb4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
    "InsightFaceLoader_Zho": {
        "title": "InsightFace加载器",
        "widgets": {
            "provider": "设备"
        },
        "outputs": {
            "INSIGHTFACEMODEL": "InsightFaceModel"
        }
    },
    "IDControlNetLoader": {
        "title": "IDControlNet加载器",
        "widgets": {
            "controlnet_path": "ControlNet路径"
        },
        "outputs": {
            "controlnet": "ControlNet"
        }
    },
    "IDBaseModelLoader_fromhub": {
        "title": "ID模型加载器(hub)",
        "inputs": {
            "controlnet": "ControlNet"
        },
        "widgets": {
            "base_model_path": "模型路径"
        },
        "outputs": {
            "pipe": "Pipe"
        }
    },
    "IDBaseModelLoader_local": {
        "title": "ID模型加载器(本地)",
        "inputs": {
            "controlnet": "ControlNet"
        },
        "widgets": {
            "ckpt_name": "模型名称"
        },
        "outputs": {
            "pipe": "Pipe"
        }
    },
    "Ipadapter_instantidLoader": {
        "title": "IPAdapter_ID加载器",
        "inputs": {
            "pipe": "Pipe"
        },
        "widgets": {
            "Ipadapter_instantid_path": "IPAdapterID路径",
            "filename": "文件名"
        },
        "outputs": {
            "MODEL": "模型"
        }
    },
    "ID_Prompt_Styler": {
        "title": "ID提示词风格化",
        "widgets": {
            "prompt": "正面提示词",
            "negative_prompt": "负面提示词",
            "style_name": "风格"
        },
        "outputs": {
            "positive_prompt": "正面提示词",
            "negative_prompt": "负面提示词"
        }
    },
    "IDGenerationNode": {
        "title": "ID生成节点",
        "inputs": {
            "face_image": "面部图像",
            "pipe": "Pipe",
            "Insightface": "InsightFace",
            "pose_image_optional": "姿态图像",
            "positive": "正面提示词",
            "negative": "负面提示词"
        },
        "widgets": {
            "ip_adapter_scale": "IPAdapter强度",
            "controlnet_conditioning_scale": "ControlNet强度",
            "steps": "步数",
            "guidance_scale": "CFG",
            "enhance_face_region": "面部区域增强",
            "seed": "随机种",
            "control_after_generate": "运行后操作"
        },
        "outputs": {
            "IMAGE": "图像"
        }
    }
}