comfyui-workflow-templates 0.1.44__py3-none-any.whl → 0.1.46__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of comfyui-workflow-templates might be problematic. Click here for more details.
- comfyui_workflow_templates/templates/flux1_krea_dev-1.webp +0 -0
- comfyui_workflow_templates/templates/flux1_krea_dev.json +543 -0
- comfyui_workflow_templates/templates/hunyuan_video_text_to_video.json +689 -312
- comfyui_workflow_templates/templates/image_to_video.json +390 -161
- comfyui_workflow_templates/templates/image_to_video_wan.json +610 -271
- comfyui_workflow_templates/templates/index.json +564 -107
- comfyui_workflow_templates/templates/index.schema.json +19 -0
- comfyui_workflow_templates/templates/ltxv_image_to_video.json +676 -274
- comfyui_workflow_templates/templates/ltxv_text_to_video.json +547 -203
- comfyui_workflow_templates/templates/mochi_text_to_video_example.json +433 -170
- comfyui_workflow_templates/templates/text_to_video_wan.json +409 -169
- comfyui_workflow_templates/templates/txt_to_image_to_video.json +556 -223
- comfyui_workflow_templates/templates/video_wan2_2_14B_flf2v-1.webp +0 -0
- comfyui_workflow_templates/templates/video_wan2_2_14B_flf2v-2.webp +0 -0
- comfyui_workflow_templates/templates/video_wan2_2_14B_flf2v.json +1090 -0
- comfyui_workflow_templates/templates/video_wan2_2_14B_i2v.json +41 -17
- comfyui_workflow_templates/templates/video_wan2_2_14B_t2v.json +41 -17
- comfyui_workflow_templates/templates/wan2.1_flf2v_720_f16.json +567 -182
- comfyui_workflow_templates/templates/wan2.1_fun_control.json +168 -110
- comfyui_workflow_templates/templates/wan2.1_fun_inp.json +470 -418
- {comfyui_workflow_templates-0.1.44.dist-info → comfyui_workflow_templates-0.1.46.dist-info}/METADATA +1 -1
- {comfyui_workflow_templates-0.1.44.dist-info → comfyui_workflow_templates-0.1.46.dist-info}/RECORD +25 -20
- {comfyui_workflow_templates-0.1.44.dist-info → comfyui_workflow_templates-0.1.46.dist-info}/WHEEL +0 -0
- {comfyui_workflow_templates-0.1.44.dist-info → comfyui_workflow_templates-0.1.46.dist-info}/licenses/LICENSE +0 -0
- {comfyui_workflow_templates-0.1.44.dist-info → comfyui_workflow_templates-0.1.46.dist-info}/top_level.txt +0 -0
|
@@ -1,12 +1,113 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
2
|
+
"id": "988b9dbd-6249-42f3-926f-e896370e5004",
|
|
3
|
+
"revision": 0,
|
|
4
|
+
"last_node_id": 26,
|
|
5
|
+
"last_link_id": 43,
|
|
4
6
|
"nodes": [
|
|
7
|
+
{
|
|
8
|
+
"id": 15,
|
|
9
|
+
"type": "ImageOnlyCheckpointLoader",
|
|
10
|
+
"pos": [
|
|
11
|
+
50,
|
|
12
|
+
230
|
|
13
|
+
],
|
|
14
|
+
"size": [
|
|
15
|
+
369.6000061035156,
|
|
16
|
+
98
|
|
17
|
+
],
|
|
18
|
+
"flags": {},
|
|
19
|
+
"order": 0,
|
|
20
|
+
"mode": 0,
|
|
21
|
+
"inputs": [],
|
|
22
|
+
"outputs": [
|
|
23
|
+
{
|
|
24
|
+
"name": "MODEL",
|
|
25
|
+
"type": "MODEL",
|
|
26
|
+
"slot_index": 0,
|
|
27
|
+
"links": [
|
|
28
|
+
23
|
|
29
|
+
]
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "CLIP_VISION",
|
|
33
|
+
"type": "CLIP_VISION",
|
|
34
|
+
"slot_index": 1,
|
|
35
|
+
"links": [
|
|
36
|
+
24
|
|
37
|
+
]
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "VAE",
|
|
41
|
+
"type": "VAE",
|
|
42
|
+
"slot_index": 2,
|
|
43
|
+
"links": [
|
|
44
|
+
25,
|
|
45
|
+
26
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
],
|
|
49
|
+
"properties": {
|
|
50
|
+
"Node name for S&R": "ImageOnlyCheckpointLoader",
|
|
51
|
+
"models": [
|
|
52
|
+
{
|
|
53
|
+
"name": "svd.safetensors",
|
|
54
|
+
"url": "https://huggingface.co/stabilityai/stable-video-diffusion-img2vid/resolve/main/svd.safetensors?download=true",
|
|
55
|
+
"directory": "checkpoints"
|
|
56
|
+
}
|
|
57
|
+
]
|
|
58
|
+
},
|
|
59
|
+
"widgets_values": [
|
|
60
|
+
"svd.safetensors"
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"id": 23,
|
|
65
|
+
"type": "LoadImage",
|
|
66
|
+
"pos": [
|
|
67
|
+
80,
|
|
68
|
+
430
|
|
69
|
+
],
|
|
70
|
+
"size": [
|
|
71
|
+
315,
|
|
72
|
+
314
|
|
73
|
+
],
|
|
74
|
+
"flags": {},
|
|
75
|
+
"order": 1,
|
|
76
|
+
"mode": 0,
|
|
77
|
+
"inputs": [],
|
|
78
|
+
"outputs": [
|
|
79
|
+
{
|
|
80
|
+
"name": "IMAGE",
|
|
81
|
+
"type": "IMAGE",
|
|
82
|
+
"links": [
|
|
83
|
+
41
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "MASK",
|
|
88
|
+
"type": "MASK",
|
|
89
|
+
"links": null
|
|
90
|
+
}
|
|
91
|
+
],
|
|
92
|
+
"properties": {
|
|
93
|
+
"Node name for S&R": "LoadImage"
|
|
94
|
+
},
|
|
95
|
+
"widgets_values": [
|
|
96
|
+
"mountains.png",
|
|
97
|
+
"image"
|
|
98
|
+
]
|
|
99
|
+
},
|
|
5
100
|
{
|
|
6
101
|
"id": 3,
|
|
7
102
|
"type": "KSampler",
|
|
8
|
-
"pos": [
|
|
9
|
-
|
|
103
|
+
"pos": [
|
|
104
|
+
450,
|
|
105
|
+
450
|
|
106
|
+
],
|
|
107
|
+
"size": [
|
|
108
|
+
315,
|
|
109
|
+
262
|
|
110
|
+
],
|
|
10
111
|
"flags": {},
|
|
11
112
|
"order": 5,
|
|
12
113
|
"mode": 0,
|
|
@@ -36,8 +137,10 @@
|
|
|
36
137
|
{
|
|
37
138
|
"name": "LATENT",
|
|
38
139
|
"type": "LATENT",
|
|
39
|
-
"
|
|
40
|
-
"
|
|
140
|
+
"slot_index": 0,
|
|
141
|
+
"links": [
|
|
142
|
+
7
|
|
143
|
+
]
|
|
41
144
|
}
|
|
42
145
|
],
|
|
43
146
|
"properties": {
|
|
@@ -54,64 +157,54 @@
|
|
|
54
157
|
]
|
|
55
158
|
},
|
|
56
159
|
{
|
|
57
|
-
"id":
|
|
58
|
-
"type": "
|
|
59
|
-
"pos": [
|
|
60
|
-
|
|
160
|
+
"id": 14,
|
|
161
|
+
"type": "VideoLinearCFGGuidance",
|
|
162
|
+
"pos": [
|
|
163
|
+
450,
|
|
164
|
+
760
|
|
165
|
+
],
|
|
166
|
+
"size": [
|
|
167
|
+
315,
|
|
168
|
+
58
|
|
169
|
+
],
|
|
61
170
|
"flags": {},
|
|
62
|
-
"order":
|
|
171
|
+
"order": 3,
|
|
63
172
|
"mode": 0,
|
|
64
173
|
"inputs": [
|
|
65
174
|
{
|
|
66
|
-
"name": "
|
|
67
|
-
"type": "
|
|
68
|
-
"link":
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"name": "vae",
|
|
72
|
-
"type": "VAE",
|
|
73
|
-
"link": 26
|
|
175
|
+
"name": "model",
|
|
176
|
+
"type": "MODEL",
|
|
177
|
+
"link": 23
|
|
74
178
|
}
|
|
75
179
|
],
|
|
76
180
|
"outputs": [
|
|
77
181
|
{
|
|
78
|
-
"name": "
|
|
79
|
-
"type": "
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
"properties": {
|
|
85
|
-
"Node name for S&R": "VAEDecode"
|
|
86
|
-
},
|
|
87
|
-
"widgets_values": []
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"id": 10,
|
|
91
|
-
"type": "SaveAnimatedWEBP",
|
|
92
|
-
"pos": [1459, 376],
|
|
93
|
-
"size": [741.67, 564.59],
|
|
94
|
-
"flags": {},
|
|
95
|
-
"order": 7,
|
|
96
|
-
"mode": 0,
|
|
97
|
-
"inputs": [
|
|
98
|
-
{
|
|
99
|
-
"name": "images",
|
|
100
|
-
"type": "IMAGE",
|
|
101
|
-
"link": 10
|
|
182
|
+
"name": "MODEL",
|
|
183
|
+
"type": "MODEL",
|
|
184
|
+
"slot_index": 0,
|
|
185
|
+
"links": [
|
|
186
|
+
39
|
|
187
|
+
]
|
|
102
188
|
}
|
|
103
189
|
],
|
|
104
|
-
"outputs": [],
|
|
105
190
|
"properties": {
|
|
106
|
-
"Node name for S&R": "
|
|
191
|
+
"Node name for S&R": "VideoLinearCFGGuidance"
|
|
107
192
|
},
|
|
108
|
-
"widgets_values": [
|
|
193
|
+
"widgets_values": [
|
|
194
|
+
1
|
|
195
|
+
]
|
|
109
196
|
},
|
|
110
197
|
{
|
|
111
198
|
"id": 12,
|
|
112
199
|
"type": "SVD_img2vid_Conditioning",
|
|
113
|
-
"pos": [
|
|
114
|
-
|
|
200
|
+
"pos": [
|
|
201
|
+
450,
|
|
202
|
+
190
|
|
203
|
+
],
|
|
204
|
+
"size": [
|
|
205
|
+
315,
|
|
206
|
+
218
|
|
207
|
+
],
|
|
115
208
|
"flags": {},
|
|
116
209
|
"order": 4,
|
|
117
210
|
"mode": 0,
|
|
@@ -124,8 +217,7 @@
|
|
|
124
217
|
{
|
|
125
218
|
"name": "init_image",
|
|
126
219
|
"type": "IMAGE",
|
|
127
|
-
"link": 41
|
|
128
|
-
"slot_index": 1
|
|
220
|
+
"link": 41
|
|
129
221
|
},
|
|
130
222
|
{
|
|
131
223
|
"name": "vae",
|
|
@@ -137,168 +229,301 @@
|
|
|
137
229
|
{
|
|
138
230
|
"name": "positive",
|
|
139
231
|
"type": "CONDITIONING",
|
|
140
|
-
"
|
|
141
|
-
"links": [
|
|
142
|
-
|
|
232
|
+
"slot_index": 0,
|
|
233
|
+
"links": [
|
|
234
|
+
40
|
|
235
|
+
]
|
|
143
236
|
},
|
|
144
237
|
{
|
|
145
238
|
"name": "negative",
|
|
146
239
|
"type": "CONDITIONING",
|
|
147
|
-
"
|
|
148
|
-
"links": [
|
|
149
|
-
|
|
240
|
+
"slot_index": 1,
|
|
241
|
+
"links": [
|
|
242
|
+
17
|
|
243
|
+
]
|
|
150
244
|
},
|
|
151
245
|
{
|
|
152
246
|
"name": "latent",
|
|
153
247
|
"type": "LATENT",
|
|
154
|
-
"
|
|
155
|
-
"links": [
|
|
156
|
-
|
|
248
|
+
"slot_index": 2,
|
|
249
|
+
"links": [
|
|
250
|
+
18
|
|
251
|
+
]
|
|
157
252
|
}
|
|
158
253
|
],
|
|
159
254
|
"properties": {
|
|
160
255
|
"Node name for S&R": "SVD_img2vid_Conditioning"
|
|
161
256
|
},
|
|
162
|
-
"widgets_values": [
|
|
257
|
+
"widgets_values": [
|
|
258
|
+
1024,
|
|
259
|
+
576,
|
|
260
|
+
14,
|
|
261
|
+
127,
|
|
262
|
+
6,
|
|
263
|
+
0
|
|
264
|
+
]
|
|
163
265
|
},
|
|
164
266
|
{
|
|
165
|
-
"id":
|
|
166
|
-
"type": "
|
|
167
|
-
"pos": [
|
|
168
|
-
|
|
267
|
+
"id": 24,
|
|
268
|
+
"type": "MarkdownNote",
|
|
269
|
+
"pos": [
|
|
270
|
+
-200,
|
|
271
|
+
190
|
|
272
|
+
],
|
|
273
|
+
"size": [
|
|
274
|
+
225,
|
|
275
|
+
88
|
|
276
|
+
],
|
|
169
277
|
"flags": {},
|
|
170
|
-
"order":
|
|
278
|
+
"order": 2,
|
|
279
|
+
"mode": 0,
|
|
280
|
+
"inputs": [],
|
|
281
|
+
"outputs": [],
|
|
282
|
+
"properties": {},
|
|
283
|
+
"widgets_values": [
|
|
284
|
+
"🛈 [Learn more about this workflow](https://comfyanonymous.github.io/ComfyUI_examples/video/#image-to-video)"
|
|
285
|
+
],
|
|
286
|
+
"color": "#432",
|
|
287
|
+
"bgcolor": "#653"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"id": 8,
|
|
291
|
+
"type": "VAEDecode",
|
|
292
|
+
"pos": [
|
|
293
|
+
790,
|
|
294
|
+
190
|
|
295
|
+
],
|
|
296
|
+
"size": [
|
|
297
|
+
210,
|
|
298
|
+
46
|
|
299
|
+
],
|
|
300
|
+
"flags": {},
|
|
301
|
+
"order": 6,
|
|
171
302
|
"mode": 0,
|
|
172
303
|
"inputs": [
|
|
173
304
|
{
|
|
174
|
-
"name": "
|
|
175
|
-
"type": "
|
|
176
|
-
"link":
|
|
305
|
+
"name": "samples",
|
|
306
|
+
"type": "LATENT",
|
|
307
|
+
"link": 7
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"name": "vae",
|
|
311
|
+
"type": "VAE",
|
|
312
|
+
"link": 26
|
|
177
313
|
}
|
|
178
314
|
],
|
|
179
315
|
"outputs": [
|
|
180
316
|
{
|
|
181
|
-
"name": "
|
|
182
|
-
"type": "
|
|
183
|
-
"
|
|
184
|
-
"links": [
|
|
185
|
-
|
|
317
|
+
"name": "IMAGE",
|
|
318
|
+
"type": "IMAGE",
|
|
319
|
+
"slot_index": 0,
|
|
320
|
+
"links": [
|
|
321
|
+
42
|
|
322
|
+
]
|
|
186
323
|
}
|
|
187
324
|
],
|
|
188
325
|
"properties": {
|
|
189
|
-
"Node name for S&R": "
|
|
326
|
+
"Node name for S&R": "VAEDecode"
|
|
190
327
|
},
|
|
191
|
-
"widgets_values": [
|
|
328
|
+
"widgets_values": []
|
|
192
329
|
},
|
|
193
330
|
{
|
|
194
|
-
"id":
|
|
195
|
-
"type": "
|
|
196
|
-
"pos": [
|
|
197
|
-
|
|
331
|
+
"id": 26,
|
|
332
|
+
"type": "SaveVideo",
|
|
333
|
+
"pos": [
|
|
334
|
+
790,
|
|
335
|
+
310
|
|
336
|
+
],
|
|
337
|
+
"size": [
|
|
338
|
+
590,
|
|
339
|
+
530
|
|
340
|
+
],
|
|
198
341
|
"flags": {},
|
|
199
|
-
"order":
|
|
342
|
+
"order": 8,
|
|
200
343
|
"mode": 0,
|
|
201
|
-
"inputs": [
|
|
202
|
-
"outputs": [
|
|
203
|
-
{
|
|
204
|
-
"name": "MODEL",
|
|
205
|
-
"type": "MODEL",
|
|
206
|
-
"shape": 3,
|
|
207
|
-
"links": [23],
|
|
208
|
-
"slot_index": 0
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
"name": "CLIP_VISION",
|
|
212
|
-
"type": "CLIP_VISION",
|
|
213
|
-
"shape": 3,
|
|
214
|
-
"links": [24],
|
|
215
|
-
"slot_index": 1
|
|
216
|
-
},
|
|
344
|
+
"inputs": [
|
|
217
345
|
{
|
|
218
|
-
"name": "
|
|
219
|
-
"type": "
|
|
220
|
-
"
|
|
221
|
-
"links": [25, 26],
|
|
222
|
-
"slot_index": 2
|
|
346
|
+
"name": "video",
|
|
347
|
+
"type": "VIDEO",
|
|
348
|
+
"link": 43
|
|
223
349
|
}
|
|
224
350
|
],
|
|
351
|
+
"outputs": [],
|
|
225
352
|
"properties": {
|
|
226
|
-
"Node name for S&R": "
|
|
227
|
-
"models": [
|
|
228
|
-
{
|
|
229
|
-
"name": "svd.safetensors",
|
|
230
|
-
"url": "https://huggingface.co/stabilityai/stable-video-diffusion-img2vid/resolve/main/svd.safetensors?download=true",
|
|
231
|
-
"directory": "checkpoints"
|
|
232
|
-
}
|
|
233
|
-
]
|
|
353
|
+
"Node name for S&R": "SaveVideo"
|
|
234
354
|
},
|
|
235
|
-
"widgets_values": [
|
|
355
|
+
"widgets_values": [
|
|
356
|
+
"video/ComfyUI",
|
|
357
|
+
"auto",
|
|
358
|
+
"auto"
|
|
359
|
+
]
|
|
236
360
|
},
|
|
237
361
|
{
|
|
238
|
-
"id":
|
|
239
|
-
"type": "
|
|
240
|
-
"pos": [
|
|
241
|
-
|
|
362
|
+
"id": 25,
|
|
363
|
+
"type": "CreateVideo",
|
|
364
|
+
"pos": [
|
|
365
|
+
1110,
|
|
366
|
+
190
|
|
367
|
+
],
|
|
368
|
+
"size": [
|
|
369
|
+
270,
|
|
370
|
+
78
|
|
371
|
+
],
|
|
242
372
|
"flags": {},
|
|
243
|
-
"order":
|
|
373
|
+
"order": 7,
|
|
244
374
|
"mode": 0,
|
|
245
|
-
"inputs": [
|
|
246
|
-
"outputs": [
|
|
375
|
+
"inputs": [
|
|
247
376
|
{
|
|
248
|
-
"name": "
|
|
377
|
+
"name": "images",
|
|
249
378
|
"type": "IMAGE",
|
|
250
|
-
"
|
|
251
|
-
"links": [41]
|
|
379
|
+
"link": 42
|
|
252
380
|
},
|
|
253
381
|
{
|
|
254
|
-
"name": "
|
|
255
|
-
"
|
|
256
|
-
"
|
|
257
|
-
"
|
|
382
|
+
"name": "audio",
|
|
383
|
+
"shape": 7,
|
|
384
|
+
"type": "AUDIO",
|
|
385
|
+
"link": null
|
|
386
|
+
}
|
|
387
|
+
],
|
|
388
|
+
"outputs": [
|
|
389
|
+
{
|
|
390
|
+
"name": "VIDEO",
|
|
391
|
+
"type": "VIDEO",
|
|
392
|
+
"links": [
|
|
393
|
+
43
|
|
394
|
+
]
|
|
258
395
|
}
|
|
259
396
|
],
|
|
260
397
|
"properties": {
|
|
261
|
-
"Node name for S&R": "
|
|
398
|
+
"Node name for S&R": "CreateVideo"
|
|
262
399
|
},
|
|
263
|
-
"widgets_values": ["mountains.png", "image"]
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
"id": 24,
|
|
267
|
-
"type": "MarkdownNote",
|
|
268
|
-
"pos": [105, 810],
|
|
269
|
-
"size": [225, 60],
|
|
270
|
-
"flags": {},
|
|
271
|
-
"order": 2,
|
|
272
|
-
"mode": 0,
|
|
273
|
-
"inputs": [],
|
|
274
|
-
"outputs": [],
|
|
275
|
-
"properties": {},
|
|
276
400
|
"widgets_values": [
|
|
277
|
-
|
|
278
|
-
]
|
|
279
|
-
"color": "#432",
|
|
280
|
-
"bgcolor": "#653"
|
|
401
|
+
10
|
|
402
|
+
]
|
|
281
403
|
}
|
|
282
404
|
],
|
|
283
405
|
"links": [
|
|
284
|
-
[
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
[
|
|
293
|
-
|
|
294
|
-
|
|
406
|
+
[
|
|
407
|
+
7,
|
|
408
|
+
3,
|
|
409
|
+
0,
|
|
410
|
+
8,
|
|
411
|
+
0,
|
|
412
|
+
"LATENT"
|
|
413
|
+
],
|
|
414
|
+
[
|
|
415
|
+
17,
|
|
416
|
+
12,
|
|
417
|
+
1,
|
|
418
|
+
3,
|
|
419
|
+
2,
|
|
420
|
+
"CONDITIONING"
|
|
421
|
+
],
|
|
422
|
+
[
|
|
423
|
+
18,
|
|
424
|
+
12,
|
|
425
|
+
2,
|
|
426
|
+
3,
|
|
427
|
+
3,
|
|
428
|
+
"LATENT"
|
|
429
|
+
],
|
|
430
|
+
[
|
|
431
|
+
23,
|
|
432
|
+
15,
|
|
433
|
+
0,
|
|
434
|
+
14,
|
|
435
|
+
0,
|
|
436
|
+
"MODEL"
|
|
437
|
+
],
|
|
438
|
+
[
|
|
439
|
+
24,
|
|
440
|
+
15,
|
|
441
|
+
1,
|
|
442
|
+
12,
|
|
443
|
+
0,
|
|
444
|
+
"CLIP_VISION"
|
|
445
|
+
],
|
|
446
|
+
[
|
|
447
|
+
25,
|
|
448
|
+
15,
|
|
449
|
+
2,
|
|
450
|
+
12,
|
|
451
|
+
2,
|
|
452
|
+
"VAE"
|
|
453
|
+
],
|
|
454
|
+
[
|
|
455
|
+
26,
|
|
456
|
+
15,
|
|
457
|
+
2,
|
|
458
|
+
8,
|
|
459
|
+
1,
|
|
460
|
+
"VAE"
|
|
461
|
+
],
|
|
462
|
+
[
|
|
463
|
+
39,
|
|
464
|
+
14,
|
|
465
|
+
0,
|
|
466
|
+
3,
|
|
467
|
+
0,
|
|
468
|
+
"MODEL"
|
|
469
|
+
],
|
|
470
|
+
[
|
|
471
|
+
40,
|
|
472
|
+
12,
|
|
473
|
+
0,
|
|
474
|
+
3,
|
|
475
|
+
1,
|
|
476
|
+
"CONDITIONING"
|
|
477
|
+
],
|
|
478
|
+
[
|
|
479
|
+
41,
|
|
480
|
+
23,
|
|
481
|
+
0,
|
|
482
|
+
12,
|
|
483
|
+
1,
|
|
484
|
+
"IMAGE"
|
|
485
|
+
],
|
|
486
|
+
[
|
|
487
|
+
42,
|
|
488
|
+
8,
|
|
489
|
+
0,
|
|
490
|
+
25,
|
|
491
|
+
0,
|
|
492
|
+
"IMAGE"
|
|
493
|
+
],
|
|
494
|
+
[
|
|
495
|
+
43,
|
|
496
|
+
25,
|
|
497
|
+
0,
|
|
498
|
+
26,
|
|
499
|
+
0,
|
|
500
|
+
"VIDEO"
|
|
501
|
+
]
|
|
295
502
|
],
|
|
296
503
|
"groups": [
|
|
297
504
|
{
|
|
298
|
-
"id":
|
|
299
|
-
"title": "
|
|
300
|
-
"bounding": [
|
|
301
|
-
|
|
505
|
+
"id": 2,
|
|
506
|
+
"title": "Step1 - Load model",
|
|
507
|
+
"bounding": [
|
|
508
|
+
40,
|
|
509
|
+
160,
|
|
510
|
+
389.6000061035156,
|
|
511
|
+
181.60000610351562
|
|
512
|
+
],
|
|
513
|
+
"color": "#3f789e",
|
|
514
|
+
"font_size": 24,
|
|
515
|
+
"flags": {}
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"id": 3,
|
|
519
|
+
"title": "Step2 - Upload image",
|
|
520
|
+
"bounding": [
|
|
521
|
+
40,
|
|
522
|
+
360,
|
|
523
|
+
390,
|
|
524
|
+
400
|
|
525
|
+
],
|
|
526
|
+
"color": "#3f789e",
|
|
302
527
|
"font_size": 24,
|
|
303
528
|
"flags": {}
|
|
304
529
|
}
|
|
@@ -306,9 +531,13 @@
|
|
|
306
531
|
"config": {},
|
|
307
532
|
"extra": {
|
|
308
533
|
"ds": {
|
|
309
|
-
"scale": 0.
|
|
310
|
-
"offset": [
|
|
311
|
-
|
|
534
|
+
"scale": 0.7212622088655166,
|
|
535
|
+
"offset": [
|
|
536
|
+
304.0164388538372,
|
|
537
|
+
-39.790402970817325
|
|
538
|
+
]
|
|
539
|
+
},
|
|
540
|
+
"frontendVersion": "1.25.3"
|
|
312
541
|
},
|
|
313
542
|
"version": 0.4
|
|
314
|
-
}
|
|
543
|
+
}
|