-
Notifications
You must be signed in to change notification settings - Fork 37
Latest ControlNet, not available,Error occurred when executing ControlNetLoader: argument of type 'NoneType' is not iterable #60
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
Comments
Kolors Huggingface Repo, link shortened for tidiness |
MZ_KolorsControlnetLoader is unable to load the controlnet model of SDXL. If you want to use the controlnet model of SDXL, refer to examples/workflow_controlnet.png |
The same problem is still unsolved |
is there any solution? |
Thanks man for pointing that basic workflow !!! I've been trying to use the official Controlnet MZ node for an hour ( MZ KolorsControlnetLoader ) but I systematically get an error with the Ksampler ( mat1 and mat2 shapes cannot be multiplied (512x2048 and 4096x2048) ) It's all a bit confusing, right ? EDIT : ok, I got it, it all depends on the ChatGLM3Text Encode V2. you've got to use this one and not any other. Then you can use both MZ KolorsControlnetLoader AND MZ KolorsControlNetPatch. Also, for those of you who are struggling to use the Kolors IpAdapter with an error stuck the ipadapter node, even with the clip-vit-large-patch14-336.bin ( The size of tensor a (257) must match the size of tensor b (577) at non-singleton dimension 1 ), you must use the IpAdapterAdvanced(kolors) "Legacy" Node. Then it finally works. Also confusing for a node not so depricated after all.
|
The text was updated successfully, but these errors were encountered: