Remove CLIP inputs from IPAdapterUnifiedLoader nodes
IPAdapterUnifiedLoader only accepts model input, not clip. Removed CLIP connections from both workflows. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -37,8 +37,6 @@
|
|||||||
"name": "CLIP",
|
"name": "CLIP",
|
||||||
"type": "CLIP",
|
"type": "CLIP",
|
||||||
"links": [
|
"links": [
|
||||||
2,
|
|
||||||
4,
|
|
||||||
12,
|
12,
|
||||||
13
|
13
|
||||||
],
|
],
|
||||||
@@ -158,11 +156,6 @@
|
|||||||
"name": "model",
|
"name": "model",
|
||||||
"type": "MODEL",
|
"type": "MODEL",
|
||||||
"link": 1
|
"link": 1
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "clip",
|
|
||||||
"type": "CLIP",
|
|
||||||
"link": 2
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputs": [
|
"outputs": [
|
||||||
@@ -210,11 +203,6 @@
|
|||||||
"name": "model",
|
"name": "model",
|
||||||
"type": "MODEL",
|
"type": "MODEL",
|
||||||
"link": 3
|
"link": 3
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "clip",
|
|
||||||
"type": "CLIP",
|
|
||||||
"link": 4
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputs": [
|
"outputs": [
|
||||||
@@ -615,14 +603,6 @@
|
|||||||
0,
|
0,
|
||||||
"MODEL"
|
"MODEL"
|
||||||
],
|
],
|
||||||
[
|
|
||||||
2,
|
|
||||||
1,
|
|
||||||
1,
|
|
||||||
4,
|
|
||||||
1,
|
|
||||||
"CLIP"
|
|
||||||
],
|
|
||||||
[
|
[
|
||||||
3,
|
3,
|
||||||
1,
|
1,
|
||||||
@@ -631,14 +611,6 @@
|
|||||||
0,
|
0,
|
||||||
"MODEL"
|
"MODEL"
|
||||||
],
|
],
|
||||||
[
|
|
||||||
4,
|
|
||||||
1,
|
|
||||||
1,
|
|
||||||
5,
|
|
||||||
1,
|
|
||||||
"CLIP"
|
|
||||||
],
|
|
||||||
[
|
[
|
||||||
5,
|
5,
|
||||||
2,
|
2,
|
||||||
|
|||||||
@@ -36,7 +36,6 @@
|
|||||||
"name": "CLIP",
|
"name": "CLIP",
|
||||||
"type": "CLIP",
|
"type": "CLIP",
|
||||||
"links": [
|
"links": [
|
||||||
2,
|
|
||||||
6,
|
6,
|
||||||
7
|
7
|
||||||
],
|
],
|
||||||
@@ -117,11 +116,6 @@
|
|||||||
"name": "model",
|
"name": "model",
|
||||||
"type": "MODEL",
|
"type": "MODEL",
|
||||||
"link": 1
|
"link": 1
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "clip",
|
|
||||||
"type": "CLIP",
|
|
||||||
"link": 2
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputs": [
|
"outputs": [
|
||||||
@@ -476,14 +470,6 @@
|
|||||||
0,
|
0,
|
||||||
"MODEL"
|
"MODEL"
|
||||||
],
|
],
|
||||||
[
|
|
||||||
2,
|
|
||||||
1,
|
|
||||||
1,
|
|
||||||
3,
|
|
||||||
1,
|
|
||||||
"CLIP"
|
|
||||||
],
|
|
||||||
[
|
[
|
||||||
3,
|
3,
|
||||||
2,
|
2,
|
||||||
|
|||||||
Reference in New Issue
Block a user