akhaliq HF Staff commited on
Commit
b1bc991
·
1 Parent(s): bf68b48

Add image editor lane for Ideogram 4 output using FLUX.2-klein

Browse files
Files changed (1) hide show
  1. workflow.json +85 -1
workflow.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "schema_version": "2",
3
- "name": "FLUX.1-dev & Z-Image & Ideogram 4 Compare/Edit Workflow v3",
4
  "runtime": {
5
  "default": "client"
6
  },
@@ -261,6 +261,39 @@
261
  "y": 420,
262
  "width": 280,
263
  "height": 124
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
264
  }
265
  ],
266
  "subjects": [
@@ -398,6 +431,33 @@
398
  "y": 420,
399
  "width": 220,
400
  "height": 107
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
401
  }
402
  ],
403
  "edges": [
@@ -512,6 +572,30 @@
512
  "to_node_id": "subj_output_ideogram_image",
513
  "to_port_id": "in",
514
  "type": "image"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
515
  }
516
  ],
517
  "view": {
 
1
  {
2
  "schema_version": "2",
3
+ "name": "FLUX.1-dev & Z-Image & Ideogram 4 Compare/Edit Workflow v4",
4
  "runtime": {
5
  "default": "client"
6
  },
 
261
  "y": 420,
262
  "width": 280,
263
  "height": 124
264
+ },
265
+ {
266
+ "id": "op_edit_image_ideogram",
267
+ "label": "FLUX.2-klein Editor (Ideogram)",
268
+ "role": "operator",
269
+ "kind": "fn",
270
+ "fn": "edit_image",
271
+ "inputs": [
272
+ {
273
+ "id": "in_0",
274
+ "label": "image",
275
+ "type": "image",
276
+ "required": true
277
+ },
278
+ {
279
+ "id": "in_1",
280
+ "label": "prompt",
281
+ "type": "text",
282
+ "required": true
283
+ }
284
+ ],
285
+ "outputs": [
286
+ {
287
+ "id": "out_0",
288
+ "label": "output",
289
+ "type": "image"
290
+ }
291
+ ],
292
+ "data": {},
293
+ "x": 1720,
294
+ "y": 420,
295
+ "width": 280,
296
+ "height": 140
297
  }
298
  ],
299
  "subjects": [
 
431
  "y": 420,
432
  "width": 220,
433
  "height": 107
434
+ },
435
+ {
436
+ "id": "subj_edited_image_ideogram",
437
+ "label": "Edited Ideogram Image",
438
+ "role": "subject",
439
+ "asset_type": "image",
440
+ "inputs": [
441
+ {
442
+ "id": "in",
443
+ "label": "Image",
444
+ "type": "image"
445
+ }
446
+ ],
447
+ "outputs": [
448
+ {
449
+ "id": "out",
450
+ "label": "Image",
451
+ "type": "image"
452
+ }
453
+ ],
454
+ "data": {
455
+ "in": null
456
+ },
457
+ "x": 2060,
458
+ "y": 420,
459
+ "width": 220,
460
+ "height": 107
461
  }
462
  ],
463
  "edges": [
 
572
  "to_node_id": "subj_output_ideogram_image",
573
  "to_port_id": "in",
574
  "type": "image"
575
+ },
576
+ {
577
+ "id": "edge_15",
578
+ "from_node_id": "op_generate_ideogram_image",
579
+ "from_port_id": "out_0",
580
+ "to_node_id": "op_edit_image_ideogram",
581
+ "to_port_id": "in_0",
582
+ "type": "image"
583
+ },
584
+ {
585
+ "id": "edge_16",
586
+ "from_node_id": "ref_edit_prompt",
587
+ "from_port_id": "out",
588
+ "to_node_id": "op_edit_image_ideogram",
589
+ "to_port_id": "in_1",
590
+ "type": "text"
591
+ },
592
+ {
593
+ "id": "edge_17",
594
+ "from_node_id": "op_edit_image_ideogram",
595
+ "from_port_id": "out_0",
596
+ "to_node_id": "subj_edited_image_ideogram",
597
+ "to_port_id": "in",
598
+ "type": "image"
599
  }
600
  ],
601
  "view": {