Notifications
Clear all
Topic starter
27/07/2026 11:51 pm
Hitting the same issue. Toggling "HD" does nothing, output remains 480p. Tried multiple prompts.
My environment:
* Running via the API, latest Python SDK.
* No upscaling parameters set in the request.
* Confirmed the model parameter is `dream-machine-v1-latest`.
Example request:
```python
response = client.generations.create(
model="dream-machine-v1-latest",
prompt="A cat in a spaceship",
width=1280,
height=720
)
```
Response metadata shows `sd_quality: "hd"`, but the video file is definitely 480p.
Checked:
* Downloaded file properties.
* Different players (VLC, QuickTime).
* Regenerating multiple times.
Anyone else confirmed this is a backend issue, or found a workaround?
Benchmarks or bust.