huangfeice commited on
Commit
1ad680e
·
verified ·
1 Parent(s): a90b1a3

Fix KSampler scheduler simple->normal; add CFGNorm(pre_cfg) for diffusers-aligned CFG

Browse files
Files changed (1) hide show
  1. workflow_joyimage_edit_plus.json +56 -6
workflow_joyimage_edit_plus.json CHANGED
@@ -391,8 +391,8 @@
391
  "version": 1,
392
  "state": {
393
  "lastGroupId": 3,
394
- "lastNodeId": 11,
395
- "lastLinkId": 233,
396
  "lastRerouteId": 0
397
  },
398
  "revision": 0,
@@ -1092,7 +1092,7 @@
1092
  "localized_name": "model",
1093
  "name": "model",
1094
  "type": "MODEL",
1095
- "link": 201
1096
  },
1097
  {
1098
  "localized_name": "positive",
@@ -1188,7 +1188,7 @@
1188
  30,
1189
  4.0,
1190
  "euler",
1191
- "simple",
1192
  1
1193
  ]
1194
  },
@@ -1235,6 +1235,48 @@
1235
  "ver": "0.5.1"
1236
  },
1237
  "widgets_values": []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1238
  }
1239
  ],
1240
  "groups": [
@@ -1280,7 +1322,7 @@
1280
  "id": 201,
1281
  "origin_id": 3,
1282
  "origin_slot": 0,
1283
- "target_id": 10,
1284
  "target_slot": 0,
1285
  "type": "MODEL"
1286
  },
@@ -1539,6 +1581,14 @@
1539
  "target_id": 7,
1540
  "target_slot": 7,
1541
  "type": "IMAGE"
 
 
 
 
 
 
 
 
1542
  }
1543
  ],
1544
  "extra": {
@@ -1560,4 +1610,4 @@
1560
  "workflowRendererVersion": "LG"
1561
  },
1562
  "version": 0.4
1563
- }
 
391
  "version": 1,
392
  "state": {
393
  "lastGroupId": 3,
394
+ "lastNodeId": 12,
395
+ "lastLinkId": 234,
396
  "lastRerouteId": 0
397
  },
398
  "revision": 0,
 
1092
  "localized_name": "model",
1093
  "name": "model",
1094
  "type": "MODEL",
1095
+ "link": 234
1096
  },
1097
  {
1098
  "localized_name": "positive",
 
1188
  30,
1189
  4.0,
1190
  "euler",
1191
+ "normal",
1192
  1
1193
  ]
1194
  },
 
1235
  "ver": "0.5.1"
1236
  },
1237
  "widgets_values": []
1238
+ },
1239
+ {
1240
+ "id": 12,
1241
+ "type": "CFGNorm",
1242
+ "pos": [
1243
+ -640,
1244
+ 2700
1245
+ ],
1246
+ "size": [
1247
+ 280,
1248
+ 82
1249
+ ],
1250
+ "flags": {},
1251
+ "order": 1,
1252
+ "mode": 0,
1253
+ "inputs": [
1254
+ {
1255
+ "localized_name": "model",
1256
+ "name": "model",
1257
+ "type": "MODEL",
1258
+ "link": 201
1259
+ }
1260
+ ],
1261
+ "outputs": [
1262
+ {
1263
+ "localized_name": "patched_model",
1264
+ "name": "MODEL",
1265
+ "type": "MODEL",
1266
+ "links": [
1267
+ 234
1268
+ ]
1269
+ }
1270
+ ],
1271
+ "properties": {
1272
+ "Node name for S&R": "CFGNorm",
1273
+ "cnr_id": "comfy-core",
1274
+ "ver": "0.5.1"
1275
+ },
1276
+ "widgets_values": [
1277
+ 1.0,
1278
+ true
1279
+ ]
1280
  }
1281
  ],
1282
  "groups": [
 
1322
  "id": 201,
1323
  "origin_id": 3,
1324
  "origin_slot": 0,
1325
+ "target_id": 12,
1326
  "target_slot": 0,
1327
  "type": "MODEL"
1328
  },
 
1581
  "target_id": 7,
1582
  "target_slot": 7,
1583
  "type": "IMAGE"
1584
+ },
1585
+ {
1586
+ "id": 234,
1587
+ "origin_id": 12,
1588
+ "origin_slot": 0,
1589
+ "target_id": 10,
1590
+ "target_slot": 0,
1591
+ "type": "MODEL"
1592
  }
1593
  ],
1594
  "extra": {
 
1610
  "workflowRendererVersion": "LG"
1611
  },
1612
  "version": 0.4
1613
+ }