dsh-audiogen 0.3.3 → 0.3.4
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/lib/client.js +312 -247
- package/lib/client.js.map +1 -1
- package/lib/index.js +2 -2
- package/package.json +1 -1
- package/src/agent-audio-tools.ts +2 -2
- package/src/client/AudioGenPanel.tsx +22 -0
- package/src/client/locales.ts +2 -2
- package/src/protocol.ts +1 -1
package/lib/client.js
CHANGED
|
@@ -96,7 +96,7 @@ window.__ModuleLoader__.load({
|
|
|
96
96
|
"mode.voiceDesign": "音色设计",
|
|
97
97
|
"prompt.placeholder": "输入文本、音乐/音效描述,或音色设计描述…",
|
|
98
98
|
"prompt.required": "请输入文本或提示词",
|
|
99
|
-
"model.label": "模型
|
|
99
|
+
"model.label": "模型",
|
|
100
100
|
"voice.label": "音色",
|
|
101
101
|
"speed.label": "语速",
|
|
102
102
|
"duration.label": "时长(秒)",
|
|
@@ -194,7 +194,7 @@ window.__ModuleLoader__.load({
|
|
|
194
194
|
"mode.voiceDesign": "Voice design",
|
|
195
195
|
"prompt.placeholder": "Text to speak, or a music/SFX/voice-design description…",
|
|
196
196
|
"prompt.required": "Prompt or text is required",
|
|
197
|
-
"model.label": "Model
|
|
197
|
+
"model.label": "Model",
|
|
198
198
|
"voice.label": "Voice",
|
|
199
199
|
"speed.label": "Speed",
|
|
200
200
|
"duration.label": "Duration (s)",
|
|
@@ -542,36 +542,36 @@ window.__ModuleLoader__.load({
|
|
|
542
542
|
document.head.appendChild(tag);
|
|
543
543
|
}
|
|
544
544
|
var audio_panel_module_css_default = {
|
|
545
|
+
"history": "Oo1fpq_history",
|
|
546
|
+
"layout": "Oo1fpq_layout",
|
|
547
|
+
"modeButton": "Oo1fpq_modeButton",
|
|
548
|
+
"historyTitle": "Oo1fpq_historyTitle",
|
|
549
|
+
"historyAudio": "Oo1fpq_historyAudio",
|
|
550
|
+
"generate": "Oo1fpq_generate",
|
|
551
|
+
"input": "Oo1fpq_input",
|
|
545
552
|
"modeRow": "Oo1fpq_modeRow",
|
|
546
|
-
"result": "Oo1fpq_result",
|
|
547
553
|
"label": "Oo1fpq_label",
|
|
548
|
-
"header": "Oo1fpq_header",
|
|
549
|
-
"panel": "Oo1fpq_panel",
|
|
550
|
-
"title": "Oo1fpq_title",
|
|
551
|
-
"textarea": "Oo1fpq_textarea",
|
|
552
554
|
"select": "Oo1fpq_select",
|
|
553
|
-
"
|
|
554
|
-
"
|
|
555
|
-
"historyTitle": "Oo1fpq_historyTitle",
|
|
555
|
+
"audioCard": "Oo1fpq_audioCard",
|
|
556
|
+
"textarea": "Oo1fpq_textarea",
|
|
556
557
|
"advanced": "Oo1fpq_advanced",
|
|
557
|
-
"
|
|
558
|
-
"error": "Oo1fpq_error",
|
|
559
|
-
"historyItem": "Oo1fpq_historyItem",
|
|
558
|
+
"panel": "Oo1fpq_panel",
|
|
560
559
|
"audio": "Oo1fpq_audio",
|
|
561
|
-
"
|
|
562
|
-
"
|
|
560
|
+
"historyEmpty": "Oo1fpq_historyEmpty",
|
|
561
|
+
"error": "Oo1fpq_error",
|
|
563
562
|
"download": "Oo1fpq_download",
|
|
564
|
-
"checkbox": "Oo1fpq_checkbox",
|
|
565
|
-
"historyPrompt": "Oo1fpq_historyPrompt",
|
|
566
|
-
"audioList": "Oo1fpq_audioList",
|
|
567
|
-
"modeButton": "Oo1fpq_modeButton",
|
|
568
|
-
"audioCard": "Oo1fpq_audioCard",
|
|
569
|
-
"empty": "Oo1fpq_empty",
|
|
570
563
|
"form": "Oo1fpq_form",
|
|
571
|
-
"
|
|
564
|
+
"historyPrompt": "Oo1fpq_historyPrompt",
|
|
565
|
+
"title": "Oo1fpq_title",
|
|
572
566
|
"historyMeta": "Oo1fpq_historyMeta",
|
|
573
|
-
"
|
|
574
|
-
"
|
|
567
|
+
"header": "Oo1fpq_header",
|
|
568
|
+
"hint": "Oo1fpq_hint",
|
|
569
|
+
"empty": "Oo1fpq_empty",
|
|
570
|
+
"row": "Oo1fpq_row",
|
|
571
|
+
"checkbox": "Oo1fpq_checkbox",
|
|
572
|
+
"result": "Oo1fpq_result",
|
|
573
|
+
"historyItem": "Oo1fpq_historyItem",
|
|
574
|
+
"audioList": "Oo1fpq_audioList"
|
|
575
575
|
};
|
|
576
576
|
//#endregion
|
|
577
577
|
//#region src/client/AudioGenPanel.tsx
|
|
@@ -912,22 +912,87 @@ window.__ModuleLoader__.load({
|
|
|
912
912
|
placeholder: "30"
|
|
913
913
|
})]
|
|
914
914
|
}) : null,
|
|
915
|
-
mode === "music" ? /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(react_jsx_runtime.Fragment, { children: [
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
915
|
+
mode === "music" ? /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(react_jsx_runtime.Fragment, { children: [
|
|
916
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("label", {
|
|
917
|
+
className: audio_panel_module_css_default.label,
|
|
918
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", { children: "歌词(纯音乐模式可留空;多段用空行分隔)" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("textarea", {
|
|
919
|
+
className: audio_panel_module_css_default.textarea,
|
|
920
|
+
value: lyrics,
|
|
921
|
+
onChange: (event) => setLyrics(event.target.value),
|
|
922
|
+
placeholder: "第一段歌词…\n\n第二段歌词…"
|
|
923
|
+
})]
|
|
924
|
+
}),
|
|
925
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("label", {
|
|
926
|
+
className: audio_panel_module_css_default.checkbox,
|
|
927
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("input", {
|
|
928
|
+
type: "checkbox",
|
|
929
|
+
checked: instrumental,
|
|
930
|
+
onChange: (event) => setInstrumental(event.target.checked)
|
|
931
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", { children: "纯音乐(无歌词/人声)is_instrumental" })]
|
|
932
|
+
}),
|
|
933
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
|
|
934
|
+
className: audio_panel_module_css_default.row,
|
|
935
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("label", {
|
|
936
|
+
className: audio_panel_module_css_default.label,
|
|
937
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", { children: "采样率" }), /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("select", {
|
|
938
|
+
className: audio_panel_module_css_default.select,
|
|
939
|
+
value: sampleRate,
|
|
940
|
+
onChange: (event) => setSampleRate(event.target.value),
|
|
941
|
+
children: [
|
|
942
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("option", {
|
|
943
|
+
value: "",
|
|
944
|
+
children: "默认(44100)"
|
|
945
|
+
}),
|
|
946
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("option", {
|
|
947
|
+
value: "16000",
|
|
948
|
+
children: "16000"
|
|
949
|
+
}),
|
|
950
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("option", {
|
|
951
|
+
value: "24000",
|
|
952
|
+
children: "24000"
|
|
953
|
+
}),
|
|
954
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("option", {
|
|
955
|
+
value: "32000",
|
|
956
|
+
children: "32000"
|
|
957
|
+
}),
|
|
958
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("option", {
|
|
959
|
+
value: "44100",
|
|
960
|
+
children: "44100"
|
|
961
|
+
})
|
|
962
|
+
]
|
|
963
|
+
})]
|
|
964
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("label", {
|
|
965
|
+
className: audio_panel_module_css_default.label,
|
|
966
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", { children: "码率 bps" }), /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("select", {
|
|
967
|
+
className: audio_panel_module_css_default.select,
|
|
968
|
+
value: bitrate,
|
|
969
|
+
onChange: (event) => setBitrate(event.target.value),
|
|
970
|
+
children: [
|
|
971
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("option", {
|
|
972
|
+
value: "",
|
|
973
|
+
children: "默认(256000)"
|
|
974
|
+
}),
|
|
975
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("option", {
|
|
976
|
+
value: "32000",
|
|
977
|
+
children: "32000"
|
|
978
|
+
}),
|
|
979
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("option", {
|
|
980
|
+
value: "64000",
|
|
981
|
+
children: "64000"
|
|
982
|
+
}),
|
|
983
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("option", {
|
|
984
|
+
value: "128000",
|
|
985
|
+
children: "128000"
|
|
986
|
+
}),
|
|
987
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("option", {
|
|
988
|
+
value: "256000",
|
|
989
|
+
children: "256000"
|
|
990
|
+
})
|
|
991
|
+
]
|
|
992
|
+
})]
|
|
993
|
+
})]
|
|
994
|
+
})
|
|
995
|
+
] }) : null,
|
|
931
996
|
needModel ? /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("label", {
|
|
932
997
|
className: audio_panel_module_css_default.label,
|
|
933
998
|
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", { children: tt("format.label") }), /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("select", {
|
|
@@ -1069,167 +1134,167 @@ window.__ModuleLoader__.load({
|
|
|
1069
1134
|
document.head.appendChild(tag);
|
|
1070
1135
|
}
|
|
1071
1136
|
var panel_module_css_default = {
|
|
1072
|
-
"
|
|
1073
|
-
"
|
|
1074
|
-
"
|
|
1075
|
-
"
|
|
1076
|
-
"
|
|
1077
|
-
"
|
|
1078
|
-
"
|
|
1079
|
-
"
|
|
1080
|
-
"modelWrap": "rwa6qG_modelWrap",
|
|
1081
|
-
"taskTrayClose": "rwa6qG_taskTrayClose",
|
|
1082
|
-
"uploadHint": "rwa6qG_uploadHint",
|
|
1083
|
-
"canvasEmptyIcon": "rwa6qG_canvasEmptyIcon",
|
|
1084
|
-
"generateButton": "rwa6qG_generateButton",
|
|
1085
|
-
"comparisonImageButton": "rwa6qG_comparisonImageButton",
|
|
1086
|
-
"galleryWorkspace": "rwa6qG_galleryWorkspace",
|
|
1137
|
+
"lightboxZoomLevel": "rwa6qG_lightboxZoomLevel",
|
|
1138
|
+
"lightboxEdit": "rwa6qG_lightboxEdit",
|
|
1139
|
+
"modelSelect": "rwa6qG_modelSelect",
|
|
1140
|
+
"updateRelease": "rwa6qG_updateRelease",
|
|
1141
|
+
"configGuideBody": "rwa6qG_configGuideBody",
|
|
1142
|
+
"taskRows": "rwa6qG_taskRows",
|
|
1143
|
+
"galleryToast": "rwa6qG_galleryToast",
|
|
1144
|
+
"studio": "rwa6qG_studio",
|
|
1087
1145
|
"image": "rwa6qG_image",
|
|
1088
|
-
"
|
|
1089
|
-
"
|
|
1090
|
-
"
|
|
1091
|
-
"
|
|
1092
|
-
"
|
|
1093
|
-
"
|
|
1146
|
+
"lightboxDownload": "rwa6qG_lightboxDownload",
|
|
1147
|
+
"comparisonFullscreen": "rwa6qG_comparisonFullscreen",
|
|
1148
|
+
"galleryMasonry": "rwa6qG_galleryMasonry",
|
|
1149
|
+
"galleryImageButton": "rwa6qG_galleryImageButton",
|
|
1150
|
+
"config": "rwa6qG_config",
|
|
1151
|
+
"galleryAdd": "rwa6qG_galleryAdd",
|
|
1152
|
+
"prompt": "rwa6qG_prompt",
|
|
1153
|
+
"uploadIcon": "rwa6qG_uploadIcon",
|
|
1154
|
+
"taskTrayChevron": "rwa6qG_taskTrayChevron",
|
|
1155
|
+
"taskPrompt": "rwa6qG_taskPrompt",
|
|
1156
|
+
"referenceImage": "rwa6qG_referenceImage",
|
|
1157
|
+
"githubLink": "rwa6qG_githubLink",
|
|
1158
|
+
"historyHeader": "rwa6qG_historyHeader",
|
|
1094
1159
|
"paramLabel": "rwa6qG_paramLabel",
|
|
1095
|
-
"
|
|
1096
|
-
"
|
|
1097
|
-
"
|
|
1098
|
-
"
|
|
1160
|
+
"canvasState": "rwa6qG_canvasState",
|
|
1161
|
+
"galleryFilter": "rwa6qG_galleryFilter",
|
|
1162
|
+
"gallerySelectionClear": "rwa6qG_gallerySelectionClear",
|
|
1163
|
+
"galleryViewToggle": "rwa6qG_galleryViewToggle",
|
|
1164
|
+
"lightboxClose": "rwa6qG_lightboxClose",
|
|
1099
1165
|
"galleryRatioList": "rwa6qG_galleryRatioList",
|
|
1100
|
-
"download": "rwa6qG_download",
|
|
1101
|
-
"paramHint": "rwa6qG_paramHint",
|
|
1102
|
-
"compareControl": "rwa6qG_compareControl",
|
|
1103
|
-
"connectionStatus": "rwa6qG_connectionStatus",
|
|
1104
|
-
"promptCount": "rwa6qG_promptCount",
|
|
1105
1166
|
"taskTrayHeader": "rwa6qG_taskTrayHeader",
|
|
1106
|
-
"
|
|
1107
|
-
"
|
|
1108
|
-
"
|
|
1109
|
-
"
|
|
1110
|
-
"
|
|
1167
|
+
"gallerySelect": "rwa6qG_gallerySelect",
|
|
1168
|
+
"comparisonGrid": "rwa6qG_comparisonGrid",
|
|
1169
|
+
"taskStatus": "rwa6qG_taskStatus",
|
|
1170
|
+
"gallerySelectMode": "rwa6qG_gallerySelectMode",
|
|
1171
|
+
"historySearch": "rwa6qG_historySearch",
|
|
1172
|
+
"historyTitle": "rwa6qG_historyTitle",
|
|
1173
|
+
"galleryTags": "rwa6qG_galleryTags",
|
|
1174
|
+
"zoomHint": "rwa6qG_zoomHint",
|
|
1175
|
+
"historyFilters": "rwa6qG_historyFilters",
|
|
1176
|
+
"grid": "rwa6qG_grid",
|
|
1177
|
+
"historyInfo": "rwa6qG_historyInfo",
|
|
1178
|
+
"canvasEmptyIcon": "rwa6qG_canvasEmptyIcon",
|
|
1111
1179
|
"gallerySelectionBar": "rwa6qG_gallerySelectionBar",
|
|
1112
|
-
"
|
|
1180
|
+
"optionRow": "rwa6qG_optionRow",
|
|
1113
1181
|
"modelMenuItem": "rwa6qG_modelMenuItem",
|
|
1114
|
-
"
|
|
1115
|
-
"
|
|
1116
|
-
"
|
|
1117
|
-
"
|
|
1118
|
-
"
|
|
1119
|
-
"
|
|
1120
|
-
"
|
|
1182
|
+
"paramHint": "rwa6qG_paramHint",
|
|
1183
|
+
"promptCount": "rwa6qG_promptCount",
|
|
1184
|
+
"lightboxActions": "rwa6qG_lightboxActions",
|
|
1185
|
+
"galleryTagFilter": "rwa6qG_galleryTagFilter",
|
|
1186
|
+
"galleryAvatar": "rwa6qG_galleryAvatar",
|
|
1187
|
+
"lightboxImage": "rwa6qG_lightboxImage",
|
|
1188
|
+
"taskTrayClose": "rwa6qG_taskTrayClose",
|
|
1189
|
+
"footer": "rwa6qG_footer",
|
|
1190
|
+
"galleryToolbar": "rwa6qG_galleryToolbar",
|
|
1191
|
+
"generateButton": "rwa6qG_generateButton",
|
|
1192
|
+
"optionPill": "rwa6qG_optionPill",
|
|
1193
|
+
"compareToggle": "rwa6qG_compareToggle",
|
|
1121
1194
|
"galleryHeading": "rwa6qG_galleryHeading",
|
|
1122
|
-
"
|
|
1123
|
-
"
|
|
1195
|
+
"dshImageGenToastIn": "rwa6qG_dshImageGenToastIn",
|
|
1196
|
+
"panelHeader": "rwa6qG_panelHeader",
|
|
1197
|
+
"configGuide": "rwa6qG_configGuide",
|
|
1198
|
+
"galleryRemove": "rwa6qG_galleryRemove",
|
|
1199
|
+
"galleryRatio": "rwa6qG_galleryRatio",
|
|
1200
|
+
"lightboxScaleFrame": "rwa6qG_lightboxScaleFrame",
|
|
1124
1201
|
"updateText": "rwa6qG_updateText",
|
|
1125
|
-
"
|
|
1202
|
+
"comparisonFullscreenGrid": "rwa6qG_comparisonFullscreenGrid",
|
|
1203
|
+
"modelLabel": "rwa6qG_modelLabel",
|
|
1204
|
+
"comparisonImageButton": "rwa6qG_comparisonImageButton",
|
|
1205
|
+
"historyList": "rwa6qG_historyList",
|
|
1206
|
+
"gallerySearch": "rwa6qG_gallerySearch",
|
|
1207
|
+
"historyThumbPlaceholder": "rwa6qG_historyThumbPlaceholder",
|
|
1208
|
+
"lightboxMeta": "rwa6qG_lightboxMeta",
|
|
1126
1209
|
"reference": "rwa6qG_reference",
|
|
1127
|
-
"
|
|
1128
|
-
"
|
|
1129
|
-
"
|
|
1130
|
-
"
|
|
1131
|
-
"canvas": "rwa6qG_canvas",
|
|
1132
|
-
"lightboxImage": "rwa6qG_lightboxImage",
|
|
1133
|
-
"galleryFilters": "rwa6qG_galleryFilters",
|
|
1134
|
-
"lightboxTools": "rwa6qG_lightboxTools",
|
|
1135
|
-
"generateInner": "rwa6qG_generateInner",
|
|
1136
|
-
"historyFilters": "rwa6qG_historyFilters",
|
|
1137
|
-
"historyTitle": "rwa6qG_historyTitle",
|
|
1138
|
-
"lightboxIndex": "rwa6qG_lightboxIndex",
|
|
1139
|
-
"galleryTagFilterList": "rwa6qG_galleryTagFilterList",
|
|
1140
|
-
"galleryFilterNote": "rwa6qG_galleryFilterNote",
|
|
1141
|
-
"gallerySelect": "rwa6qG_gallerySelect",
|
|
1142
|
-
"spinner": "rwa6qG_spinner",
|
|
1143
|
-
"entryLabel": "rwa6qG_entryLabel",
|
|
1210
|
+
"comparisonBoard": "rwa6qG_comparisonBoard",
|
|
1211
|
+
"compareControl": "rwa6qG_compareControl",
|
|
1212
|
+
"historyMain": "rwa6qG_historyMain",
|
|
1213
|
+
"lightboxCaption": "rwa6qG_lightboxCaption",
|
|
1144
1214
|
"galleryTagInput": "rwa6qG_galleryTagInput",
|
|
1145
|
-
"
|
|
1146
|
-
"
|
|
1147
|
-
"
|
|
1148
|
-
"
|
|
1149
|
-
"
|
|
1150
|
-
"gallerySort": "rwa6qG_gallerySort",
|
|
1151
|
-
"entry": "rwa6qG_entry",
|
|
1152
|
-
"galleryFilter": "rwa6qG_galleryFilter",
|
|
1153
|
-
"view": "rwa6qG_view",
|
|
1154
|
-
"galleryClear": "rwa6qG_galleryClear",
|
|
1215
|
+
"uploadHint": "rwa6qG_uploadHint",
|
|
1216
|
+
"canvasHistoryTag": "rwa6qG_canvasHistoryTag",
|
|
1217
|
+
"galleryImage": "rwa6qG_galleryImage",
|
|
1218
|
+
"lightboxFigure": "rwa6qG_lightboxFigure",
|
|
1219
|
+
"galleryTagEdit": "rwa6qG_galleryTagEdit",
|
|
1155
1220
|
"compareModelChoices": "rwa6qG_compareModelChoices",
|
|
1156
|
-
"
|
|
1157
|
-
"
|
|
1158
|
-
"
|
|
1159
|
-
"
|
|
1221
|
+
"historyEmpty": "rwa6qG_historyEmpty",
|
|
1222
|
+
"updateActions": "rwa6qG_updateActions",
|
|
1223
|
+
"lightboxTool": "rwa6qG_lightboxTool",
|
|
1224
|
+
"taskTrayCount": "rwa6qG_taskTrayCount",
|
|
1225
|
+
"enhanceButton": "rwa6qG_enhanceButton",
|
|
1226
|
+
"historyAction": "rwa6qG_historyAction",
|
|
1227
|
+
"referenceActions": "rwa6qG_referenceActions",
|
|
1228
|
+
"historyActions": "rwa6qG_historyActions",
|
|
1229
|
+
"historyPrompt": "rwa6qG_historyPrompt",
|
|
1230
|
+
"entryIcon": "rwa6qG_entryIcon",
|
|
1231
|
+
"templatesButton": "rwa6qG_templatesButton",
|
|
1160
1232
|
"modelMenu": "rwa6qG_modelMenu",
|
|
1161
|
-
"
|
|
1162
|
-
"
|
|
1233
|
+
"taskTray": "rwa6qG_taskTray",
|
|
1234
|
+
"canvasStateTitle": "rwa6qG_canvasStateTitle",
|
|
1235
|
+
"lightboxNav": "rwa6qG_lightboxNav",
|
|
1236
|
+
"history": "rwa6qG_history",
|
|
1237
|
+
"galleryFilters": "rwa6qG_galleryFilters",
|
|
1238
|
+
"imageCaption": "rwa6qG_imageCaption",
|
|
1239
|
+
"galleryCount": "rwa6qG_galleryCount",
|
|
1240
|
+
"historyItem": "rwa6qG_historyItem",
|
|
1163
1241
|
"lightboxCaptionRow": "rwa6qG_lightboxCaptionRow",
|
|
1164
|
-
"
|
|
1165
|
-
"
|
|
1166
|
-
"
|
|
1167
|
-
"
|
|
1168
|
-
"lightboxCopy": "rwa6qG_lightboxCopy",
|
|
1169
|
-
"referenceImage": "rwa6qG_referenceImage",
|
|
1170
|
-
"updateRelease": "rwa6qG_updateRelease",
|
|
1242
|
+
"canvasError": "rwa6qG_canvasError",
|
|
1243
|
+
"panelTitle": "rwa6qG_panelTitle",
|
|
1244
|
+
"hiddenFile": "rwa6qG_hiddenFile",
|
|
1245
|
+
"galleryClear": "rwa6qG_galleryClear",
|
|
1171
1246
|
"panel": "rwa6qG_panel",
|
|
1172
|
-
"
|
|
1173
|
-
"
|
|
1174
|
-
"
|
|
1175
|
-
"
|
|
1176
|
-
"
|
|
1177
|
-
"
|
|
1247
|
+
"galleryTagEditor": "rwa6qG_galleryTagEditor",
|
|
1248
|
+
"galleryBadge": "rwa6qG_galleryBadge",
|
|
1249
|
+
"lightbox": "rwa6qG_lightbox",
|
|
1250
|
+
"galleryFilterDivider": "rwa6qG_galleryFilterDivider",
|
|
1251
|
+
"galleryCardFooter": "rwa6qG_galleryCardFooter",
|
|
1252
|
+
"download": "rwa6qG_download",
|
|
1178
1253
|
"historyThumb": "rwa6qG_historyThumb",
|
|
1179
|
-
"gallerySelectMode": "rwa6qG_gallerySelectMode",
|
|
1180
1254
|
"modeRow": "rwa6qG_modeRow",
|
|
1181
|
-
"
|
|
1182
|
-
"lightboxMeta": "rwa6qG_lightboxMeta",
|
|
1183
|
-
"config": "rwa6qG_config",
|
|
1184
|
-
"uploadIcon": "rwa6qG_uploadIcon",
|
|
1185
|
-
"galleryViewToggle": "rwa6qG_galleryViewToggle",
|
|
1186
|
-
"galleryAvatar": "rwa6qG_galleryAvatar",
|
|
1187
|
-
"taskTrayCount": "rwa6qG_taskTrayCount",
|
|
1188
|
-
"comparisonGrid": "rwa6qG_comparisonGrid",
|
|
1189
|
-
"card": "rwa6qG_card",
|
|
1190
|
-
"updateBanner": "rwa6qG_updateBanner",
|
|
1191
|
-
"galleryBadge": "rwa6qG_galleryBadge",
|
|
1192
|
-
"enhanceButton": "rwa6qG_enhanceButton",
|
|
1193
|
-
"galleryRemove": "rwa6qG_galleryRemove",
|
|
1255
|
+
"gallerySort": "rwa6qG_gallerySort",
|
|
1194
1256
|
"configScroll": "rwa6qG_configScroll",
|
|
1195
|
-
"
|
|
1196
|
-
"
|
|
1197
|
-
"galleryCardInfo": "rwa6qG_galleryCardInfo",
|
|
1198
|
-
"galleryCount": "rwa6qG_galleryCount",
|
|
1199
|
-
"updateActions": "rwa6qG_updateActions",
|
|
1200
|
-
"galleryToast": "rwa6qG_galleryToast",
|
|
1201
|
-
"paramGroup": "rwa6qG_paramGroup",
|
|
1202
|
-
"configGuideBody": "rwa6qG_configGuideBody",
|
|
1203
|
-
"optionPill": "rwa6qG_optionPill",
|
|
1204
|
-
"footer": "rwa6qG_footer",
|
|
1205
|
-
"galleryTagFilter": "rwa6qG_galleryTagFilter",
|
|
1206
|
-
"referenceActions": "rwa6qG_referenceActions",
|
|
1207
|
-
"historyEmpty": "rwa6qG_historyEmpty",
|
|
1208
|
-
"compareToggle": "rwa6qG_compareToggle",
|
|
1209
|
-
"zoomHint": "rwa6qG_zoomHint",
|
|
1210
|
-
"taskPrompt": "rwa6qG_taskPrompt",
|
|
1211
|
-
"historyMeta": "rwa6qG_historyMeta",
|
|
1212
|
-
"history": "rwa6qG_history",
|
|
1213
|
-
"canvasMeta": "rwa6qG_canvasMeta",
|
|
1214
|
-
"lightboxScaleFrame": "rwa6qG_lightboxScaleFrame",
|
|
1215
|
-
"dshImageGenToastIn": "rwa6qG_dshImageGenToastIn",
|
|
1216
|
-
"gallerySelectionClear": "rwa6qG_gallerySelectionClear",
|
|
1257
|
+
"card": "rwa6qG_card",
|
|
1258
|
+
"modePill": "rwa6qG_modePill",
|
|
1217
1259
|
"promptFooter": "rwa6qG_promptFooter",
|
|
1218
1260
|
"optionGrid": "rwa6qG_optionGrid",
|
|
1219
|
-
"
|
|
1261
|
+
"modelWrap": "rwa6qG_modelWrap",
|
|
1262
|
+
"canvasStateHint": "rwa6qG_canvasStateHint",
|
|
1263
|
+
"lightboxCopy": "rwa6qG_lightboxCopy",
|
|
1264
|
+
"lightboxIndex": "rwa6qG_lightboxIndex",
|
|
1265
|
+
"entry": "rwa6qG_entry",
|
|
1266
|
+
"view": "rwa6qG_view",
|
|
1267
|
+
"entryLabel": "rwa6qG_entryLabel",
|
|
1268
|
+
"galleryCard": "rwa6qG_galleryCard",
|
|
1269
|
+
"imageCard": "rwa6qG_imageCard",
|
|
1270
|
+
"paramGroup": "rwa6qG_paramGroup",
|
|
1271
|
+
"galleryWorkspace": "rwa6qG_galleryWorkspace",
|
|
1272
|
+
"dshImageGenSpin": "rwa6qG_dshImageGenSpin",
|
|
1273
|
+
"galleryToolbarActions": "rwa6qG_galleryToolbarActions",
|
|
1274
|
+
"generateInner": "rwa6qG_generateInner",
|
|
1220
1275
|
"galleryFilterHeading": "rwa6qG_galleryFilterHeading",
|
|
1221
|
-
"
|
|
1222
|
-
"
|
|
1223
|
-
"
|
|
1224
|
-
"
|
|
1225
|
-
"
|
|
1226
|
-
"
|
|
1227
|
-
"
|
|
1228
|
-
"
|
|
1229
|
-
"
|
|
1230
|
-
"
|
|
1276
|
+
"canvasMeta": "rwa6qG_canvasMeta",
|
|
1277
|
+
"modelMenuList": "rwa6qG_modelMenuList",
|
|
1278
|
+
"lightboxTools": "rwa6qG_lightboxTools",
|
|
1279
|
+
"taskTrayToggle": "rwa6qG_taskTrayToggle",
|
|
1280
|
+
"historyMeta": "rwa6qG_historyMeta",
|
|
1281
|
+
"galleryFilterNote": "rwa6qG_galleryFilterNote",
|
|
1282
|
+
"galleryCardInfo": "rwa6qG_galleryCardInfo",
|
|
1283
|
+
"connectionDot": "rwa6qG_connectionDot",
|
|
1284
|
+
"taskRow": "rwa6qG_taskRow",
|
|
1285
|
+
"updateBanner": "rwa6qG_updateBanner",
|
|
1286
|
+
"galleryBulkButton": "rwa6qG_galleryBulkButton",
|
|
1287
|
+
"canvas": "rwa6qG_canvas",
|
|
1288
|
+
"panelHeading": "rwa6qG_panelHeading",
|
|
1289
|
+
"spinner": "rwa6qG_spinner",
|
|
1290
|
+
"bigSpinner": "rwa6qG_bigSpinner",
|
|
1291
|
+
"lightboxStage": "rwa6qG_lightboxStage",
|
|
1231
1292
|
"galleryFilterCount": "rwa6qG_galleryFilterCount",
|
|
1232
|
-
"
|
|
1293
|
+
"galleryTagFilterList": "rwa6qG_galleryTagFilterList",
|
|
1294
|
+
"connectionStatus": "rwa6qG_connectionStatus",
|
|
1295
|
+
"uploadBox": "rwa6qG_uploadBox",
|
|
1296
|
+
"historyClear": "rwa6qG_historyClear",
|
|
1297
|
+
"canvasBody": "rwa6qG_canvasBody"
|
|
1233
1298
|
};
|
|
1234
1299
|
//#endregion
|
|
1235
1300
|
//#region src/client/mount.tsx
|
|
@@ -1886,79 +1951,79 @@ window.__ModuleLoader__.load({
|
|
|
1886
1951
|
document.head.appendChild(tag);
|
|
1887
1952
|
}
|
|
1888
1953
|
var settings_card_module_css_default = {
|
|
1889
|
-
"
|
|
1890
|
-
"
|
|
1891
|
-
"
|
|
1892
|
-
"
|
|
1893
|
-
"
|
|
1894
|
-
"
|
|
1895
|
-
"
|
|
1954
|
+
"headText": "zmjoSq_headText",
|
|
1955
|
+
"sectionTitle": "zmjoSq_sectionTitle",
|
|
1956
|
+
"reset": "zmjoSq_reset",
|
|
1957
|
+
"customSettingsBody": "zmjoSq_customSettingsBody",
|
|
1958
|
+
"channelMeta": "zmjoSq_channelMeta",
|
|
1959
|
+
"candidateTitle": "zmjoSq_candidateTitle",
|
|
1960
|
+
"channelRow": "zmjoSq_channelRow",
|
|
1961
|
+
"linkButton": "zmjoSq_linkButton",
|
|
1962
|
+
"sectionHint": "zmjoSq_sectionHint",
|
|
1963
|
+
"modelCatalogMeta": "zmjoSq_modelCatalogMeta",
|
|
1964
|
+
"detectOk": "zmjoSq_detectOk",
|
|
1896
1965
|
"chevron": "zmjoSq_chevron",
|
|
1897
|
-
"
|
|
1898
|
-
"
|
|
1899
|
-
"
|
|
1966
|
+
"customSettingsSummary": "zmjoSq_customSettingsSummary",
|
|
1967
|
+
"modelCatalogTools": "zmjoSq_modelCatalogTools",
|
|
1968
|
+
"pending": "zmjoSq_pending",
|
|
1969
|
+
"chevronOpen": "zmjoSq_chevronOpen",
|
|
1970
|
+
"name": "zmjoSq_name",
|
|
1971
|
+
"modelCatalogHead": "zmjoSq_modelCatalogHead",
|
|
1972
|
+
"body": "zmjoSq_body",
|
|
1973
|
+
"modelRow": "zmjoSq_modelRow",
|
|
1974
|
+
"channelDotReady": "zmjoSq_channelDotReady",
|
|
1900
1975
|
"channelMain": "zmjoSq_channelMain",
|
|
1901
|
-
"
|
|
1902
|
-
"
|
|
1976
|
+
"candidateList": "zmjoSq_candidateList",
|
|
1977
|
+
"select": "zmjoSq_select",
|
|
1978
|
+
"field": "zmjoSq_field",
|
|
1979
|
+
"discard": "zmjoSq_discard",
|
|
1980
|
+
"modelCatalogTitle": "zmjoSq_modelCatalogTitle",
|
|
1981
|
+
"channelBadge": "zmjoSq_channelBadge",
|
|
1982
|
+
"editorTitle": "zmjoSq_editorTitle",
|
|
1983
|
+
"candidate": "zmjoSq_candidate",
|
|
1903
1984
|
"candidateId": "zmjoSq_candidateId",
|
|
1904
1985
|
"customSettings": "zmjoSq_customSettings",
|
|
1905
|
-
"editorFooter": "zmjoSq_editorFooter",
|
|
1906
|
-
"save": "zmjoSq_save",
|
|
1907
|
-
"channelHost": "zmjoSq_channelHost",
|
|
1908
|
-
"card": "zmjoSq_card",
|
|
1909
|
-
"editorTitle": "zmjoSq_editorTitle",
|
|
1910
|
-
"pending": "zmjoSq_pending",
|
|
1911
|
-
"header": "zmjoSq_header",
|
|
1912
|
-
"modelRowRemove": "zmjoSq_modelRowRemove",
|
|
1913
|
-
"select": "zmjoSq_select",
|
|
1914
1986
|
"modelCategorySelect": "zmjoSq_modelCategorySelect",
|
|
1915
|
-
"label": "zmjoSq_label",
|
|
1916
|
-
"channelRow": "zmjoSq_channelRow",
|
|
1917
|
-
"link": "zmjoSq_link",
|
|
1918
|
-
"channelAddRow": "zmjoSq_channelAddRow",
|
|
1919
1987
|
"footer": "zmjoSq_footer",
|
|
1920
|
-
"
|
|
1921
|
-
"modelEmpty": "zmjoSq_modelEmpty",
|
|
1922
|
-
"modelBadge": "zmjoSq_modelBadge",
|
|
1923
|
-
"channelName": "zmjoSq_channelName",
|
|
1924
|
-
"channelDotReady": "zmjoSq_channelDotReady",
|
|
1925
|
-
"input": "zmjoSq_input",
|
|
1926
|
-
"candidatePanel": "zmjoSq_candidatePanel",
|
|
1927
|
-
"channelEditor": "zmjoSq_channelEditor",
|
|
1928
|
-
"body": "zmjoSq_body",
|
|
1929
|
-
"modelCatalogTitle": "zmjoSq_modelCatalogTitle",
|
|
1930
|
-
"sectionHint": "zmjoSq_sectionHint",
|
|
1988
|
+
"modelCatalog": "zmjoSq_modelCatalog",
|
|
1931
1989
|
"addModel": "zmjoSq_addModel",
|
|
1932
|
-
"
|
|
1933
|
-
"
|
|
1934
|
-
"
|
|
1990
|
+
"modelArrow": "zmjoSq_modelArrow",
|
|
1991
|
+
"modelInput": "zmjoSq_modelInput",
|
|
1992
|
+
"modelRowRemove": "zmjoSq_modelRowRemove",
|
|
1993
|
+
"channelEditor": "zmjoSq_channelEditor",
|
|
1994
|
+
"header": "zmjoSq_header",
|
|
1995
|
+
"channelList": "zmjoSq_channelList",
|
|
1996
|
+
"editorTag": "zmjoSq_editorTag",
|
|
1997
|
+
"sectionHeader": "zmjoSq_sectionHeader",
|
|
1998
|
+
"card": "zmjoSq_card",
|
|
1999
|
+
"channelDotWarn": "zmjoSq_channelDotWarn",
|
|
2000
|
+
"channelAdd": "zmjoSq_channelAdd",
|
|
1935
2001
|
"modelRows": "zmjoSq_modelRows",
|
|
1936
|
-
"
|
|
2002
|
+
"channelSection": "zmjoSq_channelSection",
|
|
1937
2003
|
"candidateLabel": "zmjoSq_candidateLabel",
|
|
2004
|
+
"channelHost": "zmjoSq_channelHost",
|
|
2005
|
+
"editorWrap": "zmjoSq_editorWrap",
|
|
1938
2006
|
"readOnly": "zmjoSq_readOnly",
|
|
1939
|
-
"
|
|
2007
|
+
"description": "zmjoSq_description",
|
|
2008
|
+
"deleteConfirmText": "zmjoSq_deleteConfirmText",
|
|
2009
|
+
"head": "zmjoSq_head",
|
|
1940
2010
|
"candidateActions": "zmjoSq_candidateActions",
|
|
1941
|
-
"
|
|
1942
|
-
"
|
|
1943
|
-
"
|
|
1944
|
-
"
|
|
1945
|
-
"sectionTitle": "zmjoSq_sectionTitle",
|
|
2011
|
+
"editorFooter": "zmjoSq_editorFooter",
|
|
2012
|
+
"channelAddRow": "zmjoSq_channelAddRow",
|
|
2013
|
+
"failed": "zmjoSq_failed",
|
|
2014
|
+
"link": "zmjoSq_link",
|
|
1946
2015
|
"channelEmpty": "zmjoSq_channelEmpty",
|
|
1947
|
-
"
|
|
2016
|
+
"candidatePanel": "zmjoSq_candidatePanel",
|
|
2017
|
+
"channelAction": "zmjoSq_channelAction",
|
|
2018
|
+
"input": "zmjoSq_input",
|
|
2019
|
+
"label": "zmjoSq_label",
|
|
2020
|
+
"editorHeader": "zmjoSq_editorHeader",
|
|
2021
|
+
"modelBadge": "zmjoSq_modelBadge",
|
|
2022
|
+
"save": "zmjoSq_save",
|
|
2023
|
+
"channelName": "zmjoSq_channelName",
|
|
2024
|
+
"modelEmpty": "zmjoSq_modelEmpty",
|
|
1948
2025
|
"candidateHead": "zmjoSq_candidateHead",
|
|
1949
|
-
"
|
|
1950
|
-
"candidateTitle": "zmjoSq_candidateTitle",
|
|
1951
|
-
"linkButton": "zmjoSq_linkButton",
|
|
1952
|
-
"channelList": "zmjoSq_channelList",
|
|
1953
|
-
"reset": "zmjoSq_reset",
|
|
1954
|
-
"modelCatalogTools": "zmjoSq_modelCatalogTools",
|
|
1955
|
-
"discard": "zmjoSq_discard",
|
|
1956
|
-
"chevronOpen": "zmjoSq_chevronOpen",
|
|
1957
|
-
"description": "zmjoSq_description",
|
|
1958
|
-
"name": "zmjoSq_name",
|
|
1959
|
-
"customSettingsBody": "zmjoSq_customSettingsBody",
|
|
1960
|
-
"headText": "zmjoSq_headText",
|
|
1961
|
-
"modelRow": "zmjoSq_modelRow"
|
|
2026
|
+
"channelDanger": "zmjoSq_channelDanger"
|
|
1962
2027
|
};
|
|
1963
2028
|
//#endregion
|
|
1964
2029
|
//#region src/client/SettingsCard.tsx
|
|
@@ -2863,17 +2928,17 @@ window.__ModuleLoader__.load({
|
|
|
2863
2928
|
document.head.appendChild(tag);
|
|
2864
2929
|
}
|
|
2865
2930
|
var audio_toolview_module_css_default = {
|
|
2866
|
-
"audioRow": "_7K1QKa_audioRow",
|
|
2867
|
-
"status": "_7K1QKa_status",
|
|
2868
2931
|
"audio": "_7K1QKa_audio",
|
|
2869
|
-
"
|
|
2870
|
-
"
|
|
2871
|
-
"audios": "_7K1QKa_audios",
|
|
2872
|
-
"error": "_7K1QKa_error",
|
|
2932
|
+
"empty": "_7K1QKa_empty",
|
|
2933
|
+
"status": "_7K1QKa_status",
|
|
2873
2934
|
"icon": "_7K1QKa_icon",
|
|
2874
2935
|
"root": "_7K1QKa_root",
|
|
2936
|
+
"audioRow": "_7K1QKa_audioRow",
|
|
2937
|
+
"audios": "_7K1QKa_audios",
|
|
2938
|
+
"message": "_7K1QKa_message",
|
|
2875
2939
|
"header": "_7K1QKa_header",
|
|
2876
|
-
"
|
|
2940
|
+
"error": "_7K1QKa_error",
|
|
2941
|
+
"download": "_7K1QKa_download"
|
|
2877
2942
|
};
|
|
2878
2943
|
//#endregion
|
|
2879
2944
|
//#region src/client/audio-toolview.tsx
|