@neta-art/generation 0.1.4 → 0.1.6
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.
- package/README.md +97 -14
- package/dist/{builtins-BJ2_TVlr.d.ts → builtins-C-_aGhT8.d.ts} +2 -2
- package/dist/builtins-C-_aGhT8.d.ts.map +1 -0
- package/dist/builtins-NAtI9FFU.js +1186 -0
- package/dist/builtins-NAtI9FFU.js.map +1 -0
- package/dist/builtins.d.ts +1 -1
- package/dist/builtins.js +1 -1
- package/dist/cli/index.js +2 -2
- package/dist/{export-config-D8By2_r7.js → export-config-DS2XD-tF.js} +443 -44
- package/dist/export-config-DS2XD-tF.js.map +1 -0
- package/dist/index.d.ts +8 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -3
- package/models/birefnet-general.yaml +25 -0
- package/models/kling-image-to-video.yaml +89 -0
- package/models/kling-multi-image-to-video.yaml +93 -0
- package/models/kling-omni-video.yaml +107 -0
- package/models/kling-text-to-video.yaml +79 -0
- package/models/noobxl-i2i-ipa-onediff.yaml +72 -0
- package/models/noobxl-t2i-onediff.yaml +44 -0
- package/models/qwen-image-edit.yaml +44 -0
- package/models/suno_cover_chirp_v5.yaml +159 -0
- package/models/suno_image_to_song_chirp_v5.yaml +152 -0
- package/models/suno_infill_chirp_v5.yaml +148 -0
- package/models/suno_music_chirp_fenix.yaml +77 -0
- package/models/suno_sound_chirp_v5.yaml +145 -0
- package/models/suno_style_tags.yaml +14 -0
- package/models/suno_upload_audio.yaml +44 -0
- package/models/suno_video_to_song_chirp_v5.yaml +152 -0
- package/models/suno_vox_chirp_v5.yaml +149 -0
- package/models/z-image-turbo.yaml +34 -0
- package/package.json +19 -15
- package/dist/builtins-BJ2_TVlr.d.ts.map +0 -1
- package/dist/builtins-FumzmWvj.js +0 -565
- package/dist/builtins-FumzmWvj.js.map +0 -1
- package/dist/export-config-D8By2_r7.js.map +0 -1
- package/models/suno_music.yaml +0 -265
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
schema: neta.generation.model.v1
|
|
2
|
+
model: suno_infill_chirp_v5
|
|
3
|
+
title: Suno Infill Chirp v5.0
|
|
4
|
+
description: Suno local edit task with a fixed chirp-v5 engine.
|
|
5
|
+
adapter:
|
|
6
|
+
type: suno.tasks
|
|
7
|
+
operation: music
|
|
8
|
+
task: infill
|
|
9
|
+
payload:
|
|
10
|
+
mv: chirp-v5
|
|
11
|
+
content:
|
|
12
|
+
input:
|
|
13
|
+
- type: text
|
|
14
|
+
required: false
|
|
15
|
+
max: 16
|
|
16
|
+
merge: newline
|
|
17
|
+
description: Prompt text. The adapter maps merged text to the operation's text field when that field is not provided.
|
|
18
|
+
parameters:
|
|
19
|
+
poll_interval:
|
|
20
|
+
type: integer
|
|
21
|
+
optional: true
|
|
22
|
+
default: 5
|
|
23
|
+
min: 1
|
|
24
|
+
max: 60
|
|
25
|
+
description: Seconds between task status checks.
|
|
26
|
+
max_wait:
|
|
27
|
+
type: integer
|
|
28
|
+
optional: true
|
|
29
|
+
default: 600
|
|
30
|
+
min: 30
|
|
31
|
+
max: 3600
|
|
32
|
+
description: Maximum seconds to wait for task completion.
|
|
33
|
+
meta:
|
|
34
|
+
fields:
|
|
35
|
+
title:
|
|
36
|
+
type: string
|
|
37
|
+
optional: true
|
|
38
|
+
description: Suno song title.
|
|
39
|
+
tags:
|
|
40
|
+
type: string
|
|
41
|
+
optional: true
|
|
42
|
+
description: Comma-separated Suno music style tags.
|
|
43
|
+
gpt_description_prompt:
|
|
44
|
+
type: string
|
|
45
|
+
optional: true
|
|
46
|
+
description: Suno inspiration-mode prompt.
|
|
47
|
+
negative_tags:
|
|
48
|
+
type: string
|
|
49
|
+
optional: true
|
|
50
|
+
description: Styles to avoid.
|
|
51
|
+
generation_type:
|
|
52
|
+
type: string
|
|
53
|
+
optional: true
|
|
54
|
+
description: Suno generation type.
|
|
55
|
+
make_instrumental:
|
|
56
|
+
type: boolean
|
|
57
|
+
optional: true
|
|
58
|
+
default: false
|
|
59
|
+
description: Generate instrumental music.
|
|
60
|
+
metadata:
|
|
61
|
+
type: object
|
|
62
|
+
optional: true
|
|
63
|
+
description: Suno provider metadata payload.
|
|
64
|
+
metadata_params:
|
|
65
|
+
type: object
|
|
66
|
+
description: Infill timing and replacement metadata.
|
|
67
|
+
continue_clip_id:
|
|
68
|
+
type: string
|
|
69
|
+
description: Clip id to edit.
|
|
70
|
+
taskVariants:
|
|
71
|
+
extend:
|
|
72
|
+
required:
|
|
73
|
+
- continue_clip_id
|
|
74
|
+
upload_extend:
|
|
75
|
+
required:
|
|
76
|
+
- continue_clip_id
|
|
77
|
+
infill:
|
|
78
|
+
required:
|
|
79
|
+
- continue_clip_id
|
|
80
|
+
- metadata_params
|
|
81
|
+
fixed_infill:
|
|
82
|
+
required:
|
|
83
|
+
- continue_clip_id
|
|
84
|
+
- metadata_params
|
|
85
|
+
infill_intro:
|
|
86
|
+
required:
|
|
87
|
+
- continue_clip_id
|
|
88
|
+
- metadata_params
|
|
89
|
+
infill_outro:
|
|
90
|
+
required:
|
|
91
|
+
- continue_clip_id
|
|
92
|
+
- metadata_params
|
|
93
|
+
cover_infill:
|
|
94
|
+
required:
|
|
95
|
+
- continue_clip_id
|
|
96
|
+
- metadata_params
|
|
97
|
+
cover_extend:
|
|
98
|
+
required:
|
|
99
|
+
- continue_clip_id
|
|
100
|
+
artist_infill:
|
|
101
|
+
required:
|
|
102
|
+
- continue_clip_id
|
|
103
|
+
- metadata_params
|
|
104
|
+
artist_consistency:
|
|
105
|
+
required:
|
|
106
|
+
- persona_id
|
|
107
|
+
- artist_clip_id
|
|
108
|
+
cover:
|
|
109
|
+
required:
|
|
110
|
+
- task_id
|
|
111
|
+
- continue_clip_id
|
|
112
|
+
image_to_song:
|
|
113
|
+
requiredContent:
|
|
114
|
+
- image
|
|
115
|
+
required:
|
|
116
|
+
- metadata_params
|
|
117
|
+
video_to_song:
|
|
118
|
+
requiredContent:
|
|
119
|
+
- video
|
|
120
|
+
required:
|
|
121
|
+
- metadata_params
|
|
122
|
+
concat:
|
|
123
|
+
required:
|
|
124
|
+
- clip_id
|
|
125
|
+
sound:
|
|
126
|
+
required:
|
|
127
|
+
- metadata_params
|
|
128
|
+
underpainting:
|
|
129
|
+
required:
|
|
130
|
+
- metadata_params
|
|
131
|
+
overpainting:
|
|
132
|
+
required:
|
|
133
|
+
- metadata_params
|
|
134
|
+
remaster:
|
|
135
|
+
required:
|
|
136
|
+
- metadata_params
|
|
137
|
+
vox:
|
|
138
|
+
required:
|
|
139
|
+
- artist_clip_id
|
|
140
|
+
chop_sample_condition:
|
|
141
|
+
required:
|
|
142
|
+
- metadata_params
|
|
143
|
+
mashup_condition:
|
|
144
|
+
required:
|
|
145
|
+
- metadata_params
|
|
146
|
+
playlist_condition:
|
|
147
|
+
required:
|
|
148
|
+
- metadata_params
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
schema: neta.generation.model.v1
|
|
2
|
+
model: suno_music_chirp_fenix
|
|
3
|
+
title: Suno Music Chirp Fenix v5.5
|
|
4
|
+
description: Suno text-to-music model with a fixed Suno model version.
|
|
5
|
+
adapter:
|
|
6
|
+
type: suno.tasks
|
|
7
|
+
operation: music
|
|
8
|
+
payload:
|
|
9
|
+
mv: chirp-fenix
|
|
10
|
+
content:
|
|
11
|
+
input:
|
|
12
|
+
- type: text
|
|
13
|
+
required: true
|
|
14
|
+
max: 16
|
|
15
|
+
merge: newline
|
|
16
|
+
description: Prompt text. The adapter maps merged text to the operation's text field when that field is not provided.
|
|
17
|
+
parameters:
|
|
18
|
+
poll_interval:
|
|
19
|
+
type: integer
|
|
20
|
+
optional: true
|
|
21
|
+
default: 5
|
|
22
|
+
min: 1
|
|
23
|
+
max: 60
|
|
24
|
+
description: Seconds between task status checks.
|
|
25
|
+
max_wait:
|
|
26
|
+
type: integer
|
|
27
|
+
optional: true
|
|
28
|
+
default: 600
|
|
29
|
+
min: 30
|
|
30
|
+
max: 3600
|
|
31
|
+
description: Maximum seconds to wait for task completion.
|
|
32
|
+
meta:
|
|
33
|
+
fields:
|
|
34
|
+
title:
|
|
35
|
+
type: string
|
|
36
|
+
optional: true
|
|
37
|
+
description: Suno song title.
|
|
38
|
+
tags:
|
|
39
|
+
type: string
|
|
40
|
+
optional: true
|
|
41
|
+
description: Comma-separated Suno music style tags.
|
|
42
|
+
gpt_description_prompt:
|
|
43
|
+
type: string
|
|
44
|
+
optional: true
|
|
45
|
+
description: Suno inspiration-mode prompt.
|
|
46
|
+
negative_tags:
|
|
47
|
+
type: string
|
|
48
|
+
optional: true
|
|
49
|
+
description: Styles to avoid.
|
|
50
|
+
generation_type:
|
|
51
|
+
type: string
|
|
52
|
+
optional: true
|
|
53
|
+
description: Suno generation type.
|
|
54
|
+
make_instrumental:
|
|
55
|
+
type: boolean
|
|
56
|
+
optional: true
|
|
57
|
+
default: false
|
|
58
|
+
description: Generate instrumental music.
|
|
59
|
+
metadata:
|
|
60
|
+
type: object
|
|
61
|
+
optional: true
|
|
62
|
+
description: Suno provider metadata payload.
|
|
63
|
+
metadata_params:
|
|
64
|
+
type: object
|
|
65
|
+
optional: true
|
|
66
|
+
description: Suno task-specific metadata payload.
|
|
67
|
+
examples:
|
|
68
|
+
- title: Music generation
|
|
69
|
+
request:
|
|
70
|
+
model: suno_music_chirp_fenix
|
|
71
|
+
content:
|
|
72
|
+
- type: text
|
|
73
|
+
text: uplifting cinematic pop with warm piano and clear chorus
|
|
74
|
+
meta:
|
|
75
|
+
title: Warm Horizon
|
|
76
|
+
tags: cinematic pop, warm piano
|
|
77
|
+
make_instrumental: false
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
schema: neta.generation.model.v1
|
|
2
|
+
model: suno_sound_chirp_v5
|
|
3
|
+
title: Suno Sound Chirp v5.0
|
|
4
|
+
description: Suno sound-effect generation task with a fixed chirp-v5 engine.
|
|
5
|
+
adapter:
|
|
6
|
+
type: suno.tasks
|
|
7
|
+
operation: music
|
|
8
|
+
task: sound
|
|
9
|
+
payload:
|
|
10
|
+
mv: chirp-v5
|
|
11
|
+
content:
|
|
12
|
+
input:
|
|
13
|
+
- type: text
|
|
14
|
+
required: false
|
|
15
|
+
max: 16
|
|
16
|
+
merge: newline
|
|
17
|
+
description: Prompt text. The adapter maps merged text to the operation's text field when that field is not provided.
|
|
18
|
+
parameters:
|
|
19
|
+
poll_interval:
|
|
20
|
+
type: integer
|
|
21
|
+
optional: true
|
|
22
|
+
default: 5
|
|
23
|
+
min: 1
|
|
24
|
+
max: 60
|
|
25
|
+
description: Seconds between task status checks.
|
|
26
|
+
max_wait:
|
|
27
|
+
type: integer
|
|
28
|
+
optional: true
|
|
29
|
+
default: 600
|
|
30
|
+
min: 30
|
|
31
|
+
max: 3600
|
|
32
|
+
description: Maximum seconds to wait for task completion.
|
|
33
|
+
meta:
|
|
34
|
+
fields:
|
|
35
|
+
title:
|
|
36
|
+
type: string
|
|
37
|
+
optional: true
|
|
38
|
+
description: Suno song title.
|
|
39
|
+
tags:
|
|
40
|
+
type: string
|
|
41
|
+
optional: true
|
|
42
|
+
description: Comma-separated Suno music style tags.
|
|
43
|
+
gpt_description_prompt:
|
|
44
|
+
type: string
|
|
45
|
+
optional: true
|
|
46
|
+
description: Suno inspiration-mode prompt.
|
|
47
|
+
negative_tags:
|
|
48
|
+
type: string
|
|
49
|
+
optional: true
|
|
50
|
+
description: Styles to avoid.
|
|
51
|
+
generation_type:
|
|
52
|
+
type: string
|
|
53
|
+
optional: true
|
|
54
|
+
description: Suno generation type.
|
|
55
|
+
make_instrumental:
|
|
56
|
+
type: boolean
|
|
57
|
+
optional: true
|
|
58
|
+
default: false
|
|
59
|
+
description: Generate instrumental music.
|
|
60
|
+
metadata:
|
|
61
|
+
type: object
|
|
62
|
+
optional: true
|
|
63
|
+
description: Suno provider metadata payload.
|
|
64
|
+
metadata_params:
|
|
65
|
+
type: object
|
|
66
|
+
description: Sound task metadata payload.
|
|
67
|
+
taskVariants:
|
|
68
|
+
extend:
|
|
69
|
+
required:
|
|
70
|
+
- continue_clip_id
|
|
71
|
+
upload_extend:
|
|
72
|
+
required:
|
|
73
|
+
- continue_clip_id
|
|
74
|
+
infill:
|
|
75
|
+
required:
|
|
76
|
+
- continue_clip_id
|
|
77
|
+
- metadata_params
|
|
78
|
+
fixed_infill:
|
|
79
|
+
required:
|
|
80
|
+
- continue_clip_id
|
|
81
|
+
- metadata_params
|
|
82
|
+
infill_intro:
|
|
83
|
+
required:
|
|
84
|
+
- continue_clip_id
|
|
85
|
+
- metadata_params
|
|
86
|
+
infill_outro:
|
|
87
|
+
required:
|
|
88
|
+
- continue_clip_id
|
|
89
|
+
- metadata_params
|
|
90
|
+
cover_infill:
|
|
91
|
+
required:
|
|
92
|
+
- continue_clip_id
|
|
93
|
+
- metadata_params
|
|
94
|
+
cover_extend:
|
|
95
|
+
required:
|
|
96
|
+
- continue_clip_id
|
|
97
|
+
artist_infill:
|
|
98
|
+
required:
|
|
99
|
+
- continue_clip_id
|
|
100
|
+
- metadata_params
|
|
101
|
+
artist_consistency:
|
|
102
|
+
required:
|
|
103
|
+
- persona_id
|
|
104
|
+
- artist_clip_id
|
|
105
|
+
cover:
|
|
106
|
+
required:
|
|
107
|
+
- task_id
|
|
108
|
+
- continue_clip_id
|
|
109
|
+
image_to_song:
|
|
110
|
+
requiredContent:
|
|
111
|
+
- image
|
|
112
|
+
required:
|
|
113
|
+
- metadata_params
|
|
114
|
+
video_to_song:
|
|
115
|
+
requiredContent:
|
|
116
|
+
- video
|
|
117
|
+
required:
|
|
118
|
+
- metadata_params
|
|
119
|
+
concat:
|
|
120
|
+
required:
|
|
121
|
+
- clip_id
|
|
122
|
+
sound:
|
|
123
|
+
required:
|
|
124
|
+
- metadata_params
|
|
125
|
+
underpainting:
|
|
126
|
+
required:
|
|
127
|
+
- metadata_params
|
|
128
|
+
overpainting:
|
|
129
|
+
required:
|
|
130
|
+
- metadata_params
|
|
131
|
+
remaster:
|
|
132
|
+
required:
|
|
133
|
+
- metadata_params
|
|
134
|
+
vox:
|
|
135
|
+
required:
|
|
136
|
+
- artist_clip_id
|
|
137
|
+
chop_sample_condition:
|
|
138
|
+
required:
|
|
139
|
+
- metadata_params
|
|
140
|
+
mashup_condition:
|
|
141
|
+
required:
|
|
142
|
+
- metadata_params
|
|
143
|
+
playlist_condition:
|
|
144
|
+
required:
|
|
145
|
+
- metadata_params
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
schema: neta.generation.model.v1
|
|
2
|
+
model: suno_style_tags
|
|
3
|
+
title: Suno Style Tags
|
|
4
|
+
description: Suno style tag upsampling model.
|
|
5
|
+
adapter:
|
|
6
|
+
type: suno.tasks
|
|
7
|
+
operation: upsample_tags
|
|
8
|
+
content:
|
|
9
|
+
input:
|
|
10
|
+
- type: text
|
|
11
|
+
required: true
|
|
12
|
+
max: 16
|
|
13
|
+
merge: newline
|
|
14
|
+
description: Prompt text. The adapter maps merged text to the operation's text field when that field is not provided.
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
schema: neta.generation.model.v1
|
|
2
|
+
model: suno_upload_audio
|
|
3
|
+
title: Suno Upload Audio
|
|
4
|
+
description: Suno reference-audio upload model.
|
|
5
|
+
adapter:
|
|
6
|
+
type: suno.tasks
|
|
7
|
+
operation: upload_audio
|
|
8
|
+
defaults:
|
|
9
|
+
name: reference-audio
|
|
10
|
+
timeout: 120
|
|
11
|
+
content:
|
|
12
|
+
input:
|
|
13
|
+
- type: audio
|
|
14
|
+
required: true
|
|
15
|
+
max: 1
|
|
16
|
+
sources:
|
|
17
|
+
- url
|
|
18
|
+
- base64
|
|
19
|
+
description: Reference audio.
|
|
20
|
+
parameters:
|
|
21
|
+
poll_interval:
|
|
22
|
+
type: integer
|
|
23
|
+
optional: true
|
|
24
|
+
default: 5
|
|
25
|
+
min: 1
|
|
26
|
+
max: 60
|
|
27
|
+
description: Seconds between task status checks.
|
|
28
|
+
max_wait:
|
|
29
|
+
type: integer
|
|
30
|
+
optional: true
|
|
31
|
+
default: 600
|
|
32
|
+
min: 30
|
|
33
|
+
max: 3600
|
|
34
|
+
description: Maximum seconds to wait for task completion.
|
|
35
|
+
meta:
|
|
36
|
+
fields:
|
|
37
|
+
name:
|
|
38
|
+
type: string
|
|
39
|
+
optional: true
|
|
40
|
+
description: Upload name.
|
|
41
|
+
timeout:
|
|
42
|
+
type: integer
|
|
43
|
+
optional: true
|
|
44
|
+
description: Upload timeout in seconds.
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
schema: neta.generation.model.v1
|
|
2
|
+
model: suno_video_to_song_chirp_v5
|
|
3
|
+
title: Suno Video to Song Chirp v5.0
|
|
4
|
+
description: Suno video-to-song task with a fixed chirp-v5 engine.
|
|
5
|
+
adapter:
|
|
6
|
+
type: suno.tasks
|
|
7
|
+
operation: music
|
|
8
|
+
task: video_to_song
|
|
9
|
+
payload:
|
|
10
|
+
mv: chirp-v5
|
|
11
|
+
content:
|
|
12
|
+
input:
|
|
13
|
+
- type: text
|
|
14
|
+
required: false
|
|
15
|
+
max: 16
|
|
16
|
+
merge: newline
|
|
17
|
+
description: Prompt text. The adapter maps merged text to the operation's text field when that field is not provided.
|
|
18
|
+
- type: video
|
|
19
|
+
required: true
|
|
20
|
+
max: 1
|
|
21
|
+
sources:
|
|
22
|
+
- url
|
|
23
|
+
- base64
|
|
24
|
+
description: Reference video.
|
|
25
|
+
parameters:
|
|
26
|
+
poll_interval:
|
|
27
|
+
type: integer
|
|
28
|
+
optional: true
|
|
29
|
+
default: 5
|
|
30
|
+
min: 1
|
|
31
|
+
max: 60
|
|
32
|
+
description: Seconds between task status checks.
|
|
33
|
+
max_wait:
|
|
34
|
+
type: integer
|
|
35
|
+
optional: true
|
|
36
|
+
default: 600
|
|
37
|
+
min: 30
|
|
38
|
+
max: 3600
|
|
39
|
+
description: Maximum seconds to wait for task completion.
|
|
40
|
+
meta:
|
|
41
|
+
fields:
|
|
42
|
+
title:
|
|
43
|
+
type: string
|
|
44
|
+
optional: true
|
|
45
|
+
description: Suno song title.
|
|
46
|
+
tags:
|
|
47
|
+
type: string
|
|
48
|
+
optional: true
|
|
49
|
+
description: Comma-separated Suno music style tags.
|
|
50
|
+
gpt_description_prompt:
|
|
51
|
+
type: string
|
|
52
|
+
optional: true
|
|
53
|
+
description: Suno inspiration-mode prompt.
|
|
54
|
+
negative_tags:
|
|
55
|
+
type: string
|
|
56
|
+
optional: true
|
|
57
|
+
description: Styles to avoid.
|
|
58
|
+
generation_type:
|
|
59
|
+
type: string
|
|
60
|
+
optional: true
|
|
61
|
+
description: Suno generation type.
|
|
62
|
+
make_instrumental:
|
|
63
|
+
type: boolean
|
|
64
|
+
optional: true
|
|
65
|
+
default: false
|
|
66
|
+
description: Generate instrumental music.
|
|
67
|
+
metadata:
|
|
68
|
+
type: object
|
|
69
|
+
optional: true
|
|
70
|
+
description: Suno provider metadata payload.
|
|
71
|
+
metadata_params:
|
|
72
|
+
type: object
|
|
73
|
+
description: Video-to-song metadata payload.
|
|
74
|
+
taskVariants:
|
|
75
|
+
extend:
|
|
76
|
+
required:
|
|
77
|
+
- continue_clip_id
|
|
78
|
+
upload_extend:
|
|
79
|
+
required:
|
|
80
|
+
- continue_clip_id
|
|
81
|
+
infill:
|
|
82
|
+
required:
|
|
83
|
+
- continue_clip_id
|
|
84
|
+
- metadata_params
|
|
85
|
+
fixed_infill:
|
|
86
|
+
required:
|
|
87
|
+
- continue_clip_id
|
|
88
|
+
- metadata_params
|
|
89
|
+
infill_intro:
|
|
90
|
+
required:
|
|
91
|
+
- continue_clip_id
|
|
92
|
+
- metadata_params
|
|
93
|
+
infill_outro:
|
|
94
|
+
required:
|
|
95
|
+
- continue_clip_id
|
|
96
|
+
- metadata_params
|
|
97
|
+
cover_infill:
|
|
98
|
+
required:
|
|
99
|
+
- continue_clip_id
|
|
100
|
+
- metadata_params
|
|
101
|
+
cover_extend:
|
|
102
|
+
required:
|
|
103
|
+
- continue_clip_id
|
|
104
|
+
artist_infill:
|
|
105
|
+
required:
|
|
106
|
+
- continue_clip_id
|
|
107
|
+
- metadata_params
|
|
108
|
+
artist_consistency:
|
|
109
|
+
required:
|
|
110
|
+
- persona_id
|
|
111
|
+
- artist_clip_id
|
|
112
|
+
cover:
|
|
113
|
+
required:
|
|
114
|
+
- task_id
|
|
115
|
+
- continue_clip_id
|
|
116
|
+
image_to_song:
|
|
117
|
+
requiredContent:
|
|
118
|
+
- image
|
|
119
|
+
required:
|
|
120
|
+
- metadata_params
|
|
121
|
+
video_to_song:
|
|
122
|
+
requiredContent:
|
|
123
|
+
- video
|
|
124
|
+
required:
|
|
125
|
+
- metadata_params
|
|
126
|
+
concat:
|
|
127
|
+
required:
|
|
128
|
+
- clip_id
|
|
129
|
+
sound:
|
|
130
|
+
required:
|
|
131
|
+
- metadata_params
|
|
132
|
+
underpainting:
|
|
133
|
+
required:
|
|
134
|
+
- metadata_params
|
|
135
|
+
overpainting:
|
|
136
|
+
required:
|
|
137
|
+
- metadata_params
|
|
138
|
+
remaster:
|
|
139
|
+
required:
|
|
140
|
+
- metadata_params
|
|
141
|
+
vox:
|
|
142
|
+
required:
|
|
143
|
+
- artist_clip_id
|
|
144
|
+
chop_sample_condition:
|
|
145
|
+
required:
|
|
146
|
+
- metadata_params
|
|
147
|
+
mashup_condition:
|
|
148
|
+
required:
|
|
149
|
+
- metadata_params
|
|
150
|
+
playlist_condition:
|
|
151
|
+
required:
|
|
152
|
+
- metadata_params
|