-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OOM error with Hunyuan Video GGUF #187
Comments
What resolution/frame count? Might just be flat out OOMing on runtime costs alone considering it says it has 7GBs free (so barely any part of the model is loaded, most of it probably in lowvram mode.) Could try play with the reserved VRAM amount (launch flag) or close VRAM intensive stuff/switch the desktop to the iGPU, though idk what res/frames you can get on a 8GB card, it's borderline unusable for me on a 10GB one lol |
Pushed a commit that might fix it. Keyword might lol. |
Did some more testing:
It OOM's right away, loading the llava model, in the CLIPTexEncode stage, even before loading the Hunyuan model. I also tried:
It loads all the models, and it starts the generation process. So maybe it's just too much for my old GPU. But there may also be a separate issue with the GGUF llava encoder. |
I am using gguf Q8 model, 640x480 resolution, frame count 65, tile_size 128, overlap 32, fps 16. |
I have an OOM error when trying to run Hunyuan Video GGUF Q6_K
I tried the ComfyUI example workflow, with the llava FP8 encoder.
I just replaced the native loader with the GGUF loader.
I haven't tried the regular Hunyuan Video model.
I have an old system, but I can run LTX-Video and Flux, even the full size models.
The text was updated successfully, but these errors were encountered: