You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you have a version for Stable Diffusion v1.5 that can be loaded using from_single_file method as VAE?
I tried it and got this error:
"diffusers.loaders.single_file_utils.SingleFileComponentError: Failed to load AutoencoderKL. Weights for this component appear to be missing in the checkpoint."
The text was updated successfully, but these errors were encountered:
Yeah, from_pretrained supports local folders, so you can download the taesd folder with git clone https://huggingface.co/madebyollin/taesd and then construct the model from that taesd folder using AutoencoderTiny.from_pretrained("/path/to/taesd").
Do you have a version for Stable Diffusion v1.5 that can be loaded using from_single_file method as VAE?
I tried it and got this error:
"diffusers.loaders.single_file_utils.SingleFileComponentError: Failed to load AutoencoderKL. Weights for this component appear to be missing in the checkpoint."
The text was updated successfully, but these errors were encountered: