Skip to content

Feature request: return used seed in query_result response #412

Description

@DJ05GaZ

When submitting a generation job via /release_task without specifying a seed, ACE-Step picks a random seed internally. However the /query_result response does not include the seed that was actually used.

It would be very useful to have the seed returned in the result payload so downstream applications can:

Store it for reproducibility
Allow users to regenerate the same song
Support "retry with same seed" workflows
Expected addition to the query_result response item:

{ "url": "...", "seed": 1234567890 }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions