Как убрать ошибку RuntimeError: Error(s) in loading state_dict for IntegratedAutoencoderKL
Полный тест ошибки:
RuntimeError: Error(s) in loading state_dict for IntegratedAutoencoderKL: size mismatch for encoder.conv_out.weight: copying a param with shape torch.Size([32, 512, 3, 3]) from checkpoint, the shape in current model is torch.Size([8, 512, 3, 3]). size mismatch for encoder.conv_out.bias: copying a param with shape torch.Size([32]) from checkpoint, the shape in current model is torch.Size([8]). size mismatch for decoder.conv_in.weight: copying a param with shape torch.Size([512, 16, 3, 3]) from checkpoint, the shape in current model is torch.Size([512, 4, 3, 3]).
Как и в случае с этой темой, в моем случае были включены ae.safetensors, clip_l.safetensors, t5xxl_fp8_e4m3fn.safetensors в VAE / Text Encoder. После очистки поля, всё заработало.
Примечание: UI было включено в ALL