hmb HF Staff commited on
Commit
55c2f21
·
verified ·
1 Parent(s): be3e09e

Update workflow.json from canvas

Browse files
Files changed (1) hide show
  1. workflow.json +120 -1
workflow.json CHANGED
@@ -1 +1,120 @@
1
- {"schema_version":"2","name":"Marketing Image Creator","runtime":{"default":"client"},"references":[{"label":"Text","inputs":[{"id":"in","label":"Text","type":"text"}],"outputs":[{"id":"out","label":"Text","type":"text"}],"width":220,"height":163,"asset_type":"text","role":"reference","id":"1539a1e9-4906-4008-b345-e6d05bb69b22","x":740,"y":80,"data":{"in":null}},{"label":"Image","inputs":[{"id":"in","label":"Image","type":"image"}],"outputs":[{"id":"out","label":"Image","type":"image"}],"width":220,"height":124,"asset_type":"image","role":"reference","id":"13e92b22-7173-416c-81c6-1ca097a2a299","x":80,"y":80,"data":{}}],"operators":[{"id":"n_flux","label":"Generate Image","inputs":[{"id":"in","label":"Prompt","type":"text","required":true}],"outputs":[{"id":"out","label":"Image","type":"image"}],"data":{"out":97500097},"x":1040,"y":80,"width":220,"height":124,"role":"operator","kind":"space","source":"hf://spaces/multimodalart/FLUX.1-merged","space_id":"multimodalart/FLUX.1-merged","runtime":"client","endpoints":[{"name":"/infer","inputs":[{"id":"in_0","label":"Prompt","type":"text","required":true},{"id":"in_1","label":"Seed","type":"number","required":false},{"id":"in_2","label":"Randomize seed","type":"boolean","required":false},{"id":"in_3","label":"Width","type":"number","required":false},{"id":"in_4","label":"Height","type":"number","required":false},{"id":"in_5","label":"Guidance Scale","type":"number","required":false},{"id":"in_6","label":"Number of inference steps","type":"number","required":false}],"outputs":[{"id":"out_0","label":"Result","type":"image","output_index":0},{"id":"out_1","label":"Seed","type":"number","output_index":1}]}]},{"label":"Image To Prompt","inputs":[{"id":"in_0","label":"Input Image","type":"image","required":true}],"outputs":[{"id":"out_0","label":"Output Prompt","type":"text","output_index":0}],"width":280,"height":124,"kind":"space","space_id":"ovi054/image-to-prompt","endpoint":"/predict","endpoints":[{"name":"/predict","inputs":[{"id":"in_0","label":"Input Image","type":"image","required":true}],"outputs":[{"id":"out_0","label":"Output Prompt","type":"text","output_index":0}]}],"pipeline_tag":"Image Captioning","role":"operator","id":"897592dc-17b5-473b-9e89-4ebdae4073d6","x":380,"y":80,"data":{}}],"subjects":[{"id":"n_output","label":"Marketing Image","inputs":[{"id":"in","label":"Image","type":"image"}],"outputs":[{"id":"out","label":"Image","type":"image"}],"data":{"in":null},"x":1340,"y":80,"width":220,"height":107,"role":"subject","asset_type":"image"}],"edges":[{"id":"e4","from_node_id":"n_flux","from_port_id":"out","to_node_id":"n_output","to_port_id":"in","type":"image"},{"from_node_id":"1539a1e9-4906-4008-b345-e6d05bb69b22","from_port_id":"out","to_node_id":"n_flux","to_port_id":"in","type":"text","id":"b44e83fe-23b1-4dcc-83d3-55b3481721bc"},{"from_node_id":"13e92b22-7173-416c-81c6-1ca097a2a299","from_port_id":"out","to_node_id":"897592dc-17b5-473b-9e89-4ebdae4073d6","to_port_id":"in_0","type":"image","id":"22796709-ff7d-4250-92c0-2d541f9e6a99"},{"from_node_id":"897592dc-17b5-473b-9e89-4ebdae4073d6","from_port_id":"out_0","to_node_id":"1539a1e9-4906-4008-b345-e6d05bb69b22","to_port_id":"in","type":"text","id":"96dab823-0f2c-4356-98c4-aa82feca5e0a"}],"view":{"default":"canvas"}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": "2",
3
+ "name": "Marketing Image Creator",
4
+ "runtime": {
5
+ "default": "client"
6
+ },
7
+ "references": [
8
+ {
9
+ "label": "Text",
10
+ "inputs": [
11
+ {
12
+ "id": "in",
13
+ "label": "Text",
14
+ "type": "text"
15
+ }
16
+ ],
17
+ "outputs": [
18
+ {
19
+ "id": "out",
20
+ "label": "Text",
21
+ "type": "text"
22
+ }
23
+ ],
24
+ "width": 220,
25
+ "height": 163,
26
+ "asset_type": "text",
27
+ "role": "reference",
28
+ "id": "1539a1e9-4906-4008-b345-e6d05bb69b22",
29
+ "x": 740,
30
+ "y": 80,
31
+ "data": {
32
+ "in": "",
33
+ "out": ""
34
+ }
35
+ }
36
+ ],
37
+ "operators": [
38
+ {
39
+ "id": "n_flux",
40
+ "label": "Generate Image",
41
+ "inputs": [
42
+ {
43
+ "id": "in",
44
+ "label": "Prompt",
45
+ "type": "text",
46
+ "required": true
47
+ }
48
+ ],
49
+ "outputs": [
50
+ {
51
+ "id": "out",
52
+ "label": "Image",
53
+ "type": "image"
54
+ }
55
+ ],
56
+ "data": {
57
+ "out": 97500097
58
+ },
59
+ "x": 1040,
60
+ "y": 80,
61
+ "width": 220,
62
+ "height": 136,
63
+ "role": "operator",
64
+ "kind": "space",
65
+ "source": "hf://spaces/multimodalart/FLUX.1-merged",
66
+ "space_id": "multimodalart/FLUX.1-merged",
67
+ "runtime": "client"
68
+ }
69
+ ],
70
+ "subjects": [
71
+ {
72
+ "id": "n_output",
73
+ "label": "Marketing Image",
74
+ "inputs": [
75
+ {
76
+ "id": "in",
77
+ "label": "Image",
78
+ "type": "image"
79
+ }
80
+ ],
81
+ "outputs": [
82
+ {
83
+ "id": "out",
84
+ "label": "Image",
85
+ "type": "image"
86
+ }
87
+ ],
88
+ "data": {
89
+ "in": null
90
+ },
91
+ "x": 1340,
92
+ "y": 80,
93
+ "width": 220,
94
+ "height": 107,
95
+ "role": "subject",
96
+ "asset_type": "image"
97
+ }
98
+ ],
99
+ "edges": [
100
+ {
101
+ "id": "e4",
102
+ "from_node_id": "n_flux",
103
+ "from_port_id": "out",
104
+ "to_node_id": "n_output",
105
+ "to_port_id": "in",
106
+ "type": "image"
107
+ },
108
+ {
109
+ "from_node_id": "1539a1e9-4906-4008-b345-e6d05bb69b22",
110
+ "from_port_id": "out",
111
+ "to_node_id": "n_flux",
112
+ "to_port_id": "in",
113
+ "type": "text",
114
+ "id": "b44e83fe-23b1-4dcc-83d3-55b3481721bc"
115
+ }
116
+ ],
117
+ "view": {
118
+ "default": "canvas"
119
+ }
120
+ }