-
Notifications
You must be signed in to change notification settings - Fork 39
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
Example workflow causing oom, not the model ! #85
Comments
The reason is because the OOM is from the new VAE in the new node. The reason you do not see it in the native work flow is because the new VAE is NOT using the new VAE. |
I thought the latest comfy has support for the new VAE, so we can now use comfy native checkpoint loader to model and vae. |
@john2stai using img2vid workflow from this repo I got OOM on SamplerCustomAdvanced, on regular comfy works fine, but using ltxtricks stg workflow I got error :
How do you get the stg in lighttricks work ? can you share your workflow ? Thanks |
EDIT:I now realize I misread the original post. For TEXT to Video,
For Image To Video,
You can test this without saving the workflow and you can always save it as an alternative name or redownload the original workflows, so no reason to not try it. Original message: I can't find a single workflow on the internet from searches of people using the new VAE with LTX video 0.9.1. "The new VAE is only supported in our Comfy nodes (https://github.com/Lightricks/ComfyUI-LTXVideo . If you use Comfy core nodes you will need to switch. Comfy core support will come soon." They say you must use the LTX nodes, not native ComfyUI nodes to load the VAE, but there is not LTX VAE node to take the place to load the VAE, so if you use the ComfyUI "Load VAE" you get an error. If you try to use a "beta Tiled VAE" node, it also throws errors with LTX 0.9.1.
I am aware that using ComfyUI manager update all, will break things like SANA by installing a city96 version of the nodes which will output a black or gray image, so that is why I updated all these manually from github directly, to avoid any potential problems with comfyui manager getting the wrong files needed. For troubleshooting in general for video models: I have 11GB VRAM and 64GB System RAM and have it set to fallback on System RAM if it runs out of VRAM, but 0.9.1 doesn't seem to work with that or doesn't tile or something.
|
@LockMan007 where do you put the new VAE ? |
I can't get the LTX 0.9.1 custom VAE model to load in anything. |
@LockMan007 Yes, I just put it in VAE folder and it seems dont do anything |
At first, I thought it was the 0.9.1 model that cause the oom, but I tried 0.9.0 in the example workflow and still got oom. I then used 0.9.1 with the old comfy native workflow with stg from LTXTricks, it worked without any error.
The text was updated successfully, but these errors were encountered: