Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed May 12, 2024
1 parent 5f2c886 commit 7211914
Show file tree
Hide file tree
Showing 3 changed files with 363 additions and 175 deletions.
103 changes: 83 additions & 20 deletions examples/fg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"last_node_id": 35,
"last_link_id": 66,
"last_node_id": 36,
"last_link_id": 69,
"nodes": [
{
"id": 5,
Expand Down Expand Up @@ -65,7 +65,7 @@
"1": 262
},
"flags": {},
"order": 10,
"order": 11,
"mode": 0,
"inputs": [
{
Expand Down Expand Up @@ -103,7 +103,7 @@
"Node name for S&R": "KSampler"
},
"widgets_values": [
460108284036805,
77073898426966,
"randomize",
25,
2,
Expand All @@ -124,7 +124,7 @@
"1": 46
},
"flags": {},
"order": 11,
"order": 12,
"mode": 0,
"inputs": [
{
Expand Down Expand Up @@ -164,7 +164,7 @@
"1": 581.6578369140625
},
"flags": {},
"order": 12,
"order": 13,
"mode": 0,
"inputs": [
{
Expand Down Expand Up @@ -307,15 +307,17 @@
"name": "image",
"type": "IMAGE",
"links": [
61
67
],
"shape": 3,
"slot_index": 0
},
{
"name": "mask",
"type": "MASK",
"links": null,
"links": [
68
],
"shape": 3
}
],
Expand All @@ -340,13 +342,13 @@
"1": 46
},
"flags": {},
"order": 8,
"order": 9,
"mode": 0,
"inputs": [
{
"name": "pixels",
"type": "IMAGE",
"link": 61,
"link": 69,
"slot_index": 0
},
{
Expand Down Expand Up @@ -542,7 +544,7 @@
"1": 66
},
"flags": {},
"order": 9,
"order": 10,
"mode": 0,
"inputs": [
{
Expand Down Expand Up @@ -579,6 +581,51 @@
},
"color": "#232",
"bgcolor": "#353"
},
{
"id": 36,
"type": "ICLightApplyMaskGrey",
"pos": [
199,
-519
],
"size": {
"0": 210,
"1": 46
},
"flags": {},
"order": 8,
"mode": 0,
"inputs": [
{
"name": "image",
"type": "IMAGE",
"link": 67,
"slot_index": 0
},
{
"name": "alpha",
"type": "MASK",
"link": 68,
"slot_index": 1
}
],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"links": [
69
],
"shape": 3,
"slot_index": 0
}
],
"properties": {
"Node name for S&R": "ICLightApplyMaskGrey"
},
"color": "#232",
"bgcolor": "#353"
}
],
"links": [
Expand Down Expand Up @@ -686,14 +733,6 @@
1,
"VAE"
],
[
61,
12,
0,
24,
0,
"IMAGE"
],
[
63,
4,
Expand Down Expand Up @@ -725,6 +764,30 @@
16,
0,
"MODEL"
],
[
67,
12,
0,
36,
0,
"IMAGE"
],
[
68,
12,
1,
36,
1,
"MASK"
],
[
69,
36,
0,
24,
0,
"IMAGE"
]
],
"groups": [],
Expand All @@ -736,7 +799,7 @@
"description": "",
"version": "1",
"created": "2024-05-07T01:48:43.503Z",
"modified": "2024-05-09T21:20:29.660Z",
"modified": "2024-05-12T20:29:20.246Z",
"software": "ComfyUI"
}
},
Expand Down
Loading

0 comments on commit 7211914

Please sign in to comment.