-
Notifications
You must be signed in to change notification settings - Fork 6.4k
-
i am a 3d modeling student try to use ai dont to coding just basic html and css i am runing my workflow it is showing me
Cannot load because conv_in.weight expected shape torch.Size([320, 8, 3, 3]), but got torch.Size([320, 4, 3, 3]). If you want to instead overwrite randomly initialized weights, please make sure to pass both low_cpu_mem_usage=False
and `ignore_mismatched_sizes=True
can someone please give me a step by step guide
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
Hi, you're not giving that much information on what the model you're using or on how you're using it. For your wording (workflow) it seems you're using an UI like ComfyUI, this is the diffusers library, so if your problem is when using a specific UI, the best solution is to open the issue with that library, or if you're using specific custom nodes, to ask the author of those nodes.
If you're using diffusers, you will need to provide us the code you're using that gives you the problem, also we have documentation you can read here
Beta Was this translation helpful? Give feedback.