ControlNet Reference Mode VAE Error! #2494
-
Can someone please help? I have tried to fix this myself and I do not know how. I cannot use ControlNet Reference mode (1.5 models). No matter what model checkpoint I use, different VAEs, no VAEs I get the following errors: https://pastebin.com/44Di9DUG The only way I can get it to work is to Use full precision for model (--no-half), Use full precision for VAE (--no-half-vae) and change Precision type from Autocast to full but then my SD.Next is much slower. Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Maybe I need to post on Reddit or somewhere else |
Beta Was this translation helpful? Give feedback.
-
The log actually tells you - you're trying to use BF16 which is not supported by that controlnet model. |
Beta Was this translation helpful? Give feedback.
-
I do not understand how to paste code on this forum. I use the code tags and it just formats it wrong. That's why in my original post, I quoted pastebin link because that keeps the formatting correct. Just updated SD.Next and that ControlNet error has been fixed and now using FP16, I can use reference so problem is fixed now., Thanks for your help. So it looks like I have a choice between BF16 (without Reference CN) or FP16 (with Reference CN). I am hoping BF16 will be supported. |
Beta Was this translation helpful? Give feedback.
The log actually tells you - you're trying to use BF16 which is not supported by that controlnet model.
So don't.
And you should try just simple default before adding no-half or anything like that.