videoclaw 3.0.0-alpha.1

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.
Files changed (1452) hide show
  1. package/AGENTS.md +165 -0
  2. package/CLAUDE.md +232 -0
  3. package/LICENSE +36 -0
  4. package/README.md +737 -0
  5. package/dist/cli/args.d.ts +59 -0
  6. package/dist/cli/args.d.ts.map +1 -0
  7. package/dist/cli/args.js +279 -0
  8. package/dist/cli/args.js.map +1 -0
  9. package/dist/cli/handlers/analysis.d.ts +3 -0
  10. package/dist/cli/handlers/analysis.d.ts.map +1 -0
  11. package/dist/cli/handlers/analysis.js +111 -0
  12. package/dist/cli/handlers/analysis.js.map +1 -0
  13. package/dist/cli/handlers/audio.d.ts +25 -0
  14. package/dist/cli/handlers/audio.d.ts.map +1 -0
  15. package/dist/cli/handlers/audio.js +321 -0
  16. package/dist/cli/handlers/audio.js.map +1 -0
  17. package/dist/cli/handlers/batch.d.ts +4 -0
  18. package/dist/cli/handlers/batch.d.ts.map +1 -0
  19. package/dist/cli/handlers/batch.js +424 -0
  20. package/dist/cli/handlers/batch.js.map +1 -0
  21. package/dist/cli/handlers/candidates.d.ts +10 -0
  22. package/dist/cli/handlers/candidates.d.ts.map +1 -0
  23. package/dist/cli/handlers/candidates.js +389 -0
  24. package/dist/cli/handlers/candidates.js.map +1 -0
  25. package/dist/cli/handlers/character.d.ts +8 -0
  26. package/dist/cli/handlers/character.d.ts.map +1 -0
  27. package/dist/cli/handlers/character.js +202 -0
  28. package/dist/cli/handlers/character.js.map +1 -0
  29. package/dist/cli/handlers/clone.d.ts +5 -0
  30. package/dist/cli/handlers/clone.d.ts.map +1 -0
  31. package/dist/cli/handlers/clone.js +303 -0
  32. package/dist/cli/handlers/clone.js.map +1 -0
  33. package/dist/cli/handlers/create.d.ts +5 -0
  34. package/dist/cli/handlers/create.d.ts.map +1 -0
  35. package/dist/cli/handlers/create.js +635 -0
  36. package/dist/cli/handlers/create.js.map +1 -0
  37. package/dist/cli/handlers/execution.d.ts +5 -0
  38. package/dist/cli/handlers/execution.d.ts.map +1 -0
  39. package/dist/cli/handlers/execution.js +132 -0
  40. package/dist/cli/handlers/execution.js.map +1 -0
  41. package/dist/cli/handlers/library.d.ts +8 -0
  42. package/dist/cli/handlers/library.d.ts.map +1 -0
  43. package/dist/cli/handlers/library.js +77 -0
  44. package/dist/cli/handlers/library.js.map +1 -0
  45. package/dist/cli/handlers/media-ops.d.ts +7 -0
  46. package/dist/cli/handlers/media-ops.d.ts.map +1 -0
  47. package/dist/cli/handlers/media-ops.js +120 -0
  48. package/dist/cli/handlers/media-ops.js.map +1 -0
  49. package/dist/cli/handlers/media-production.d.ts +56 -0
  50. package/dist/cli/handlers/media-production.d.ts.map +1 -0
  51. package/dist/cli/handlers/media-production.js +673 -0
  52. package/dist/cli/handlers/media-production.js.map +1 -0
  53. package/dist/cli/handlers/motion-overlay.d.ts +10 -0
  54. package/dist/cli/handlers/motion-overlay.d.ts.map +1 -0
  55. package/dist/cli/handlers/motion-overlay.js +651 -0
  56. package/dist/cli/handlers/motion-overlay.js.map +1 -0
  57. package/dist/cli/handlers/multi-shot.d.ts +2 -0
  58. package/dist/cli/handlers/multi-shot.d.ts.map +1 -0
  59. package/dist/cli/handlers/multi-shot.js +424 -0
  60. package/dist/cli/handlers/multi-shot.js.map +1 -0
  61. package/dist/cli/handlers/project-ops.d.ts +14 -0
  62. package/dist/cli/handlers/project-ops.d.ts.map +1 -0
  63. package/dist/cli/handlers/project-ops.js +241 -0
  64. package/dist/cli/handlers/project-ops.js.map +1 -0
  65. package/dist/cli/handlers/prompt-craft.d.ts +8 -0
  66. package/dist/cli/handlers/prompt-craft.d.ts.map +1 -0
  67. package/dist/cli/handlers/prompt-craft.js +397 -0
  68. package/dist/cli/handlers/prompt-craft.js.map +1 -0
  69. package/dist/cli/handlers/provider-registration.d.ts +29 -0
  70. package/dist/cli/handlers/provider-registration.d.ts.map +1 -0
  71. package/dist/cli/handlers/provider-registration.js +225 -0
  72. package/dist/cli/handlers/provider-registration.js.map +1 -0
  73. package/dist/cli/handlers/reference-sheets.d.ts +6 -0
  74. package/dist/cli/handlers/reference-sheets.d.ts.map +1 -0
  75. package/dist/cli/handlers/reference-sheets.js +181 -0
  76. package/dist/cli/handlers/reference-sheets.js.map +1 -0
  77. package/dist/cli/handlers/reporting.d.ts +18 -0
  78. package/dist/cli/handlers/reporting.d.ts.map +1 -0
  79. package/dist/cli/handlers/reporting.js +155 -0
  80. package/dist/cli/handlers/reporting.js.map +1 -0
  81. package/dist/cli/handlers/review-portal.d.ts +8 -0
  82. package/dist/cli/handlers/review-portal.d.ts.map +1 -0
  83. package/dist/cli/handlers/review-portal.js +276 -0
  84. package/dist/cli/handlers/review-portal.js.map +1 -0
  85. package/dist/cli/handlers/show.d.ts +11 -0
  86. package/dist/cli/handlers/show.d.ts.map +1 -0
  87. package/dist/cli/handlers/show.js +136 -0
  88. package/dist/cli/handlers/show.js.map +1 -0
  89. package/dist/cli/handlers/stages.d.ts +6 -0
  90. package/dist/cli/handlers/stages.d.ts.map +1 -0
  91. package/dist/cli/handlers/stages.js +333 -0
  92. package/dist/cli/handlers/stages.js.map +1 -0
  93. package/dist/cli/handlers/studio.d.ts +2 -0
  94. package/dist/cli/handlers/studio.d.ts.map +1 -0
  95. package/dist/cli/handlers/studio.js +159 -0
  96. package/dist/cli/handlers/studio.js.map +1 -0
  97. package/dist/cli/handlers/templates.d.ts +7 -0
  98. package/dist/cli/handlers/templates.d.ts.map +1 -0
  99. package/dist/cli/handlers/templates.js +61 -0
  100. package/dist/cli/handlers/templates.js.map +1 -0
  101. package/dist/cli/provider-adapter.d.ts +3 -0
  102. package/dist/cli/provider-adapter.d.ts.map +1 -0
  103. package/dist/cli/provider-adapter.js +96 -0
  104. package/dist/cli/provider-adapter.js.map +1 -0
  105. package/dist/cli/vclaw.d.ts +15 -0
  106. package/dist/cli/vclaw.d.ts.map +1 -0
  107. package/dist/cli/vclaw.js +318 -0
  108. package/dist/cli/vclaw.js.map +1 -0
  109. package/dist/index.d.ts +79 -0
  110. package/dist/index.d.ts.map +1 -0
  111. package/dist/index.js +68 -0
  112. package/dist/index.js.map +1 -0
  113. package/dist/mcp/index.d.ts +3 -0
  114. package/dist/mcp/index.d.ts.map +1 -0
  115. package/dist/mcp/index.js +3 -0
  116. package/dist/mcp/index.js.map +1 -0
  117. package/dist/mcp/server.d.ts +27 -0
  118. package/dist/mcp/server.d.ts.map +1 -0
  119. package/dist/mcp/server.js +168 -0
  120. package/dist/mcp/server.js.map +1 -0
  121. package/dist/mcp/tools.d.ts +55 -0
  122. package/dist/mcp/tools.d.ts.map +1 -0
  123. package/dist/mcp/tools.js +80 -0
  124. package/dist/mcp/tools.js.map +1 -0
  125. package/dist/video/analyze-output.d.ts +5 -0
  126. package/dist/video/analyze-output.d.ts.map +1 -0
  127. package/dist/video/analyze-output.js +7 -0
  128. package/dist/video/analyze-output.js.map +1 -0
  129. package/dist/video/archive-project.d.ts +14 -0
  130. package/dist/video/archive-project.d.ts.map +1 -0
  131. package/dist/video/archive-project.js +41 -0
  132. package/dist/video/archive-project.js.map +1 -0
  133. package/dist/video/artifact-history.d.ts +8 -0
  134. package/dist/video/artifact-history.d.ts.map +1 -0
  135. package/dist/video/artifact-history.js +12 -0
  136. package/dist/video/artifact-history.js.map +1 -0
  137. package/dist/video/artifact-store.d.ts +8 -0
  138. package/dist/video/artifact-store.d.ts.map +1 -0
  139. package/dist/video/artifact-store.js +37 -0
  140. package/dist/video/artifact-store.js.map +1 -0
  141. package/dist/video/artifact-validation.d.ts +15 -0
  142. package/dist/video/artifact-validation.d.ts.map +1 -0
  143. package/dist/video/artifact-validation.js +287 -0
  144. package/dist/video/artifact-validation.js.map +1 -0
  145. package/dist/video/artifacts.d.ts +112 -0
  146. package/dist/video/artifacts.d.ts.map +1 -0
  147. package/dist/video/artifacts.js +31 -0
  148. package/dist/video/artifacts.js.map +1 -0
  149. package/dist/video/assemble/animate-slides.d.ts +108 -0
  150. package/dist/video/assemble/animate-slides.d.ts.map +1 -0
  151. package/dist/video/assemble/animate-slides.js +152 -0
  152. package/dist/video/assemble/animate-slides.js.map +1 -0
  153. package/dist/video/assemble/animation-styles.d.ts +21 -0
  154. package/dist/video/assemble/animation-styles.d.ts.map +1 -0
  155. package/dist/video/assemble/animation-styles.js +32 -0
  156. package/dist/video/assemble/animation-styles.js.map +1 -0
  157. package/dist/video/assemble/animation-styles.json +97 -0
  158. package/dist/video/assemble/assemble.d.ts +24 -0
  159. package/dist/video/assemble/assemble.d.ts.map +1 -0
  160. package/dist/video/assemble/assemble.js +457 -0
  161. package/dist/video/assemble/assemble.js.map +1 -0
  162. package/dist/video/assemble/audio-concat.d.ts +61 -0
  163. package/dist/video/assemble/audio-concat.d.ts.map +1 -0
  164. package/dist/video/assemble/audio-concat.js +108 -0
  165. package/dist/video/assemble/audio-concat.js.map +1 -0
  166. package/dist/video/assemble/audio-mix-plan.d.ts +84 -0
  167. package/dist/video/assemble/audio-mix-plan.d.ts.map +1 -0
  168. package/dist/video/assemble/audio-mix-plan.js +74 -0
  169. package/dist/video/assemble/audio-mix-plan.js.map +1 -0
  170. package/dist/video/assemble/audio-utils.d.ts +32 -0
  171. package/dist/video/assemble/audio-utils.d.ts.map +1 -0
  172. package/dist/video/assemble/audio-utils.js +91 -0
  173. package/dist/video/assemble/audio-utils.js.map +1 -0
  174. package/dist/video/assemble/cut-segment.d.ts +40 -0
  175. package/dist/video/assemble/cut-segment.d.ts.map +1 -0
  176. package/dist/video/assemble/cut-segment.js +77 -0
  177. package/dist/video/assemble/cut-segment.js.map +1 -0
  178. package/dist/video/assemble/ffmpeg.d.ts +91 -0
  179. package/dist/video/assemble/ffmpeg.d.ts.map +1 -0
  180. package/dist/video/assemble/ffmpeg.js +251 -0
  181. package/dist/video/assemble/ffmpeg.js.map +1 -0
  182. package/dist/video/assemble/gemini-vision-classify.d.ts +37 -0
  183. package/dist/video/assemble/gemini-vision-classify.d.ts.map +1 -0
  184. package/dist/video/assemble/gemini-vision-classify.js +123 -0
  185. package/dist/video/assemble/gemini-vision-classify.js.map +1 -0
  186. package/dist/video/assemble/index.d.ts +47 -0
  187. package/dist/video/assemble/index.d.ts.map +1 -0
  188. package/dist/video/assemble/index.js +40 -0
  189. package/dist/video/assemble/index.js.map +1 -0
  190. package/dist/video/assemble/media-qc.d.ts +44 -0
  191. package/dist/video/assemble/media-qc.d.ts.map +1 -0
  192. package/dist/video/assemble/media-qc.js +181 -0
  193. package/dist/video/assemble/media-qc.js.map +1 -0
  194. package/dist/video/assemble/music.d.ts +51 -0
  195. package/dist/video/assemble/music.d.ts.map +1 -0
  196. package/dist/video/assemble/music.js +171 -0
  197. package/dist/video/assemble/music.js.map +1 -0
  198. package/dist/video/assemble/narration-fit.d.ts +32 -0
  199. package/dist/video/assemble/narration-fit.d.ts.map +1 -0
  200. package/dist/video/assemble/narration-fit.js +59 -0
  201. package/dist/video/assemble/narration-fit.js.map +1 -0
  202. package/dist/video/assemble/overlay.d.ts +81 -0
  203. package/dist/video/assemble/overlay.d.ts.map +1 -0
  204. package/dist/video/assemble/overlay.js +141 -0
  205. package/dist/video/assemble/overlay.js.map +1 -0
  206. package/dist/video/assemble/pdf.d.ts +46 -0
  207. package/dist/video/assemble/pdf.d.ts.map +1 -0
  208. package/dist/video/assemble/pdf.js +111 -0
  209. package/dist/video/assemble/pdf.js.map +1 -0
  210. package/dist/video/assemble/qa-dialogue-lint.d.ts +56 -0
  211. package/dist/video/assemble/qa-dialogue-lint.d.ts.map +1 -0
  212. package/dist/video/assemble/qa-dialogue-lint.js +85 -0
  213. package/dist/video/assemble/qa-dialogue-lint.js.map +1 -0
  214. package/dist/video/assemble/qa-image-filter.d.ts +52 -0
  215. package/dist/video/assemble/qa-image-filter.d.ts.map +1 -0
  216. package/dist/video/assemble/qa-image-filter.js +102 -0
  217. package/dist/video/assemble/qa-image-filter.js.map +1 -0
  218. package/dist/video/assemble/qa-image-vision.d.ts +57 -0
  219. package/dist/video/assemble/qa-image-vision.d.ts.map +1 -0
  220. package/dist/video/assemble/qa-image-vision.js +96 -0
  221. package/dist/video/assemble/qa-image-vision.js.map +1 -0
  222. package/dist/video/assemble/qa-narration-vision.d.ts +53 -0
  223. package/dist/video/assemble/qa-narration-vision.d.ts.map +1 -0
  224. package/dist/video/assemble/qa-narration-vision.js +87 -0
  225. package/dist/video/assemble/qa-narration-vision.js.map +1 -0
  226. package/dist/video/assemble/qa-narration.d.ts +53 -0
  227. package/dist/video/assemble/qa-narration.d.ts.map +1 -0
  228. package/dist/video/assemble/qa-narration.js +85 -0
  229. package/dist/video/assemble/qa-narration.js.map +1 -0
  230. package/dist/video/assemble/stitch-ad.d.ts +88 -0
  231. package/dist/video/assemble/stitch-ad.d.ts.map +1 -0
  232. package/dist/video/assemble/stitch-ad.js +161 -0
  233. package/dist/video/assemble/stitch-ad.js.map +1 -0
  234. package/dist/video/assemble/stitch.d.ts +341 -0
  235. package/dist/video/assemble/stitch.d.ts.map +1 -0
  236. package/dist/video/assemble/stitch.js +607 -0
  237. package/dist/video/assemble/stitch.js.map +1 -0
  238. package/dist/video/assemble/text-card.d.ts +78 -0
  239. package/dist/video/assemble/text-card.d.ts.map +1 -0
  240. package/dist/video/assemble/text-card.js +210 -0
  241. package/dist/video/assemble/text-card.js.map +1 -0
  242. package/dist/video/assemble/title-card.d.ts +39 -0
  243. package/dist/video/assemble/title-card.d.ts.map +1 -0
  244. package/dist/video/assemble/title-card.js +127 -0
  245. package/dist/video/assemble/title-card.js.map +1 -0
  246. package/dist/video/assemble/transcript.d.ts +66 -0
  247. package/dist/video/assemble/transcript.d.ts.map +1 -0
  248. package/dist/video/assemble/transcript.js +200 -0
  249. package/dist/video/assemble/transcript.js.map +1 -0
  250. package/dist/video/assemble/tts-elevenlabs.d.ts +52 -0
  251. package/dist/video/assemble/tts-elevenlabs.d.ts.map +1 -0
  252. package/dist/video/assemble/tts-elevenlabs.js +118 -0
  253. package/dist/video/assemble/tts-elevenlabs.js.map +1 -0
  254. package/dist/video/assemble/tts.d.ts +79 -0
  255. package/dist/video/assemble/tts.d.ts.map +1 -0
  256. package/dist/video/assemble/tts.js +131 -0
  257. package/dist/video/assemble/tts.js.map +1 -0
  258. package/dist/video/assemble/types.d.ts +43 -0
  259. package/dist/video/assemble/types.d.ts.map +1 -0
  260. package/dist/video/assemble/types.js +2 -0
  261. package/dist/video/assemble/types.js.map +1 -0
  262. package/dist/video/assemble/upscale.d.ts +43 -0
  263. package/dist/video/assemble/upscale.d.ts.map +1 -0
  264. package/dist/video/assemble/upscale.js +52 -0
  265. package/dist/video/assemble/upscale.js.map +1 -0
  266. package/dist/video/asset-spec.d.ts +15 -0
  267. package/dist/video/asset-spec.d.ts.map +1 -0
  268. package/dist/video/asset-spec.js +43 -0
  269. package/dist/video/asset-spec.js.map +1 -0
  270. package/dist/video/asset-tag-lookup.d.ts +31 -0
  271. package/dist/video/asset-tag-lookup.d.ts.map +1 -0
  272. package/dist/video/asset-tag-lookup.js +45 -0
  273. package/dist/video/asset-tag-lookup.js.map +1 -0
  274. package/dist/video/atomic-write.d.ts +2 -0
  275. package/dist/video/atomic-write.d.ts.map +1 -0
  276. package/dist/video/atomic-write.js +7 -0
  277. package/dist/video/atomic-write.js.map +1 -0
  278. package/dist/video/audio-platform/native-elevenlabs-sfx.d.ts +29 -0
  279. package/dist/video/audio-platform/native-elevenlabs-sfx.d.ts.map +1 -0
  280. package/dist/video/audio-platform/native-elevenlabs-sfx.js +95 -0
  281. package/dist/video/audio-platform/native-elevenlabs-sfx.js.map +1 -0
  282. package/dist/video/audio-platform/native-elevenlabs-tts.d.ts +30 -0
  283. package/dist/video/audio-platform/native-elevenlabs-tts.d.ts.map +1 -0
  284. package/dist/video/audio-platform/native-elevenlabs-tts.js +95 -0
  285. package/dist/video/audio-platform/native-elevenlabs-tts.js.map +1 -0
  286. package/dist/video/audio-platform/native-flowmusic.d.ts +21 -0
  287. package/dist/video/audio-platform/native-flowmusic.d.ts.map +1 -0
  288. package/dist/video/audio-platform/native-flowmusic.js +137 -0
  289. package/dist/video/audio-platform/native-flowmusic.js.map +1 -0
  290. package/dist/video/audio-platform/native-gemini-tts.d.ts +26 -0
  291. package/dist/video/audio-platform/native-gemini-tts.d.ts.map +1 -0
  292. package/dist/video/audio-platform/native-gemini-tts.js +202 -0
  293. package/dist/video/audio-platform/native-gemini-tts.js.map +1 -0
  294. package/dist/video/audio-platform/native-lyria.d.ts +35 -0
  295. package/dist/video/audio-platform/native-lyria.d.ts.map +1 -0
  296. package/dist/video/audio-platform/native-lyria.js +189 -0
  297. package/dist/video/audio-platform/native-lyria.js.map +1 -0
  298. package/dist/video/audio-platform/native-lyria3.d.ts +36 -0
  299. package/dist/video/audio-platform/native-lyria3.d.ts.map +1 -0
  300. package/dist/video/audio-platform/native-lyria3.js +210 -0
  301. package/dist/video/audio-platform/native-lyria3.js.map +1 -0
  302. package/dist/video/audio-platform/registry.d.ts +82 -0
  303. package/dist/video/audio-platform/registry.d.ts.map +1 -0
  304. package/dist/video/audio-platform/registry.js +189 -0
  305. package/dist/video/audio-platform/registry.js.map +1 -0
  306. package/dist/video/audio-platform/suno-backend.d.ts +11 -0
  307. package/dist/video/audio-platform/suno-backend.d.ts.map +1 -0
  308. package/dist/video/audio-platform/suno-backend.js +33 -0
  309. package/dist/video/audio-platform/suno-backend.js.map +1 -0
  310. package/dist/video/audio-platform/types.d.ts +128 -0
  311. package/dist/video/audio-platform/types.d.ts.map +1 -0
  312. package/dist/video/audio-platform/types.js +9 -0
  313. package/dist/video/audio-platform/types.js.map +1 -0
  314. package/dist/video/batch-queue.d.ts +276 -0
  315. package/dist/video/batch-queue.d.ts.map +1 -0
  316. package/dist/video/batch-queue.js +519 -0
  317. package/dist/video/batch-queue.js.map +1 -0
  318. package/dist/video/blueprint-prompt.d.ts +37 -0
  319. package/dist/video/blueprint-prompt.d.ts.map +1 -0
  320. package/dist/video/blueprint-prompt.js +107 -0
  321. package/dist/video/blueprint-prompt.js.map +1 -0
  322. package/dist/video/brand-definition.d.ts +97 -0
  323. package/dist/video/brand-definition.d.ts.map +1 -0
  324. package/dist/video/brand-definition.js +206 -0
  325. package/dist/video/brand-definition.js.map +1 -0
  326. package/dist/video/brand-dna.d.ts +101 -0
  327. package/dist/video/brand-dna.d.ts.map +1 -0
  328. package/dist/video/brand-dna.js +370 -0
  329. package/dist/video/brand-dna.js.map +1 -0
  330. package/dist/video/brand-prompt.d.ts +13 -0
  331. package/dist/video/brand-prompt.d.ts.map +1 -0
  332. package/dist/video/brand-prompt.js +26 -0
  333. package/dist/video/brand-prompt.js.map +1 -0
  334. package/dist/video/candidate-migrate.d.ts +27 -0
  335. package/dist/video/candidate-migrate.d.ts.map +1 -0
  336. package/dist/video/candidate-migrate.js +119 -0
  337. package/dist/video/candidate-migrate.js.map +1 -0
  338. package/dist/video/category-registry.d.ts +38 -0
  339. package/dist/video/category-registry.d.ts.map +1 -0
  340. package/dist/video/category-registry.js +188 -0
  341. package/dist/video/category-registry.js.map +1 -0
  342. package/dist/video/chain-fallback.d.ts +39 -0
  343. package/dist/video/chain-fallback.d.ts.map +1 -0
  344. package/dist/video/chain-fallback.js +43 -0
  345. package/dist/video/chain-fallback.js.map +1 -0
  346. package/dist/video/character-auto-create.d.ts +72 -0
  347. package/dist/video/character-auto-create.d.ts.map +1 -0
  348. package/dist/video/character-auto-create.js +392 -0
  349. package/dist/video/character-auto-create.js.map +1 -0
  350. package/dist/video/character-consistency.d.ts +3 -0
  351. package/dist/video/character-consistency.d.ts.map +1 -0
  352. package/dist/video/character-consistency.js +69 -0
  353. package/dist/video/character-consistency.js.map +1 -0
  354. package/dist/video/characters.d.ts +44 -0
  355. package/dist/video/characters.d.ts.map +1 -0
  356. package/dist/video/characters.js +96 -0
  357. package/dist/video/characters.js.map +1 -0
  358. package/dist/video/checkpoints.d.ts +16 -0
  359. package/dist/video/checkpoints.d.ts.map +1 -0
  360. package/dist/video/checkpoints.js +29 -0
  361. package/dist/video/checkpoints.js.map +1 -0
  362. package/dist/video/cinema-profile.d.ts +57 -0
  363. package/dist/video/cinema-profile.d.ts.map +1 -0
  364. package/dist/video/cinema-profile.js +89 -0
  365. package/dist/video/cinema-profile.js.map +1 -0
  366. package/dist/video/cinematography.d.ts +299 -0
  367. package/dist/video/cinematography.d.ts.map +1 -0
  368. package/dist/video/cinematography.js +914 -0
  369. package/dist/video/cinematography.js.map +1 -0
  370. package/dist/video/cli-output.d.ts +52 -0
  371. package/dist/video/cli-output.d.ts.map +1 -0
  372. package/dist/video/cli-output.js +81 -0
  373. package/dist/video/cli-output.js.map +1 -0
  374. package/dist/video/cli-schema.d.ts +40 -0
  375. package/dist/video/cli-schema.d.ts.map +1 -0
  376. package/dist/video/cli-schema.js +447 -0
  377. package/dist/video/cli-schema.js.map +1 -0
  378. package/dist/video/cost-estimate.d.ts +37 -0
  379. package/dist/video/cost-estimate.d.ts.map +1 -0
  380. package/dist/video/cost-estimate.js +103 -0
  381. package/dist/video/cost-estimate.js.map +1 -0
  382. package/dist/video/csv-export.d.ts +8 -0
  383. package/dist/video/csv-export.d.ts.map +1 -0
  384. package/dist/video/csv-export.js +133 -0
  385. package/dist/video/csv-export.js.map +1 -0
  386. package/dist/video/dependencies.d.ts +23 -0
  387. package/dist/video/dependencies.d.ts.map +1 -0
  388. package/dist/video/dependencies.js +36 -0
  389. package/dist/video/dependencies.js.map +1 -0
  390. package/dist/video/dialogue-fit.d.ts +23 -0
  391. package/dist/video/dialogue-fit.d.ts.map +1 -0
  392. package/dist/video/dialogue-fit.js +38 -0
  393. package/dist/video/dialogue-fit.js.map +1 -0
  394. package/dist/video/dialogue.d.ts +77 -0
  395. package/dist/video/dialogue.d.ts.map +1 -0
  396. package/dist/video/dialogue.js +143 -0
  397. package/dist/video/dialogue.js.map +1 -0
  398. package/dist/video/director-defaults.d.ts +37 -0
  399. package/dist/video/director-defaults.d.ts.map +1 -0
  400. package/dist/video/director-defaults.js +383 -0
  401. package/dist/video/director-defaults.js.map +1 -0
  402. package/dist/video/director-preflight.d.ts +53 -0
  403. package/dist/video/director-preflight.d.ts.map +1 -0
  404. package/dist/video/director-preflight.js +462 -0
  405. package/dist/video/director-preflight.js.map +1 -0
  406. package/dist/video/doctor-portfolio.d.ts +43 -0
  407. package/dist/video/doctor-portfolio.d.ts.map +1 -0
  408. package/dist/video/doctor-portfolio.js +137 -0
  409. package/dist/video/doctor-portfolio.js.map +1 -0
  410. package/dist/video/doctor.d.ts +13 -0
  411. package/dist/video/doctor.d.ts.map +1 -0
  412. package/dist/video/doctor.js +449 -0
  413. package/dist/video/doctor.js.map +1 -0
  414. package/dist/video/emotion-cues.d.ts +15 -0
  415. package/dist/video/emotion-cues.d.ts.map +1 -0
  416. package/dist/video/emotion-cues.js +37 -0
  417. package/dist/video/emotion-cues.js.map +1 -0
  418. package/dist/video/environment-assets.d.ts +28 -0
  419. package/dist/video/environment-assets.d.ts.map +1 -0
  420. package/dist/video/environment-assets.js +43 -0
  421. package/dist/video/environment-assets.js.map +1 -0
  422. package/dist/video/environment-auto-create.d.ts +20 -0
  423. package/dist/video/environment-auto-create.d.ts.map +1 -0
  424. package/dist/video/environment-auto-create.js +88 -0
  425. package/dist/video/environment-auto-create.js.map +1 -0
  426. package/dist/video/errors.d.ts +35 -0
  427. package/dist/video/errors.d.ts.map +1 -0
  428. package/dist/video/errors.js +117 -0
  429. package/dist/video/errors.js.map +1 -0
  430. package/dist/video/events.d.ts +11 -0
  431. package/dist/video/events.d.ts.map +1 -0
  432. package/dist/video/events.js +32 -0
  433. package/dist/video/events.js.map +1 -0
  434. package/dist/video/execute-autochain.d.ts +65 -0
  435. package/dist/video/execute-autochain.d.ts.map +1 -0
  436. package/dist/video/execute-autochain.js +165 -0
  437. package/dist/video/execute-autochain.js.map +1 -0
  438. package/dist/video/execute.d.ts +27 -0
  439. package/dist/video/execute.d.ts.map +1 -0
  440. package/dist/video/execute.js +477 -0
  441. package/dist/video/execute.js.map +1 -0
  442. package/dist/video/execution-cancel.d.ts +11 -0
  443. package/dist/video/execution-cancel.d.ts.map +1 -0
  444. package/dist/video/execution-cancel.js +85 -0
  445. package/dist/video/execution-cancel.js.map +1 -0
  446. package/dist/video/execution-plan.d.ts +5 -0
  447. package/dist/video/execution-plan.d.ts.map +1 -0
  448. package/dist/video/execution-plan.js +145 -0
  449. package/dist/video/execution-plan.js.map +1 -0
  450. package/dist/video/execution-profile.d.ts +25 -0
  451. package/dist/video/execution-profile.d.ts.map +1 -0
  452. package/dist/video/execution-profile.js +124 -0
  453. package/dist/video/execution-profile.js.map +1 -0
  454. package/dist/video/execution-runtime.d.ts +104 -0
  455. package/dist/video/execution-runtime.d.ts.map +1 -0
  456. package/dist/video/execution-runtime.js +750 -0
  457. package/dist/video/execution-runtime.js.map +1 -0
  458. package/dist/video/execution-seed.d.ts +14 -0
  459. package/dist/video/execution-seed.d.ts.map +1 -0
  460. package/dist/video/execution-seed.js +29 -0
  461. package/dist/video/execution-seed.js.map +1 -0
  462. package/dist/video/execution-status.d.ts +12 -0
  463. package/dist/video/execution-status.d.ts.map +1 -0
  464. package/dist/video/execution-status.js +666 -0
  465. package/dist/video/execution-status.js.map +1 -0
  466. package/dist/video/filmmaking-prompts.d.ts +356 -0
  467. package/dist/video/filmmaking-prompts.d.ts.map +1 -0
  468. package/dist/video/filmmaking-prompts.js +1212 -0
  469. package/dist/video/filmmaking-prompts.js.map +1 -0
  470. package/dist/video/final-media.d.ts +17 -0
  471. package/dist/video/final-media.d.ts.map +1 -0
  472. package/dist/video/final-media.js +78 -0
  473. package/dist/video/final-media.js.map +1 -0
  474. package/dist/video/finish.d.ts +99 -0
  475. package/dist/video/finish.d.ts.map +1 -0
  476. package/dist/video/finish.js +159 -0
  477. package/dist/video/finish.js.map +1 -0
  478. package/dist/video/flow-character-library.d.ts +143 -0
  479. package/dist/video/flow-character-library.d.ts.map +1 -0
  480. package/dist/video/flow-character-library.js +211 -0
  481. package/dist/video/flow-character-library.js.map +1 -0
  482. package/dist/video/flow-markers.d.ts +107 -0
  483. package/dist/video/flow-markers.d.ts.map +1 -0
  484. package/dist/video/flow-markers.js +278 -0
  485. package/dist/video/flow-markers.js.map +1 -0
  486. package/dist/video/gemini-analyze.d.ts +44 -0
  487. package/dist/video/gemini-analyze.d.ts.map +1 -0
  488. package/dist/video/gemini-analyze.js +323 -0
  489. package/dist/video/gemini-analyze.js.map +1 -0
  490. package/dist/video/gemini-continuity.d.ts +40 -0
  491. package/dist/video/gemini-continuity.d.ts.map +1 -0
  492. package/dist/video/gemini-continuity.js +145 -0
  493. package/dist/video/gemini-continuity.js.map +1 -0
  494. package/dist/video/gemini-judge.d.ts +33 -0
  495. package/dist/video/gemini-judge.d.ts.map +1 -0
  496. package/dist/video/gemini-judge.js +218 -0
  497. package/dist/video/gemini-judge.js.map +1 -0
  498. package/dist/video/gemini-key-pool.d.ts +23 -0
  499. package/dist/video/gemini-key-pool.d.ts.map +1 -0
  500. package/dist/video/gemini-key-pool.js +107 -0
  501. package/dist/video/gemini-key-pool.js.map +1 -0
  502. package/dist/video/gen-image-flow.d.ts +187 -0
  503. package/dist/video/gen-image-flow.d.ts.map +1 -0
  504. package/dist/video/gen-image-flow.js +331 -0
  505. package/dist/video/gen-image-flow.js.map +1 -0
  506. package/dist/video/gen-image.d.ts +153 -0
  507. package/dist/video/gen-image.d.ts.map +1 -0
  508. package/dist/video/gen-image.js +263 -0
  509. package/dist/video/gen-image.js.map +1 -0
  510. package/dist/video/generation-telemetry.d.ts +60 -0
  511. package/dist/video/generation-telemetry.d.ts.map +1 -0
  512. package/dist/video/generation-telemetry.js +214 -0
  513. package/dist/video/generation-telemetry.js.map +1 -0
  514. package/dist/video/http-error-safety.d.ts +9 -0
  515. package/dist/video/http-error-safety.d.ts.map +1 -0
  516. package/dist/video/http-error-safety.js +14 -0
  517. package/dist/video/http-error-safety.js.map +1 -0
  518. package/dist/video/image-dimensions.d.ts +7 -0
  519. package/dist/video/image-dimensions.d.ts.map +1 -0
  520. package/dist/video/image-dimensions.js +54 -0
  521. package/dist/video/image-dimensions.js.map +1 -0
  522. package/dist/video/legacy-import.d.ts +11 -0
  523. package/dist/video/legacy-import.d.ts.map +1 -0
  524. package/dist/video/legacy-import.js +181 -0
  525. package/dist/video/legacy-import.js.map +1 -0
  526. package/dist/video/library-clean.d.ts +34 -0
  527. package/dist/video/library-clean.d.ts.map +1 -0
  528. package/dist/video/library-clean.js +340 -0
  529. package/dist/video/library-clean.js.map +1 -0
  530. package/dist/video/lipsync.d.ts +72 -0
  531. package/dist/video/lipsync.d.ts.map +1 -0
  532. package/dist/video/lipsync.js +136 -0
  533. package/dist/video/lipsync.js.map +1 -0
  534. package/dist/video/media-host.d.ts +41 -0
  535. package/dist/video/media-host.d.ts.map +1 -0
  536. package/dist/video/media-host.js +106 -0
  537. package/dist/video/media-host.js.map +1 -0
  538. package/dist/video/metrics.d.ts +30 -0
  539. package/dist/video/metrics.d.ts.map +1 -0
  540. package/dist/video/metrics.js +81 -0
  541. package/dist/video/metrics.js.map +1 -0
  542. package/dist/video/motion-overlay/analyze-reel.d.ts +38 -0
  543. package/dist/video/motion-overlay/analyze-reel.d.ts.map +1 -0
  544. package/dist/video/motion-overlay/analyze-reel.js +185 -0
  545. package/dist/video/motion-overlay/analyze-reel.js.map +1 -0
  546. package/dist/video/motion-overlay/animate-render.d.ts +63 -0
  547. package/dist/video/motion-overlay/animate-render.d.ts.map +1 -0
  548. package/dist/video/motion-overlay/animate-render.js +128 -0
  549. package/dist/video/motion-overlay/animate-render.js.map +1 -0
  550. package/dist/video/motion-overlay/animate.d.ts +37 -0
  551. package/dist/video/motion-overlay/animate.d.ts.map +1 -0
  552. package/dist/video/motion-overlay/animate.js +97 -0
  553. package/dist/video/motion-overlay/animate.js.map +1 -0
  554. package/dist/video/motion-overlay/avatar-host-transport.d.ts +161 -0
  555. package/dist/video/motion-overlay/avatar-host-transport.d.ts.map +1 -0
  556. package/dist/video/motion-overlay/avatar-host-transport.js +325 -0
  557. package/dist/video/motion-overlay/avatar-host-transport.js.map +1 -0
  558. package/dist/video/motion-overlay/avatar-host.d.ts +131 -0
  559. package/dist/video/motion-overlay/avatar-host.d.ts.map +1 -0
  560. package/dist/video/motion-overlay/avatar-host.js +131 -0
  561. package/dist/video/motion-overlay/avatar-host.js.map +1 -0
  562. package/dist/video/motion-overlay/compose-prompt.d.ts +48 -0
  563. package/dist/video/motion-overlay/compose-prompt.d.ts.map +1 -0
  564. package/dist/video/motion-overlay/compose-prompt.js +217 -0
  565. package/dist/video/motion-overlay/compose-prompt.js.map +1 -0
  566. package/dist/video/motion-overlay/execute.d.ts +190 -0
  567. package/dist/video/motion-overlay/execute.d.ts.map +1 -0
  568. package/dist/video/motion-overlay/execute.js +205 -0
  569. package/dist/video/motion-overlay/execute.js.map +1 -0
  570. package/dist/video/motion-overlay/flow-pack.d.ts +65 -0
  571. package/dist/video/motion-overlay/flow-pack.d.ts.map +1 -0
  572. package/dist/video/motion-overlay/flow-pack.js +178 -0
  573. package/dist/video/motion-overlay/flow-pack.js.map +1 -0
  574. package/dist/video/motion-overlay/ingest.d.ts +74 -0
  575. package/dist/video/motion-overlay/ingest.d.ts.map +1 -0
  576. package/dist/video/motion-overlay/ingest.js +172 -0
  577. package/dist/video/motion-overlay/ingest.js.map +1 -0
  578. package/dist/video/motion-overlay/motifs.d.ts +63 -0
  579. package/dist/video/motion-overlay/motifs.d.ts.map +1 -0
  580. package/dist/video/motion-overlay/motifs.js +192 -0
  581. package/dist/video/motion-overlay/motifs.js.map +1 -0
  582. package/dist/video/motion-overlay/motion-style.d.ts +56 -0
  583. package/dist/video/motion-overlay/motion-style.d.ts.map +1 -0
  584. package/dist/video/motion-overlay/motion-style.js +130 -0
  585. package/dist/video/motion-overlay/motion-style.js.map +1 -0
  586. package/dist/video/motion-overlay/plan.d.ts +49 -0
  587. package/dist/video/motion-overlay/plan.d.ts.map +1 -0
  588. package/dist/video/motion-overlay/plan.js +79 -0
  589. package/dist/video/motion-overlay/plan.js.map +1 -0
  590. package/dist/video/motion-overlay/preview.d.ts +36 -0
  591. package/dist/video/motion-overlay/preview.d.ts.map +1 -0
  592. package/dist/video/motion-overlay/preview.js +169 -0
  593. package/dist/video/motion-overlay/preview.js.map +1 -0
  594. package/dist/video/motion-overlay/render-local.d.ts +118 -0
  595. package/dist/video/motion-overlay/render-local.d.ts.map +1 -0
  596. package/dist/video/motion-overlay/render-local.js +298 -0
  597. package/dist/video/motion-overlay/render-local.js.map +1 -0
  598. package/dist/video/motion-overlay/run.d.ts +58 -0
  599. package/dist/video/motion-overlay/run.d.ts.map +1 -0
  600. package/dist/video/motion-overlay/run.js +147 -0
  601. package/dist/video/motion-overlay/run.js.map +1 -0
  602. package/dist/video/motion-overlay/slice.d.ts +29 -0
  603. package/dist/video/motion-overlay/slice.d.ts.map +1 -0
  604. package/dist/video/motion-overlay/slice.js +88 -0
  605. package/dist/video/motion-overlay/slice.js.map +1 -0
  606. package/dist/video/motion-overlay/transcribe.d.ts +49 -0
  607. package/dist/video/motion-overlay/transcribe.d.ts.map +1 -0
  608. package/dist/video/motion-overlay/transcribe.js +180 -0
  609. package/dist/video/motion-overlay/transcribe.js.map +1 -0
  610. package/dist/video/motion-overlay/types.d.ts +82 -0
  611. package/dist/video/motion-overlay/types.d.ts.map +1 -0
  612. package/dist/video/motion-overlay/types.js +12 -0
  613. package/dist/video/motion-overlay/types.js.map +1 -0
  614. package/dist/video/motion-overlay/v2v-transport.d.ts +37 -0
  615. package/dist/video/motion-overlay/v2v-transport.d.ts.map +1 -0
  616. package/dist/video/motion-overlay/v2v-transport.js +178 -0
  617. package/dist/video/motion-overlay/v2v-transport.js.map +1 -0
  618. package/dist/video/motion-overlay/write.d.ts +40 -0
  619. package/dist/video/motion-overlay/write.d.ts.map +1 -0
  620. package/dist/video/motion-overlay/write.js +113 -0
  621. package/dist/video/motion-overlay/write.js.map +1 -0
  622. package/dist/video/multi-shot-artifact.d.ts +19 -0
  623. package/dist/video/multi-shot-artifact.d.ts.map +1 -0
  624. package/dist/video/multi-shot-artifact.js +44 -0
  625. package/dist/video/multi-shot-artifact.js.map +1 -0
  626. package/dist/video/multi-shot-prompt.d.ts +99 -0
  627. package/dist/video/multi-shot-prompt.d.ts.map +1 -0
  628. package/dist/video/multi-shot-prompt.js +466 -0
  629. package/dist/video/multi-shot-prompt.js.map +1 -0
  630. package/dist/video/music-video.d.ts +110 -0
  631. package/dist/video/music-video.d.ts.map +1 -0
  632. package/dist/video/music-video.js +190 -0
  633. package/dist/video/music-video.js.map +1 -0
  634. package/dist/video/narrate.d.ts +58 -0
  635. package/dist/video/narrate.d.ts.map +1 -0
  636. package/dist/video/narrate.js +145 -0
  637. package/dist/video/narrate.js.map +1 -0
  638. package/dist/video/native-dreamina.d.ts +35 -0
  639. package/dist/video/native-dreamina.d.ts.map +1 -0
  640. package/dist/video/native-dreamina.js +532 -0
  641. package/dist/video/native-dreamina.js.map +1 -0
  642. package/dist/video/native-flow-r2v.d.ts +113 -0
  643. package/dist/video/native-flow-r2v.d.ts.map +1 -0
  644. package/dist/video/native-flow-r2v.js +223 -0
  645. package/dist/video/native-flow-r2v.js.map +1 -0
  646. package/dist/video/native-runway.d.ts +41 -0
  647. package/dist/video/native-runway.d.ts.map +1 -0
  648. package/dist/video/native-runway.js +523 -0
  649. package/dist/video/native-runway.js.map +1 -0
  650. package/dist/video/native-seedance.d.ts +74 -0
  651. package/dist/video/native-seedance.d.ts.map +1 -0
  652. package/dist/video/native-seedance.js +461 -0
  653. package/dist/video/native-seedance.js.map +1 -0
  654. package/dist/video/native-veo.d.ts +20 -0
  655. package/dist/video/native-veo.d.ts.map +1 -0
  656. package/dist/video/native-veo.js +390 -0
  657. package/dist/video/native-veo.js.map +1 -0
  658. package/dist/video/next-actions.d.ts +27 -0
  659. package/dist/video/next-actions.d.ts.map +1 -0
  660. package/dist/video/next-actions.js +201 -0
  661. package/dist/video/next-actions.js.map +1 -0
  662. package/dist/video/obsidian-export.d.ts +12 -0
  663. package/dist/video/obsidian-export.d.ts.map +1 -0
  664. package/dist/video/obsidian-export.js +285 -0
  665. package/dist/video/obsidian-export.js.map +1 -0
  666. package/dist/video/obsidian-sync.d.ts +13 -0
  667. package/dist/video/obsidian-sync.d.ts.map +1 -0
  668. package/dist/video/obsidian-sync.js +479 -0
  669. package/dist/video/obsidian-sync.js.map +1 -0
  670. package/dist/video/obsidian-vault.d.ts +8 -0
  671. package/dist/video/obsidian-vault.d.ts.map +1 -0
  672. package/dist/video/obsidian-vault.js +81 -0
  673. package/dist/video/obsidian-vault.js.map +1 -0
  674. package/dist/video/outfit-prompts.d.ts +10 -0
  675. package/dist/video/outfit-prompts.d.ts.map +1 -0
  676. package/dist/video/outfit-prompts.js +14 -0
  677. package/dist/video/outfit-prompts.js.map +1 -0
  678. package/dist/video/outpaint-keyframe.d.ts +95 -0
  679. package/dist/video/outpaint-keyframe.d.ts.map +1 -0
  680. package/dist/video/outpaint-keyframe.js +244 -0
  681. package/dist/video/outpaint-keyframe.js.map +1 -0
  682. package/dist/video/pipeline-manifest.d.ts +4 -0
  683. package/dist/video/pipeline-manifest.d.ts.map +1 -0
  684. package/dist/video/pipeline-manifest.js +13 -0
  685. package/dist/video/pipeline-manifest.js.map +1 -0
  686. package/dist/video/pipeline-manifests/director.json +46 -0
  687. package/dist/video/pipeline-manifests/storyboard.json +46 -0
  688. package/dist/video/platform-specs.d.ts +26 -0
  689. package/dist/video/platform-specs.d.ts.map +1 -0
  690. package/dist/video/platform-specs.js +34 -0
  691. package/dist/video/platform-specs.js.map +1 -0
  692. package/dist/video/playbooks.d.ts +11 -0
  693. package/dist/video/playbooks.d.ts.map +1 -0
  694. package/dist/video/playbooks.js +22 -0
  695. package/dist/video/playbooks.js.map +1 -0
  696. package/dist/video/post-production.d.ts +57 -0
  697. package/dist/video/post-production.d.ts.map +1 -0
  698. package/dist/video/post-production.js +210 -0
  699. package/dist/video/post-production.js.map +1 -0
  700. package/dist/video/preview-portal/audit.d.ts +4 -0
  701. package/dist/video/preview-portal/audit.d.ts.map +1 -0
  702. package/dist/video/preview-portal/audit.js +16 -0
  703. package/dist/video/preview-portal/audit.js.map +1 -0
  704. package/dist/video/preview-portal/discovery.d.ts +23 -0
  705. package/dist/video/preview-portal/discovery.d.ts.map +1 -0
  706. package/dist/video/preview-portal/discovery.js +733 -0
  707. package/dist/video/preview-portal/discovery.js.map +1 -0
  708. package/dist/video/preview-portal/generate.d.ts +42 -0
  709. package/dist/video/preview-portal/generate.d.ts.map +1 -0
  710. package/dist/video/preview-portal/generate.js +101 -0
  711. package/dist/video/preview-portal/generate.js.map +1 -0
  712. package/dist/video/preview-portal/index.d.ts +12 -0
  713. package/dist/video/preview-portal/index.d.ts.map +1 -0
  714. package/dist/video/preview-portal/index.js +8 -0
  715. package/dist/video/preview-portal/index.js.map +1 -0
  716. package/dist/video/preview-portal/publish.d.ts +48 -0
  717. package/dist/video/preview-portal/publish.d.ts.map +1 -0
  718. package/dist/video/preview-portal/publish.js +169 -0
  719. package/dist/video/preview-portal/publish.js.map +1 -0
  720. package/dist/video/preview-portal/render.d.ts +4 -0
  721. package/dist/video/preview-portal/render.d.ts.map +1 -0
  722. package/dist/video/preview-portal/render.js +822 -0
  723. package/dist/video/preview-portal/render.js.map +1 -0
  724. package/dist/video/preview-portal/shared-assets.d.ts +6 -0
  725. package/dist/video/preview-portal/shared-assets.d.ts.map +1 -0
  726. package/dist/video/preview-portal/shared-assets.js +452 -0
  727. package/dist/video/preview-portal/shared-assets.js.map +1 -0
  728. package/dist/video/preview-portal/templates.d.ts +4 -0
  729. package/dist/video/preview-portal/templates.d.ts.map +1 -0
  730. package/dist/video/preview-portal/templates.js +109 -0
  731. package/dist/video/preview-portal/templates.js.map +1 -0
  732. package/dist/video/preview-portal/types.d.ts +246 -0
  733. package/dist/video/preview-portal/types.d.ts.map +1 -0
  734. package/dist/video/preview-portal/types.js +28 -0
  735. package/dist/video/preview-portal/types.js.map +1 -0
  736. package/dist/video/product-references.d.ts +21 -0
  737. package/dist/video/product-references.d.ts.map +1 -0
  738. package/dist/video/product-references.js +25 -0
  739. package/dist/video/product-references.js.map +1 -0
  740. package/dist/video/project-blueprint.d.ts +178 -0
  741. package/dist/video/project-blueprint.d.ts.map +1 -0
  742. package/dist/video/project-blueprint.js +286 -0
  743. package/dist/video/project-blueprint.js.map +1 -0
  744. package/dist/video/project-index.d.ts +82 -0
  745. package/dist/video/project-index.d.ts.map +1 -0
  746. package/dist/video/project-index.js +89 -0
  747. package/dist/video/project-index.js.map +1 -0
  748. package/dist/video/projects.d.ts +3 -0
  749. package/dist/video/projects.d.ts.map +1 -0
  750. package/dist/video/projects.js +18 -0
  751. package/dist/video/projects.js.map +1 -0
  752. package/dist/video/prompt-guidance.d.ts +14 -0
  753. package/dist/video/prompt-guidance.d.ts.map +1 -0
  754. package/dist/video/prompt-guidance.js +44 -0
  755. package/dist/video/prompt-guidance.js.map +1 -0
  756. package/dist/video/prompt-library.d.ts +11 -0
  757. package/dist/video/prompt-library.d.ts.map +1 -0
  758. package/dist/video/prompt-library.js +85 -0
  759. package/dist/video/prompt-library.js.map +1 -0
  760. package/dist/video/prompt-lint.d.ts +146 -0
  761. package/dist/video/prompt-lint.d.ts.map +1 -0
  762. package/dist/video/prompt-lint.js +433 -0
  763. package/dist/video/prompt-lint.js.map +1 -0
  764. package/dist/video/prompt-quality.d.ts +29 -0
  765. package/dist/video/prompt-quality.d.ts.map +1 -0
  766. package/dist/video/prompt-quality.js +532 -0
  767. package/dist/video/prompt-quality.js.map +1 -0
  768. package/dist/video/prompt-rules.d.ts +94 -0
  769. package/dist/video/prompt-rules.d.ts.map +1 -0
  770. package/dist/video/prompt-rules.js +169 -0
  771. package/dist/video/prompt-rules.js.map +1 -0
  772. package/dist/video/provider-adapter-runner.d.ts +5 -0
  773. package/dist/video/provider-adapter-runner.d.ts.map +1 -0
  774. package/dist/video/provider-adapter-runner.js +92 -0
  775. package/dist/video/provider-adapter-runner.js.map +1 -0
  776. package/dist/video/provider-platform/index.d.ts +6 -0
  777. package/dist/video/provider-platform/index.d.ts.map +1 -0
  778. package/dist/video/provider-platform/index.js +6 -0
  779. package/dist/video/provider-platform/index.js.map +1 -0
  780. package/dist/video/provider-platform/registry.d.ts +5 -0
  781. package/dist/video/provider-platform/registry.d.ts.map +1 -0
  782. package/dist/video/provider-platform/registry.js +279 -0
  783. package/dist/video/provider-platform/registry.js.map +1 -0
  784. package/dist/video/provider-platform/route-capabilities.d.ts +133 -0
  785. package/dist/video/provider-platform/route-capabilities.d.ts.map +1 -0
  786. package/dist/video/provider-platform/route-capabilities.js +192 -0
  787. package/dist/video/provider-platform/route-capabilities.js.map +1 -0
  788. package/dist/video/provider-platform/router.d.ts +7 -0
  789. package/dist/video/provider-platform/router.d.ts.map +1 -0
  790. package/dist/video/provider-platform/router.js +150 -0
  791. package/dist/video/provider-platform/router.js.map +1 -0
  792. package/dist/video/provider-platform/security.d.ts +8 -0
  793. package/dist/video/provider-platform/security.d.ts.map +1 -0
  794. package/dist/video/provider-platform/security.js +21 -0
  795. package/dist/video/provider-platform/security.js.map +1 -0
  796. package/dist/video/provider-platform/telemetry.d.ts +24 -0
  797. package/dist/video/provider-platform/telemetry.d.ts.map +1 -0
  798. package/dist/video/provider-platform/telemetry.js +88 -0
  799. package/dist/video/provider-platform/telemetry.js.map +1 -0
  800. package/dist/video/provider-platform/types.d.ts +139 -0
  801. package/dist/video/provider-platform/types.d.ts.map +1 -0
  802. package/dist/video/provider-platform/types.js +17 -0
  803. package/dist/video/provider-platform/types.js.map +1 -0
  804. package/dist/video/provider-status.d.ts +12 -0
  805. package/dist/video/provider-status.d.ts.map +1 -0
  806. package/dist/video/provider-status.js +169 -0
  807. package/dist/video/provider-status.js.map +1 -0
  808. package/dist/video/providers/dreamina-useapi.d.ts +170 -0
  809. package/dist/video/providers/dreamina-useapi.d.ts.map +1 -0
  810. package/dist/video/providers/dreamina-useapi.js +176 -0
  811. package/dist/video/providers/dreamina-useapi.js.map +1 -0
  812. package/dist/video/providers/flowmusic-useapi.d.ts +114 -0
  813. package/dist/video/providers/flowmusic-useapi.d.ts.map +1 -0
  814. package/dist/video/providers/flowmusic-useapi.js +159 -0
  815. package/dist/video/providers/flowmusic-useapi.js.map +1 -0
  816. package/dist/video/providers/google-flow.d.ts +57 -0
  817. package/dist/video/providers/google-flow.d.ts.map +1 -0
  818. package/dist/video/providers/google-flow.js +63 -0
  819. package/dist/video/providers/google-flow.js.map +1 -0
  820. package/dist/video/providers/public-host.d.ts +40 -0
  821. package/dist/video/providers/public-host.d.ts.map +1 -0
  822. package/dist/video/providers/public-host.js +91 -0
  823. package/dist/video/providers/public-host.js.map +1 -0
  824. package/dist/video/providers/runway-useapi.d.ts +159 -0
  825. package/dist/video/providers/runway-useapi.d.ts.map +1 -0
  826. package/dist/video/providers/runway-useapi.js +200 -0
  827. package/dist/video/providers/runway-useapi.js.map +1 -0
  828. package/dist/video/providers/xskill.d.ts +108 -0
  829. package/dist/video/providers/xskill.d.ts.map +1 -0
  830. package/dist/video/providers/xskill.js +233 -0
  831. package/dist/video/providers/xskill.js.map +1 -0
  832. package/dist/video/readiness.d.ts +18 -0
  833. package/dist/video/readiness.d.ts.map +1 -0
  834. package/dist/video/readiness.js +221 -0
  835. package/dist/video/readiness.js.map +1 -0
  836. package/dist/video/reference-sheet-store.d.ts +5 -0
  837. package/dist/video/reference-sheet-store.d.ts.map +1 -0
  838. package/dist/video/reference-sheet-store.js +28 -0
  839. package/dist/video/reference-sheet-store.js.map +1 -0
  840. package/dist/video/reference-sheets.d.ts +40 -0
  841. package/dist/video/reference-sheets.d.ts.map +1 -0
  842. package/dist/video/reference-sheets.js +160 -0
  843. package/dist/video/reference-sheets.js.map +1 -0
  844. package/dist/video/remix-narrated.d.ts +12 -0
  845. package/dist/video/remix-narrated.d.ts.map +1 -0
  846. package/dist/video/remix-narrated.js +73 -0
  847. package/dist/video/remix-narrated.js.map +1 -0
  848. package/dist/video/report-diff.d.ts +89 -0
  849. package/dist/video/report-diff.d.ts.map +1 -0
  850. package/dist/video/report-diff.js +176 -0
  851. package/dist/video/report-diff.js.map +1 -0
  852. package/dist/video/report-history.d.ts +40 -0
  853. package/dist/video/report-history.d.ts.map +1 -0
  854. package/dist/video/report-history.js +74 -0
  855. package/dist/video/report-history.js.map +1 -0
  856. package/dist/video/report.d.ts +15 -0
  857. package/dist/video/report.d.ts.map +1 -0
  858. package/dist/video/report.js +21 -0
  859. package/dist/video/report.js.map +1 -0
  860. package/dist/video/review-ui.d.ts +180 -0
  861. package/dist/video/review-ui.d.ts.map +1 -0
  862. package/dist/video/review-ui.js +2008 -0
  863. package/dist/video/review-ui.js.map +1 -0
  864. package/dist/video/scene-candidate-store.d.ts +12 -0
  865. package/dist/video/scene-candidate-store.d.ts.map +1 -0
  866. package/dist/video/scene-candidate-store.js +134 -0
  867. package/dist/video/scene-candidate-store.js.map +1 -0
  868. package/dist/video/scene-candidates.d.ts +57 -0
  869. package/dist/video/scene-candidates.d.ts.map +1 -0
  870. package/dist/video/scene-candidates.js +149 -0
  871. package/dist/video/scene-candidates.js.map +1 -0
  872. package/dist/video/scene-selection-store.d.ts +5 -0
  873. package/dist/video/scene-selection-store.d.ts.map +1 -0
  874. package/dist/video/scene-selection-store.js +22 -0
  875. package/dist/video/scene-selection-store.js.map +1 -0
  876. package/dist/video/scene-selection.d.ts +83 -0
  877. package/dist/video/scene-selection.d.ts.map +1 -0
  878. package/dist/video/scene-selection.js +225 -0
  879. package/dist/video/scene-selection.js.map +1 -0
  880. package/dist/video/scheduling.d.ts +3 -0
  881. package/dist/video/scheduling.d.ts.map +1 -0
  882. package/dist/video/scheduling.js +16 -0
  883. package/dist/video/scheduling.js.map +1 -0
  884. package/dist/video/scorecard.d.ts +12 -0
  885. package/dist/video/scorecard.d.ts.map +1 -0
  886. package/dist/video/scorecard.js +68 -0
  887. package/dist/video/scorecard.js.map +1 -0
  888. package/dist/video/seedance-asset-library.d.ts +82 -0
  889. package/dist/video/seedance-asset-library.d.ts.map +1 -0
  890. package/dist/video/seedance-asset-library.js +146 -0
  891. package/dist/video/seedance-asset-library.js.map +1 -0
  892. package/dist/video/seedance-blocks.d.ts +56 -0
  893. package/dist/video/seedance-blocks.d.ts.map +1 -0
  894. package/dist/video/seedance-blocks.js +97 -0
  895. package/dist/video/seedance-blocks.js.map +1 -0
  896. package/dist/video/seedance-chain-host.d.ts +42 -0
  897. package/dist/video/seedance-chain-host.d.ts.map +1 -0
  898. package/dist/video/seedance-chain-host.js +128 -0
  899. package/dist/video/seedance-chain-host.js.map +1 -0
  900. package/dist/video/seedance-content-filter.d.ts +80 -0
  901. package/dist/video/seedance-content-filter.d.ts.map +1 -0
  902. package/dist/video/seedance-content-filter.js +293 -0
  903. package/dist/video/seedance-content-filter.js.map +1 -0
  904. package/dist/video/seedance-skill-loader.d.ts +40 -0
  905. package/dist/video/seedance-skill-loader.d.ts.map +1 -0
  906. package/dist/video/seedance-skill-loader.js +53 -0
  907. package/dist/video/seedance-skill-loader.js.map +1 -0
  908. package/dist/video/sfx.d.ts +49 -0
  909. package/dist/video/sfx.d.ts.map +1 -0
  910. package/dist/video/sfx.js +104 -0
  911. package/dist/video/sfx.js.map +1 -0
  912. package/dist/video/shot-grammar.d.ts +103 -0
  913. package/dist/video/shot-grammar.d.ts.map +1 -0
  914. package/dist/video/shot-grammar.js +286 -0
  915. package/dist/video/shot-grammar.js.map +1 -0
  916. package/dist/video/show-bible.d.ts +113 -0
  917. package/dist/video/show-bible.d.ts.map +1 -0
  918. package/dist/video/show-bible.js +140 -0
  919. package/dist/video/show-bible.js.map +1 -0
  920. package/dist/video/soundtrack.d.ts +72 -0
  921. package/dist/video/soundtrack.d.ts.map +1 -0
  922. package/dist/video/soundtrack.js +171 -0
  923. package/dist/video/soundtrack.js.map +1 -0
  924. package/dist/video/stage-guards.d.ts +4 -0
  925. package/dist/video/stage-guards.d.ts.map +1 -0
  926. package/dist/video/stage-guards.js +94 -0
  927. package/dist/video/stage-guards.js.map +1 -0
  928. package/dist/video/status.d.ts +69 -0
  929. package/dist/video/status.d.ts.map +1 -0
  930. package/dist/video/status.js +245 -0
  931. package/dist/video/status.js.map +1 -0
  932. package/dist/video/story-bible.d.ts +70 -0
  933. package/dist/video/story-bible.d.ts.map +1 -0
  934. package/dist/video/story-bible.js +181 -0
  935. package/dist/video/story-bible.js.map +1 -0
  936. package/dist/video/storyboard-grid.d.ts +28 -0
  937. package/dist/video/storyboard-grid.d.ts.map +1 -0
  938. package/dist/video/storyboard-grid.js +231 -0
  939. package/dist/video/storyboard-grid.js.map +1 -0
  940. package/dist/video/storyboard-markdown.d.ts +62 -0
  941. package/dist/video/storyboard-markdown.d.ts.map +1 -0
  942. package/dist/video/storyboard-markdown.js +332 -0
  943. package/dist/video/storyboard-markdown.js.map +1 -0
  944. package/dist/video/storyboard-still-candidates.d.ts +31 -0
  945. package/dist/video/storyboard-still-candidates.d.ts.map +1 -0
  946. package/dist/video/storyboard-still-candidates.js +57 -0
  947. package/dist/video/storyboard-still-candidates.js.map +1 -0
  948. package/dist/video/storyboard-templates.d.ts +28 -0
  949. package/dist/video/storyboard-templates.d.ts.map +1 -0
  950. package/dist/video/storyboard-templates.js +215 -0
  951. package/dist/video/storyboard-templates.js.map +1 -0
  952. package/dist/video/studio/execute.d.ts +142 -0
  953. package/dist/video/studio/execute.d.ts.map +1 -0
  954. package/dist/video/studio/execute.js +270 -0
  955. package/dist/video/studio/execute.js.map +1 -0
  956. package/dist/video/studio/planner.d.ts +3 -0
  957. package/dist/video/studio/planner.d.ts.map +1 -0
  958. package/dist/video/studio/planner.js +110 -0
  959. package/dist/video/studio/planner.js.map +1 -0
  960. package/dist/video/studio/project-context.d.ts +4 -0
  961. package/dist/video/studio/project-context.d.ts.map +1 -0
  962. package/dist/video/studio/project-context.js +20 -0
  963. package/dist/video/studio/project-context.js.map +1 -0
  964. package/dist/video/studio/recipes.d.ts +4 -0
  965. package/dist/video/studio/recipes.d.ts.map +1 -0
  966. package/dist/video/studio/recipes.js +343 -0
  967. package/dist/video/studio/recipes.js.map +1 -0
  968. package/dist/video/studio/session.d.ts +8 -0
  969. package/dist/video/studio/session.d.ts.map +1 -0
  970. package/dist/video/studio/session.js +17 -0
  971. package/dist/video/studio/session.js.map +1 -0
  972. package/dist/video/studio/types.d.ts +59 -0
  973. package/dist/video/studio/types.d.ts.map +1 -0
  974. package/dist/video/studio/types.js +2 -0
  975. package/dist/video/studio/types.js.map +1 -0
  976. package/dist/video/template-store.d.ts +65 -0
  977. package/dist/video/template-store.d.ts.map +1 -0
  978. package/dist/video/template-store.js +168 -0
  979. package/dist/video/template-store.js.map +1 -0
  980. package/dist/video/timeline.d.ts +8 -0
  981. package/dist/video/timeline.d.ts.map +1 -0
  982. package/dist/video/timeline.js +21 -0
  983. package/dist/video/timeline.js.map +1 -0
  984. package/dist/video/title-overlay.d.ts +85 -0
  985. package/dist/video/title-overlay.d.ts.map +1 -0
  986. package/dist/video/title-overlay.js +163 -0
  987. package/dist/video/title-overlay.js.map +1 -0
  988. package/dist/video/types.d.ts +403 -0
  989. package/dist/video/types.d.ts.map +1 -0
  990. package/dist/video/types.js +2 -0
  991. package/dist/video/types.js.map +1 -0
  992. package/dist/video/veo-subprocess.d.ts +27 -0
  993. package/dist/video/veo-subprocess.d.ts.map +1 -0
  994. package/dist/video/veo-subprocess.js +52 -0
  995. package/dist/video/veo-subprocess.js.map +1 -0
  996. package/dist/video/verify-env.d.ts +43 -0
  997. package/dist/video/verify-env.d.ts.map +1 -0
  998. package/dist/video/verify-env.js +156 -0
  999. package/dist/video/verify-env.js.map +1 -0
  1000. package/dist/video/verify-final.d.ts +20 -0
  1001. package/dist/video/verify-final.d.ts.map +1 -0
  1002. package/dist/video/verify-final.js +39 -0
  1003. package/dist/video/verify-final.js.map +1 -0
  1004. package/dist/video/video-context.d.ts +10 -0
  1005. package/dist/video/video-context.d.ts.map +1 -0
  1006. package/dist/video/video-context.js +74 -0
  1007. package/dist/video/video-context.js.map +1 -0
  1008. package/dist/video/vocal-map.d.ts +55 -0
  1009. package/dist/video/vocal-map.d.ts.map +1 -0
  1010. package/dist/video/vocal-map.js +107 -0
  1011. package/dist/video/vocal-map.js.map +1 -0
  1012. package/dist/video/vocal-sync-plan.d.ts +76 -0
  1013. package/dist/video/vocal-sync-plan.d.ts.map +1 -0
  1014. package/dist/video/vocal-sync-plan.js +166 -0
  1015. package/dist/video/vocal-sync-plan.js.map +1 -0
  1016. package/dist/video/voice-clone.d.ts +152 -0
  1017. package/dist/video/voice-clone.d.ts.map +1 -0
  1018. package/dist/video/voice-clone.js +267 -0
  1019. package/dist/video/voice-clone.js.map +1 -0
  1020. package/dist/video/with-retry.d.ts +67 -0
  1021. package/dist/video/with-retry.d.ts.map +1 -0
  1022. package/dist/video/with-retry.js +105 -0
  1023. package/dist/video/with-retry.js.map +1 -0
  1024. package/dist/video/workload.d.ts +20 -0
  1025. package/dist/video/workload.d.ts.map +1 -0
  1026. package/dist/video/workload.js +55 -0
  1027. package/dist/video/workload.js.map +1 -0
  1028. package/dist/video/workspace.d.ts +109 -0
  1029. package/dist/video/workspace.d.ts.map +1 -0
  1030. package/dist/video/workspace.js +132 -0
  1031. package/dist/video/workspace.js.map +1 -0
  1032. package/docs/AGENT_INTEGRATION_RESEARCH.md +123 -0
  1033. package/docs/AI_FILMMAKING_PROMPTS.md +195 -0
  1034. package/docs/ARCHITECTURE.md +257 -0
  1035. package/docs/ASSEMBLE.md +376 -0
  1036. package/docs/BRAND_AGENCY.md +63 -0
  1037. package/docs/CLAWBOT_COVERAGE_PROMPT.md +78 -0
  1038. package/docs/CLI_REFERENCE.md +2638 -0
  1039. package/docs/CONCIERGE_PROMPT.md +139 -0
  1040. package/docs/Claude Code + Higgsfield MCP = FULL Creative Agency.md +179 -0
  1041. package/docs/DEMO_RECORDING.md +61 -0
  1042. package/docs/DEPRECATION.md +79 -0
  1043. package/docs/DIAGRAMS_SOURCE.md +347 -0
  1044. package/docs/DIRECTOR_BLUEPRINT.md +94 -0
  1045. package/docs/GENERATION_TELEMETRY.md +81 -0
  1046. package/docs/IMPROVE_PROMPT.md +76 -0
  1047. package/docs/INFOGRAPHICS_PROMPT.md +83 -0
  1048. package/docs/MASTER_PLAN_ALIGNMENT.md +563 -0
  1049. package/docs/MIGRATION.md +213 -0
  1050. package/docs/MOTION_OVERLAY.md +355 -0
  1051. package/docs/OBSIDIAN.md +300 -0
  1052. package/docs/OPERATIONS.md +142 -0
  1053. package/docs/OPERATOR_HANDOFF.md +108 -0
  1054. package/docs/PRODUCTION_WORKFLOW.md +148 -0
  1055. package/docs/PROJECT_LAYOUT.md +262 -0
  1056. package/docs/PROMPT_QUALITY.md +214 -0
  1057. package/docs/PROVIDER_PLATFORM.md +195 -0
  1058. package/docs/PUBLISHING.md +175 -0
  1059. package/docs/PYTHON_PIPELINE.md +139 -0
  1060. package/docs/REFERENCE_SHEETS.md +469 -0
  1061. package/docs/REFERENCE_VIDEO_SEEDANCE_MOTION_DESIGN_WORKFLOW.md +465 -0
  1062. package/docs/RELEASE_READINESS.md +573 -0
  1063. package/docs/REVIEW_UI_STORYBOARD_WORKFLOW.md +200 -0
  1064. package/docs/SCENE_CANDIDATES.md +518 -0
  1065. package/docs/SKILLS.md +477 -0
  1066. package/docs/SKILL_COHESION_PROMPT.md +88 -0
  1067. package/docs/STORY_BIBLE.md +288 -0
  1068. package/docs/STUDIO.md +96 -0
  1069. package/docs/TEMPLATES.md +143 -0
  1070. package/docs/UNIFICATION_AUDIT.md +321 -0
  1071. package/docs/UPDATE_DOCS_PROMPT.md +78 -0
  1072. package/docs/assets/demo-quickstart.cast +13 -0
  1073. package/docs/assets/demo-quickstart.gif +0 -0
  1074. package/docs/assets/diagram-architecture.jpg +0 -0
  1075. package/docs/assets/diagram-assemble.jpg +0 -0
  1076. package/docs/assets/diagram-lifecycle.jpg +0 -0
  1077. package/docs/assets/diagram-obsidian-loop.jpg +0 -0
  1078. package/docs/assets/diagram-obsidian-vault.jpg +0 -0
  1079. package/docs/assets/diagram-routing.jpg +0 -0
  1080. package/docs/assets/diagram-skills-ecosystem.jpg +0 -0
  1081. package/docs/assets/diagram-story-bible.jpg +0 -0
  1082. package/docs/assets/diagram-studio-goals.jpg +0 -0
  1083. package/docs/assets/docsite-preview.png +0 -0
  1084. package/docs/assets/logo.jpg +0 -0
  1085. package/docs/assets/logo.png +0 -0
  1086. package/docs/preview-portal-audit.md +151 -0
  1087. package/package.json +119 -0
  1088. package/playbooks/seedance-ugc.json +32 -0
  1089. package/playbooks/veo-generic.json +26 -0
  1090. package/references/video/.fixtures/multi-shot-runway-10s.txt +9 -0
  1091. package/references/video/.fixtures/multi-shot-seedance-10s.txt +9 -0
  1092. package/references/video/.fixtures/multi-shot-valid.txt +13 -0
  1093. package/references/video/.fixtures/multi-shot-veo-8s.txt +9 -0
  1094. package/references/video/ai-director-blueprint.md +614 -0
  1095. package/references/video/camera-bible.md +294 -0
  1096. package/references/video/character-reference-sheet.md +14 -0
  1097. package/references/video/checkpoint-protocol.md +26 -0
  1098. package/references/video/clone-ad-template-workflow.md +14 -0
  1099. package/references/video/dialogue-duration-preflight.md +17 -0
  1100. package/references/video/generation-telemetry.md +18 -0
  1101. package/references/video/multi-shot-framework.md +455 -0
  1102. package/references/video/seedance-skills/01-cinematic.md +1329 -0
  1103. package/references/video/seedance-skills/02-3d-cgi.md +884 -0
  1104. package/references/video/seedance-skills/03-cartoon.md +1668 -0
  1105. package/references/video/seedance-skills/04-comic-to-video.md +1810 -0
  1106. package/references/video/seedance-skills/05-fight-scenes.md +741 -0
  1107. package/references/video/seedance-skills/06-motion-design-ad.md +1145 -0
  1108. package/references/video/seedance-skills/07-ecommerce-ad.md +928 -0
  1109. package/references/video/seedance-skills/08-anime-action.md +1145 -0
  1110. package/references/video/seedance-skills/09-product-360.md +988 -0
  1111. package/references/video/seedance-skills/10-music-video.md +1662 -0
  1112. package/references/video/seedance-skills/11-social-hook.md +1874 -0
  1113. package/references/video/seedance-skills/12-brand-story.md +1151 -0
  1114. package/references/video/seedance-skills/13-fashion-lookbook.md +1236 -0
  1115. package/references/video/seedance-skills/14-food-beverage.md +1110 -0
  1116. package/references/video/seedance-skills/15-real-estate.md +2344 -0
  1117. package/references/video/seedance-transport-payloads.md +144 -0
  1118. package/references/video/seedance-ugc-formulas.md +104 -0
  1119. package/references/video/stage-directors.md +47 -0
  1120. package/references/video/style-template-schema.md +40 -0
  1121. package/references/video/veo-prompting-guide.md +42 -0
  1122. package/schemas/video/artifacts/analyze-output.schema.json +60 -0
  1123. package/schemas/video/artifacts/assemble-report.schema.json +116 -0
  1124. package/schemas/video/artifacts/asset-manifest.schema.json +23 -0
  1125. package/schemas/video/artifacts/batch-queue-manifest.schema.json +59 -0
  1126. package/schemas/video/artifacts/brand-definition.schema.json +93 -0
  1127. package/schemas/video/artifacts/brand-dna.schema.json +55 -0
  1128. package/schemas/video/artifacts/brief.schema.json +13 -0
  1129. package/schemas/video/artifacts/clone-plan.schema.json +44 -0
  1130. package/schemas/video/artifacts/dialogue.schema.json +52 -0
  1131. package/schemas/video/artifacts/environment-assets.schema.json +30 -0
  1132. package/schemas/video/artifacts/execution-plan.schema.json +64 -0
  1133. package/schemas/video/artifacts/execution-report.schema.json +37 -0
  1134. package/schemas/video/artifacts/filmmaking-prompts.schema.json +129 -0
  1135. package/schemas/video/artifacts/flow-characters.schema.json +31 -0
  1136. package/schemas/video/artifacts/flow-voices.schema.json +30 -0
  1137. package/schemas/video/artifacts/motion-overlay-plan.schema.json +50 -0
  1138. package/schemas/video/artifacts/multi-shot-prompt.schema.json +90 -0
  1139. package/schemas/video/artifacts/music-video-config.schema.json +108 -0
  1140. package/schemas/video/artifacts/narration.schema.json +54 -0
  1141. package/schemas/video/artifacts/product-references.schema.json +29 -0
  1142. package/schemas/video/artifacts/project-blueprint.schema.json +236 -0
  1143. package/schemas/video/artifacts/publish-report.schema.json +12 -0
  1144. package/schemas/video/artifacts/reference-sheets.schema.json +85 -0
  1145. package/schemas/video/artifacts/review-report.schema.json +12 -0
  1146. package/schemas/video/artifacts/scene-candidates.schema.json +86 -0
  1147. package/schemas/video/artifacts/scene-selection.schema.json +50 -0
  1148. package/schemas/video/artifacts/seedance-assets.schema.json +31 -0
  1149. package/schemas/video/artifacts/sfx.schema.json +31 -0
  1150. package/schemas/video/artifacts/show-bible.schema.json +66 -0
  1151. package/schemas/video/artifacts/soundtrack.schema.json +39 -0
  1152. package/schemas/video/artifacts/story-bible.schema.json +131 -0
  1153. package/schemas/video/artifacts/storyboard.schema.json +58 -0
  1154. package/schemas/video/artifacts/voice-clones.schema.json +37 -0
  1155. package/schemas/video/brand-profile.schema.json +20 -0
  1156. package/schemas/video/errors.json +48 -0
  1157. package/schemas/video/pipeline-manifest.schema.json +51 -0
  1158. package/skills/README.md +113 -0
  1159. package/skills/ai-director/SKILL.md +140 -0
  1160. package/skills/ai-filmmaking/SKILL.md +239 -0
  1161. package/skills/ai-slop-cleaner/SKILL.md +114 -0
  1162. package/skills/brand-agency/SKILL.md +181 -0
  1163. package/skills/brand-presenter/SKILL.md +114 -0
  1164. package/skills/build-fix/SKILL.md +145 -0
  1165. package/skills/bunty/SKILL.md +41 -0
  1166. package/skills/catalog.json +326 -0
  1167. package/skills/character-ad/SKILL.md +154 -0
  1168. package/skills/character-creator/SKILL.md +303 -0
  1169. package/skills/character-library/README.md +12 -0
  1170. package/skills/character-library/SKILL.md +110 -0
  1171. package/skills/clawbot/SKILL.md +26 -0
  1172. package/skills/concierge/SKILL.md +183 -0
  1173. package/skills/configure-notifications/SKILL.md +286 -0
  1174. package/skills/davendra-presenter/SKILL.md +27 -0
  1175. package/skills/davendra-presenter/assets/davendra_intro_1.jpg +0 -0
  1176. package/skills/davendra-presenter/assets/davendra_intro_2.jpg +0 -0
  1177. package/skills/davendra-presenter/assets/davendra_outro_1.jpg +0 -0
  1178. package/skills/davendra-presenter/assets/davendra_outro_2.jpg +0 -0
  1179. package/skills/deep-interview/SKILL.md +358 -0
  1180. package/skills/deepsearch/SKILL.md +38 -0
  1181. package/skills/doctor/SKILL.md +200 -0
  1182. package/skills/graphify/SKILL.md +616 -0
  1183. package/skills/help/SKILL.md +200 -0
  1184. package/skills/higgsfield-generate/SKILL.md +171 -0
  1185. package/skills/improvement-run/SKILL.md +47 -0
  1186. package/skills/motion-reel/SKILL.md +102 -0
  1187. package/skills/movie-director/SKILL.md +338 -0
  1188. package/skills/multi-shot-prompt/SKILL.md +77 -0
  1189. package/skills/nex-presenter/SKILL.md +25 -0
  1190. package/skills/nex-presenter/assets/logo_manifest.json +26 -0
  1191. package/skills/nex-presenter/assets/logo_source.jpg +0 -0
  1192. package/skills/nex-presenter/assets/nex_brief_intro.mp4 +0 -0
  1193. package/skills/nex-presenter/assets/nex_intro_1.jpg +0 -0
  1194. package/skills/nex-presenter/assets/nex_intro_2.jpg +0 -0
  1195. package/skills/nex-presenter/assets/nex_outro_1.jpg +0 -0
  1196. package/skills/nex-presenter/assets/nex_outro_2.jpg +0 -0
  1197. package/skills/nex-presenter/assets/text_overlay.png +0 -0
  1198. package/skills/note/SKILL.md +62 -0
  1199. package/skills/pipeline/SKILL.md +86 -0
  1200. package/skills/review/SKILL.md +38 -0
  1201. package/skills/runway/SKILL.md +131 -0
  1202. package/skills/seedance-prompts/SKILL.md +194 -0
  1203. package/skills/skill/SKILL.md +835 -0
  1204. package/skills/skills-auditor/SKILL.md +73 -0
  1205. package/skills/studio-mode/SKILL.md +148 -0
  1206. package/skills/ugc/SKILL.md +386 -0
  1207. package/skills/ui-ux-pro-max/SKILL.md +386 -0
  1208. package/skills/video-analyze-template/SKILL.md +77 -0
  1209. package/skills/video-clone-ad/SKILL.md +67 -0
  1210. package/skills/video-framework/SKILL.md +201 -0
  1211. package/skills/video-portfolio-ops/SKILL.md +84 -0
  1212. package/skills/video-post/SKILL.md +97 -0
  1213. package/skills/video-production-handoff/SKILL.md +130 -0
  1214. package/skills/video-release-readiness/SKILL.md +93 -0
  1215. package/skills/video-replicator/SKILL.md +368 -0
  1216. package/skills/video-review-ui-qa/SKILL.md +103 -0
  1217. package/skills/video-storyboard/SKILL.md +71 -0
  1218. package/skills/video-thumbnail-lab/SKILL.md +67 -0
  1219. package/skills/web-clone/SKILL.md +366 -0
  1220. package/skills/worker/SKILL.md +106 -0
  1221. package/skills/youtube-audio/SKILL.md +114 -0
  1222. package/src/video/analyze-output.ts +10 -0
  1223. package/src/video/archive-project.ts +65 -0
  1224. package/src/video/artifact-history.ts +23 -0
  1225. package/src/video/artifact-store.ts +59 -0
  1226. package/src/video/artifact-validation.ts +268 -0
  1227. package/src/video/artifacts.ts +156 -0
  1228. package/src/video/assemble/animate-slides.ts +199 -0
  1229. package/src/video/assemble/animation-styles.json +97 -0
  1230. package/src/video/assemble/animation-styles.ts +54 -0
  1231. package/src/video/assemble/assemble.ts +547 -0
  1232. package/src/video/assemble/audio-concat.ts +165 -0
  1233. package/src/video/assemble/audio-mix-plan.ts +150 -0
  1234. package/src/video/assemble/audio-utils.ts +101 -0
  1235. package/src/video/assemble/cut-segment.ts +121 -0
  1236. package/src/video/assemble/ffmpeg.ts +333 -0
  1237. package/src/video/assemble/gemini-vision-classify.ts +153 -0
  1238. package/src/video/assemble/index.ts +247 -0
  1239. package/src/video/assemble/media-qc.ts +252 -0
  1240. package/src/video/assemble/music.ts +261 -0
  1241. package/src/video/assemble/narration-fit.ts +90 -0
  1242. package/src/video/assemble/overlay.ts +225 -0
  1243. package/src/video/assemble/pdf.ts +169 -0
  1244. package/src/video/assemble/qa-dialogue-lint.ts +129 -0
  1245. package/src/video/assemble/qa-image-filter.ts +147 -0
  1246. package/src/video/assemble/qa-image-vision.ts +154 -0
  1247. package/src/video/assemble/qa-narration-vision.ts +135 -0
  1248. package/src/video/assemble/qa-narration.ts +139 -0
  1249. package/src/video/assemble/stitch-ad.ts +222 -0
  1250. package/src/video/assemble/stitch.ts +918 -0
  1251. package/src/video/assemble/text-card.ts +285 -0
  1252. package/src/video/assemble/title-card.ts +186 -0
  1253. package/src/video/assemble/transcript.ts +240 -0
  1254. package/src/video/assemble/tts-elevenlabs.ts +182 -0
  1255. package/src/video/assemble/tts.ts +227 -0
  1256. package/src/video/assemble/types.ts +45 -0
  1257. package/src/video/assemble/upscale.ts +80 -0
  1258. package/src/video/asset-spec.ts +53 -0
  1259. package/src/video/asset-tag-lookup.ts +51 -0
  1260. package/src/video/atomic-write.ts +7 -0
  1261. package/src/video/audio-platform/native-elevenlabs-sfx.ts +128 -0
  1262. package/src/video/audio-platform/native-elevenlabs-tts.ts +119 -0
  1263. package/src/video/audio-platform/native-flowmusic.ts +167 -0
  1264. package/src/video/audio-platform/native-gemini-tts.ts +226 -0
  1265. package/src/video/audio-platform/native-lyria.ts +231 -0
  1266. package/src/video/audio-platform/native-lyria3.ts +244 -0
  1267. package/src/video/audio-platform/registry.ts +220 -0
  1268. package/src/video/audio-platform/suno-backend.ts +36 -0
  1269. package/src/video/audio-platform/types.ts +138 -0
  1270. package/src/video/batch-queue.ts +685 -0
  1271. package/src/video/blueprint-prompt.ts +118 -0
  1272. package/src/video/brand-definition.ts +287 -0
  1273. package/src/video/brand-dna.ts +478 -0
  1274. package/src/video/brand-prompt.ts +28 -0
  1275. package/src/video/candidate-migrate.ts +171 -0
  1276. package/src/video/category-registry.ts +224 -0
  1277. package/src/video/chain-fallback.ts +53 -0
  1278. package/src/video/character-auto-create.ts +547 -0
  1279. package/src/video/character-consistency.ts +85 -0
  1280. package/src/video/characters.ts +145 -0
  1281. package/src/video/checkpoints.ts +60 -0
  1282. package/src/video/cinema-profile.ts +120 -0
  1283. package/src/video/cinematography.ts +1229 -0
  1284. package/src/video/cli-output.ts +94 -0
  1285. package/src/video/cli-schema.ts +505 -0
  1286. package/src/video/cost-estimate.ts +150 -0
  1287. package/src/video/csv-export.ts +150 -0
  1288. package/src/video/dependencies.ts +64 -0
  1289. package/src/video/dialogue-fit.ts +62 -0
  1290. package/src/video/dialogue.ts +221 -0
  1291. package/src/video/director-defaults.ts +432 -0
  1292. package/src/video/director-preflight.ts +543 -0
  1293. package/src/video/doctor-portfolio.ts +197 -0
  1294. package/src/video/doctor.ts +499 -0
  1295. package/src/video/emotion-cues.ts +36 -0
  1296. package/src/video/environment-assets.ts +69 -0
  1297. package/src/video/environment-auto-create.ts +122 -0
  1298. package/src/video/errors.ts +133 -0
  1299. package/src/video/events.ts +42 -0
  1300. package/src/video/execute-autochain.ts +226 -0
  1301. package/src/video/execute.ts +569 -0
  1302. package/src/video/execution-cancel.ts +103 -0
  1303. package/src/video/execution-plan.ts +178 -0
  1304. package/src/video/execution-profile.ts +162 -0
  1305. package/src/video/execution-runtime.ts +975 -0
  1306. package/src/video/execution-seed.ts +46 -0
  1307. package/src/video/execution-status.ts +736 -0
  1308. package/src/video/filmmaking-prompts.ts +1789 -0
  1309. package/src/video/final-media.ts +118 -0
  1310. package/src/video/finish.ts +255 -0
  1311. package/src/video/flow-character-library.ts +342 -0
  1312. package/src/video/flow-markers.ts +330 -0
  1313. package/src/video/gemini-analyze.ts +387 -0
  1314. package/src/video/gemini-continuity.ts +186 -0
  1315. package/src/video/gemini-judge.ts +300 -0
  1316. package/src/video/gemini-key-pool.ts +153 -0
  1317. package/src/video/gen-image-flow.ts +491 -0
  1318. package/src/video/gen-image.ts +392 -0
  1319. package/src/video/generation-telemetry.ts +282 -0
  1320. package/src/video/http-error-safety.ts +13 -0
  1321. package/src/video/image-dimensions.ts +69 -0
  1322. package/src/video/legacy-import.ts +197 -0
  1323. package/src/video/library-clean.ts +399 -0
  1324. package/src/video/lipsync.ts +200 -0
  1325. package/src/video/media-host.ts +153 -0
  1326. package/src/video/metrics.ts +116 -0
  1327. package/src/video/motion-overlay/analyze-reel.ts +200 -0
  1328. package/src/video/motion-overlay/animate-render.ts +176 -0
  1329. package/src/video/motion-overlay/animate.ts +93 -0
  1330. package/src/video/motion-overlay/avatar-host-transport.ts +458 -0
  1331. package/src/video/motion-overlay/avatar-host.ts +238 -0
  1332. package/src/video/motion-overlay/compose-prompt.ts +247 -0
  1333. package/src/video/motion-overlay/execute.ts +355 -0
  1334. package/src/video/motion-overlay/flow-pack.ts +223 -0
  1335. package/src/video/motion-overlay/ingest.ts +210 -0
  1336. package/src/video/motion-overlay/motifs.ts +223 -0
  1337. package/src/video/motion-overlay/motion-style.ts +162 -0
  1338. package/src/video/motion-overlay/plan.ts +111 -0
  1339. package/src/video/motion-overlay/preview.ts +191 -0
  1340. package/src/video/motion-overlay/render-local.ts +441 -0
  1341. package/src/video/motion-overlay/run.ts +217 -0
  1342. package/src/video/motion-overlay/slice.ts +98 -0
  1343. package/src/video/motion-overlay/transcribe.ts +211 -0
  1344. package/src/video/motion-overlay/types.ts +89 -0
  1345. package/src/video/motion-overlay/v2v-transport.ts +209 -0
  1346. package/src/video/motion-overlay/write.ts +142 -0
  1347. package/src/video/multi-shot-artifact.ts +64 -0
  1348. package/src/video/multi-shot-prompt.ts +608 -0
  1349. package/src/video/music-video.ts +324 -0
  1350. package/src/video/narrate.ts +221 -0
  1351. package/src/video/native-dreamina.ts +638 -0
  1352. package/src/video/native-flow-r2v.ts +279 -0
  1353. package/src/video/native-runway.ts +647 -0
  1354. package/src/video/native-seedance.ts +615 -0
  1355. package/src/video/native-veo.ts +470 -0
  1356. package/src/video/next-actions.ts +247 -0
  1357. package/src/video/obsidian-export.ts +336 -0
  1358. package/src/video/obsidian-sync.ts +649 -0
  1359. package/src/video/obsidian-vault.ts +96 -0
  1360. package/src/video/outfit-prompts.ts +14 -0
  1361. package/src/video/outpaint-keyframe.ts +365 -0
  1362. package/src/video/pipeline-manifest.ts +16 -0
  1363. package/src/video/pipeline-manifests/director.json +46 -0
  1364. package/src/video/pipeline-manifests/storyboard.json +46 -0
  1365. package/src/video/platform-specs.ts +50 -0
  1366. package/src/video/playbooks.ts +34 -0
  1367. package/src/video/post-production.ts +277 -0
  1368. package/src/video/preview-portal/audit.ts +20 -0
  1369. package/src/video/preview-portal/discovery.ts +787 -0
  1370. package/src/video/preview-portal/generate.ts +138 -0
  1371. package/src/video/preview-portal/index.ts +41 -0
  1372. package/src/video/preview-portal/publish.ts +215 -0
  1373. package/src/video/preview-portal/render.ts +865 -0
  1374. package/src/video/preview-portal/shared-assets.ts +455 -0
  1375. package/src/video/preview-portal/templates.ts +112 -0
  1376. package/src/video/preview-portal/types.ts +288 -0
  1377. package/src/video/product-references.ts +43 -0
  1378. package/src/video/project-blueprint.ts +458 -0
  1379. package/src/video/project-index.ts +179 -0
  1380. package/src/video/projects.ts +18 -0
  1381. package/src/video/prompt-guidance.ts +64 -0
  1382. package/src/video/prompt-library.ts +96 -0
  1383. package/src/video/prompt-lint.ts +568 -0
  1384. package/src/video/prompt-quality.ts +635 -0
  1385. package/src/video/prompt-rules.ts +209 -0
  1386. package/src/video/provider-adapter-runner.ts +104 -0
  1387. package/src/video/provider-platform/index.ts +5 -0
  1388. package/src/video/provider-platform/registry.ts +286 -0
  1389. package/src/video/provider-platform/route-capabilities.ts +327 -0
  1390. package/src/video/provider-platform/router.ts +221 -0
  1391. package/src/video/provider-platform/security.ts +29 -0
  1392. package/src/video/provider-platform/telemetry.ts +116 -0
  1393. package/src/video/provider-platform/types.ts +192 -0
  1394. package/src/video/provider-status.ts +199 -0
  1395. package/src/video/providers/dreamina-useapi.ts +345 -0
  1396. package/src/video/providers/flowmusic-useapi.ts +252 -0
  1397. package/src/video/providers/google-flow.ts +110 -0
  1398. package/src/video/providers/public-host.ts +128 -0
  1399. package/src/video/providers/runway-useapi.ts +377 -0
  1400. package/src/video/providers/xskill.ts +304 -0
  1401. package/src/video/readiness.ts +284 -0
  1402. package/src/video/reference-sheet-store.ts +40 -0
  1403. package/src/video/reference-sheets.ts +224 -0
  1404. package/src/video/remix-narrated.ts +92 -0
  1405. package/src/video/report-diff.ts +299 -0
  1406. package/src/video/report-history.ts +122 -0
  1407. package/src/video/report.ts +35 -0
  1408. package/src/video/review-ui.ts +2495 -0
  1409. package/src/video/scene-candidate-store.ts +152 -0
  1410. package/src/video/scene-candidates.ts +195 -0
  1411. package/src/video/scene-selection-store.ts +36 -0
  1412. package/src/video/scene-selection.ts +306 -0
  1413. package/src/video/scheduling.ts +18 -0
  1414. package/src/video/scorecard.ts +90 -0
  1415. package/src/video/seedance-asset-library.ts +259 -0
  1416. package/src/video/seedance-blocks.ts +118 -0
  1417. package/src/video/seedance-chain-host.ts +152 -0
  1418. package/src/video/seedance-content-filter.ts +354 -0
  1419. package/src/video/seedance-skill-loader.ts +83 -0
  1420. package/src/video/sfx.ts +159 -0
  1421. package/src/video/shot-grammar.ts +349 -0
  1422. package/src/video/show-bible.ts +235 -0
  1423. package/src/video/soundtrack.ts +257 -0
  1424. package/src/video/stage-guards.ts +112 -0
  1425. package/src/video/status.ts +342 -0
  1426. package/src/video/story-bible.ts +302 -0
  1427. package/src/video/storyboard-grid.ts +320 -0
  1428. package/src/video/storyboard-markdown.ts +434 -0
  1429. package/src/video/storyboard-still-candidates.ts +82 -0
  1430. package/src/video/storyboard-templates.ts +249 -0
  1431. package/src/video/studio/execute.ts +401 -0
  1432. package/src/video/studio/planner.ts +114 -0
  1433. package/src/video/studio/project-context.ts +25 -0
  1434. package/src/video/studio/recipes.ts +346 -0
  1435. package/src/video/studio/session.ts +24 -0
  1436. package/src/video/studio/types.ts +76 -0
  1437. package/src/video/template-store.ts +241 -0
  1438. package/src/video/timeline.ts +32 -0
  1439. package/src/video/title-overlay.ts +234 -0
  1440. package/src/video/types.ts +465 -0
  1441. package/src/video/veo-subprocess.ts +77 -0
  1442. package/src/video/verify-env.ts +206 -0
  1443. package/src/video/verify-final.ts +65 -0
  1444. package/src/video/video-context.ts +92 -0
  1445. package/src/video/vocal-map.ts +155 -0
  1446. package/src/video/vocal-sync-plan.ts +224 -0
  1447. package/src/video/voice-clone.ts +410 -0
  1448. package/src/video/with-retry.ts +149 -0
  1449. package/src/video/workload.ts +87 -0
  1450. package/src/video/workspace.ts +255 -0
  1451. package/tmp/review-station/index.html +4194 -0
  1452. package/tsconfig.json +19 -0
@@ -0,0 +1,1810 @@
1
+ ---
2
+ name: seedance-comic-to-video
3
+ description: Convert comic book panels, manga pages, webtoons, and illustrated storyboards into animated video using Seedance 2.0 on Higgsfield. Use whenever the user wants to animate comics, bring illustrations to life, convert manga to video, animate storyboards, or create motion from static sequential art. Triggers on: comic to video, manga animation, panel animation, storyboard to video, webtoon animation, comic book motion, sequential art, graphic novel animation, or any illustrate-to-animate request. Use even when user says "make this drawing move" or "animate this page."
4
+ ---
5
+
6
+ # Seedance 2.0 on Higgsfield — Comic Book to Video Prompt Generator
7
+
8
+ ## 1. Overview & Core Purpose
9
+
10
+ This skill transforms static comic panels, manga pages, webtoons, illustrated storyboards, and sequential art into engaging animated video using **Seedance 2.0 on Higgsfield**'s story completion and motion inference capabilities. Comic-to-video animation is one of Seedance 2.0 on Higgsfield's most powerful use cases because:
11
+
12
+ - **Story Inference**: Seedance 2.0 on Higgsfield reads panel sequences and infers the narrative flow automatically
13
+ - **Panel-to-Motion Translation**: Static frames become living scenes with character movement, camera work, and environmental animation
14
+ - **Art Fidelity Preservation**: The original line work, color palette, and artistic style remain intact through motion
15
+ - **Reading Order Awareness**: Seedance 2.0 on Higgsfield respects the intended reading direction (left-to-right, right-to-left, vertical scroll)
16
+ - **Dialogue Integration**: Speech bubbles and sound effects translate into voice timing and audio design cues
17
+
18
+ Whether you're animating a single striking panel, a full action sequence, a manga emotional beat, or an entire storyboard section, Seedance 2.0 on Higgsfield handles the conversion with narrative intelligence that respects both visual and sequential storytelling.
19
+
20
+ ---
21
+
22
+ ## 2. Seedance 2.0 on Higgsfield Technical Specifications
23
+
24
+ ### Core Capabilities for Comic Animation
25
+
26
+ **Seedance 2.0 on Higgsfield** is built on Higgsfield's multimodal foundation with specialized features for sequential imagery:
27
+
28
+ - **Input Formats**: PNG, JPG, WebP up to 8K resolution; accepts single panels or multi-panel montages
29
+ - **Duration Inference**: Automatically calculates motion duration based on narrative pacing (dialogue-heavy = slower, action = faster)
30
+ - **Motion Library**: 1000+ pre-learned motion patterns for comic-specific actions (panel cracks, speech bubble pop-ins, ink splashes, character stance transitions)
31
+ - **Style Preservation**: Maintains line weight, halftone patterns, color separation, and artistic technique through synthesis
32
+ - **Character Continuity**: Tracks character poses and expressions across panel sequences
33
+ - **Camera Logic**: Infers pan, zoom, and rotation based on panel composition and narrative flow
34
+ - **Audio Sync**: Generated timeline creates natural timing for dialogue, narration, and sound effects
35
+ - **Resolution Output**: 1080p to 4K; frame rate: 24fps (cinematic), 30fps (dynamic), 60fps (action)
36
+
37
+ ### Higgsfield Architecture Integration
38
+
39
+ All Seedance 2.0 on Higgsfield processing runs on Higgsfield's distributed inference clusters with:
40
+ - Real-time preview during prompt refinement
41
+ - Adaptive quality scaling based on image complexity
42
+ - Batch processing for multi-page sequences
43
+ - Neural style transfer to match the source material's aesthetic signature
44
+
45
+ ---
46
+
47
+ ## 3. The 2-Second Hook Framework for Comics
48
+
49
+ Every comic-to-video conversion needs a compelling entry point — a **2-second hook** that captures the reader's attention within the first beat of animation. These hooks are especially critical in Seedance 2.0 on Higgsfield because they set the tone and establish the visual grammar for the entire sequence.
50
+
51
+ ### Ten Essential Comic-to-Video Hooks
52
+
53
+ **1. Dramatic Panel Crack/Shatter Reveal**
54
+ The panel border literally cracks and shatters, revealing the animated scene within. Used for action climaxes, shocking revelations, or dynamic scene transitions. Seedance 2.0 on Higgsfield interprets the crack pattern as the entry point for motion.
55
+
56
+ **2. Speech Bubble Pops to Life**
57
+ A character's dialogue bubble explodes into visibility, pulling the viewer's attention to the speaker. The character's mouth and gestures animate in sync with bubble emergence. Works for dramatic declarations, urgent warnings, or comedic punchlines.
58
+
59
+ **3. Ink Splash Transition**
60
+ An ink explosion (literal or metaphorical from the artwork) erupts across the frame, temporarily obscuring the previous panel and revealing a new scene. Seedance 2.0 on Higgsfield treats the splash as a morphing transition between sequential panels.
61
+
62
+ **4. Page Turn Reveal**
63
+ The current panel folds or curls like a page turning, revealing the next scene beneath. Creates a tactile, book-like sensation while maintaining narrative continuity. Especially effective for webtoons and manga-styled work.
64
+
65
+ **5. Panel Borders Dissolve**
66
+ The rigid grid structure of panel borders softens and dissolves, allowing character motion to "break free" from the static frame. Symbolizes transition from stillness to motion, constraint to freedom.
67
+
68
+ **6. Character Steps Out of Frame**
69
+ A character in the foreground takes a step or gesture that moves them partially or fully out of the original panel border, into three-dimensional space. Seedance 2.0 on Higgsfield reads depth cues and extends movement naturally.
70
+
71
+ **7. Speed Lines Become Motion Blur**
72
+ The manga-style speed lines (stress lines, motion lines) that indicate velocity animate into full motion blur. Seedance 2.0 on Higgsfield converts 2D motion indicators into 3D camera movement and character dynamics.
73
+
74
+ **8. Spotlight or Light Flare Focus**
75
+ A light effect (lens flare, spotlight, magical glow) moves across the panel, drawing attention and triggering character animation where it lands. Creates dramatic pacing and guides viewer focus.
76
+
77
+ **9. Thought Bubble Unfolds into Background**
78
+ A character's thought, dream, or imagination bubble unfolds or expands to become the full scene, visualizing their internal experience. Seedance 2.0 on Higgsfield interprets this as a narrative depth transition.
79
+
80
+ **10. Background Comes Alive**
81
+ While the character remains relatively static, environmental elements (fire, water, wind, crowds, machinery) animate within the scene. Tests Seedance 2.0 on Higgsfield's ability to isolate foreground from background motion.
82
+
83
+ ### Hook Selection Strategy
84
+
85
+ - **Action/Combat Sequences**: Use Panel Crack/Shatter or Speed Lines → Motion Blur
86
+ - **Dialogue/Dramatic Beats**: Use Speech Bubble Pops or Spotlight Focus
87
+ - **Emotional Transitions**: Use Panel Borders Dissolve or Thought Bubble Unfolds
88
+ - **Environmental Storytelling**: Use Background Comes Alive or Page Turn Reveal
89
+ - **Comedic Timing**: Use Character Steps Out or Speech Bubble Pops
90
+ - **Webtoon/Vertical Format**: Use Page Turn or Spotlight for vertical reading flow
91
+
92
+ ---
93
+
94
+ ## 4. Philosophy: Why Seedance 2.0 on Higgsfield Excels at Comic Animation
95
+
96
+ ### Story Completion Ability
97
+
98
+ Seedance 2.0 on Higgsfield's foundational strength is **narrative inference**. Unlike generic motion synthesis tools that treat images as isolated stills, Seedance 2.0 on Higgsfield reads the sequential relationship between panels and understands:
99
+
100
+ - **Causal Logic**: If Panel A shows a character winding up and Panel B shows impact, Seedance 2.0 on Higgsfield animates the punch naturally
101
+ - **Emotional Arc**: Facial expressions, body language, and environmental cues tell Seedance 2.0 on Higgsfield how to weight the motion emotionally
102
+ - **Dialogue Timing**: Speech bubbles and narration inform motion pacing; quiet introspection gets slower, more careful animation
103
+ - **Cultural Reading Conventions**: Seedance 2.0 on Higgsfield respects the intended reading direction and adjusts camera movement accordingly
104
+
105
+ ### Reading Order Importance
106
+
107
+ Comics are a sequence-dependent medium. A manga page read right-to-left tells a completely different story than the same panels read left-to-right. Seedance 2.0 on Higgsfield requires explicit reading order specification because:
108
+
109
+ - It determines which panel is the "setup" and which is the "payoff"
110
+ - It informs camera panning direction (Japanese manga pans right-to-left, Western comics left-to-right)
111
+ - It establishes the narrative momentum and pacing arc
112
+ - It ensures character movements follow the intended story logic
113
+
114
+ **Failure to specify reading order** will result in Seedance 2.0 on Higgsfield interpreting the sequence backwards or illogically.
115
+
116
+ ### Art Style Preservation
117
+
118
+ Seedance 2.0 on Higgsfield includes embedded style classifiers that identify:
119
+
120
+ - **Line Technique**: Ink weight, pen strokes, digital vs. traditional
121
+ - **Color Model**: CMYK halftone, watercolor, digital flat colors, oil painting
122
+ - **Tone & Texture**: Screentone patterns, crosshatching, gradient fills
123
+ - **Visual Grammar**: Manga speed lines, Western comic emphasis lines, European ligne claire
124
+
125
+ During motion synthesis, Seedance 2.0 on Higgsfield preserves these signatures in the generated frames, ensuring the animated output feels like a natural extension of the source artwork.
126
+
127
+ ### Panel-to-Motion Principles
128
+
129
+ Convert static panels into motion by following these hierarchical principles:
130
+
131
+ 1. **Character as Primary Focus**: Animate the main character's pose, expression, and gesture first
132
+ 2. **Secondary Elements**: Layer in environmental motion, camera work, and secondary characters
133
+ 3. **Timing Hierarchy**: Dialogue/primary action drives timing; environmental motion adapts to it
134
+ 4. **Spatial Logic**: Ensure camera movement and character depth follow panel composition cues
135
+ 5. **Emotional Pacing**: Use timing as emotional language (faster = tension, slower = contemplation)
136
+
137
+ ### Dialogue Handling
138
+
139
+ Speech in comics is often non-verbal. Seedance 2.0 on Higgsfield must interpret:
140
+
141
+ - **Bubble Shape**: Cloud bubbles = thoughts, rectangular = speech, jagged = yelling, flowing = narration
142
+ - **Tail Direction**: The tail points to the speaker; Seedance 2.0 on Higgsfield uses this to direct animation toward the correct character
143
+ - **Word Order**: In some bubbles, the first words appear top-left; Seedance 2.0 on Higgsfield animates in reading order
144
+ - **Emphasis**: Bold text, ALL CAPS, or size variation indicates emotional intensity; affects motion emphasis
145
+
146
+ ---
147
+
148
+ ## 5. Master Template for Seedance 2.0 on Higgsfield Comic Prompts
149
+
150
+ Use this structure as your starting point for any comic-to-video conversion:
151
+
152
+ ```
153
+ SEEDANCE 2.0 ON HIGGSFIELD COMIC ANIMATION PROMPT
154
+ [TITLE OF SEQUENCE]
155
+
156
+ READING ORDER: [Western LTR / Manga RTL / Webtoon Vertical / European / 4-Koma]
157
+
158
+ PANEL SEQUENCE BREAKDOWN:
159
+ Panel 1 (Setup):
160
+ - Character(s): [Description and pose]
161
+ - Environment: [Setting, lighting, details]
162
+ - Action: [What's happening or about to happen]
163
+ - Speech/Sound: [Dialogue, narration, SFX]
164
+
165
+ Panel 2 (Action/Escalation):
166
+ [Repeat format]
167
+
168
+ Panel 3 (Resolution/Reaction):
169
+ [Repeat format]
170
+
171
+ TWO-SECOND HOOK: [Which hook type from Section 3]
172
+ [Detailed description of how the hook manifests in the first 2 seconds]
173
+
174
+ ART STYLE KEYWORDS: [Ink weight, color model, technique]
175
+
176
+ ANIMATION DIRECTION:
177
+ - Character Motion: [Primary character movement and emotional arc]
178
+ - Camera Work: [Pan direction, zoom, rotation based on reading order]
179
+ - Environmental Motion: [Background elements, effects, transitions]
180
+ - Pacing: [Slow, medium, fast; justified by narrative]
181
+ - Tone: [Serious, comedic, surreal, noir, etc.]
182
+
183
+ DIALOGUE INTERPRETATION:
184
+ - Speaker 1: [Emotion, delivery, animated emphasis]
185
+ - Speaker 2: [If applicable]
186
+ - Narration: [Pace relative to character animation]
187
+
188
+ TRANSITION TECHNIQUE: [Dissolve / Crack / Wipe / Morph / Page Turn / Ink Splash]
189
+
190
+ OUTPUT SPECIFICATIONS:
191
+ - Duration: [Total seconds]
192
+ - Resolution: [1080p / 2K / 4K]
193
+ - Frame Rate: [24fps cinematic / 30fps standard / 60fps action]
194
+ - Audio: [Include placeholder timings for dialogue/SFX]
195
+
196
+ NOTES: [Any special considerations, style references, continuity details]
197
+ ```
198
+
199
+ ---
200
+
201
+ ## 6. Reading Order Guide: Critical for Seedance 2.0 on Higgsfield Interpretation
202
+
203
+ ### Western Comic Reading (Left-to-Right, Top-to-Bottom)
204
+
205
+ **Default reading order for American superhero, DC/Marvel, Western indie comics.**
206
+
207
+ - Panels flow left-to-right across the page, top to bottom
208
+ - Camera pans naturally left-to-right
209
+ - Character gestures and eye movement guide reader leftward
210
+ - Action sequences build momentum left → right
211
+ - Seedance 2.0 on Higgsfield reads this naturally; no special adjustment needed
212
+
213
+ **Prompt annotation**: `READING ORDER: Western LTR`
214
+
215
+ **Example**: A three-panel action sequence showing a superhero pulling back a punch (Panel 1, left), launching forward (Panel 2, center), and striking impact (Panel 3, right) should animate with smooth left-to-right camera momentum through Seedance 2.0 on Higgsfield.
216
+
217
+ ### Manga Reading (Right-to-Left, Top-to-Bottom)
218
+
219
+ **Standard for Japanese manga, manhwa comics, and right-to-left webtoons.**
220
+
221
+ - Panels flow right-to-left across the page, top to bottom
222
+ - Camera pans right-to-left (opposite Western convention)
223
+ - Character gestures guide the reader rightward (toward the spine)
224
+ - Action builds momentum right → left
225
+ - **Critical**: Seedance 2.0 on Higgsfield must reverse its default left-to-right bias
226
+
227
+ **Prompt annotation**: `READING ORDER: Manga RTL`
228
+
229
+ **Example**: A manga panel sequence showing a character looking shocked (right), turning their head (middle), and seeing the threat (left) should animate right-to-left through Seedance 2.0 on Higgsfield, creating the intended narrative flow.
230
+
231
+ **Common Error**: Failing to specify RTL will cause Seedance 2.0 on Higgsfield to animate the reveal in reverse, spoiling the punchline or misinterpreting character motivation.
232
+
233
+ ### Webtoon Vertical Scroll
234
+
235
+ **Standard for digital vertical comics, scrollytale narratives, mobile-first comics.**
236
+
237
+ - Panels stack vertically, read top-to-bottom
238
+ - No left-right bias; instead, emphasis on vertical camera movement and depth
239
+ - Character reveals happen top-to-bottom
240
+ - Environmental depth often creates parallax during scroll
241
+ - Seedance 2.0 on Higgsfield emphasizes vertical panning and depth layering
242
+
243
+ **Prompt annotation**: `READING ORDER: Webtoon Vertical`
244
+
245
+ **Example**: A webtoon sequence showing a character's face (top), their upper body (middle), and their feet on the edge of a cliff (bottom) should animate with downward camera reveals, maximizing the suspense of the vertical scroll format when processed by Seedance 2.0 on Higgsfield.
246
+
247
+ ### Four-Panel (4-Koma)
248
+
249
+ **Standard for Japanese comedy comics, newspaper strips, brief narrative arcs.**
250
+
251
+ - Four equal panels in a 2x2 grid or 1x4 vertical strip
252
+ - Typically: Setup, Escalation, Twist, Punchline
253
+ - Heavy reliance on comedic timing and beat precision
254
+ - Seedance 2.0 on Higgsfield must balance pacing to land the joke
255
+
256
+ **Prompt annotation**: `READING ORDER: 4-Koma`
257
+
258
+ **Example**: A 4-koma joke about a character attempting a cool move (Panel 1), getting increasingly nervous (Panel 2), failing spectacularly (Panel 3), and recovering with a bad excuse (Panel 4). Seedance 2.0 on Higgsfield's timing must hit the comedic pause before Panel 4.
259
+
260
+ ### European Ligne Claire / BD
261
+
262
+ **Standard for European bandes dessinées, Franco-Belgian comics, modern graphic novels.**
263
+
264
+ - Often larger panels with significant white space
265
+ - Reading order may be mixed (not strictly LTR); visual composition dominates flow
266
+ - Emphasis on character expression and subtle body language
267
+ - Often minimal dialogue, relying on visual storytelling
268
+ - Seedance 2.0 on Higgsfield should emphasize small, nuanced character movements
269
+
270
+ **Prompt annotation**: `READING ORDER: European`
271
+
272
+ **Example**: A ligne claire sequence showing two characters in conversation across three large panels. Rather than dynamic action, Seedance 2.0 on Higgsfield animates subtle gestures, eye contact, and environmental micro-movements to convey emotional subtext.
273
+
274
+ ---
275
+
276
+ ## 7. Panel-to-Motion Technique Library: 15+ Essential Methods
277
+
278
+ Each technique describes how to phrase your Seedance 2.0 on Higgsfield prompt to achieve specific motion outcomes from static panels.
279
+
280
+ ### 1. Static-to-Dynamic Stance Transition
281
+
282
+ **When**: Character needs to shift from one pose to another (standing to fighting stance, sitting to standing, confident to defeated)
283
+
284
+ **Prompt Phrasing**:
285
+ ```
286
+ Animate the character transitioning from [initial pose] to [final pose].
287
+ Use a natural, weight-shift motion that shows their [emotional state].
288
+ Preserve the character's line of action and silhouette throughout the transition.
289
+ Duration: [0.5-2 seconds depending on significance]
290
+ ```
291
+
292
+ **Example**:
293
+ ```
294
+ Animate the character transitioning from a casual slouch to an alert combat stance.
295
+ Use weight-shift and muscle tension that shows sudden danger recognition.
296
+ Duration: 0.8 seconds.
297
+ ```
298
+
299
+ ### 2. Dialogue Speech Pattern Animation
300
+
301
+ **When**: A character is speaking; need to animate their mouth, jaw, head movement, and emphasis gestures
302
+
303
+ **Prompt Phrasing**:
304
+ ```
305
+ Animate the character speaking the line: "[EXACT DIALOGUE]"
306
+ Mouth shape should follow [language vowel patterns—English, Japanese, etc.]
307
+ Add emphasis gesture [pointing/gesturing/body movement] at the peak of emotion.
308
+ Maintain eye contact toward [target character/direction].
309
+ Duration: [calculated from word count, typically 2-4 seconds for 6-10 words]
310
+ ```
311
+
312
+ **Example**:
313
+ ```
314
+ Animate the character speaking: "We have to leave. NOW!"
315
+ Mouth shapes follow English phonetics. Add a sharp hand gesture at "NOW!"
316
+ Eyes look toward the other character.
317
+ Duration: 2.2 seconds.
318
+ ```
319
+
320
+ ### 3. Impact Sequencing (Setup → Follow-Through)
321
+
322
+ **When**: Two panels show the setup and result of a physical action (punch setup → punch impact)
323
+
324
+ **Prompt Phrasing**:
325
+ ```
326
+ Panel 1 shows [initial action].
327
+ Panel 2 shows [impact result].
328
+ Animate the motion between them: the character [completes the action].
329
+ Add secondary motion [secondary character reaction / environmental disturbance / weapon trail].
330
+ Use [exaggeration level: realistic / comic book / anime] physics.
331
+ Duration: [0.3-1 second for quick action]
332
+ ```
333
+
334
+ **Example**:
335
+ ```
336
+ Panel 1 shows the villain winding up a punch.
337
+ Panel 2 shows our hero being knocked backward.
338
+ Animate the full punch: the villain's fist travels with comic book punch impact.
339
+ Add the hero's body ragdoll and hair blow-back.
340
+ Use anime exaggeration physics.
341
+ Duration: 0.7 seconds.
342
+ ```
343
+
344
+ ### 4. Environmental Animation (Static Background to Active)
345
+
346
+ **When**: Background elements need subtle life (flames flicker, water flows, leaves blow, crowds shift)
347
+
348
+ **Prompt Phrasing**:
349
+ ```
350
+ Keep the character static. Animate the environment:
351
+ - [Environmental element 1]: [specific motion description]
352
+ - [Environmental element 2]: [specific motion description]
353
+ Focus on [subtle / dramatic] motion that conveys [mood / atmosphere / danger].
354
+ Duration: [1-3 seconds, can be continuous loop]
355
+ ```
356
+
357
+ **Example**:
358
+ ```
359
+ Keep the soldier static. Animate the environment:
360
+ - Distant explosions: brief orange flashes on the horizon
361
+ - Smoke: drift slowly upward, partially obscuring background buildings
362
+ - Rubble on ground: occasionally shift from impact tremors
363
+ Focus on subtle, continuous motion that conveys ongoing danger.
364
+ Duration: 2.5 seconds.
365
+ ```
366
+
367
+ ### 5. Camera Push-In or Zoom
368
+
369
+ **When**: Emphasis needed on a face, object, or detail; create intensity through approach
370
+
371
+ **Prompt Phrasing**:
372
+ ```
373
+ Camera slowly [zooms in / pushes toward / focuses on] [target element].
374
+ Maintain [character expression / environment stability] as camera moves.
375
+ Speed: [slow and dramatic / medium / fast and urgent]
376
+ Final framing should [show only the element / frame with surrounding context].
377
+ Duration: [1-3 seconds]
378
+ ```
379
+
380
+ **Example**:
381
+ ```
382
+ Camera slowly zooms in on the character's face.
383
+ Maintain their stunned expression as camera moves.
384
+ Speed: slow and dramatic, conveying realization.
385
+ Final framing should show only their wide eyes and open mouth.
386
+ Duration: 2.0 seconds.
387
+ ```
388
+
389
+ ### 6. Panning Camera (Following Action or Attention)
390
+
391
+ **When**: Guide viewer's eye across a panel, follow a moving character, or reveal additional composition
392
+
393
+ **Prompt Phrasing**:
394
+ ```
395
+ Camera pans from [start point] to [end point].
396
+ Direction: [left-to-right / right-to-left / top-to-bottom / diagonal].
397
+ Pacing: [matches character movement / leads character / trails character].
398
+ Reveal: [what becomes visible during the pan].
399
+ Duration: [1-3 seconds]
400
+ ```
401
+
402
+ **Example**:
403
+ ```
404
+ Camera pans from the shocked character's face to the threat approaching from the left.
405
+ Direction: left-to-right (maintaining Western reading convention).
406
+ Pacing: pans slightly faster than the approaching threat, creating anticipation.
407
+ Reveal: the full scope of the approaching danger.
408
+ Duration: 1.8 seconds.
409
+ ```
410
+
411
+ ### 7. Rotate/Spin Motion (On-Axis or 3D Rotation)
412
+
413
+ **When**: Character spins, pivots, or performs a rotational action; or object rotates to reveal new side
414
+
415
+ **Prompt Phrasing**:
416
+ ```
417
+ Animate [subject] rotating [degrees / full rotation] around [axis of rotation].
418
+ Direction: [clockwise / counter-clockwise].
419
+ Speed: [slow and controlled / rapid and dynamic].
420
+ Add [spin-trailing effects / secondary motion].
421
+ Duration: [0.5-2 seconds]
422
+ ```
423
+
424
+ **Example**:
425
+ ```
426
+ Animate the character rotating 180 degrees to face the opposite direction.
427
+ Axis: vertical (pivot on feet).
428
+ Speed: rapid and dramatic, showing sudden awareness.
429
+ Add slight hair and cape trailing from the spin.
430
+ Duration: 0.6 seconds.
431
+ ```
432
+
433
+ ### 8. Facial Expression Morphing
434
+
435
+ **When**: Character's expression changes between panels (happy → sad, calm → angry, surprised → determined)
436
+
437
+ **Prompt Phrasing**:
438
+ ```
439
+ Animate the character's expression morphing from [initial expression] to [final expression].
440
+ Key changes: [eyebrows / eyes / mouth / muscle tension].
441
+ Emotional arc: [corresponds to dialogue / environment / realization].
442
+ Smoothness: [natural subtle shift / exaggerated for impact].
443
+ Duration: [0.5-1.5 seconds]
444
+ ```
445
+
446
+ **Example**:
447
+ ```
448
+ Animate the character's expression morphing from shocked to determined.
449
+ Key changes: eyebrows lower and draw together, eyes narrow, mouth sets into a firm line.
450
+ Emotional arc: they're processing danger and committing to action.
451
+ Smoothness: exaggerated for comedic impact.
452
+ Duration: 0.8 seconds.
453
+ ```
454
+
455
+ ### 9. Hand Gesture & Pointing
456
+
457
+ **When**: Character gestures, points, waves, or uses hand language to communicate
458
+
459
+ **Prompt Phrasing**:
460
+ ```
461
+ Animate the hand gesture: [specific hand shape / motion / target].
462
+ Arm motion: [location / speed / emphasis].
463
+ Correspond to emotion: [confidence / urgency / anger / offering].
464
+ Maintain character pose: [rest of body stays still / body rotates to follow gesture].
465
+ Duration: [0.5-1.5 seconds]
466
+ ```
467
+
468
+ **Example**:
469
+ ```
470
+ Animate the hand gesture: dramatic pointing toward the exit.
471
+ Arm motion: extends fully, with emphatic snap.
472
+ Corresponds to urgency: the character is commanding an immediate escape.
473
+ Body rotates slightly to follow the gesture and emphasize direction.
474
+ Duration: 0.9 seconds.
475
+ ```
476
+
477
+ ### 10. Depth Shift (Foreground to Background or Reverse)
478
+
479
+ **When**: Character or object moves closer or farther from camera to create 3D depth
480
+
481
+ **Prompt Phrasing**:
482
+ ```
483
+ Animate [subject] moving from [foreground / background] to [opposite].
484
+ Motion type: [walking toward / falling back / rising up / sinking down].
485
+ Scale change: [grows as it approaches / shrinks as it recedes].
486
+ Maintain: [expression / orientation / pose quality].
487
+ Duration: [1-2 seconds]
488
+ ```
489
+
490
+ **Example**:
491
+ ```
492
+ Animate the hero rising from the ground toward the camera.
493
+ Motion type: pushing up from hands and knees to standing.
494
+ Scale change: grows progressively larger as they approach.
495
+ Maintain: determined expression throughout.
496
+ Duration: 1.2 seconds.
497
+ ```
498
+
499
+ ### 11. Particle & Effect Motion (Magic, Impact, Breakdown)
500
+
501
+ **When**: Magical effects, energy blasts, dust clouds, shattering glass, blood spray need animation
502
+
503
+ **Prompt Phrasing**:
504
+ ```
505
+ Animate the effect: [effect type and visual description].
506
+ Origin: [point in frame where effect originates].
507
+ Dispersal: [direction / spread / dissipation pattern].
508
+ Interaction: [effect interacts with / passes through / obscures character/environment].
509
+ Intensity: [subtle / moderate / intense].
510
+ Duration: [0.3-2 seconds]
511
+ ```
512
+
513
+ **Example**:
514
+ ```
515
+ Animate the effect: glowing energy explosion at the point of impact.
516
+ Origin: center of the villain's chest.
517
+ Dispersal: expands in all directions, then dissipates upward like smoke.
518
+ Interaction: energy passes through the hero, knocking them backward.
519
+ Intensity: intense, almost overwhelming the frame momentarily.
520
+ Duration: 1.5 seconds.
521
+ ```
522
+
523
+ ### 12. Multiple Character Synchronization
524
+
525
+ **When**: Two or more characters need coordinated motion (conversation, fight choreography, group reaction)
526
+
527
+ **Prompt Phrasing**:
528
+ ```
529
+ Coordinate animation of [Character A] and [Character B]:
530
+ - Character A: [motion description]
531
+ - Character B: [motion description responding/matching]
532
+ Synchronization points: [moments that align / call-and-response pattern].
533
+ Eye contact / spatial relationship: [how they relate through space].
534
+ Duration: [total seconds]
535
+ ```
536
+
537
+ **Example**:
538
+ ```
539
+ Coordinate animation of the hero and villain in a standoff:
540
+ - Hero: slight forward stance, ready for combat
541
+ - Villain: mirror stance, equal tension
542
+ Synchronization points: both react instantly when the first blinks.
543
+ Eye contact: locked, unwavering, creating psychological tension.
544
+ Duration: 2.0 seconds.
545
+ ```
546
+
547
+ ### 13. Speed Line / Motion Indicator Activation
548
+
549
+ **When**: Manga-style speed lines, stress lines, or motion indicators need to translate into actual motion
550
+
551
+ **Prompt Phrasing**:
552
+ ```
553
+ Convert speed lines into motion: [describe what the lines indicate].
554
+ Animate the character / object performing the action indicated.
555
+ Line density and direction inform: [motion speed / direction / intensity].
556
+ The animated result should make the speed lines feel [natural / part of the motion / residual energy].
557
+ Duration: [0.3-1 second, typically faster]
558
+ ```
559
+
560
+ **Example**:
561
+ ```
562
+ Convert speed lines into motion: the lines indicate a rapid cross-slash attack.
563
+ Animate the swordmaster performing the attack in a smooth arc.
564
+ Line density informs fast, powerful motion.
565
+ The animated result should make the speed lines feel like residual energy trailing the sword.
566
+ Duration: 0.5 seconds.
567
+ ```
568
+
569
+ ### 14. Microexpression / Subtle Shift
570
+
571
+ **When**: Minor emotional tells, slight changes in posture, blinks, breathing, or micro-gestures
572
+
573
+ **Prompt Phrasing**:
574
+ ```
575
+ Animate subtle changes that indicate [emotional state / internal thought / minute reaction]:
576
+ - Change 1: [specific micro-movement]
577
+ - Change 2: [specific micro-movement]
578
+ Maintain [overall pose / expression baseline] while adding these layers.
579
+ This should feel [realistic / subdued / barely noticeable].
580
+ Duration: [1-3 seconds, allows time for subtlety]
581
+ ```
582
+
583
+ **Example**:
584
+ ```
585
+ Animate subtle changes that indicate hidden doubt in a confident character:
586
+ - Slight eyebrow twitch
587
+ - Almost imperceptible shoulder drop
588
+ Maintain confident posture and expression baseline.
589
+ This should feel barely noticeable, like a crack in the facade.
590
+ Duration: 2.0 seconds.
591
+ ```
592
+
593
+ ### 15. Transition Between Two Distinct Poses
594
+
595
+ **When**: Need to animate a major pose change that serves as a beat between panels
596
+
597
+ **Prompt Phrasing**:
598
+ ```
599
+ Create a transition motion from [Pose A description] to [Pose B description].
600
+ Intermediate key frames should pass through: [natural path of least resistance].
601
+ Weight and physics: [realistic / comic exaggerated / anime stylized].
602
+ Emotional emphasis: [lands on the final pose / emphasizes the journey / snappy immediate change].
603
+ Duration: [0.5-2 seconds depending on significance]
604
+ ```
605
+
606
+ **Example**:
607
+ ```
608
+ Create a transition from a defeated, on-knees pose to an empowered standing pose.
609
+ Intermediate frames: push up with hands, unfold spine, rise to full height.
610
+ Weight and physics: comic exaggeration, emphasizing the effort and transformation.
611
+ Emotional emphasis: lands on the final powerful standing pose with fists clenched.
612
+ Duration: 1.5 seconds.
613
+ ```
614
+
615
+ ---
616
+
617
+ ## 8. Art Style Preservation Keywords: Maintaining Visual Fidelity in Seedance 2.0 on Higgsfield
618
+
619
+ When Seedance 2.0 on Higgsfield generates motion frames, it must preserve the original artwork's aesthetic. Use these keywords in your prompts to ensure style fidelity:
620
+
621
+ ### Ink & Line Technique Keywords
622
+
623
+ - **Heavy ink weight**: "Preserve thick, bold black line work reminiscent of [artist/style]"
624
+ - **Thin line art**: "Maintain delicate, precise pen strokes throughout motion"
625
+ - **Crosshatching**: "Retain crosshatched shading patterns during character movement"
626
+ - **Stippled / Dotted shading**: "Preserve halftone dot patterns in shaded areas"
627
+ - **Flowing/organic lines**: "Maintain soft, flowing linework characteristic of watercolor"
628
+ - **Hard edges**: "Preserve sharp, defined edges typical of digital vector art"
629
+ - **Line variation**: "Keep line weight variation (thick at edges, thin at details)"
630
+
631
+ ### Color Model Keywords
632
+
633
+ - **CMYK Halftone**: "Preserve CMYK color separation and halftone dot patterns"
634
+ - **Flat colors**: "Maintain digital flat color palette without gradient interpolation"
635
+ - **Watercolor blend**: "Preserve soft, organic watercolor color transitions"
636
+ - **Neon / High saturation**: "Maintain vibrant, saturated color palette of [specific style]"
637
+ - **Monochrome / Duotone**: "Preserve two-color or single-color ink aesthetic"
638
+ - **Oil painting finish**: "Maintain painterly texture and color mixing"
639
+ - **Marker / Felt-tip effect**: "Preserve loose, expressive marker application"
640
+
641
+ ### Tone & Texture Keywords
642
+
643
+ - **High contrast**: "Maintain strong black-and-white contrast, minimal gray tones"
644
+ - **Soft gradients**: "Preserve smooth tone gradation in shaded regions"
645
+ - **Rough texture**: "Keep grainy, textured appearance of pencil or charcoal"
646
+ - **Screen tone**: "Retain manga screen tone pattern (preserve pattern, not just color)"
647
+ - **Clean/polished**: "Maintain pristine, production-ready artwork finish"
648
+ - **Gritty/raw**: "Preserve rough, unpolished aesthetic"
649
+
650
+ ### Visual Grammar Keywords
651
+
652
+ - **Manga speed lines**: "Preserve action speed lines as environmental elements throughout motion"
653
+ - **Comic emphasis lines**: "Maintain directional emphasis lines that indicate motion direction"
654
+ - **Shout lines / Stress lines**: "Preserve radiating stress lines around characters during intense emotion"
655
+ - **Sweat drops**: "Maintain characteristic sweat drop details during emotional moments"
656
+ - **Stars / Sparkles**: "Preserve magical sparkle elements in magical/fantastic scenes"
657
+ - **Screentone variety**: "Maintain different screentone densities for depth variation"
658
+
659
+ ### Overall Style Anchors
660
+
661
+ - **Manga aesthetic**: "Preserve the specific manga subgenre feel: [shonen action / shoujo romance / seinen dark / kodomo cute]"
662
+ - **Comic book style**: "Maintain [DC/Marvel superhero / indie comic / European BD] artistic sensibility"
663
+ - **Realistic**: "Preserve photorealistic rendering while adding motion"
664
+ - **Stylized**: "Maintain exaggerated proportions and expressions specific to [style]"
665
+ - **Geometric**: "Preserve bold geometric composition and design principles"
666
+ - **Organic**: "Keep flowing, natural form and composition"
667
+
668
+ ### Example Application
669
+
670
+ ```
671
+ SEED: Comic panel of a manga fighter throwing a punch.
672
+
673
+ STYLE PRESERVATION:
674
+ - Preserve thick black ink outline work
675
+ - Maintain CMYK halftone patterns in skin and shadow areas
676
+ - Keep manga speed lines as environmental motion (they stream backward with the motion)
677
+ - Preserve high-contrast shonen manga aesthetic
678
+ - Maintain exaggerated muscle detail and dramatic impact lines
679
+
680
+ ANIMATION: Character extends punch with dramatic force...
681
+
682
+ RESULT: Motion honors the manga visual language while adding realistic physics and timing.
683
+ ```
684
+
685
+ ---
686
+
687
+ ## 9. Dialogue & Sound Effects Handling: Words to Motion in Seedance 2.0 on Higgsfield
688
+
689
+ Comics communicate through visual language, text, and timing. Seedance 2.0 on Higgsfield must interpret all three layers.
690
+
691
+ ### Speech Bubbles: Types, Tails, and Animation Cues
692
+
693
+ **Standard Bubble (Circular/Rectangular)**
694
+ - Speaker is calm, neutral, or delivering standard dialogue
695
+ - Seedance 2.0 on Higgsfield: Animate natural mouth movement and moderate body language
696
+
697
+ **Cloud Bubble (Wispy, Organic Shape)**
698
+ - Indicates thoughts, internal monologue, or dreams
699
+ - Seedance 2.0 on Higgsfield: Animate softer, more introspective body language; eyes often unfocused
700
+
701
+ **Jagged/Spiky Bubble**
702
+ - Indicates yelling, anger, or intense emotion
703
+ - Seedance 2.0 on Higgsfield: Animate emphatic gestures, tense posture, and sharp movements
704
+
705
+ **Wavy Bubble**
706
+ - Indicates weakness, fear, or uncertainty
707
+ - Seedance 2.0 on Higgsfield: Animate trembling, hesitation, or small, withdrawn movements
708
+
709
+ **Small Bubble (Whisper)**
710
+ - Indicates quiet speech, secrets, or side comments
711
+ - Seedance 2.0 on Higgsfield: Animate close proximity to listener, lowered voice posture
712
+
713
+ **Bubble Tail Direction Matters**
714
+ - Tail points to the speaker; Seedance 2.0 on Higgsfield animates toward that character
715
+ - Multiple tails indicate back-and-forth dialogue in a single panel
716
+ - No tail = narration box, off-screen speaker, or omniscient narrator
717
+
718
+ ### Prompt Phrasing for Dialogue Animation
719
+
720
+ ```
721
+ CHARACTER DIALOGUE ANIMATION:
722
+
723
+ Speaker: [Character Name]
724
+ Dialogue: "[EXACT TEXT FROM BUBBLE]"
725
+ Bubble Type: [Standard / Cloud / Jagged / Wavy / Whisper]
726
+ Delivery Emotion: [neutral / angry / sad / excited / uncertain / determined]
727
+ Intensity Level: [1-10]
728
+ Associated Gesture: [pointing / hand to chest / emphatic palm / subtle / none]
729
+ Head Movement: [nod / shake / tilt / turn / fixed]
730
+ Eye Direction: [toward other character / down / away / unfocused]
731
+
732
+ Expected Duration: [Calculate from word count]
733
+ - 1-3 words: 0.5-0.8 seconds
734
+ - 4-7 words: 1.0-1.5 seconds
735
+ - 8-12 words: 1.8-2.5 seconds
736
+ - 13+ words: 2.5-4.0 seconds
737
+ ```
738
+
739
+ ### Sound Effects (Onomatopoeia) as Visual Motion Cues
740
+
741
+ In comics, sound effects are **visual elements** that Seedance 2.0 on Higgsfield should interpret as motion generators:
742
+
743
+ **Impact Sounds** (POW, BANG, CRASH, WHACK)
744
+ - Trigger: explosive character motion, secondary motion, environmental disturbance
745
+ - Animation: sharp, concussive motion that peaks at the moment of the SFX
746
+ - Seedance 2.0 on Higgsfield prompt: "Synchronize character impact motion with the timing of '[SFX TEXT]'"
747
+
748
+ **Motion Sounds** (WHOOSH, ZOOM, SWISH, RUSH)
749
+ - Trigger: speed lines become motion, character travels rapidly
750
+ - Animation: smooth, flowing motion with directional emphasis
751
+ - Seedance 2.0 on Higgsfield prompt: "Animate the motion that generates the '[SFX TEXT]' effect"
752
+
753
+ **Emotional Sounds** (THUMP, GULP, SOB, SIGH)
754
+ - Trigger: character's body language, breathing, emotional expression
755
+ - Animation: micro-movements, chest heaving, throat swallowing
756
+ - Seedance 2.0 on Higgsfield prompt: "Add the physical gesture associated with '[SFX TEXT]'"
757
+
758
+ **Environmental Sounds** (RUMBLE, CRACKLE, DRIP, HOWL)
759
+ - Trigger: background animation, setting motion, atmospheric effects
760
+ - Animation: environmental elements move in rhythm with the SFX
761
+ - Seedance 2.0 on Higgsfield prompt: "Animate the environment to generate '[SFX TEXT]' effect"
762
+
763
+ ### Narration Boxes: Timing and Pacing
764
+
765
+ Narration often spans across panels, providing context or character introspection. Seedance 2.0 on Higgsfield timing must match narration pacing:
766
+
767
+ ```
768
+ NARRATION HANDLING:
769
+
770
+ Text: "[FULL NARRATION TEXT]"
771
+ Speaker/Perspective: [Character / Omniscient / Past-tense reflection]
772
+ Pacing: [Matches panel duration / Drives panel pacing / Contrasts with action]
773
+ Character Focus: [What character elements should animate in sync with narration]
774
+ Emotional Coloring: [How narration's tone should color character animation]
775
+
776
+ Example:
777
+ Text: "He always knew this moment would come. But knowing and facing were different things."
778
+ Speaker: Third-person narration reflecting protagonist's internal state
779
+ Pacing: Slow, contemplative—Seedance 2.0 on Higgsfield should hold character in uncertain stance
780
+ Character Focus: Eyes downcast, slight tremor in posture, controlled breathing
781
+ Emotional Coloring: Grim acceptance with underlying fear
782
+ Duration: 4-5 seconds, allowing the narration space to breathe
783
+ ```
784
+
785
+ ### Multi-Speaker Synchronization
786
+
787
+ When multiple characters speak in one panel or sequence:
788
+
789
+ ```
790
+ MULTI-SPEAKER SYNC:
791
+
792
+ Setup: [Panel or sequence containing multiple speakers]
793
+ Speaker 1: [Character A, dialogue, emotion]
794
+ Speaker 2: [Character B, dialogue, emotion]
795
+ Spatial Relationship: [Distance between characters / Whether they face each other]
796
+ Turn-Taking: [Who speaks first / Does Speaker 2 overlap / Are there pauses]
797
+ Animation Priority: [Who gets primary motion / Who gets reactive motion]
798
+ Eye Contact: [Do they maintain eye contact / Look away / Avoid each other]
799
+
800
+ Example:
801
+ Speaker 1: Hero (center): "You won't get away with this!"
802
+ Speaker 2: Villain (right, elevated): "Oh, but I already have..."
803
+ Spatial: 15 feet apart, villain slightly elevated
804
+ Turn-Taking: Hero speaks first (urgent), villain overlaps (mocking)
805
+ Animation Priority: Hero gets forward motion (attacking), villain gets steady, confident stance
806
+ Eye Contact: Hero's eyes locked on villain; villain's glance deliberately away (arrogant disregard)
807
+ Duration: 2.5 seconds
808
+ ```
809
+
810
+ ---
811
+
812
+ ## 10. Transition Between Panels: Creating Flow in Seedance 2.0 on Higgsfield
813
+
814
+ Panel-to-panel transitions define the pacing and feeling of a comic-to-video conversion. Seedance 2.0 on Higgsfield provides six primary transition techniques:
815
+
816
+ ### 1. Dissolve / Fade Transition
817
+
818
+ **Feel**: Dreamlike, contemplative, or simple continuity
819
+ **Use Case**: Passage of time, location change without urgency, emotional moments
820
+ **Duration**: 0.3-1.0 second fade
821
+ **Prompt Phrasing**:
822
+ ```
823
+ Transition: Dissolve
824
+ Fade Pattern: [cross-fade simultaneous / fade-out then fade-in / asymmetric]
825
+ Associated Motion: [motion continues through dissolve / motion pauses during transition / environment motion only]
826
+ Duration: [0.5 seconds]
827
+ Emotional Intent: [peaceful / melancholic / contemplative]
828
+ ```
829
+
830
+ ### 2. Crack / Shatter Transition
831
+
832
+ **Feel**: Violent, impactful, dramatic revelation
833
+ **Use Case**: Shocking reveals, action climaxes, reality-breaking moments
834
+ **Duration**: 0.2-0.6 second
835
+ **Prompt Phrasing**:
836
+ ```
837
+ Transition: Shatter Crack
838
+ Origin Point: [center / top-left / character position / impact point]
839
+ Crack Direction: [radiating / directional / chaotic]
840
+ Associated Motion: Panel 1 [shatters / fractures / breaks]. Panel 2 [explodes through / emerges behind / fills the space]
841
+ Duration: [0.4 seconds]
842
+ Sound Effect: [optional SFX like "CRACK" or "SHATTER"]
843
+ ```
844
+
845
+ ### 3. Wipe Transition
846
+
847
+ **Feel**: Dynamic, directional, active momentum
848
+ **Use Case**: Action sequences, location changes, narrative progression
849
+ **Duration**: 0.2-0.8 second
850
+ **Prompt Phrasing**:
851
+ ```
852
+ Transition: Wipe
853
+ Direction: [left-to-right / right-to-left / top-to-bottom / diagonal / circular]
854
+ Wipe Edge: [sharp / soft / textured / energy-based]
855
+ Associated Motion: [sweeping character motion / environmental motion carries the wipe / static wipe]
856
+ Duration: [0.5 seconds]
857
+ Reading Order Alignment: [respect panel reading direction]
858
+ ```
859
+
860
+ ### 4. Morph Transition
861
+
862
+ **Feel**: Surreal, transformative, organic
863
+ **Use Case**: Change of reality, magical transformation, dreamscape, internal change
864
+ **Duration**: 0.5-2.0 seconds
865
+ **Prompt Phrasing**:
866
+ ```
867
+ Transition: Morph
868
+ Starting Element: [character feature / environmental element / object that transforms]
869
+ Transformation Path: [what metamorphoses / intermediate stages / final form]
870
+ Physics: [realistic / magical / abstract]
871
+ Associated Motion: Character [remains static / transforms with scene / reacts to transformation]
872
+ Duration: [1.2 seconds]
873
+ ```
874
+
875
+ ### 5. Page Turn / Flip Transition
876
+
877
+ **Feel**: Tactile, bookish, webtoon-natural
878
+ **Use Case**: Webtoons, manga, any sequential art emphasizing the "page" metaphor
879
+ **Duration**: 0.4-1.0 second
880
+ **Prompt Phrasing**:
881
+ ```
882
+ Transition: Page Turn
883
+ Turn Style: [page curl / fold / flip / scroll]
884
+ Turn Axis: [vertical spine / horizontal top / organic curve]
885
+ Speed: [slow and graceful / snappy / interactive]
886
+ Reveals: [new scene emerges behind / new scene waits underneath / both visible briefly]
887
+ Duration: [0.7 seconds]
888
+ ```
889
+
890
+ ### 6. Ink Splash / Effect Transition
891
+
892
+ **Feel**: Artistic, energetic, stylistic flourish
893
+ **Use Case**: Scene change with emphasis, artistic representation of motion, climactic moments
894
+ **Duration**: 0.3-0.8 second
895
+ **Prompt Phrasing**:
896
+ ```
897
+ Transition: Ink Splash
898
+ Effect Type: [ink explosion / paint splash / light burst / smoke plume]
899
+ Origin: [center / character position / panel edge]
900
+ Dispersal: [spreads across frame / fades / morphs into new scene]
901
+ Associated Motion: [obscures Panel 1, reveals Panel 2 / entirely covers frame / partial coverage]
902
+ Duration: [0.5 seconds]
903
+ Color: [preserve original ink color / shift to next scene's palette]
904
+ ```
905
+
906
+ ### Selecting the Right Transition
907
+
908
+ - **Dialogue-Heavy Scenes**: Dissolve (gentle, time for comprehension)
909
+ - **Action Sequences**: Wipe or Crack (energetic, maintains momentum)
910
+ - **Emotional Beats**: Morph or Dissolve (introspective, transformative)
911
+ - **Webtoon/Digital**: Page Turn or Wipe (respects medium)
912
+ - **Shocking Moments**: Crack or Ink Splash (impactful, startling)
913
+ - **Time Passage**: Dissolve or Fade (indicates temporal shift)
914
+
915
+ ---
916
+
917
+ ## 11. Five Large Example Prompts: 15-25 Lines Each
918
+
919
+ ### Example 1: Western Comic Action Page
920
+
921
+ **Comic Source**: Superhero confrontation with a villain, three-panel sequence showing setup, clash, and impact
922
+
923
+ ```
924
+ SEEDANCE 2.0 ON HIGGSFIELD COMIC ANIMATION
925
+
926
+ TITLE: Kryptonian Clash — Superman vs. Darkseid
927
+
928
+ READING ORDER: Western LTR
929
+
930
+ PANEL SEQUENCE BREAKDOWN:
931
+
932
+ Panel 1 (Setup):
933
+ - Character: Superman, mid-air, fists clenched, body angled toward the right, cape billowing behind him
934
+ - Environment: Metropolis skyline at twilight, buildings in background slightly blurred to show motion
935
+ - Action: Superman is launching a full-force punch toward the right side of the panel
936
+ - Speech/Sound: "For Earth!" (speech bubble, determined) + "KRAAAAASSHHH" (impact SFX beginning)
937
+
938
+ Panel 2 (Clash):
939
+ - Character: Darkseid, bracing for impact, arms crossed defensively, face showing surprise/pain
940
+ - Environment: Same skyline, but with visible impact crater/shockwave radiating outward
941
+ - Action: Superman's punch connects; Darkseid's form shows the force of the blow
942
+ - Speech/Sound: (No dialogue—pure action and sound effect)
943
+
944
+ Panel 3 (Reaction):
945
+ - Character: Superman follow-through stance, still in forward motion; Darkseid recoiling backward
946
+ - Environment: Buildings shaking, rubble and dust in the air, light effects from the impact
947
+ - Action: Aftermath of the punch; momentum still visible in both characters' forms
948
+ - Speech/Sound: "You can't win, Superman..." (Darkseid's response, defiant but hurt)
949
+
950
+ TWO-SECOND HOOK: Dramatic Panel Crack/Shatter Reveal
951
+ The first 2 seconds show Superman's approach in Panel 1, then at the moment of impact, the panel border CRACKS and SHATTERS outward, revealing the collision moment. The shatter pattern radiates from the impact point, pulling the viewer into the violence of the clash. This establishes high-octane action immediately.
952
+
953
+ ART STYLE KEYWORDS:
954
+ - Heavy black ink outlines (typical DC Comics)
955
+ - CMYK halftone shading in skin tones and shadow areas
956
+ - High-contrast color palette (primary colors: reds, blues, yellows)
957
+ - Manga-influenced speed lines in Panel 1 (indicate Superman's velocity)
958
+ - Comic book emphasis lines around the impact in Panel 2
959
+ - Slight photorealistic rendering in faces, exaggerated anatomy in bodies
960
+
961
+ ANIMATION DIRECTION:
962
+ - Character Motion: Superman flows from setup pose into full-force punch, arm fully extended at impact. Darkseid braces, then recoils with visible knockback. Follow-through shows both characters' weight distribution changing.
963
+ - Camera Work: Pan left-to-right with Superman's movement (Western reading convention). Slight push-in during impact (Panel 2) for emphasis, then pull-back to show the aftermath (Panel 3).
964
+ - Environmental Motion: Skyline buildings shake subtly during impact. Dust and rubble animate upward and outward from the impact point. Light effects flash in sync with Seedance 2.0 on Higgsfield's timing.
965
+ - Pacing: Fast and dynamic. Panel 1 to 2: 0.7 seconds (buildup). Panel 2 to 3: 0.5 seconds (reaction). Total sequence: 2.5 seconds.
966
+ - Tone: Serious, epic, physical.
967
+
968
+ DIALOGUE INTERPRETATION:
969
+ - "For Earth!" (Panel 1): Delivered with determination and power. Voice should feel heroic, a final declaration before impact.
970
+ - "You can't win, Superman..." (Panel 3): Defiant despite pain. Voice should carry confidence despite the physical damage.
971
+
972
+ TRANSITION TECHNIQUE: Crack (Panel 1→2), Smoke/Dust Wipe (Panel 2→3)
973
+
974
+ OUTPUT SPECIFICATIONS:
975
+ - Duration: 2.5 seconds total
976
+ - Resolution: 2K (fitting for cinematic superhero action)
977
+ - Frame Rate: 24fps (cinematic, emphasizing impact weight)
978
+ - Audio: Placeholder for dialogue (0.8 sec Panel 1, 1.2 sec Panel 3) + SFX timing for "KRAAAAASSHHH" at 1.3-1.5 sec mark
979
+
980
+ NOTES:
981
+ This sequence emphasizes the kinetic energy and physical impact central to action comics. Seedance 2.0 on Higgsfield should preserve the exaggerated comic book physics while making the motion feel impactful and real. The reading order (LTR) drives the camera momentum left-to-right. Darkseid should appear strong even while recoiling—his defiance carries through his physical response.
982
+ ```
983
+
984
+ ### Example 2: Manga Emotional Scene (Right-to-Left)
985
+
986
+ **Comic Source**: Japanese manga, a moment of realization between two characters, emotional beats take priority over action
987
+
988
+ ```
989
+ SEEDANCE 2.0 ON HIGGSFIELD COMIC ANIMATION
990
+
991
+ TITLE: Last Confession — Emotional Breakthrough in Moonlight
992
+
993
+ READING ORDER: Manga RTL (Right-to-Left)
994
+
995
+ PANEL SEQUENCE BREAKDOWN:
996
+
997
+ Panel 1 (Right side of page — read first):
998
+ - Character: Female protagonist standing, back partially turned, looking toward the right (toward the reader), hand raised to chest
999
+ - Environment: Indoor, moonlight streaming through window, soft shadows
1000
+ - Action: Character is hesitating, building courage
1001
+ - Speech/Sound: [Thought bubble] "I have to tell him... before it's too late."
1002
+
1003
+ Panel 2 (Center of page):
1004
+ - Character: Male character, facing slightly toward the left (away from protagonist initially), expression neutral, unaware
1005
+ - Environment: Same room, focus on his profile
1006
+ - Action: He hasn't noticed her yet; she's about to speak
1007
+ - Speech/Sound: (Silent moment, heavy with anticipation)
1008
+
1009
+ Panel 3 (Left side of page — read third):
1010
+ - Character: Male character now faces the female protagonist (camera has turned RTL), shock and emotion on his face
1011
+ - Environment: Both characters now visible in frame, moonlight highlighting their faces
1012
+ - Action: Realization is dawning on his face; her declaration has just reached him
1013
+ - Speech/Sound: "I... I didn't know you felt this way..."
1014
+
1015
+ TWO-SECOND HOOK: Speech Bubble Pops to Life
1016
+ In the opening 2 seconds, the thought bubble from Panel 1 visibly trembles and expands slightly, then the protagonist's mouth begins to move (though no sound yet). The bubble seems to burst with her courage as she prepares to speak. This hook conveys internal struggle becoming external action.
1017
+
1018
+ ART STYLE KEYWORDS:
1019
+ - Clean manga line work (fine ink weight, not heavy)
1020
+ - Minimal screentone (mostly white space, selective dark areas for mood)
1021
+ - Soft focus on the male character in Panel 2 (indicates he's not the focus yet)
1022
+ - Sparkle effects around the female character in Panel 1 (indicates emotional intensity)
1023
+ - Large, expressive eyes (typical shoujo manga)
1024
+ - Flowing hair movement (emotional state indicator)
1025
+
1026
+ ANIMATION DIRECTION:
1027
+ - Character Motion: Panel 1: Female character's hand trembles slightly at her chest, breathing appears to quicken. Panel 2: Male character remains fairly still (unaware). Panel 3: Male character turns to face her, eyebrows rise, eyes widen. Her shoulders relax slightly as the words are released.
1028
+ - Camera Work: Pan right-to-left through the sequence (RTL reading convention). Starts framed on the female protagonist, pans to the male character, then frames both in shared space. The pan is slow and deliberate (emphasizes emotional timing over action).
1029
+ - Environmental Motion: Moonlight continues steady (no environmental urgency). Perhaps a subtle breeze moves her hair (emotional indicator).
1030
+ - Pacing: Slow and contemplative. Panel 1→2: 1.5 seconds. Panel 2→3: 1.2 seconds. Total: 3.5 seconds (allows emotional beats room to breathe).
1031
+ - Tone: Tender, vulnerable, intimate.
1032
+
1033
+ DIALOGUE INTERPRETATION:
1034
+ - Thought Bubble Panel 1: Internal, hesitant, spoken at near-whisper. Building resolve.
1035
+ - Dialogue Panel 3: Surprised, processing, emotional depth despite the surface shock. Delivered with feeling.
1036
+
1037
+ TRANSITION TECHNIQUE: Soft Dissolve (Panel 1→2), Morph (Panel 2→3, dissolving the unaware moment into the realized moment)
1038
+
1039
+ OUTPUT SPECIFICATIONS:
1040
+ - Duration: 3.5 seconds total
1041
+ - Resolution: 1080p (manga translation often emphasizes clarity over spectacle)
1042
+ - Frame Rate: 24fps (slower frame rate emphasizes contemplation)
1043
+ - Audio: Placeholder for thought bubble voice-over (Panel 1, 2-3 seconds) + dialogue response (Panel 3, 2.5 seconds)
1044
+
1045
+ NOTES:
1046
+ Seedance 2.0 on Higgsfield should prioritize facial expression morphing and small, nuanced gestures over large action. The RTL reading order is critical—the camera pan must move right-to-left to respect the manga reading convention and create the narrative flow from her internal state to his external reaction. This is a character-driven sequence where timing and emotion are more important than visual spectacle. Preserve the clean manga aesthetic; avoid excessive motion blur or particle effects. Let the moonlight and expressions carry the scene.
1047
+ ```
1048
+
1049
+ ### Example 3: Webtoon Vertical Scroll Sequence
1050
+
1051
+ **Comic Source**: Vertical webtoon panel stack, revealing danger progressively from top to bottom
1052
+
1053
+ ```
1054
+ SEEDANCE 2.0 ON HIGGSFIELD COMIC ANIMATION
1055
+
1056
+ TITLE: The Drop — Vertical Tension Build
1057
+
1058
+ READING ORDER: Webtoon Vertical
1059
+
1060
+ PANEL SEQUENCE BREAKDOWN:
1061
+
1062
+ Panel 1 (Top):
1063
+ - Character: Character standing at edge of cliff, viewed from behind/slightly above, arms at sides
1064
+ - Environment: Sunny, safe landscape visible behind them, cliff edge in foreground
1065
+ - Action: Character approaches the edge, taking a step forward
1066
+ - Speech/Sound: "Just one more step... I can do this."
1067
+
1068
+ Panel 2 (Upper-middle):
1069
+ - Character: Same character, now more clearly on the very edge, feet slightly apart
1070
+ - Environment: Wind effect visible in their hair/clothing; no longer as much landscape visible
1071
+ - Action: Character gazes down (we don't see below yet)
1072
+ - Speech/Sound: (Silence, building tension)
1073
+
1074
+ Panel 3 (Lower-middle):
1075
+ - Character: Extreme close-up of their face, expression showing fear/determination conflict
1076
+ - Environment: Wind visible around them; sky visible behind
1077
+ - Action: Eyes closed momentarily, deep breath
1078
+ - Speech/Sound: [Thought] "What am I doing...?"
1079
+
1080
+ Panel 4 (Bottom):
1081
+ - Character: Full body again, but now we see far below—the vast drop is now visible
1082
+ - Environment: Massive canyon below, tiny figures/objects far down, emphasizing height
1083
+ - Action: Character leans forward, moment of no return
1084
+ - Speech/Sound: (Silent, but sound effects would indicate wind howling)
1085
+
1086
+ TWO-SECOND HOOK: Page Turn / Parallax Reveal
1087
+ The webtoon opens with the character framed safely in Panel 1. As the vertical scroll begins (within the first 2 seconds), the camera pulls downward, and layers of the cliff begin to shift at different speeds (parallax), creating dizzying 3D depth. This immediately establishes the danger and height.
1088
+
1089
+ ART STYLE KEYWORDS:
1090
+ - Digital flat colors (typical webtoon style)
1091
+ - Soft, rounded character designs
1092
+ - Minimal ink lines (modern digital aesthetic)
1093
+ - High color saturation, especially in environmental details
1094
+ - Smooth color gradients (no screentone)
1095
+ - Modern character expression style (large, expressive features)
1096
+
1097
+ ANIMATION DIRECTION:
1098
+ - Character Motion: Panel 1: Casual walking, controlled. Panels 2-3: Movement slows, becomes more deliberate. Panel 4: Leans forward, weight shifting—moment of decision.
1099
+ - Camera Work: Vertical pan downward through all panels (respects webtoon vertical reading). Camera also pulls back (zoom-out) to reveal the full scope of the drop. Parallax effect: foreground elements (character, cliff edge) move slower; background (distant landscape) moves faster, creating depth illusion.
1100
+ - Environmental Motion: Wind increases throughout sequence (hair, clothing flutter becomes more pronounced). In Panel 4, wind is almost physical, creating drag on movement.
1101
+ - Pacing: Slow build. Panels 1-2: 1.2 seconds. Panels 2-3: 1.5 seconds (tension build). Panels 3-4: 1.8 seconds (moment of commitment). Total: 4.5 seconds.
1102
+ - Tone: Suspenseful, introspective, vertiginous.
1103
+
1104
+ DIALOGUE INTERPRETATION:
1105
+ - "Just one more step... I can do this." (Panel 1): Self-motivating, almost convincing themselves. Slightly shaky voice.
1106
+ - Thought Bubble Panel 3: Doubt, fear, internal conflict. Quieter, more vulnerable.
1107
+
1108
+ TRANSITION TECHNIQUE: Wipe (vertical downward, each panel flowing into the next), Parallax Shift (creates 3D depth effect)
1109
+
1110
+ OUTPUT SPECIFICATIONS:
1111
+ - Duration: 4.5 seconds total
1112
+ - Resolution: 1080p (webtoons often optimized for mobile, but 1080p captures fine details)
1113
+ - Frame Rate: 30fps (slightly faster to emphasize continuous scroll flow)
1114
+ - Audio: Placeholder for dialogue/internal monologue + ambient wind SFX building throughout
1115
+
1116
+ NOTES:
1117
+ The key to this sequence is the vertical parallax effect—Seedance 2.0 on Higgsfield must create the illusion that the viewer is moving downward and the world is shifting at different rates around the character. This creates vertigo and height, which is the emotional core of the scene. The character's expressions and subtle body language carry the emotional arc; their hesitation and growing commitment should be visible. Avoid sudden motion; everything should feel like a continuous, dizzying downward scroll. The webtoon format is built on vertical momentum, so Seedance 2.0 on Higgsfield's pacing should respect the scrolling nature of the medium.
1118
+ ```
1119
+
1120
+ ### Example 4: Storyboard-to-Video Execution
1121
+
1122
+ **Comic Source**: Film storyboard (typically simple line drawings with minimal detail), converting to finished animated scene
1123
+
1124
+ ```
1125
+ SEEDANCE 2.0 ON HIGGSFIELD COMIC ANIMATION
1126
+
1127
+ TITLE: Action Heist — Storyboard Robbery Sequence
1128
+
1129
+ READING ORDER: Western LTR
1130
+
1131
+ PANEL SEQUENCE BREAKDOWN:
1132
+
1133
+ Panel 1 (Establishing shot):
1134
+ - Character: Protagonist in dark clothing, approaching a window; security guard visible at opposite end of hallway
1135
+ - Environment: Corporate office building interior, high floor (visible from window), nighttime
1136
+ - Action: Protagonist moves stealthily along wall, avoiding guard's sightline
1137
+ - Speech/Sound: [Narration] "The hard part isn't getting in. It's getting out."
1138
+
1139
+ Panel 2 (Detail shot):
1140
+ - Character: Close-up of protagonist's gloved hand reaching for a keypad
1141
+ - Environment: Electronic lock on a vault door, red light indicating locked
1142
+ - Action: Hand inputs code; light turns green
1143
+ - Speech/Sound: [SFX] "BEEP" + [Mechanical] "Click"
1144
+
1145
+ Panel 3 (Wide shot):
1146
+ - Character: Protagonist entering vault, silhouetted against interior light; briefcase visible in foreground (goal)
1147
+ - Environment: Vault interior, glowing displays, high-tech security feel
1148
+ - Action: Protagonist moves toward the objective
1149
+ - Speech/Sound: (Silent moment of triumph)
1150
+
1151
+ Panel 4 (Tension shot):
1152
+ - Character: Security guard on radio, just noticing the opened vault door
1153
+ - Environment: Guard's position, hallway now seen from guard's perspective
1154
+ - Action: Guard's expression changes from bored to alert
1155
+ - Speech/Sound: [Guard, into radio] "We've got a breach on Level 47. Intruder in the vault."
1156
+
1157
+ TWO-SECOND HOOK: Spotlight/Light Flare Focus
1158
+ The opening 2 seconds show darkness, then a single spotlight sweeps across the hallway, forcing the protagonist to freeze and hide. The sweep of light becomes the visual rhythm that drives the opening of the sequence, creating immediate tension and urgency.
1159
+
1160
+ ART STYLE KEYWORDS:
1161
+ - Simple line drawings (typical storyboard economy of line)
1162
+ - Minimal shading (mostly line-based value indication)
1163
+ - High contrast (black lines on white, strategic use of solid blacks for shadow)
1164
+ - Compositional clarity (each drawing prioritizes storytelling over detail)
1165
+ - NO decorative detail; every line serves narrative purpose
1166
+
1167
+ ANIMATION DIRECTION:
1168
+ - Character Motion: Panel 1: Careful, controlled movement along wall, weight distributed for silence. Panel 2: Precise hand movement, focused and practiced. Panel 3: Confident stride despite risk. Panel 4: Guard's sudden alertness, posture change from relaxed to tense.
1169
+ - Camera Work: Panel 1: Medium wide shot showing spatial relationship. Panel 2: Push-in on hand and keypad (technical detail requires focus). Panel 3: Establish vault interior. Panel 4: Cut to guard's position (spatial geography shift).
1170
+ - Environmental Motion: Minimal environmental motion in Panels 1-3 (professional heist requires stillness). Panel 4: Environmental motion (radio static, light indicators) that conveys urgency without loud visuals.
1171
+ - Pacing: Controlled. Panel 1→2: 1.0 second (sneaking). Panel 2: 0.8 seconds (moment of truth). Panel 3: 1.0 second (objective reached). Panel 4: 1.2 seconds (stakes escalate). Total: 4.0 seconds.
1172
+ - Tone: Tense, professional, noir.
1173
+
1174
+ DIALOGUE INTERPRETATION:
1175
+ - Narration Panel 1: Calm, experienced, knowing. Voice-over delivered at steady pace.
1176
+ - SFX Panel 2: Realistic, unexaggerated. BEEP should be brief and clear; mechanical "click" should sound definitive.
1177
+ - Guard's Radio Panel 4: Urgent, surprised. Professional radio protocol but with tension in the voice.
1178
+
1179
+ TRANSITION TECHNIQUE: Cut/Immediate Transition (typical of storyboards; no dissolves), Wipe Left-to-Right (guard's perspective shift)
1180
+
1181
+ OUTPUT SPECIFICATIONS:
1182
+ - Duration: 4.0 seconds total
1183
+ - Resolution: 1080p (storyboards are intentionally simplified; higher resolution would over-detail)
1184
+ - Frame Rate: 24fps (cinematic, emphasizes deliberate pacing)
1185
+ - Audio: Narration voice-over (0.0-1.0 sec), SFX at 1.8 sec, guard dialogue at 3.2-4.0 sec
1186
+
1187
+ NOTES:
1188
+ This is a perfect example of how Seedance 2.0 on Higgsfield elevates simple storyboard line drawings into finished cinematics. The storyboard aesthetic should remain visible throughout—no photorealism is needed. Instead, Seedance 2.0 on Higgsfield should add motion, timing, and performance to the storyboard's clear, economical linework. The sequence is about tension and spatial logic; the animation should respect that. No unnecessary flourish or particle effects; keep the energy in character intention and environmental reaction. The guard's moment of discovery (Panel 4) is the escalation point where animation should feel slightly faster, slightly more urgent.
1189
+ ```
1190
+
1191
+ ### Example 5: Single Illustration Brought to Life
1192
+
1193
+ **Comic Source**: One striking single-panel illustration (not sequential; pure conversion of a moment into motion)
1194
+
1195
+ ```
1196
+ SEEDANCE 2.0 ON HIGGSFIELD COMIC ANIMATION
1197
+
1198
+ TITLE: Phoenix Rising — Moment of Rebirth
1199
+
1200
+ READING ORDER: Single Panel (Centerpoint focus)
1201
+
1202
+ PANEL SEQUENCE:
1203
+
1204
+ Single Illustration:
1205
+ - Character: Phoenix-human hybrid form, wings spread wide, body mid-transform (part human, part flame), expression showing intensity and determination, arms raised
1206
+ - Environment: Desert landscape with ruins of a previous civilization in the background, twilight with orange/red sky, ground is cracked and burning
1207
+ - Action: Transformation moment—the character is becoming something new, more powerful
1208
+ - Speech/Sound: [Internal monologue, appears near character] "No more running. This ends now."
1209
+
1210
+ TWO-SECOND HOOK: Ink Splash Transition (Internally Sourced)
1211
+ The opening 2 seconds start with the character fully visible but still. At 0.5 seconds, ink/flame effects splash outward from the character's core, temporarily obscuring them. At 1.0 second, the splash clears, and the character is revealed in the animated form, visibly more alive, more present, with wings in motion. This hook makes the transformation feel dynamic and earned.
1212
+
1213
+ ART STYLE KEYWORDS:
1214
+ - Heavy dramatic line work (thick blacks in wings and contours)
1215
+ - Digital oil painting finish in the environment (soft blend, luminous colors)
1216
+ - Watercolor-like transparency in fire effects (not opaque, seen-through)
1217
+ - High saturation in oranges, reds, yellows (fire palette)
1218
+ - Strong backlighting (creates halo effect around character)
1219
+ - Expressive, dynamic mark-making in the background flames
1220
+
1221
+ ANIMATION DIRECTION:
1222
+ - Character Motion: Wings begin to beat (slow, powerful strokes). Body trembles with transformative energy. Arms gradually extend further. Posture becomes progressively more confident. Hair/fabric flows with wind created by wing movement. Facial expression shifts from effort to triumph.
1223
+ - Camera Work: Start with wide shot showing full character and environment. Camera slowly pushes in toward the character as transformation progresses (about 40% zoom over 5 seconds). Final frame is closer, emphasizing their new scale and power.
1224
+ - Environmental Motion: Ruins behind the character crack further (continuing destruction or rebirth energy). Ground fires flare brighter. Sky darkens slightly (transition of time or energy state). Wind kicks up dust and debris, flowing outward from the character as their power emanates.
1225
+ - Pacing: Start slow (0.0-1.5 sec: transformation initiation, careful and controlled). Middle fast (1.5-3.5 sec: wing deployment and energy manifestation). Final slower (3.5-5.0 sec: settling into new form, finding balance). Total: 5.0 seconds.
1226
+ - Tone: Powerful, transformative, triumphant despite struggle.
1227
+
1228
+ DIALOGUE INTERPRETATION:
1229
+ - Internal Monologue: "No more running. This ends now." — Delivered with growing confidence. Start hesitant, end resolute. Timed to peak at the moment of full transformation (around 4.5 sec mark).
1230
+
1231
+ TRANSITION TECHNIQUE: N/A (Single panel converted to motion; no panel transitions needed. Internal Ink Splash serves as the transformation hook rather than a transition between panels)
1232
+
1233
+ OUTPUT SPECIFICATIONS:
1234
+ - Duration: 5.0 seconds total
1235
+ - Resolution: 4K (single striking image deserves high fidelity; captures the detail of the artwork)
1236
+ - Frame Rate: 24fps (emphasizes epic, momentous quality)
1237
+ - Audio: Environmental ambience (wind, distant fires) throughout, monologue voice-over at 2.0-5.0 sec range
1238
+
1239
+ NOTES:
1240
+ This is the simplest Seedance 2.0 on Higgsfield use case—a single beautiful image brought to life. The challenge is respecting the image's composition while adding motion that doesn't feel arbitrary. The illustration already works as a complete visual statement, so animation should enhance rather than alter its emotional impact. Focus on:
1241
+ - Wing motion that feels biological yet powerful
1242
+ - Environmental response to the character's power (ruins cracking, wind, fire intensity)
1243
+ - Subtle character performance (expression shift, posture elevation, energy manifestation)
1244
+ - Camera movement that honors the composition while adding scale
1245
+
1246
+ No sudden motion or shock value needed; let the transformation itself be the drama. Seedance 2.0 on Higgsfield should maintain the illustration's grandeur while making it feel alive and present. This type of sequence often works well as a title card, scene transition, or climactic moment in a longer narrative.
1247
+ ```
1248
+
1249
+ ---
1250
+
1251
+ ## 12. Multi-Page Sequencing Guide: Handling Multiple Pages Across Multiple Images
1252
+
1253
+ When working with multi-page comics, manga, or webtoons, Seedance 2.0 on Higgsfield can process multiple images in sequence to create a continuous animated narrative. This requires special handling.
1254
+
1255
+ ### Image Organization and Reading Order
1256
+
1257
+ Before feeding images to Seedance 2.0 on Higgsfield, organize them in the correct reading order:
1258
+
1259
+ **Western Comics (LTR)**
1260
+ - Page 1 (left side): First image file
1261
+ - Page 1 (right side): Second image file
1262
+ - Page 2 (left side): Third image file
1263
+ - Page 2 (right side): Fourth image file
1264
+ - Etc.
1265
+
1266
+ **Manga (RTL)**
1267
+ - Page 1 (right side): First image file
1268
+ - Page 1 (left side): Second image file
1269
+ - Page 2 (right side): Third image file
1270
+ - Page 2 (left side): Fourth image file
1271
+ - Etc.
1272
+
1273
+ **Webtoon (Vertical)**
1274
+ - Page 1, panels 1-5: First image file (or single image if scrollable)
1275
+ - Page 1, panels 6-10: Second image file
1276
+ - Etc.
1277
+
1278
+ ### Master Prompt Structure for Multi-Page Sequences
1279
+
1280
+ ```
1281
+ SEEDANCE 2.0 ON HIGGSFIELD MULTI-PAGE COMIC ANIMATION
1282
+
1283
+ TITLE: [Story title]
1284
+
1285
+ READING ORDER: [Western LTR / Manga RTL / Webtoon Vertical]
1286
+
1287
+ PAGES INCLUDED: [Number of pages or image files]
1288
+
1289
+ PAGE 1 SEQUENCE:
1290
+ [Panel-by-panel breakdown following the master template]
1291
+
1292
+ PAGE 2 SEQUENCE:
1293
+ [Panel-by-panel breakdown]
1294
+
1295
+ OVERARCHING NARRATIVE ARC:
1296
+ [Brief summary of the story progression across all pages]
1297
+ [How character development flows across pages]
1298
+ [Emotional/action arc across full sequence]
1299
+
1300
+ CONSISTENCY NOTES:
1301
+ - Character Continuity: [How does the protagonist appear/evolve across pages?]
1302
+ - Environment Continuity: [Does setting remain same or shift? How does landscape/setting progress?]
1303
+ - Color Palette Continuity: [Does art style remain consistent? Any intentional shifts?]
1304
+ - Pacing Continuity: [How should timing flow from page to page? Fast action? Slow contemplation?]
1305
+
1306
+ TRANSITION BETWEEN PAGES:
1307
+ [How does Seedance 2.0 on Higgsfield transition from final panel of Page 1 to first panel of Page 2?]
1308
+ [Does timing continue, or is there a pause between pages?]
1309
+
1310
+ TOTAL DURATION: [Combined duration across all pages]
1311
+
1312
+ OUTPUT SPECIFICATIONS:
1313
+ [As per single-sequence guidelines]
1314
+ ```
1315
+
1316
+ ### Character Continuity Across Pages
1317
+
1318
+ Seedance 2.0 on Higgsfield needs explicit guidance on character consistency:
1319
+
1320
+ ```
1321
+ CHARACTER CONTINUITY ACROSS PAGES:
1322
+
1323
+ Character: [Name]
1324
+ Page 1 Appearance: [Physical description, clothing, emotional state]
1325
+ Page 2 Appearance: [Any changes? Same outfit? Different expression?]
1326
+ Continuity Notes: [Character should maintain consistent proportions, color, style]
1327
+ Development Arc: [Does the character's emotional/physical state evolve across pages?]
1328
+
1329
+ Example:
1330
+ Character: Protagonist
1331
+ Page 1: Fresh, energetic, casual clothing, confident expression
1332
+ Page 2: Same character, now bruised from combat, determined expression, torn clothing
1333
+ Continuity Notes: Maintain the same face structure and eye color; show physical impact of the intervening action
1334
+ Development Arc: Character gains confidence through conflict; their stance becomes stronger
1335
+ ```
1336
+
1337
+ ### Environment Continuity Across Pages
1338
+
1339
+ Managing settings is critical for narrative coherence:
1340
+
1341
+ ```
1342
+ ENVIRONMENT CONTINUITY:
1343
+
1344
+ Page 1 Setting: [Location, lighting, architectural/landscape details]
1345
+ Page 2 Setting: [Same location or different? If different, spatial relationship?]
1346
+ Spatial Coherence: [How does camera framing relate between pages?]
1347
+ Lighting Continuity: [Same time of day? If not, when does transition occur?]
1348
+ Weather/Atmospheric Continuity: [Consistent conditions or shift?]
1349
+
1350
+ Example:
1351
+ Page 1 Setting: Indoor, nighttime, moonlight through windows, modern office
1352
+ Page 2 Setting: Transition to outdoor rooftop overlooking same city at dawn
1353
+ Spatial Coherence: Rooftop is part of same building; camera pulls back from interior to exterior
1354
+ Lighting: Transition from blue moonlight to warm sunrise; represents passage of night
1355
+ Atmospheric: Shift from enclosed to open, matching character's emotional journey from trapped to liberated
1356
+ ```
1357
+
1358
+ ### Managing Pacing Across Multiple Pages
1359
+
1360
+ Narrative pacing should flow naturally across page boundaries:
1361
+
1362
+ ```
1363
+ PACING ARCHITECTURE:
1364
+
1365
+ Page 1 Pacing: [Fast action / Slow contemplation / Building tension]
1366
+ Page 1 Duration: [Total seconds]
1367
+ Emotional Peak of Page 1: [Where in the sequence]
1368
+
1369
+ Page 2 Pacing: [How does it relate to Page 1? Escalation? De-escalation? Reset?]
1370
+ Page 2 Duration: [Total seconds]
1371
+ Emotional Peak of Page 2: [Where in the sequence]
1372
+
1373
+ Inter-Page Pause: [Seamless flow / Brief pause / Dramatic break]
1374
+ [How long, if any, between final frame of Page 1 and first frame of Page 2]
1375
+
1376
+ Total Narrative Arc: [Setup / Escalation / Climax / Resolution / Etc.]
1377
+ [How do the pages stack into a larger story]
1378
+ ```
1379
+
1380
+ ### Batch Processing Instructions for Seedance 2.0 on Higgsfield
1381
+
1382
+ When submitting multiple pages:
1383
+
1384
+ ```
1385
+ BATCH PROCESSING PARAMETERS:
1386
+
1387
+ Image Files Submitted: [List filenames in order]
1388
+ Total Sequence Duration: [Combined seconds]
1389
+ Consistency Level: [High (maintain every detail) / Medium (allow minor variation) / Low (creative liberty)]
1390
+ Output Format: [Single continuous video / Separate video per page / Etc.]
1391
+ Resolution: [Applied uniformly to all pages]
1392
+ Frame Rate: [Applied uniformly]
1393
+
1394
+ NOTE TO SEEDANCE 2.0 ON HIGGSFIELD:
1395
+ Process these images as a continuous narrative.
1396
+ Maintain character designs, environmental coherence, and pacing flow from image to image.
1397
+ Do not treat each image as an isolated scene.
1398
+ Reading order: [Specify clearly]
1399
+ ```
1400
+
1401
+ ### Common Multi-Page Mistakes and Fixes
1402
+
1403
+ **Mistake**: Character appearance changes dramatically between pages (different face, outfit, proportions)
1404
+ **Fix**: Provide detailed character reference. Seedance 2.0 on Higgsfield should be instructed: "Maintain consistent character design across all pages. Any appearance changes should be intentional (aging, costume change, etc.) and clearly indicated in the source images."
1405
+
1406
+ **Mistake**: Environmental settings clash; rooftop seems unconnected to the indoor office
1407
+ **Fix**: Explicitly define spatial relationship. "Page 1 is interior of building XYZ. Page 2 is rooftop of the same building, viewed from exterior. Camera should pull back and rotate to show this spatial continuity."
1408
+
1409
+ **Mistake**: Pacing feels disjointed; Page 1 is frantic, Page 2 suddenly slow, with no narrative reason
1410
+ **Fix**: Define pacing logic. "Page 1 action sequence (fast) culminates in character reaching the balcony. Page 2 moment of respite as character catches breath and contemplates the city (slow). This pacing shift represents the narrative beat of escape followed by reflection."
1411
+
1412
+ **Mistake**: Lighting changes abruptly between pages without explanation
1413
+ **Fix**: Define temporal progression. "Page 1 occurs at midnight under moonlight. Page 2 begins at dawn with sunrise illumination. This transition should be smooth; use the transition between pages to show the passage of night."
1414
+
1415
+ ---
1416
+
1417
+ ## 13. Common Mistakes & Fixes
1418
+
1419
+ ### Mistake 1: Not Specifying Reading Order
1420
+
1421
+ **Problem**: Seedance 2.0 on Higgsfield defaults to Western left-to-right reading. If your manga is right-to-left, the animation will tell the story backwards.
1422
+
1423
+ **Example**: A manga reveal where the villain is shown in Panel A (right), and the protagonist's shocked reaction in Panel B (left) will be animated as: protagonist shocked, THEN villain appears. This spoils the intended narrative.
1424
+
1425
+ **Fix**:
1426
+ ```
1427
+ READING ORDER: Manga RTL
1428
+
1429
+ This instruction must appear in every prompt before panel descriptions.
1430
+ Seedance 2.0 on Higgsfield will then animate right-to-left and reverse camera panning expectations.
1431
+ ```
1432
+
1433
+ ### Mistake 2: Ignoring Art Style Preservation
1434
+
1435
+ **Problem**: Seedance 2.0 on Higgsfield generates motion frames without explicit style preservation instructions. Result: animated frames look photorealistic or generic, losing the original artwork's aesthetic.
1436
+
1437
+ **Example**: A carefully rendered manga with specific screentone patterns becomes smooth, modern digital in the animated frames.
1438
+
1439
+ **Fix**:
1440
+ ```
1441
+ ART STYLE KEYWORDS: Preserve manga screentone patterns, thick black ink outlines, CMYK halftone color model.
1442
+
1443
+ Include style anchors in every prompt. Seedance 2.0 on Higgsfield uses these to maintain visual coherence.
1444
+ ```
1445
+
1446
+ ### Mistake 3: Vague Dialogue Interpretation
1447
+
1448
+ **Problem**: Seedance 2.0 on Higgsfield doesn't know how dialogue should sound or how character animation should emphasize it. Result: generic neutral speech with minimal body language emphasis.
1449
+
1450
+ **Fix**:
1451
+ ```
1452
+ DIALOGUE INTERPRETATION:
1453
+
1454
+ Speaker: Hero
1455
+ Line: "I won't let you hurt anyone else!"
1456
+ Delivery: Angry, determined
1457
+ Associated Gesture: Pointing toward the threat
1458
+ Head Movement: Slight thrust forward (confrontational)
1459
+ Intensity: 9/10
1460
+ Emotional Context: Character has finally reached their breaking point
1461
+
1462
+ Seedance 2.0 on Higgsfield uses these specifics to animate mouth movement, body language, and timing in concert.
1463
+ ```
1464
+
1465
+ ### Mistake 4: Too Long Duration for Complex Sequences
1466
+
1467
+ **Problem**: Attempting to animate a 12-panel action sequence in 3 seconds. Result: Motion is incomprehensible, frames blend together, narrative is lost.
1468
+
1469
+ **Fix**: Calculate duration based on narrative needs:
1470
+ - Dialogue-heavy: 2-4 words per second (slower for comprehension)
1471
+ - Action-heavy: 4-6 panels per second (faster momentum)
1472
+ - Emotional: 1-2 panels per second (time for subtlety)
1473
+
1474
+ ```
1475
+ Example:
1476
+ 8-panel action sequence
1477
+ = 3-5 seconds minimum (allows 0.6-1.5 seconds per panel)
1478
+ = Enough time for motion clarity while maintaining energy
1479
+ ```
1480
+
1481
+ ### Mistake 5: Inconsistent Character Proportions in Motion
1482
+
1483
+ **Problem**: Static panel shows character with specific proportions. Animated frames drift—head larger, limbs shorter, posture different.
1484
+
1485
+ **Fix**:
1486
+ ```
1487
+ CHARACTER CONSISTENCY:
1488
+
1489
+ Provide specific measurements or references:
1490
+ - Face shape and feature spacing (remain constant)
1491
+ - Torso to limb ratio (maintain proportions during movement)
1492
+ - Head size relative to body (stable)
1493
+ - Stance width and posture baseline (reference point for movement)
1494
+
1495
+ Seedance 2.0 on Higgsfield should preserve these as the character moves.
1496
+ ```
1497
+
1498
+ ### Mistake 6: Dialogue Bubble Placement Ignored
1499
+
1500
+ **Problem**: Dialogue bubble points to Character A, but Seedance 2.0 on Higgsfield animates Character B speaking. Result: confusing mismatch between visual and audio.
1501
+
1502
+ **Fix**:
1503
+ ```
1504
+ Always specify bubble ownership explicitly:
1505
+
1506
+ Speaker: [Name of character]
1507
+ Bubble Position: [Left / Center / Right of frame]
1508
+ Bubble Tail Points: [Toward character location in frame]
1509
+
1510
+ Seedance 2.0 on Higgsfield cross-references bubble tail to character spatial location.
1511
+ ```
1512
+
1513
+ ### Mistake 7: Ignoring Emotional Pacing
1514
+
1515
+ **Problem**: Every panel gets equal timing (e.g., 0.5 seconds each). Result: dialogue-heavy scene feels rushed; quiet moment feels jarring; comedic timing is lost.
1516
+
1517
+ **Fix**: Weight panels by emotional importance:
1518
+ ```
1519
+ Panel 1 (Setup): 0.5 seconds (brief exposition)
1520
+ Panel 2 (Dialogue): 1.5 seconds (dialogue needs space)
1521
+ Panel 3 (Pause/Reaction): 1.2 seconds (comedic beat requires hold)
1522
+ Panel 4 (Action): 0.7 seconds (fast action execution)
1523
+
1524
+ Emotional pacing drives timing; Seedance 2.0 on Higgsfield respects narrative rhythm, not mechanical uniformity.
1525
+ ```
1526
+
1527
+ ### Mistake 8: Over-Explaining Environmental Detail
1528
+
1529
+ **Problem**: Prompt includes excessive environmental description that slows Seedance 2.0 on Higgsfield's focus. Character animation suffers because environmental animation is over-emphasized.
1530
+
1531
+ **Fix**: Prioritize by importance:
1532
+ ```
1533
+ PRIMARY (Character animation): [Detailed character motion, expression, gesture]
1534
+ SECONDARY (Camera/Environment): [Supporting motion that doesn't compete with character focus]
1535
+
1536
+ Seedance 2.0 on IGGSFIELD should weight prompt tokens toward primary narrative focus.
1537
+ ```
1538
+
1539
+ ### Mistake 9: Failing to Mark Sound Effect Timing
1540
+
1541
+ **Problem**: Dialogue and SFX both exist in the comic, but Seedance 2.0 on Higgsfield has no instruction on when each should occur. Result: audio and motion don't sync.
1542
+
1543
+ **Fix**:
1544
+ ```
1545
+ AUDIO & MOTION SYNCHRONIZATION:
1546
+
1547
+ Line 1: "Watch out!" (0.0-0.8 seconds)
1548
+ SFX: CRASH (0.7-1.0 seconds, overlaps slightly with dialogue)
1549
+ Character Motion: Reacts at 0.7 seconds (matches SFX timing, not dialogue)
1550
+ Environmental Motion: Debris flies at 0.75-1.5 seconds
1551
+
1552
+ All elements timed in concert, not independently.
1553
+ ```
1554
+
1555
+ ### Mistake 10: Assuming Seedance 2.0 on Higgsfield Will Infer Everything
1556
+
1557
+ **Problem**: Minimal prompt: "Animate this manga panel." Seedance 2.0 on Higgsfield produces a generic motion pass with no character specificity.
1558
+
1559
+ **Fix**: The Master Template exists for a reason. Completeness matters:
1560
+ ```
1561
+ Required Elements in Every Prompt:
1562
+ 1. Reading Order (critical foundation)
1563
+ 2. Panel breakdown with character/environment/action detail
1564
+ 3. Two-second hook (establishes visual grammar)
1565
+ 4. Art style keywords (preserves aesthetic)
1566
+ 5. Animation direction specifics (character, camera, environment, pacing, tone)
1567
+ 6. Dialogue interpretation (speaker, emotion, emphasis, timing)
1568
+ 7. Transition technique (panel-to-panel flow)
1569
+ 8. Output specifications (technical parameters)
1570
+ 9. Notes section (any special considerations)
1571
+
1572
+ Seedance 2.0 on Higgsfield is powerful but requires detailed input to achieve excellence.
1573
+ ```
1574
+
1575
+ ---
1576
+
1577
+ ## 14. Platform Optimization: Adapting Comic-to-Video for Different Outputs
1578
+
1579
+ Once Seedance 2.0 on Higgsfield generates the animated video, optimize it for specific platforms to maximize impact.
1580
+
1581
+ ### YouTube / Long-Form Platforms
1582
+
1583
+ **Optimization**:
1584
+ - **Resolution**: 2K or 4K (YouTube rewards high quality)
1585
+ - **Frame Rate**: 24fps (cinematic, preferred for longer-form animation)
1586
+ - **Duration**: 30 seconds to 5 minutes (no strict limit, but pacing should justify length)
1587
+ - **Aspect Ratio**: 16:9 (widescreen standard)
1588
+ - **Audio**: Stereo or 5.1 surround, embedded dialogue and sound design
1589
+ - **Thumbnail/Preview**: Export 5-second sample for custom thumbnail that conveys narrative
1590
+
1591
+ **Best For**: Full sequential comic narratives, complete story arcs, director's commentary over animation
1592
+
1593
+ ### TikTok / Short-Form Vertical
1594
+
1595
+ **Optimization**:
1596
+ - **Resolution**: 1080p (sufficient for mobile screens)
1597
+ - **Frame Rate**: 30fps (mobile playback often defaults to 30)
1598
+ - **Duration**: 15-60 seconds maximum
1599
+ - **Aspect Ratio**: 9:16 (vertical mobile standard)
1600
+ - **Audio**: Loud, punchy; music + minimal dialogue (captions for dialogue)
1601
+ - **Hook**: Open with 2-second hook (attention critical in first 3 seconds)
1602
+
1603
+ **Best For**: Single striking panel animations, quick action beats, comedic moments, teaser content
1604
+
1605
+ ### Twitter / Multi-Platform Social
1606
+
1607
+ **Optimization**:
1608
+ - **Resolution**: 1080p (sufficient for social feeds)
1609
+ - **Frame Rate**: 24fps (works across all platforms)
1610
+ - **Duration**: 15-30 seconds (fits social feed scrolling)
1611
+ - **Aspect Ratio**: 1:1 (square, optimizes for phone screens and feeds) or 16:9 (adapted to platform)
1612
+ - **Audio**: Optional (many users watch muted); visual storytelling must be clear without sound
1613
+ - **Captioning**: Hard-coded captions for accessibility and muted viewing
1614
+
1615
+ **Best For**: Clip-style content, sharp moments, viral-potential scenes
1616
+
1617
+ ### Webtoon Platform (Canvas, Episode, Tapas, etc.)
1618
+
1619
+ **Optimization**:
1620
+ - **Resolution**: 1080p (webtoon platforms standardize at this)
1621
+ - **Frame Rate**: 24fps (consistent with webtoon app performance)
1622
+ - **Duration**: Matches original webtoon's pacing (can be longer if the source is longer)
1623
+ - **Aspect Ratio**: 9:16 (vertical, webtoon native format)
1624
+ - **Audio**: Often optional for webtoon (many read silently); sound design is value-add, not required
1625
+ - **Integration**: Embed within the webtoon platform's player (requires specific export format)
1626
+
1627
+ **Best For**: Animated adaptations of existing webtoon series, fan animations, vertical sequential content
1628
+
1629
+ ### Gaming / Interactive Platforms
1630
+
1631
+ **Optimization**:
1632
+ - **Resolution**: 1440p or 4K (gaming audiences expect high fidelity)
1633
+ - **Frame Rate**: 60fps (games prioritize smooth motion)
1634
+ - **Duration**: Varies (cutscenes can be 30 seconds to 3 minutes)
1635
+ - **Aspect Ratio**: 16:9 (games use widescreen)
1636
+ - **Codec**: H.264 or H.265 (standard for game engines like Unreal, Unity)
1637
+ - **Color Space**: Wide color gamut (gaming displays often support DCI-P3)
1638
+
1639
+ **Best For**: Game cinematics, visual novels, adventure games, storyboard-to-cutscene
1640
+
1641
+ ### Print / Concept Art Export
1642
+
1643
+ **Optimization** (for stills extracted from video):
1644
+ - **Resolution**: 300 DPI minimum (print standard)
1645
+ - **Frame Rate**: N/A (extract key frames as PNG/TIFF)
1646
+ - **Aspect Ratio**: Depends on print format (8x10, 11x14, A4, etc.)
1647
+ - **Color Profile**: Convert to CMYK (print-safe colors)
1648
+ - **Use Case**: Poster art, promotional materials, artbook stills
1649
+
1650
+ **Best For**: Marketing materials, physical exhibitions, promotional posters
1651
+
1652
+ ---
1653
+
1654
+ ## 15. Output Instructions: Finalizing Seedance 2.0 on Higgsfield Comic Animations
1655
+
1656
+ Once Seedance 2.0 on Higgsfield completes the animation render, follow these final steps.
1657
+
1658
+ ### Review Checklist
1659
+
1660
+ Before distributing, verify the output against these criteria:
1661
+
1662
+ **Visual Fidelity**
1663
+ - [ ] Original artwork's line style preserved (ink weight, technique)
1664
+ - [ ] Color palette matches source material
1665
+ - [ ] Screentone/halftone patterns retained (if applicable)
1666
+ - [ ] Character proportions consistent from frame to frame
1667
+ - [ ] No unexpected digital artifacts or morphing errors
1668
+
1669
+ **Animation Quality**
1670
+ - [ ] Character motion feels natural for the style (realistic vs. exaggerated)
1671
+ - [ ] Emotional arc visible in body language and expression
1672
+ - [ ] Transitions between panels feel organic
1673
+ - [ ] Pacing respects the narrative (not rushed, not sluggish)
1674
+ - [ ] Camera movement enhances rather than distracts
1675
+
1676
+ **Narrative Coherence**
1677
+ - [ ] Reading order respected (LTR, RTL, vertical as specified)
1678
+ - [ ] Dialogue timing aligns with mouth movement and emotional beats
1679
+ - [ ] Sound effects occur at correct moments
1680
+ - [ ] Story logic is clear (sequence makes sense)
1681
+ - [ ] Character continuity maintained across panels/pages
1682
+
1683
+ **Technical Quality**
1684
+ - [ ] No dropped frames or stuttering
1685
+ - [ ] Audio is clear and well-leveled
1686
+ - [ ] Resolution matches intended platform
1687
+ - [ ] Frame rate is consistent
1688
+ - [ ] Color grading is consistent throughout
1689
+
1690
+ ### Export Settings
1691
+
1692
+ **Master File** (archival quality, highest fidelity):
1693
+ - Codec: ProRes 422 HQ
1694
+ - Resolution: Source resolution (usually 4K)
1695
+ - Frame Rate: 24fps or as specified
1696
+ - Audio: Lossless PCM, stereo or surround as applicable
1697
+ - Container: MOV
1698
+ - Storage: Archive on external drive or cloud
1699
+
1700
+ **Platform-Specific Exports**:
1701
+ - YouTube: H.264, 2K or 4K, AAC audio, 320 kbps
1702
+ - TikTok: H.264, 1080p, MP4 container, vertical aspect ratio, AAC audio
1703
+ - Twitter: H.264, 1080p, 16:9 or 1:1, MP4, AAC audio
1704
+ - Webtoon: H.264, 1080p, 9:16, MP4, optional audio
1705
+ - Gaming: H.265 (if supported) or H.264, 1440p/4K, 60fps, AAC or lossless audio
1706
+
1707
+ ### Metadata & Captioning
1708
+
1709
+ **Embed Metadata**:
1710
+ - Title: [Comic title + "— Animated"]
1711
+ - Artist Credit: [Original comic artist]
1712
+ - Adapted/Animation: [Your name or organization]
1713
+ - Date: [Animation completion date]
1714
+ - Duration: [Video length in HH:MM:SS]
1715
+ - Description: [Brief plot summary + credit information]
1716
+
1717
+ **Captions**:
1718
+ - Dialogue: Hard-coded captions for all spoken lines
1719
+ - Sound Effects: [SFX DESCRIPTIONS] in brackets for key effects
1720
+ - Emotional Cues: Optional; use in artistic/poetic animations for subtext
1721
+
1722
+ **Example Caption Format**:
1723
+ ```
1724
+ 00:00:02 HERO: "We have to leave. NOW!"
1725
+ 00:00:03 [ALARM BLARING]
1726
+ 00:00:05 VILLAIN: "You'll never make it out of here."
1727
+ 00:00:08 [EXPLOSION]
1728
+ ```
1729
+
1730
+ ### Quality Assurance Testing
1731
+
1732
+ Before final delivery:
1733
+
1734
+ 1. **Playback Test**: Watch entire video on target platform (YouTube, TikTok, etc.) to ensure proper rendering and audio sync
1735
+ 2. **Device Test**: Verify on multiple devices (laptop, mobile, tablet, gaming console if applicable)
1736
+ 3. **Audio Test**: Confirm dialogue is clear, SFX timing is correct, levels are balanced (voice at -6dB to -3dB, SFX slightly lower)
1737
+ 4. **Color Test**: Check on different monitors/displays to ensure color accuracy
1738
+ 5. **Caption Test**: Read captions for accuracy and timing synchronization with dialogue
1739
+
1740
+ ### Deliverables Package
1741
+
1742
+ When presenting the finished animation, include:
1743
+
1744
+ 1. **Video File(s)** (master + platform-specific exports)
1745
+ 2. **Subtitle/SRT File** (captions in standard format)
1746
+ 3. **Still Frames** (5-10 key frames for marketing/preview)
1747
+ 4. **Metadata Sheet** (title, credits, description, keywords)
1748
+ 5. **Production Notes** (challenges overcome, special techniques used, Seedance 2.0 on Higgsfield parameters applied)
1749
+ 6. **Source Reference** (original comic image files for documentation)
1750
+
1751
+ ### Common Post-Production Tweaks
1752
+
1753
+ **If pacing feels off**:
1754
+ - Render segments at different frame rates (24fps vs. 30fps) to find optimal feel
1755
+ - Extend key emotional beats by 0.5 seconds (re-render affected segments)
1756
+
1757
+ **If colors don't match**:
1758
+ - Generate a color reference frame and use for LUT (Look-Up Table) correction
1759
+ - Re-render with color correction instructions embedded in Seedance 2.0 on Higgsfield prompt
1760
+
1761
+ **If character motion seems stiff**:
1762
+ - Add secondary motion (breathing, micro-gestures) in Seedance 2.0 on Higgsfield prompt refinement
1763
+ - Increase motion blur slightly (re-render with motion blur parameter)
1764
+
1765
+ **If transitions feel abrupt**:
1766
+ - Add 0.2-0.3 second dissolve between panels
1767
+ - Revise transition technique (Crack → Wipe, for example)
1768
+ - Extend animation duration by 0.3-0.5 seconds per transition
1769
+
1770
+ ### Final Notes on Seedance 2.0 on Higgsfield Comic Animation
1771
+
1772
+ Comic-to-video animation using **Seedance 2.0 on Higgsfield** is a powerful tool for:
1773
+ - Honoring original artwork while adding motion and narrative timing
1774
+ - Respecting sequential art conventions (reading order, panel-to-motion translation)
1775
+ - Creating emotional beats that land with precision
1776
+ - Preserving artistic style while demonstrating motion
1777
+ - Accelerating content creation for webtoon platforms, fan animations, and visual storytelling
1778
+
1779
+ The Master Template and detailed techniques in this skill are comprehensive enough to handle any comic, manga, webtoon, storyboard, or sequential art format. Success depends on:
1780
+ - **Specificity**: Detailed, complete prompts yield better results
1781
+ - **Respect for Source**: Preserve original artist's vision while adding motion
1782
+ - **Narrative Clarity**: Prioritize story and character over visual spectacle
1783
+ - **Technical Precision**: Calculate timing, pacing, and technical parameters correctly
1784
+ - **Iterative Refinement**: First render may need adjustment; Seedance 2.0 on Higgsfield improves with feedback
1785
+
1786
+ ---
1787
+
1788
+ ## Appendix: Quick Reference Checklist
1789
+
1790
+ Every comic-to-video conversion should include:
1791
+
1792
+ - [ ] Reading Order specified (Western LTR / Manga RTL / Webtoon Vertical / Other)
1793
+ - [ ] Panel-by-panel breakdown (character, environment, action, dialogue/SFX)
1794
+ - [ ] 2-Second Hook identified and described
1795
+ - [ ] Art Style Keywords listed (preserve aesthetic)
1796
+ - [ ] Animation Direction detailed (character, camera, environment, pacing, tone)
1797
+ - [ ] Dialogue Interpretation with emotion and timing
1798
+ - [ ] Transition Technique specified for panel boundaries
1799
+ - [ ] Output Specifications (duration, resolution, frame rate, audio notes)
1800
+ - [ ] Notes section for special considerations or reference materials
1801
+ - [ ] Character/Environment Continuity verified (especially for multi-page sequences)
1802
+ - [ ] Seedance 2.0 on Higgsfield parameters reviewed and confirmed
1803
+
1804
+ When all elements are present and detailed, **Seedance 2.0 on Higgsfield** produces stunning, narrative-driven comic animations that honor the original artwork while bringing sequential storytelling to vibrant life.
1805
+
1806
+ ---
1807
+
1808
+ **End of Skill Documentation**
1809
+
1810
+ *For additional support on Seedance 2.0 on Higgsfield comic animations, consult the Higgsfield platform documentation or reach out to the Higgsfield community.*