portu-sim / sd-webui-bmab

Auto masking and inpainting for person, face, hand. Resizing image using detection model.
GNU Affero General Public License v3.0
291 stars 29 forks source link

bert-base-uncased path error #13

Closed guahunyo closed 8 months ago

guahunyo commented 8 months ago

image final text_encoder_type: bert-base-uncased '(MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /bert-base-uncased/resolve/main/tokenizer.json (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000001FE656889D0>, 'Connection to huggingface.co timed out. (connect timeout=10)'))"), '(Request ID: 8bfd0896-77bb-4ffc-aa3d-be1812f8f177)')' thrown while requesting HEAD https://huggingface.co/bert-base-uncased/resolve/main/tokenizer.json '(MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /bert-base-uncased/resolve/main/tokenizer.json (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000001FE656889D0>, 'Connection to huggingface.co timed out. (connect timeout=10)'))"), '(Request ID: 8bfd0896-77bb-4ffc-aa3d-be1812f8f177)')' thrown while requesting HEAD https://huggingface.co/bert-base-uncased/resolve/main/tokenizer.json WARNING:huggingface_hub.utils._http:'(MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /bert-base-uncased/resolve/main/tokenizer.json (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000001FE656889D0>, 'Connection to huggingface.co timed out. (connect timeout=10)'))"), '(Request ID: 8bfd0896-77bb-4ffc-aa3d-be1812f8f177)')' thrown while requesting HEAD https://huggingface.co/bert-base-uncased/resolve/main/tokenizer.json

I think I'm missing https://huggingface.co/bert-base-uncased/blob/main/tokenizer.json

so i downloaded it, but i don't know where to put it

portu-sim commented 8 months ago

Oops.. For program compatibility, several modules were removed and there is currently a problem with the imaging function. Please wait. I'll try to find a solution.

guahunyo commented 8 months ago

Oops.. For program compatibility, several modules were removed and there is currently a problem with the imaging function. Please wait. I'll try to find a solution.

ok