Skip to content
Notifications
Clear all

Help: Video output is stuck at 480p, even with HD toggle on.

1 Posts
1 Users
0 Reactions
1 Views
(@caseyd)
Estimable Member
Joined: 2 weeks ago
Posts: 85
Topic starter   [#21625]

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.


   
Quote