huangfeice commited on
Commit
96bdfd8
·
verified ·
1 Parent(s): 5cc8250

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

Browse files
Files changed (1) hide show
  1. workflow_joyimage_edit.json +56 -6
workflow_joyimage_edit.json CHANGED
@@ -308,8 +308,8 @@
308
  "version": 1,
309
  "state": {
310
  "lastGroupId": 3,
311
- "lastNodeId": 11,
312
- "lastLinkId": 223,
313
  "lastRerouteId": 0
314
  },
315
  "revision": 0,
@@ -854,7 +854,7 @@
854
  "localized_name": "model",
855
  "name": "model",
856
  "type": "MODEL",
857
- "link": 201
858
  },
859
  {
860
  "localized_name": "positive",
@@ -950,7 +950,7 @@
950
  40,
951
  4.0,
952
  "euler",
953
- "simple",
954
  1
955
  ]
956
  },
@@ -997,6 +997,48 @@
997
  "ver": "0.5.1"
998
  },
999
  "widgets_values": []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1000
  }
1001
  ],
1002
  "groups": [
@@ -1042,7 +1084,7 @@
1042
  "id": 201,
1043
  "origin_id": 3,
1044
  "origin_slot": 0,
1045
- "target_id": 10,
1046
  "target_slot": 0,
1047
  "type": "MODEL"
1048
  },
@@ -1221,6 +1263,14 @@
1221
  "target_id": 7,
1222
  "target_slot": 2,
1223
  "type": "IMAGE"
 
 
 
 
 
 
 
 
1224
  }
1225
  ],
1226
  "extra": {
@@ -1242,4 +1292,4 @@
1242
  "workflowRendererVersion": "LG"
1243
  },
1244
  "version": 0.4
1245
- }
 
308
  "version": 1,
309
  "state": {
310
  "lastGroupId": 3,
311
+ "lastNodeId": 12,
312
+ "lastLinkId": 224,
313
  "lastRerouteId": 0
314
  },
315
  "revision": 0,
 
854
  "localized_name": "model",
855
  "name": "model",
856
  "type": "MODEL",
857
+ "link": 224
858
  },
859
  {
860
  "localized_name": "positive",
 
950
  40,
951
  4.0,
952
  "euler",
953
+ "normal",
954
  1
955
  ]
956
  },
 
997
  "ver": "0.5.1"
998
  },
999
  "widgets_values": []
1000
+ },
1001
+ {
1002
+ "id": 12,
1003
+ "type": "CFGNorm",
1004
+ "pos": [
1005
+ -640,
1006
+ 2700
1007
+ ],
1008
+ "size": [
1009
+ 280,
1010
+ 82
1011
+ ],
1012
+ "flags": {},
1013
+ "order": 1,
1014
+ "mode": 0,
1015
+ "inputs": [
1016
+ {
1017
+ "localized_name": "model",
1018
+ "name": "model",
1019
+ "type": "MODEL",
1020
+ "link": 201
1021
+ }
1022
+ ],
1023
+ "outputs": [
1024
+ {
1025
+ "localized_name": "patched_model",
1026
+ "name": "MODEL",
1027
+ "type": "MODEL",
1028
+ "links": [
1029
+ 224
1030
+ ]
1031
+ }
1032
+ ],
1033
+ "properties": {
1034
+ "Node name for S&R": "CFGNorm",
1035
+ "cnr_id": "comfy-core",
1036
+ "ver": "0.5.1"
1037
+ },
1038
+ "widgets_values": [
1039
+ 1.0,
1040
+ true
1041
+ ]
1042
  }
1043
  ],
1044
  "groups": [
 
1084
  "id": 201,
1085
  "origin_id": 3,
1086
  "origin_slot": 0,
1087
+ "target_id": 12,
1088
  "target_slot": 0,
1089
  "type": "MODEL"
1090
  },
 
1263
  "target_id": 7,
1264
  "target_slot": 2,
1265
  "type": "IMAGE"
1266
+ },
1267
+ {
1268
+ "id": 224,
1269
+ "origin_id": 12,
1270
+ "origin_slot": 0,
1271
+ "target_id": 10,
1272
+ "target_slot": 0,
1273
+ "type": "MODEL"
1274
  }
1275
  ],
1276
  "extra": {
 
1292
  "workflowRendererVersion": "LG"
1293
  },
1294
  "version": 0.4
1295
+ }