@koda-sl/baker-cli 0.281.9-dev.1f1c09c80 → 0.281.11-dev.0c0293389
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.
|
@@ -3141,7 +3141,7 @@ var VEO_DURATIONS = [4, 6, 8];
|
|
|
3141
3141
|
var KLING_DURATIONS2 = [5, 10];
|
|
3142
3142
|
var KLING_NEGATIVE_PROMPT = "warped face, distorted hands, extra fingers, morphing, flicker, on-screen text, watermark, low quality";
|
|
3143
3143
|
var KLING_CFG_SCALE = 0.7;
|
|
3144
|
-
var SPEAKS_PROSE = (line) => `The person speaks to camera; lip-sync follows the dialogue verbatim, with delivery and emotion carried in the wording itself (no bracketed cues)
|
|
3144
|
+
var SPEAKS_PROSE = (line, accent) => `The person speaks to camera; lip-sync follows the dialogue verbatim, with delivery and emotion carried in the wording itself (no bracketed cues).${accent ? ` The speech is in ${accent}.` : ""} Dialogue: "${line}"`;
|
|
3145
3145
|
var SEEDANCE_PROFILE = {
|
|
3146
3146
|
id: "seedance",
|
|
3147
3147
|
dialogueDirective: SPEAKS_PROSE,
|
|
@@ -9285,4 +9285,4 @@ export {
|
|
|
9285
9285
|
defaultRegistry,
|
|
9286
9286
|
createEngineFromEnv
|
|
9287
9287
|
};
|
|
9288
|
-
//# sourceMappingURL=chunk-
|
|
9288
|
+
//# sourceMappingURL=chunk-YNUBWTLR.js.map
|