-
Notifications
You must be signed in to change notification settings - Fork 66
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
ControlNeXt-SVD-v2 out-of-memory on 24GB vram #12
Comments
Is it possible to use dual GPU setup? |
In the v2 version, we implemented a significant change with larger resolution and extended batch frames to achieve better performance. To reduce GPU consumption, you can follow these steps:
However, such operations may influce the final performance |
Thanks. Will try these changes. Is there a way to support dual GPUs? |
Dual GPU +1 |
Hello @Pbihao I am successfully able to include point 1, 2, & 3. Also I want to use this fp16 version instead of unet.bin. Is it possible. I did tried specifying the below file with --unet_path but it's not working. https://huggingface.co/Kijai/ControlNeXt-SVD-V2-Comfy/tree/main I am not a coder but if you suggest the code changes I will include them. |
What is the minimum VRAM requirement to run ControlNeXt-SVD-v2 ?
The text was updated successfully, but these errors were encountered: