-
Notifications
You must be signed in to change notification settings - Fork 2
Seedance 2.0 Extend & Omni endpoint issues #1
Copy link
Copy link
Open
Description
Environment
- ComfyUI v0.16.4
- muapi-comfyui (latest)
- macOS / Apple Silicon
Issue 1: seedance-v2.0-extend always fails with "parent task expired"
After successfully generating a video with seedance-v2.0-i2v, I immediately chain it to seedance-v2.0-extend using the request_id output. The I2V completes successfully, but the Extend always fails with:
failed to get parent task runtime, please check if the parent task expired
This happens even when both nodes run in sequence within the same ComfyUI execution (no manual delay between them).
Questions:
- Can
seedance-v2.0-extenduse request_ids fromseedance-v2.0-i2v? - How long is a parent task's request_id valid before it expires?
- Does the Extend endpoint support the
remove_watermarkparameter inextra_params_json? (I'm passing{"remove_watermark": true})
Issue 2: seedance-2.0-new-omni always fails with "Insufficient credits"
Every request to seedance-2.0-new-omni fails with:
Insufficient credits: requires at least 10.0 credits, current balance: -24.0 credits
My account balance is $48+ (confirmed on dashboard). The seedance-v2.0-i2v and seedance-v2.0-t2v endpoints work fine with the same API key.
Questions:
- Is
seedance-2.0-new-omnifully available, or is it still in preview/beta? - Is there a separate credit system for omni endpoints?
- How can I resolve the negative credit balance shown in the error?
Dashboard screenshot context
- Total requests: 5
seedance-2.0-new-omni: 3 requests, $0.00 (all failed)seedance-v2.0-i2v: 1 request, $1.25 (success)seedance-v2.0-t2v: 1 request, $0.60 (success)
Thanks for your help!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels