Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PYY2001/BizGen · Facing issues in trying to run it locally
[go: Go Back, main page]

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