comfyui-workflow-templates 0.1.32__py3-none-any.whl → 0.1.34__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.
- comfyui_workflow_templates/templates/api_moonvalley_image_to_video-1.webp +0 -0
- comfyui_workflow_templates/templates/api_moonvalley_image_to_video.json +178 -0
- comfyui_workflow_templates/templates/api_moonvalley_text_to_video-1.webp +0 -0
- comfyui_workflow_templates/templates/api_moonvalley_text_to_video.json +125 -0
- comfyui_workflow_templates/templates/api_moonvalley_video_to_video_motion_transfer-1.webp +0 -0
- comfyui_workflow_templates/templates/api_moonvalley_video_to_video_motion_transfer-2.webp +0 -0
- comfyui_workflow_templates/templates/api_moonvalley_video_to_video_motion_transfer.json +187 -0
- comfyui_workflow_templates/templates/api_moonvalley_video_to_video_pose_control-1.webp +0 -0
- comfyui_workflow_templates/templates/api_moonvalley_video_to_video_pose_control-2.webp +0 -0
- comfyui_workflow_templates/templates/api_moonvalley_video_to_video_pose_control.json +187 -0
- comfyui_workflow_templates/templates/esrgan_example-1.webp +0 -0
- comfyui_workflow_templates/templates/esrgan_example-2.webp +0 -0
- comfyui_workflow_templates/templates/esrgan_example.json +460 -146
- comfyui_workflow_templates/templates/flux_kontext_dev_basic-2.webp +0 -0
- comfyui_workflow_templates/templates/flux_kontext_dev_grouped-2.webp +0 -0
- comfyui_workflow_templates/templates/hiresfix_esrgan_workflow-1.webp +0 -0
- comfyui_workflow_templates/templates/hiresfix_esrgan_workflow-2.webp +0 -0
- comfyui_workflow_templates/templates/hiresfix_esrgan_workflow.json +754 -321
- comfyui_workflow_templates/templates/index.json +31 -2
- {comfyui_workflow_templates-0.1.32.dist-info → comfyui_workflow_templates-0.1.34.dist-info}/METADATA +1 -1
- {comfyui_workflow_templates-0.1.32.dist-info → comfyui_workflow_templates-0.1.34.dist-info}/RECORD +24 -12
- {comfyui_workflow_templates-0.1.32.dist-info → comfyui_workflow_templates-0.1.34.dist-info}/WHEEL +0 -0
- {comfyui_workflow_templates-0.1.32.dist-info → comfyui_workflow_templates-0.1.34.dist-info}/licenses/LICENSE +0 -0
- {comfyui_workflow_templates-0.1.32.dist-info → comfyui_workflow_templates-0.1.34.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,178 @@
|
|
1
|
+
{
|
2
|
+
"id": "ba9df292-1ee9-4b7c-af08-690441990d87",
|
3
|
+
"revision": 0,
|
4
|
+
"last_node_id": 34,
|
5
|
+
"last_link_id": 36,
|
6
|
+
"nodes": [
|
7
|
+
{
|
8
|
+
"id": 27,
|
9
|
+
"type": "SaveVideo",
|
10
|
+
"pos": [
|
11
|
+
1190,
|
12
|
+
620
|
13
|
+
],
|
14
|
+
"size": [
|
15
|
+
531.188232421875,
|
16
|
+
398.43743896484375
|
17
|
+
],
|
18
|
+
"flags": {},
|
19
|
+
"order": 3,
|
20
|
+
"mode": 0,
|
21
|
+
"inputs": [
|
22
|
+
{
|
23
|
+
"name": "video",
|
24
|
+
"type": "VIDEO",
|
25
|
+
"link": 35
|
26
|
+
}
|
27
|
+
],
|
28
|
+
"outputs": [],
|
29
|
+
"properties": {
|
30
|
+
"Node name for S&R": "SaveVideo"
|
31
|
+
},
|
32
|
+
"widgets_values": [
|
33
|
+
"video/ComfyUI",
|
34
|
+
"auto",
|
35
|
+
"auto"
|
36
|
+
]
|
37
|
+
},
|
38
|
+
{
|
39
|
+
"id": 29,
|
40
|
+
"type": "LoadImage",
|
41
|
+
"pos": [
|
42
|
+
320,
|
43
|
+
620
|
44
|
+
],
|
45
|
+
"size": [
|
46
|
+
430,
|
47
|
+
390
|
48
|
+
],
|
49
|
+
"flags": {},
|
50
|
+
"order": 0,
|
51
|
+
"mode": 0,
|
52
|
+
"inputs": [],
|
53
|
+
"outputs": [
|
54
|
+
{
|
55
|
+
"name": "IMAGE",
|
56
|
+
"type": "IMAGE",
|
57
|
+
"links": [
|
58
|
+
36
|
59
|
+
]
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"name": "MASK",
|
63
|
+
"type": "MASK",
|
64
|
+
"links": null
|
65
|
+
}
|
66
|
+
],
|
67
|
+
"properties": {
|
68
|
+
"Node name for S&R": "LoadImage"
|
69
|
+
},
|
70
|
+
"widgets_values": [
|
71
|
+
"input.png",
|
72
|
+
"image"
|
73
|
+
]
|
74
|
+
},
|
75
|
+
{
|
76
|
+
"id": 30,
|
77
|
+
"type": "MarkdownNote",
|
78
|
+
"pos": [
|
79
|
+
-90,
|
80
|
+
620
|
81
|
+
],
|
82
|
+
"size": [
|
83
|
+
390,
|
84
|
+
300
|
85
|
+
],
|
86
|
+
"flags": {},
|
87
|
+
"order": 1,
|
88
|
+
"mode": 0,
|
89
|
+
"inputs": [],
|
90
|
+
"outputs": [],
|
91
|
+
"title": "About API Node",
|
92
|
+
"properties": {},
|
93
|
+
"widgets_values": [
|
94
|
+
"## Moonvalley Template Docs\n\n[Moonvalley video generation](http://docs.comfy.org/tutorials/api-nodes/moonvalley/moonvalley-video-generation)\n\n## API Node Docs\n[API Node](https://docs.comfy.org/tutorials/api-nodes/overview)\n## FAQ about login issues\n\nTo use the API, you must be in a secure network environment:\n\n- Allows access from `127.0.0.1` or `localhost`.\n\n- Use our API Node in website services starting with `https`\n\n- Ensure normal connectivity to our API services (VPN may be needed in some regions).\n\n- Make sure you are logged in in the settings and that your account still has enough credits to cover the consumption of API calls.\n\n- On non-whitelisted sites or local area networks (LANs), please try to [log in using an API Key](https://docs.comfy.org/interface/user#logging-in-with-an-api-key)",
|
95
|
+
"Task in progress: 119s"
|
96
|
+
],
|
97
|
+
"color": "#322",
|
98
|
+
"bgcolor": "#533"
|
99
|
+
},
|
100
|
+
{
|
101
|
+
"id": 34,
|
102
|
+
"type": "MoonvalleyImg2VideoNode",
|
103
|
+
"pos": [
|
104
|
+
770,
|
105
|
+
620
|
106
|
+
],
|
107
|
+
"size": [
|
108
|
+
400,
|
109
|
+
360
|
110
|
+
],
|
111
|
+
"flags": {},
|
112
|
+
"order": 2,
|
113
|
+
"mode": 0,
|
114
|
+
"inputs": [
|
115
|
+
{
|
116
|
+
"name": "image",
|
117
|
+
"shape": 7,
|
118
|
+
"type": "IMAGE",
|
119
|
+
"link": 36
|
120
|
+
}
|
121
|
+
],
|
122
|
+
"outputs": [
|
123
|
+
{
|
124
|
+
"name": "video",
|
125
|
+
"type": "VIDEO",
|
126
|
+
"links": [
|
127
|
+
35
|
128
|
+
]
|
129
|
+
}
|
130
|
+
],
|
131
|
+
"properties": {
|
132
|
+
"Node name for S&R": "MoonvalleyImg2VideoNode"
|
133
|
+
},
|
134
|
+
"widgets_values": [
|
135
|
+
"A bedroom is transformed into a surreal underwater dreamscape, completely submerged in deep turquoise water where caustic light patterns ripple and dance across the walls, floor, and ceiling. In the center of this submerged room, a ballerina gracefully holds a pose en pointe, her form silhouetted against the ethereal blue glow. She moves with impossible slowness, transitioning between ballet positions as her sheer white dress billows around her in the gentle, silent currents. Tiny bubbles occasionally escape her lips, rising towards the undulating surface above, which serves as the room's only light source. The scene is both beautiful and unsettling, a silent performance in a liquid world where reality is suspended. Background: The ceiling is the agitated surface of the water, with ethereal beams of light filtering down and constantly shifting. A bed sits against the back wall, its form partially obscured by the moving shadows and light. Middleground: A silhouetted ballerina stands as the focal point, her arms outstretched in a graceful ballet pose. Her diaphanous dress flows weightlessly around her, moved by invisible underwater currents as she performs her silent dance. Foreground: The floor is covered in a moving tapestry of bright caustic reflections from the water's surface above. The ballerina's shadow and reflection are cast upon the floor, distorting and swaying with the light.",
|
136
|
+
"gopro, bright, contrast, static, overexposed, bright, vignette, artifacts, still, noise, texture, scanlines, videogame, 360 camera, VR, transition, flare, saturation, distorted, warped, wide angle, contrast, saturated, vibrant, glowing, cross dissolve, texture, videogame, saturation, cheesy, ugly hands, mutated hands, mutant, disfigured, extra fingers, blown out, horrible, blurry, worst quality, bad, transition, dissolve, cross-dissolve, melt, fade in, fade out, wobbly, weird, low quality, plastic, stock footage, video camera, boring, static",
|
137
|
+
"16:9 (1920 x 1080)",
|
138
|
+
7,
|
139
|
+
2328774152,
|
140
|
+
"randomize",
|
141
|
+
100
|
142
|
+
],
|
143
|
+
"color": "#432",
|
144
|
+
"bgcolor": "#653"
|
145
|
+
}
|
146
|
+
],
|
147
|
+
"links": [
|
148
|
+
[
|
149
|
+
35,
|
150
|
+
34,
|
151
|
+
0,
|
152
|
+
27,
|
153
|
+
0,
|
154
|
+
"VIDEO"
|
155
|
+
],
|
156
|
+
[
|
157
|
+
36,
|
158
|
+
29,
|
159
|
+
0,
|
160
|
+
34,
|
161
|
+
0,
|
162
|
+
"IMAGE"
|
163
|
+
]
|
164
|
+
],
|
165
|
+
"groups": [],
|
166
|
+
"config": {},
|
167
|
+
"extra": {
|
168
|
+
"ds": {
|
169
|
+
"scale": 0.8349250140851268,
|
170
|
+
"offset": [
|
171
|
+
211.16429396547588,
|
172
|
+
-268.58170883064673
|
173
|
+
]
|
174
|
+
},
|
175
|
+
"frontendVersion": "1.24.0-1"
|
176
|
+
},
|
177
|
+
"version": 0.4
|
178
|
+
}
|
Binary file
|
@@ -0,0 +1,125 @@
|
|
1
|
+
{
|
2
|
+
"id": "ba9df292-1ee9-4b7c-af08-690441990d87",
|
3
|
+
"revision": 0,
|
4
|
+
"last_node_id": 30,
|
5
|
+
"last_link_id": 32,
|
6
|
+
"nodes": [
|
7
|
+
{
|
8
|
+
"id": 28,
|
9
|
+
"type": "MarkdownNote",
|
10
|
+
"pos": [
|
11
|
+
206.04347229003906,
|
12
|
+
603.7212524414062
|
13
|
+
],
|
14
|
+
"size": [
|
15
|
+
394.96832275390625,
|
16
|
+
297.83856201171875
|
17
|
+
],
|
18
|
+
"flags": {},
|
19
|
+
"order": 0,
|
20
|
+
"mode": 0,
|
21
|
+
"inputs": [],
|
22
|
+
"outputs": [],
|
23
|
+
"title": "About API Node",
|
24
|
+
"properties": {},
|
25
|
+
"widgets_values": [
|
26
|
+
"## Moonvalley Template Docs\n\n[Moonvalley video generation](http://docs.comfy.org/tutorials/api-nodes/moonvalley/moonvalley-video-generation)\n\n## API Node Docs\n[API Node](https://docs.comfy.org/tutorials/api-nodes/overview)\n## FAQ about login issues\n\nTo use the API, you must be in a secure network environment:\n\n- Allows access from `127.0.0.1` or `localhost`.\n\n- Use our API Node in website services starting with `https`\n\n- Ensure normal connectivity to our API services (VPN may be needed in some regions).\n\n- Make sure you are logged in in the settings and that your account still has enough credits to cover the consumption of API calls.\n\n- On non-whitelisted sites or local area networks (LANs), please try to [log in using an API Key](https://docs.comfy.org/interface/user#logging-in-with-an-api-key)"
|
27
|
+
],
|
28
|
+
"color": "#322",
|
29
|
+
"bgcolor": "#533"
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"id": 27,
|
33
|
+
"type": "SaveVideo",
|
34
|
+
"pos": [
|
35
|
+
1030,
|
36
|
+
610
|
37
|
+
],
|
38
|
+
"size": [
|
39
|
+
710,
|
40
|
+
808
|
41
|
+
],
|
42
|
+
"flags": {},
|
43
|
+
"order": 2,
|
44
|
+
"mode": 0,
|
45
|
+
"inputs": [
|
46
|
+
{
|
47
|
+
"name": "video",
|
48
|
+
"type": "VIDEO",
|
49
|
+
"link": 32
|
50
|
+
}
|
51
|
+
],
|
52
|
+
"outputs": [],
|
53
|
+
"properties": {
|
54
|
+
"Node name for S&R": "SaveVideo"
|
55
|
+
},
|
56
|
+
"widgets_values": [
|
57
|
+
"video/ComfyUI",
|
58
|
+
"auto",
|
59
|
+
"auto"
|
60
|
+
]
|
61
|
+
},
|
62
|
+
{
|
63
|
+
"id": 30,
|
64
|
+
"type": "MoonvalleyTxt2VideoNode",
|
65
|
+
"pos": [
|
66
|
+
620,
|
67
|
+
610
|
68
|
+
],
|
69
|
+
"size": [
|
70
|
+
390,
|
71
|
+
304
|
72
|
+
],
|
73
|
+
"flags": {},
|
74
|
+
"order": 1,
|
75
|
+
"mode": 0,
|
76
|
+
"inputs": [],
|
77
|
+
"outputs": [
|
78
|
+
{
|
79
|
+
"name": "video",
|
80
|
+
"type": "VIDEO",
|
81
|
+
"links": [
|
82
|
+
32
|
83
|
+
]
|
84
|
+
}
|
85
|
+
],
|
86
|
+
"properties": {
|
87
|
+
"Node name for S&R": "MoonvalleyTxt2VideoNode"
|
88
|
+
},
|
89
|
+
"widgets_values": [
|
90
|
+
"A light, glowing, orange jellyish is floating in blue water.",
|
91
|
+
"gopro, bright, contrast, static, overexposed, bright, vignette, artifacts, still, noise, texture, scanlines, videogame, 360 camera, VR, transition, flare, saturation, distorted, warped, wide angle, contrast, saturated, vibrant, glowing, cross dissolve, texture, videogame, saturation, cheesy, ugly hands, mutated hands, mutant, disfigured, extra fingers, blown out, horrible, blurry, worst quality, bad, transition, dissolve, cross-dissolve, melt, fade in, fade out, wobbly, weird, low quality, plastic, stock footage, video camera, boring, static",
|
92
|
+
"16:9 (1920 x 1080)",
|
93
|
+
7,
|
94
|
+
2023097664,
|
95
|
+
"randomize",
|
96
|
+
100
|
97
|
+
],
|
98
|
+
"color": "#432",
|
99
|
+
"bgcolor": "#653"
|
100
|
+
}
|
101
|
+
],
|
102
|
+
"links": [
|
103
|
+
[
|
104
|
+
32,
|
105
|
+
30,
|
106
|
+
0,
|
107
|
+
27,
|
108
|
+
0,
|
109
|
+
"VIDEO"
|
110
|
+
]
|
111
|
+
],
|
112
|
+
"groups": [],
|
113
|
+
"config": {},
|
114
|
+
"extra": {
|
115
|
+
"ds": {
|
116
|
+
"scale": 0.8349250140851217,
|
117
|
+
"offset": [
|
118
|
+
-284.238917258848,
|
119
|
+
-248.05691299440753
|
120
|
+
]
|
121
|
+
},
|
122
|
+
"frontendVersion": "1.24.0-1"
|
123
|
+
},
|
124
|
+
"version": 0.4
|
125
|
+
}
|
Binary file
|
Binary file
|
@@ -0,0 +1,187 @@
|
|
1
|
+
{
|
2
|
+
"id": "ba9df292-1ee9-4b7c-af08-690441990d87",
|
3
|
+
"revision": 0,
|
4
|
+
"last_node_id": 37,
|
5
|
+
"last_link_id": 39,
|
6
|
+
"nodes": [
|
7
|
+
{
|
8
|
+
"id": 33,
|
9
|
+
"type": "MarkdownNote",
|
10
|
+
"pos": [
|
11
|
+
-279.08282470703125,
|
12
|
+
629.91357421875
|
13
|
+
],
|
14
|
+
"size": [
|
15
|
+
394.96832275390625,
|
16
|
+
297.83856201171875
|
17
|
+
],
|
18
|
+
"flags": {},
|
19
|
+
"order": 0,
|
20
|
+
"mode": 0,
|
21
|
+
"inputs": [],
|
22
|
+
"outputs": [],
|
23
|
+
"title": "About API Node",
|
24
|
+
"properties": {},
|
25
|
+
"widgets_values": [
|
26
|
+
"## Moonvalley Template Docs\n\n[Moonvalley video generation](http://docs.comfy.org/tutorials/api-nodes/moonvalley/moonvalley-video-generation)\n\n## API Node Docs\n[API Node](https://docs.comfy.org/tutorials/api-nodes/overview)\n## FAQ about login issues\n\nTo use the API, you must be in a secure network environment:\n\n- Allows access from `127.0.0.1` or `localhost`.\n\n- Use our API Node in website services starting with `https`\n\n- Ensure normal connectivity to our API services (VPN may be needed in some regions).\n\n- Make sure you are logged in in the settings and that your account still has enough credits to cover the consumption of API calls.\n\n- On non-whitelisted sites or local area networks (LANs), please try to [log in using an API Key](https://docs.comfy.org/interface/user#logging-in-with-an-api-key)"
|
27
|
+
],
|
28
|
+
"color": "#322",
|
29
|
+
"bgcolor": "#533"
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"id": 31,
|
33
|
+
"type": "LoadVideo",
|
34
|
+
"pos": [
|
35
|
+
145.56077575683594,
|
36
|
+
637.89208984375
|
37
|
+
],
|
38
|
+
"size": [
|
39
|
+
572.7887573242188,
|
40
|
+
400.9294738769531
|
41
|
+
],
|
42
|
+
"flags": {},
|
43
|
+
"order": 1,
|
44
|
+
"mode": 0,
|
45
|
+
"inputs": [],
|
46
|
+
"outputs": [
|
47
|
+
{
|
48
|
+
"name": "VIDEO",
|
49
|
+
"type": "VIDEO",
|
50
|
+
"links": [
|
51
|
+
38
|
52
|
+
]
|
53
|
+
}
|
54
|
+
],
|
55
|
+
"properties": {
|
56
|
+
"Node name for S&R": "LoadVideo"
|
57
|
+
},
|
58
|
+
"widgets_values": [
|
59
|
+
"ScreenFlow.mp4",
|
60
|
+
"image"
|
61
|
+
]
|
62
|
+
},
|
63
|
+
{
|
64
|
+
"id": 32,
|
65
|
+
"type": "SaveVideo",
|
66
|
+
"pos": [
|
67
|
+
1170,
|
68
|
+
640
|
69
|
+
],
|
70
|
+
"size": [
|
71
|
+
654.3008422851562,
|
72
|
+
466.0442199707031
|
73
|
+
],
|
74
|
+
"flags": {},
|
75
|
+
"order": 3,
|
76
|
+
"mode": 0,
|
77
|
+
"inputs": [
|
78
|
+
{
|
79
|
+
"name": "video",
|
80
|
+
"type": "VIDEO",
|
81
|
+
"link": 39
|
82
|
+
}
|
83
|
+
],
|
84
|
+
"outputs": [],
|
85
|
+
"properties": {
|
86
|
+
"Node name for S&R": "SaveVideo"
|
87
|
+
},
|
88
|
+
"widgets_values": [
|
89
|
+
"video/ComfyUI",
|
90
|
+
"auto",
|
91
|
+
"auto"
|
92
|
+
]
|
93
|
+
},
|
94
|
+
{
|
95
|
+
"id": 36,
|
96
|
+
"type": "MoonvalleyVideo2VideoNode",
|
97
|
+
"pos": [
|
98
|
+
750,
|
99
|
+
640
|
100
|
+
],
|
101
|
+
"size": [
|
102
|
+
400,
|
103
|
+
420
|
104
|
+
],
|
105
|
+
"flags": {},
|
106
|
+
"order": 2,
|
107
|
+
"mode": 0,
|
108
|
+
"inputs": [
|
109
|
+
{
|
110
|
+
"name": "video",
|
111
|
+
"shape": 7,
|
112
|
+
"type": "VIDEO",
|
113
|
+
"link": 38
|
114
|
+
}
|
115
|
+
],
|
116
|
+
"outputs": [
|
117
|
+
{
|
118
|
+
"name": "video",
|
119
|
+
"type": "VIDEO",
|
120
|
+
"links": [
|
121
|
+
39
|
122
|
+
]
|
123
|
+
}
|
124
|
+
],
|
125
|
+
"properties": {
|
126
|
+
"Node name for S&R": "MoonvalleyVideo2VideoNode"
|
127
|
+
},
|
128
|
+
"widgets_values": [
|
129
|
+
"A powerful white stallion gallops gracefully across a desolate lunar surface in a stunning black and white shot. As it moves with incredible speed, its luminous mane and tail flow wildly behind it, contrasting sharply with the absolute darkness of space. Its hooves pound silently on the gray, dusty ground, kicking up plumes of fine regolith that catch the light. The camera tracks alongside the magnificent creature, creating a motion blur in the foreground that emphasizes its relentless, majestic pace through the silent, alien landscape. Background: The dark, starless black void of deep space stretches into infinity behind the scene, with distant, barren lunar mountains visible. Middleground: The brilliant white horse is captured mid-stride, its powerful muscles rippling as it runs across a cratered lunar plain. Foreground: The lunar surface is a motion blur of gray dust and rocks, with the shadow of the horse stretching out as it speeds by. ",
|
130
|
+
"gopro, bright, contrast, static, overexposed, bright, vignette, artifacts, still, noise, texture, scanlines, videogame, 360 camera, VR, transition, flare, saturation, distorted, warped, wide angle, contrast, saturated, vibrant, glowing, cross dissolve, texture, videogame, saturation, cheesy, ugly hands, mutated hands, mutant, disfigured, extra fingers, blown out, horrible, blurry, worst quality, bad, transition, dissolve, cross-dissolve, melt, fade in, fade out, wobbly, weird, low quality, plastic, stock footage, video camera, boring, static",
|
131
|
+
7,
|
132
|
+
126384546,
|
133
|
+
"randomize",
|
134
|
+
100,
|
135
|
+
"Motion Transfer",
|
136
|
+
66
|
137
|
+
],
|
138
|
+
"color": "#432",
|
139
|
+
"bgcolor": "#653"
|
140
|
+
}
|
141
|
+
],
|
142
|
+
"links": [
|
143
|
+
[
|
144
|
+
38,
|
145
|
+
31,
|
146
|
+
0,
|
147
|
+
36,
|
148
|
+
0,
|
149
|
+
"VIDEO"
|
150
|
+
],
|
151
|
+
[
|
152
|
+
39,
|
153
|
+
36,
|
154
|
+
0,
|
155
|
+
32,
|
156
|
+
0,
|
157
|
+
"VIDEO"
|
158
|
+
]
|
159
|
+
],
|
160
|
+
"groups": [
|
161
|
+
{
|
162
|
+
"id": 2,
|
163
|
+
"title": "Load reference video, length >= 5s",
|
164
|
+
"bounding": [
|
165
|
+
140,
|
166
|
+
560,
|
167
|
+
592.7887573242188,
|
168
|
+
484.5294494628906
|
169
|
+
],
|
170
|
+
"color": "#3f789e",
|
171
|
+
"font_size": 24,
|
172
|
+
"flags": {}
|
173
|
+
}
|
174
|
+
],
|
175
|
+
"config": {},
|
176
|
+
"extra": {
|
177
|
+
"ds": {
|
178
|
+
"scale": 0.8349250140851255,
|
179
|
+
"offset": [
|
180
|
+
-65.24560610308795,
|
181
|
+
-435.13737112511967
|
182
|
+
]
|
183
|
+
},
|
184
|
+
"frontendVersion": "1.24.0-1"
|
185
|
+
},
|
186
|
+
"version": 0.4
|
187
|
+
}
|
Binary file
|
Binary file
|
@@ -0,0 +1,187 @@
|
|
1
|
+
{
|
2
|
+
"id": "ba9df292-1ee9-4b7c-af08-690441990d87",
|
3
|
+
"revision": 0,
|
4
|
+
"last_node_id": 37,
|
5
|
+
"last_link_id": 39,
|
6
|
+
"nodes": [
|
7
|
+
{
|
8
|
+
"id": 33,
|
9
|
+
"type": "MarkdownNote",
|
10
|
+
"pos": [
|
11
|
+
-279.08282470703125,
|
12
|
+
629.91357421875
|
13
|
+
],
|
14
|
+
"size": [
|
15
|
+
394.96832275390625,
|
16
|
+
297.83856201171875
|
17
|
+
],
|
18
|
+
"flags": {},
|
19
|
+
"order": 0,
|
20
|
+
"mode": 0,
|
21
|
+
"inputs": [],
|
22
|
+
"outputs": [],
|
23
|
+
"title": "About API Node",
|
24
|
+
"properties": {},
|
25
|
+
"widgets_values": [
|
26
|
+
"## Moonvalley Template Docs\n\n[Moonvalley video generation](http://docs.comfy.org/tutorials/api-nodes/moonvalley/moonvalley-video-generation)\n\n## API Node Docs\n[API Node](https://docs.comfy.org/tutorials/api-nodes/overview)\n## FAQ about login issues\n\nTo use the API, you must be in a secure network environment:\n\n- Allows access from `127.0.0.1` or `localhost`.\n\n- Use our API Node in website services starting with `https`\n\n- Ensure normal connectivity to our API services (VPN may be needed in some regions).\n\n- Make sure you are logged in in the settings and that your account still has enough credits to cover the consumption of API calls.\n\n- On non-whitelisted sites or local area networks (LANs), please try to [log in using an API Key](https://docs.comfy.org/interface/user#logging-in-with-an-api-key)"
|
27
|
+
],
|
28
|
+
"color": "#322",
|
29
|
+
"bgcolor": "#533"
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"id": 32,
|
33
|
+
"type": "SaveVideo",
|
34
|
+
"pos": [
|
35
|
+
1170,
|
36
|
+
640
|
37
|
+
],
|
38
|
+
"size": [
|
39
|
+
654.3008422851562,
|
40
|
+
466.0442199707031
|
41
|
+
],
|
42
|
+
"flags": {},
|
43
|
+
"order": 3,
|
44
|
+
"mode": 0,
|
45
|
+
"inputs": [
|
46
|
+
{
|
47
|
+
"name": "video",
|
48
|
+
"type": "VIDEO",
|
49
|
+
"link": 39
|
50
|
+
}
|
51
|
+
],
|
52
|
+
"outputs": [],
|
53
|
+
"properties": {
|
54
|
+
"Node name for S&R": "SaveVideo"
|
55
|
+
},
|
56
|
+
"widgets_values": [
|
57
|
+
"video/ComfyUI",
|
58
|
+
"auto",
|
59
|
+
"auto"
|
60
|
+
]
|
61
|
+
},
|
62
|
+
{
|
63
|
+
"id": 36,
|
64
|
+
"type": "MoonvalleyVideo2VideoNode",
|
65
|
+
"pos": [
|
66
|
+
750,
|
67
|
+
640
|
68
|
+
],
|
69
|
+
"size": [
|
70
|
+
400,
|
71
|
+
420
|
72
|
+
],
|
73
|
+
"flags": {},
|
74
|
+
"order": 2,
|
75
|
+
"mode": 0,
|
76
|
+
"inputs": [
|
77
|
+
{
|
78
|
+
"name": "video",
|
79
|
+
"shape": 7,
|
80
|
+
"type": "VIDEO",
|
81
|
+
"link": 38
|
82
|
+
}
|
83
|
+
],
|
84
|
+
"outputs": [
|
85
|
+
{
|
86
|
+
"name": "video",
|
87
|
+
"type": "VIDEO",
|
88
|
+
"links": [
|
89
|
+
39
|
90
|
+
]
|
91
|
+
}
|
92
|
+
],
|
93
|
+
"properties": {
|
94
|
+
"Node name for S&R": "MoonvalleyVideo2VideoNode"
|
95
|
+
},
|
96
|
+
"widgets_values": [
|
97
|
+
"A charming felt puppet of an adult man, crafted in a classic stop-motion style, comes to life against a soft, simple background. The puppet, with its textured felt skin, button eyes, and yarn hair, first tilts its head inquisitively to the side. Then, with a slightly jerky, frame-by-frame motion, it slowly raises one of its felt arms. The scene culminates in a friendly, gentle wave, as its hand moves back and forth, showcasing the handcrafted and endearing nature of stop-motion animation. Background: A solid, soft-focus blue felt backdrop provides a simple, clean canvas, emphasizing the puppet's texture and form. Middleground: The felt puppet man, dressed in a tiny felt sweater, stands centered in the frame, executing a curious head tilt before beginning to lift its arm in a classic stop-motion sequence. Foreground: The puppet's felt hand and arm move upward and then into a gentle, repetitive waving motion, creating a clear and heartwarming gesture directed towards the viewer.",
|
98
|
+
"gopro, bright, contrast, static, overexposed, bright, vignette, artifacts, still, noise, texture, scanlines, videogame, 360 camera, VR, transition, flare, saturation, distorted, warped, wide angle, contrast, saturated, vibrant, glowing, cross dissolve, texture, videogame, saturation, cheesy, ugly hands, mutated hands, mutant, disfigured, extra fingers, blown out, horrible, blurry, worst quality, bad, transition, dissolve, cross-dissolve, melt, fade in, fade out, wobbly, weird, low quality, plastic, stock footage, video camera, boring, static",
|
99
|
+
7,
|
100
|
+
146344522,
|
101
|
+
"randomize",
|
102
|
+
100,
|
103
|
+
"Motion Transfer",
|
104
|
+
10
|
105
|
+
],
|
106
|
+
"color": "#432",
|
107
|
+
"bgcolor": "#653"
|
108
|
+
},
|
109
|
+
{
|
110
|
+
"id": 31,
|
111
|
+
"type": "LoadVideo",
|
112
|
+
"pos": [
|
113
|
+
145.56077575683594,
|
114
|
+
637.89208984375
|
115
|
+
],
|
116
|
+
"size": [
|
117
|
+
572.7887573242188,
|
118
|
+
400.9294738769531
|
119
|
+
],
|
120
|
+
"flags": {},
|
121
|
+
"order": 1,
|
122
|
+
"mode": 0,
|
123
|
+
"inputs": [],
|
124
|
+
"outputs": [
|
125
|
+
{
|
126
|
+
"name": "VIDEO",
|
127
|
+
"type": "VIDEO",
|
128
|
+
"links": [
|
129
|
+
38
|
130
|
+
]
|
131
|
+
}
|
132
|
+
],
|
133
|
+
"properties": {
|
134
|
+
"Node name for S&R": "LoadVideo"
|
135
|
+
},
|
136
|
+
"widgets_values": [
|
137
|
+
"Will_Waving_HI.mp4",
|
138
|
+
"image"
|
139
|
+
]
|
140
|
+
}
|
141
|
+
],
|
142
|
+
"links": [
|
143
|
+
[
|
144
|
+
38,
|
145
|
+
31,
|
146
|
+
0,
|
147
|
+
36,
|
148
|
+
0,
|
149
|
+
"VIDEO"
|
150
|
+
],
|
151
|
+
[
|
152
|
+
39,
|
153
|
+
36,
|
154
|
+
0,
|
155
|
+
32,
|
156
|
+
0,
|
157
|
+
"VIDEO"
|
158
|
+
]
|
159
|
+
],
|
160
|
+
"groups": [
|
161
|
+
{
|
162
|
+
"id": 2,
|
163
|
+
"title": "Load reference video, length ≥ 5 seconds.",
|
164
|
+
"bounding": [
|
165
|
+
140,
|
166
|
+
560,
|
167
|
+
592.7887573242188,
|
168
|
+
484.5294494628906
|
169
|
+
],
|
170
|
+
"color": "#3f789e",
|
171
|
+
"font_size": 24,
|
172
|
+
"flags": {}
|
173
|
+
}
|
174
|
+
],
|
175
|
+
"config": {},
|
176
|
+
"extra": {
|
177
|
+
"ds": {
|
178
|
+
"scale": 0.6272915207251131,
|
179
|
+
"offset": [
|
180
|
+
310.20837135790765,
|
181
|
+
-282.7688480702131
|
182
|
+
]
|
183
|
+
},
|
184
|
+
"frontendVersion": "1.24.0-1"
|
185
|
+
},
|
186
|
+
"version": 0.4
|
187
|
+
}
|
Binary file
|
Binary file
|