Closed BXuan694 closed 1 year ago
sd_xl_base_1.0_0.9vae.safetensors
is also a checkpoint, not a VAE. When using the SDXL model the VAE should be set to Automatic.
In fact, for the checkpoint, that model should be the one preferred to use, not sd_xl_base_1.0.safetensors
. See https://github.com/huggingface/diffusers/issues/4310 for some background.
Is there an existing issue for this?
What happened?
similar to #11803, but no use with the answers.
I failed loading SDXL1.0's vae weights reporting that many keys of safetensor file missed.
However, I checked the model structure and found the layers reported missing, such as 'conditioner.embedders.0.wrapped.transformer.text_model.embeddings.token_embedding.wrapped.weight'
the base checkpoint works fine in text2image.
Steps to reproduce the problem
What should have happened?
The SDXL 1.0 VAE loads normally.
Version or Commit where the problem happens
v1.5.1
What Python version are you running on ?
None
What platforms do you use to access the UI ?
Linux
What device are you running WebUI on?
Nvidia GPUs (RTX 20 above)
Cross attention optimization
Automatic
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
List of extensions
LDSR Lora ScuNET SwinIR canvas-zoom-and-pan extra-options-section mobile prompt-bracket-checker
Console logs
Additional information
No response