1 Star 0 Fork 0

LeChaPatteImpitoyable / ComfyUI_IPAdapter_plus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
IPAdapter_weight_types.json 21.34 KB
一键复制 编辑 原始数据 按行查看 历史
matt3o 提交于 2023-11-07 15:23 . add different weight apply methods (#57)
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380
{
"last_node_id": 57,
"last_link_id": 154,
"nodes": [
{
"id": 18,
"type": "CLIPVisionLoader",
"pos": [
260,
-470
],
"size": {
"0": 310,
"1": 60
},
"flags": {},
"order": 0,
"mode": 0,
"outputs": [
{
"name": "CLIP_VISION",
"type": "CLIP_VISION",
"links": [
89,
94,
98
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "CLIPVisionLoader"
},
"widgets_values": [
"IPAdapter_image_encoder_sd15.safetensors"
]
},
{
"id": 7,
"type": "CLIPTextEncode",
"pos": [
360,
120
],
"size": {
"0": 380,
"1": 160
},
"flags": {},
"order": 7,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 72
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
6,
102,
111,
129
],
"slot_index": 0
}
],
"title": "CLIP Text Encode (Negative)",
"properties": {
"Node name for S&R": "CLIPTextEncode"
},
"widgets_values": [
"blurry, distorted, malformed, gore, naked, bare skin, tattoo"
],
"color": "#322",
"bgcolor": "#533"
},
{
"id": 11,
"type": "VAELoader",
"pos": [
440,
480
],
"size": {
"0": 300,
"1": 60
},
"flags": {},
"order": 1,
"mode": 0,
"outputs": [
{
"name": "VAE",
"type": "VAE",
"links": [
12,
104,
106,
133
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "VAELoader"
},
"widgets_values": [
"vae-ft-mse-840000-ema-pruned.safetensors"
]
},
{
"id": 4,
"type": "CheckpointLoaderSimple",
"pos": [
-184,
113
],
"size": {
"0": 340,
"1": 100
},
"flags": {},
"order": 2,
"mode": 0,
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"links": [
91,
96,
100,
131
],
"slot_index": 0
},
{
"name": "CLIP",
"type": "CLIP",
"links": [
71,
72
],
"slot_index": 1
},
{
"name": "VAE",
"type": "VAE",
"links": [],
"slot_index": 2
}
],
"properties": {
"Node name for S&R": "CheckpointLoaderSimple"
},
"widgets_values": [
"sd15/deliberate_v3.safetensors"
]
},
{
"id": 5,
"type": "EmptyLatentImage",
"pos": [
520,
330
],
"size": {
"0": 220,
"1": 106
},
"flags": {},
"order": 3,
"mode": 0,
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
2,
103,
112,
130
],
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "EmptyLatentImage"
},
"widgets_values": [
512,
512,
1
]
},
{
"id": 17,
"type": "IPAdapterModelLoader",
"pos": [
260,
-570
],
"size": {
"0": 310,
"1": 60
},
"flags": {},
"order": 4,
"mode": 0,
"outputs": [
{
"name": "IPADAPTER",
"type": "IPADAPTER",
"links": [
88,
93,
97
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "IPAdapterModelLoader"
},
"widgets_values": [
"ip-adapter-plus_sd15.bin"
]
},
{
"id": 51,
"type": "PreviewImage",
"pos": [
960,
10
],
"size": {
"0": 527.208984375,
"1": 576.05859375
},
"flags": {},
"order": 17,
"mode": 0,
"inputs": [
{
"name": "images",
"type": "IMAGE",
"link": 134
}
],
"properties": {
"Node name for S&R": "PreviewImage"
}
},
{
"id": 42,
"type": "PreviewImage",
"pos": [
2730,
10
],
"size": {
"0": 532.08154296875,
"1": 578.00732421875
},
"flags": {},
"order": 23,
"mode": 0,
"inputs": [
{
"name": "images",
"type": "IMAGE",
"link": 107
}
],
"properties": {
"Node name for S&R": "PreviewImage"
}
},
{
"id": 43,
"type": "KSampler",
"pos": [
2970,
-290
],
"size": {
"0": 290,
"1": 262
},
"flags": {},
"order": 16,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 115
},
{
"name": "positive",
"type": "CONDITIONING",
"link": 151
},
{
"name": "negative",
"type": "CONDITIONING",
"link": 111
},
{
"name": "latent_image",
"type": "LATENT",
"link": 112
}
],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
117
],
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "KSampler"
},
"widgets_values": [
292,
"fixed",
40,
5.5,
"dpmpp_2m",
"karras",
1
]
},
{
"id": 41,
"type": "VAEDecode",
"pos": [
2810,
-90
],
"size": {
"0": 140,
"1": 60
},
"flags": {},
"order": 20,
"mode": 0,
"inputs": [
{
"name": "samples",
"type": "LATENT",
"link": 117
},
{
"name": "vae",
"type": "VAE",
"link": 106
}
],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
107
],
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "VAEDecode"
}
},
{
"id": 3,
"type": "KSampler",
"pos": [
2370,
-300
],
"size": {
"0": 300,
"1": 262
},
"flags": {},
"order": 14,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 92
},
{
"name": "positive",
"type": "CONDITIONING",
"link": 149
},
{
"name": "negative",
"type": "CONDITIONING",
"link": 6
},
{
"name": "latent_image",
"type": "LATENT",
"link": 2
}
],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
7
],
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "KSampler"
},
"widgets_values": [
292,
"fixed",
40,
5.5,
"dpmpp_2m",
"karras",
1
]
},
{
"id": 8,
"type": "VAEDecode",
"pos": [
2210,
-100
],
"size": {
"0": 140,
"1": 60
},
"flags": {},
"order": 18,
"mode": 0,
"inputs": [
{
"name": "samples",
"type": "LATENT",
"link": 7
},
{
"name": "vae",
"type": "VAE",
"link": 12
}
],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
56
],
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "VAEDecode"
}
},
{
"id": 38,
"type": "KSampler",
"pos": [
1770,
-310
],
"size": {
"0": 290,
"1": 262
},
"flags": {},
"order": 15,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 108
},
{
"name": "positive",
"type": "CONDITIONING",
"link": 150
},
{
"name": "negative",
"type": "CONDITIONING",
"link": 102
},
{
"name": "latent_image",
"type": "LATENT",
"link": 103
}
],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
116
],
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "KSampler"
},
"widgets_values": [
292,
"fixed",
40,
5.5,
"dpmpp_2m",
"karras",
1
]
},
{
"id": 39,
"type": "VAEDecode",
"pos": [
1610,
-110
],
"size": {
"0": 140,
"1": 60
},
"flags": {},
"order": 19,
"mode": 0,
"inputs": [
{
"name": "samples",
"type": "LATENT",
"link": 116
},
{
"name": "vae",
"type": "VAE",
"link": 104
}
],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
105
],
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "VAEDecode"
}
},
{
"id": 50,
"type": "VAEDecode",
"pos": [
1000,
-110
],
"size": {
"0": 140,
"1": 60
},
"flags": {},
"order": 13,
"mode": 0,
"inputs": [
{
"name": "samples",
"type": "LATENT",
"link": 135
},
{
"name": "vae",
"type": "VAE",
"link": 133
}
],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
134
],
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "VAEDecode"
}
},
{
"id": 6,
"type": "CLIPTextEncode",
"pos": [
360,
-90
],
"size": {
"0": 380,
"1": 170
},
"flags": {
"collapsed": false
},
"order": 6,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 71
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"links": [
149,
150,
151,
152
],
"slot_index": 0
}
],
"title": "CLIP Text Encode (Positive)",
"properties": {
"Node name for S&R": "CLIPTextEncode"
},
"widgets_values": [
"portrait illustration of a warrior woman in full armor, in a dungeon\n\nhighly detailed, dramatic lighting, 4k"
],
"color": "#232",
"bgcolor": "#353"
},
{
"id": 20,
"type": "PrepImageForClipVision",
"pos": [
320,
-350
],
"size": {
"0": 243.60000610351562,
"1": 110
},
"flags": {},
"order": 8,
"mode": 0,
"inputs": [
{
"name": "image",
"type": "IMAGE",
"link": 148
}
],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
144,
146,
147
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "PrepImageForClipVision"
},
"widgets_values": [
"LANCZOS",
"center",
0
]
},
{
"id": 49,
"type": "KSampler",
"pos": [
1160,
-310
],
"size": {
"0": 300,
"1": 262
},
"flags": {},
"order": 9,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 131
},
{
"name": "positive",
"type": "CONDITIONING",
"link": 152
},
{
"name": "negative",
"type": "CONDITIONING",
"link": 129
},
{
"name": "latent_image",
"type": "LATENT",
"link": 130
}
],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
135
],
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "KSampler"
},
"widgets_values": [
292,
"fixed",
46,
5.5,
"dpmpp_2m",
"karras",
1
]
},
{
"id": 40,
"type": "PreviewImage",
"pos": [
1540,
10
],
"size": {
"0": 520,
"1": 570
},
"flags": {},
"order": 22,
"mode": 0,
"inputs": [
{
"name": "images",
"type": "IMAGE",
"link": 105
}
],
"properties": {
"Node name for S&R": "PreviewImage"
}
},
{
"id": 29,
"type": "PreviewImage",
"pos": [
2130,
10
],
"size": {
"0": 520,
"1": 570
},
"flags": {},
"order": 21,
"mode": 0,
"inputs": [
{
"name": "images",
"type": "IMAGE",
"link": 56
}
],
"properties": {
"Node name for S&R": "PreviewImage"
}
},
{
"id": 36,
"type": "IPAdapterApply",
"pos": [
1520,
-320
],
"size": {
"0": 234.41876220703125,
"1": 166
},
"flags": {},
"order": 11,
"mode": 0,
"inputs": [
{
"name": "ipadapter",
"type": "IPADAPTER",
"link": 93
},
{
"name": "clip_vision",
"type": "CLIP_VISION",
"link": 94
},
{
"name": "image",
"type": "IMAGE",
"link": 146
},
{
"name": "model",
"type": "MODEL",
"link": 96
}
],
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"links": [
108
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "IPAdapterApply"
},
"widgets_values": [
0.25,
0.3,
"linear"
]
},
{
"id": 35,
"type": "IPAdapterApply",
"pos": [
2100,
-310
],
"size": {
"0": 246.50965881347656,
"1": 166
},
"flags": {},
"order": 10,
"mode": 0,
"inputs": [
{
"name": "ipadapter",
"type": "IPADAPTER",
"link": 88
},
{
"name": "clip_vision",
"type": "CLIP_VISION",
"link": 89
},
{
"name": "image",
"type": "IMAGE",
"link": 144
},
{
"name": "model",
"type": "MODEL",
"link": 91
}
],
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"links": [
92
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "IPAdapterApply"
},
"widgets_values": [
0.25,
0.3,
"original"
]
},
{
"id": 37,
"type": "IPAdapterApply",
"pos": [
2710,
-300
],
"size": {
"0": 239.32774353027344,
"1": 166
},
"flags": {},
"order": 12,
"mode": 0,
"inputs": [
{
"name": "ipadapter",
"type": "IPADAPTER",
"link": 97
},
{
"name": "clip_vision",
"type": "CLIP_VISION",
"link": 98
},
{
"name": "image",
"type": "IMAGE",
"link": 147
},
{
"name": "model",
"type": "MODEL",
"link": 100
}
],
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"links": [
115
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "IPAdapterApply"
},
"widgets_values": [
0.25,
0.3,
"channel penalty"
]
},
{
"id": 19,
"type": "LoadImage",
"pos": [
78,
-351
],
"size": {
"0": 210,
"1": 280
},
"flags": {},
"order": 5,
"mode": 0,
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
148
],
"shape": 3,
"slot_index": 0
},
{
"name": "MASK",
"type": "MASK",
"links": null,
"shape": 3
}
],
"properties": {
"Node name for S&R": "LoadImage"
},
"widgets_values": [
"woman.png",
"image"
]
}
],
"links": [
[
2,
5,
0,
3,
3,
"LATENT"
],
[
6,
7,
0,
3,
2,
"CONDITIONING"
],
[
7,
3,
0,
8,
0,
"LATENT"
],
[
12,
11,
0,
8,
1,
"VAE"
],
[
56,
8,
0,
29,
0,
"IMAGE"
],
[
71,
4,
1,
6,
0,
"CLIP"
],
[
72,
4,
1,
7,
0,
"CLIP"
],
[
88,
17,
0,
35,
0,
"IPADAPTER"
],
[
89,
18,
0,
35,
1,
"CLIP_VISION"
],
[
91,
4,
0,
35,
3,
"MODEL"
],
[
92,
35,
0,
3,
0,
"MODEL"
],
[
93,
17,
0,
36,
0,
"IPADAPTER"
],
[
94,
18,
0,
36,
1,
"CLIP_VISION"
],
[
96,
4,
0,
36,
3,
"MODEL"
],
[
97,
17,
0,
37,
0,
"IPADAPTER"
],
[
98,
18,
0,
37,
1,
"CLIP_VISION"
],
[
100,
4,
0,
37,
3,
"MODEL"
],
[
102,
7,
0,
38,
2,
"CONDITIONING"
],
[
103,
5,
0,
38,
3,
"LATENT"
],
[
104,
11,
0,
39,
1,
"VAE"
],
[
105,
39,
0,
40,
0,
"IMAGE"
],
[
106,
11,
0,
41,
1,
"VAE"
],
[
107,
41,
0,
42,
0,
"IMAGE"
],
[
108,
36,
0,
38,
0,
"MODEL"
],
[
111,
7,
0,
43,
2,
"CONDITIONING"
],
[
112,
5,
0,
43,
3,
"LATENT"
],
[
115,
37,
0,
43,
0,
"MODEL"
],
[
116,
38,
0,
39,
0,
"LATENT"
],
[
117,
43,
0,
41,
0,
"LATENT"
],
[
129,
7,
0,
49,
2,
"CONDITIONING"
],
[
130,
5,
0,
49,
3,
"LATENT"
],
[
131,
4,
0,
49,
0,
"MODEL"
],
[
133,
11,
0,
50,
1,
"VAE"
],
[
134,
50,
0,
51,
0,
"IMAGE"
],
[
135,
49,
0,
50,
0,
"LATENT"
],
[
144,
20,
0,
35,
2,
"IMAGE"
],
[
146,
20,
0,
36,
2,
"IMAGE"
],
[
147,
20,
0,
37,
2,
"IMAGE"
],
[
148,
19,
0,
20,
0,
"IMAGE"
],
[
149,
6,
0,
3,
1,
"CONDITIONING"
],
[
150,
6,
0,
38,
1,
"CONDITIONING"
],
[
151,
6,
0,
43,
1,
"CONDITIONING"
],
[
152,
6,
0,
49,
1,
"CONDITIONING"
]
],
"groups": [],
"config": {},
"extra": {},
"version": 0.4
}
1
https://gitee.com/LeChaPatteImpitoyable/ComfyUI_IPAdapter_plus.git
git@gitee.com:LeChaPatteImpitoyable/ComfyUI_IPAdapter_plus.git
LeChaPatteImpitoyable
ComfyUI_IPAdapter_plus
ComfyUI_IPAdapter_plus
main

搜索帮助