Experiencing same issue here!
Due to this error message:
Entry Not Found for url: https://huggingface.co/CompVis/stable-diffusion-v1-4/resolve/main/vae/diffusion_pytorch_model.bin.
I thought this change causes the bug.
Thank you!
Same thing for me.
I got the same thing :(
I have the same problem
Same problem... the .bin is missing
Me too!! Does anyone have a resolution even just a short-term one? Thanks!
Production just took a massive hit!
Temporary fix, use revision ebb811dd71cdc38a204ecbdd6ac5d580f529fd8c
Like
tokenizer = AutoTokenizer.from_pretrained(
args.pretrained_model_name_or_path,
subfolder="tokenizer",
revision="ebb811dd71cdc38a204ecbdd6ac5d580f529fd8c",
use_fast=False,
)
or similar
Me too!! Does anyone have a resolution even just a short-term one? Thanks!
Use stable diffusion v1.2! v1.4 was fine-tuned with v1.2's weight so it works.
Very sorry about this. We accidentally deleted PyTorch files when adding the safetensors checkpoints because of a bug here: https://github.com/huggingface/diffusers/pull/2038 .
I should have been more vigilant when adding files to the repo - we have better safety mechanisms in place now.
Everything should work again, could you try running it again? π