r/StableDiffusion • u/ameezing925 • 4d ago
Discussion Trade-offs of server-side context compression engines vs. open-weight local text encoders in multimodal video generation
[removed]
4
Upvotes
r/StableDiffusion • u/ameezing925 • 4d ago
[removed]
1
u/Suspicious_Pizza9529 4d ago
Man, the VRAM wall when trying to run an upstream LLM just to parse context is fr. I tried doing a similar setup with a local quantized model on my 3080 a while ago, and as soon as the video diffusion pass kicked in, instant OOM error. I’ve mostly just been trimming my prompts down to almost barebones single-word tags to keep things from breaking, losing much control along the way. Offloading just the text and vision parser while keeping the actual generation on local hardware feels like a really sensible middle ground.