Text-to-Image
Diffusers
Safetensors
English

Facing issues in trying to run it locally

#3
by Shrey00 - opened
  • First error was about setting weights_only being default to True, so I set it to False.
    torch.load(osp.join(config.byt5_ckpt_dir, BYT5_BASE_CKPT_NAME), map_location='cpu', weights_only=False) at line 162
  • Second was this -
    You are using a model of type clip_text_model to instantiate a model of type . This is not supported for all configurations of models and can yield errors.

Can you please help me out with this?

Sign up or log in to comment