OSError: Can't load tokenizer for 'openai/clip-vit-large-patch14'.
(ls) liu@liu-System-Product-Name:~/ls/ControlNet-main$ python tool_add_control.py ./models/v1-5-pruned.ckpt ./models/control_sd15_ini.ckpt
logging improved.
No module 'xformers'. Proceeding without it.
ControlLDM: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
making attention of type 'vanilla' with 512 in_channels
Working with z of shape (1, 4, 32, 32) = 4096 dimensions.
making attention of type 'vanilla' with 512 in_channels
Traceback (most recent call last):
File "/home/liu/ls/ControlNet-main/tool_add_control.py", line 27, in
how can i fix it?
Maybe you can download the CLIP-vit-large-patch14 model from Hugging Face and then save it in the path './openai/'.
Thanks a lot for your help!It does work.
发自我的iPhone
------------------ Original ------------------ From: Yuxuan Cheng @.> Date: Sat,Oct 21,2023 6:03 PM To: lllyasviel/ControlNet @.> Cc: theshi-1128 @.>, Author @.> Subject: Re: [lllyasviel/ControlNet] OSError: Can't load tokenizer for'openai/clip-vit-large-patch14'. (Issue #555)
Maybe you can download the CLIP-vit-large-patch14 model from Hugging Face and then save it in the path './openai/'.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
Maybe you can download the CLIP-vit-large-patch14 model from Hugging Face and then save it in the path './openai/'.
would you please tell me what models do i need? and should I create a new folder named 'openai' in the root dictory?