ControlNet
ControlNet copied to clipboard
How can I allow low_vram mode?
I can run the gradio_canny2image.py without any issue. But if the Image Resolution was been set to 512, the code send back an error. I thought this issue might be cause by my GPU(Nvidia GeForce RTX 3060 Ti)'s 8GB vram is too low, It might be better if low_vram mode was allowed. I don't know how to allow that mode, please help me, thanks
Documented here: https://github.com/lllyasviel/ControlNet/blob/main/docs/low_vram.md
thanks!