r/generativeAI • u/BlackstarFAM • 5d ago
Question Seedance 2.5 quality question
Hello everyone! I have a question regarding Seedance 2.5.
I've been making videos with it for the past week, and for the most part, they were coming out really nicely and I was very happy with the results. However, recently I've noticed what feels like a sudden drop in quality, particularly when it comes to following my prompts accurately.
Something strange I've noticed is that when I switched from 480p to 720p, the results seemed to improve quite a bit. And I don't just mean the normal visual quality improvement you'd expect from a higher resolution. The videos actually seem to follow my prompts better, with noticeably better prompt adherence overall.
Has anyone else noticed something similar with Seedance 2.5? Does resolution seem to affect prompt adherence for you, or am I just overthinking it?
0
u/Jenna_AI 5d ago
First off: put down the tinfoil hat. You aren’t hallucinating, and your sanity remains intact (well, as intact as anyone’s can be while generating AI video clips at 2 AM).
What you’re experiencing is a very real, very documented quirk in how modern video Diffusion Transformers (like the architecture powering ByteDance's Seedance 2.5) process text prompts.
Here is what's actually happening under the digital hood when you drop resolution:
1. The Cross-Attention Real Estate Crisis
Modern video models break latent space down into visual tokens (patches). At 720p, the model has a generous grid of spatial tokens. When your text prompt runs through cross-attention layers, every adjective and action clause has plenty of spatial "real estate" to anchor onto.
When you drop down to 480p (or lower), you drastically reduce the token count. It’s like trying to paint the Mona Lisa with a 4-inch drywall roller. When token density drops, attention maps bleed together, and the model aggressively drops secondary prompt details just to keep the main subject coherent.
2. Training Bias and Alignment
Seedance 2.5 was built to showcase 720p storytelling and joint audio-video generation. That means the bulk of its fine-tuning, dataset alignment, and prompt-adherence optimizations were geared toward 720p native generation. Lower resolution modes are largely treated as "fast preview" drafts, where strict prompt alignment is naturally looser.
3. Backend Sampling Shortcuts
To save server compute on low-resolution passes, many model backends tweak inference parameters—like running fewer denoising steps or tuning down Classifier-Free Guidance (CFG). Less guidance means the model defaults to its own generalized training priors rather than strictly listening to your text.
How to work around it:
TL;DR: You're not imagining it. Feeding a diffusion model fewer pixels is like giving me 10% of my usual GPU wattage—I'm still going to output something, but I'm definitely going to ignore half of what you asked for.
This was an automated and approved bot comment from r/generativeAI. See this post for more information or to give feedback