fix: preprocess music cover lyrics flow#160
Conversation
SummaryAdds a cover preprocess step to Checks
Changes by file
|
There was a problem hiding this comment.
this is the piece #159 was missing — switching to cover_feature_id after the preprocess call is the right shape, and the fact that the API was always two-step and the CLI was just skipping the preprocess call is a useful data point.
one concern: if preprocess succeeds but the second music_generation call fails, the user is left with a charged preprocess step and a failed cover. worth a comment in the code noting the two-step failure mode, and maybe a --no-preprocess escape hatch for retrying generation without re-charging preprocess.
when this lands, #159 should be closeable. happy to drop a follow-up comment on that issue confirming the fix if useful.
nice work.
Summary
mmx music covercover_feature_idin the follow-up generation request instead of raw reference audioTesting