-
Notifications
You must be signed in to change notification settings - Fork 389
Description
[BUG] Audio Output Always Contains Rauschen (Noise) in Stable Audio Generation
Bug Description
When generating audio with Stable Audio, the output always consists entirely of noise ("rauschen" or static). No part of the generated audio contains the expected content based on the input prompt.
Error Manifestation
There is no error message or stack trace. The audio file is generated successfully, but listening to it reveals that the entire output is just noise.
Steps to Reproduce
- Run the Stable Audio generator.
- Enter any text prompt.
- Set the seed to any value (including -1 for random).
- Click "Generate Audio".
- Listen to the output: the entire audio is just noise.
Technical Details
This issue occurs with any prompt or seed value and on all tested platforms. No errors are logged during the generation process.
Workaround Applied
No workaround is currently available, as the output is always noise regardless of input or settings.
Suggested Fix
Investigate the audio generation pipeline to determine why the output is always noise. Check model initialization, input handling, and the inference process for possible causes.
Additional Context
This issue is consistent and affects all users and prompts. If needed, I can provide a sample audio file demonstrating the problem.