Closed frukostkungen closed 7 months ago
So in the end this was user error. I somehow had the wrong version of diffusion_pytorch_model.safetensors VAE
I got the correct SD 1.4 version from here https://huggingface.co/CompVis/stable-diffusion-v1-4/tree/main/vae
I discovered this when I noticed a lot of missing VAE keys when queuing the graph
Missing VAE keys ['encoder.conv_in.weight', 'encoder.conv_in.bias', 'encoder.down.0.block.0.norm1.weight',
'encoder.down.0.block.0.norm1.bias', 'encoder.down.0.block.0.conv1.weight', 'encoder.down.0.block.0.conv1.bias',
'encoder.down.0.block.0.norm2.weight', 'encoder.down.0.block.0.norm2.bias', 'encoder.down.0.block.0.conv2.weight',
'encoder.down.0.block.0.conv2.bias', 'encoder.down.0.block.1.norm1.weight', 'encoder.down.0.block.1.norm1.bias',
'encoder.down.0.block.1.conv1.weight', 'encoder.down.0.block.1.conv1.bias', 'encoder.down.0.block.1.norm2.weight',
'encoder.down.0.block.1.norm2.bias'
I've tried everything I can think of for the past couple days to get this to work, but still run into this same error.
I actually have the
--disable-xformers
argument, so I don't know why the "workaround" is mentioned in the error.Windows 11 Nvidia 3090 RTX