WenkunHe

Results 4 comments of WenkunHe

> Installing transformers==4.13.0 caused the webui to not even start. These sorts of errors are printed out: > > ``` > repositories/stable-diffusion-stability-ai/ldm/util.py", line 79, in instantiate_from_config > return get_obj_from_str(config["target"])(**config.get("params", dict()))...

> > Fixed by install transformers==4.19.2. > > Still not solved. Maybe I didn't download the correct weight. Is the v1-5-pruned.ckpt in this link OK? https://huggingface.co/runwayml/stable-diffusion-v1-5/tree/main

> raise RuntimeError(f"Error(s) in loading state_dict for {model.**class**.**name**}:\n\t{error_msg}") RuntimeError: Error(s) in loading state_dict for CLIPTextModel: size mismatch for text_model.embeddings.token_embedding.weight: copying a param with shape torch.Size([49408, 768]) from checkpoint, the shape...