Skip to content

v0.2.8

Choose a tag to compare

@overlordkim overlordkim released this 19 Sep 15:03

Seedance now requires an explicit person-reference boolean for every supplied image or video, including first and last frames. Set true when the reference contains a person and false otherwise. Missing values fail before generation; audio references must omit the field. HypiHub preserves both values during upload.

When upgrading existing Sources, add person-reference="true" or person-reference="false" to each visual Reference. FrameVideo uses first-frame-person-reference and, when a last frame is supplied, last-frame-person-reference. Direct requests require fields.personReference.

Update the npm Distribution:

npm install -g @hypit/hypit@0.2.8

The Hypit Skill guidance is updated separately from npm. Refresh your installed Skill:

npx skills add hypit-ai/hypit -g

Reference syntax and examples