From 9f04c8550c984f2f204226bab3fb9c010a438334 Mon Sep 17 00:00:00 2001 From: pharmapsychotic Date: Sat, 18 Feb 2023 15:31:45 -0600 Subject: [PATCH] add the negative cache url --- clip_interrogator/clip_interrogator.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clip_interrogator/clip_interrogator.py b/clip_interrogator/clip_interrogator.py index c1d8f99..8da0472 100644 --- a/clip_interrogator/clip_interrogator.py +++ b/clip_interrogator/clip_interrogator.py @@ -29,6 +29,7 @@ CACHE_URLS_VITL = [ 'https://huggingface.co/pharma/ci-preprocess/resolve/main/ViT-L-14_openai_flavors.safetensors', 'https://huggingface.co/pharma/ci-preprocess/resolve/main/ViT-L-14_openai_mediums.safetensors', 'https://huggingface.co/pharma/ci-preprocess/resolve/main/ViT-L-14_openai_movements.safetensors', + 'https://huggingface.co/pharma/ci-preprocess/resolve/main/ViT-L-14_openai_negative.safetensors', 'https://huggingface.co/pharma/ci-preprocess/resolve/main/ViT-L-14_openai_trendings.safetensors', ] @@ -37,6 +38,7 @@ CACHE_URLS_VITH = [ 'https://huggingface.co/pharma/ci-preprocess/resolve/main/ViT-H-14_laion2b_s32b_b79k_flavors.safetensors', 'https://huggingface.co/pharma/ci-preprocess/resolve/main/ViT-H-14_laion2b_s32b_b79k_mediums.safetensors', 'https://huggingface.co/pharma/ci-preprocess/resolve/main/ViT-H-14_laion2b_s32b_b79k_movements.safetensors', + 'https://huggingface.co/pharma/ci-preprocess/resolve/main/ViT-H-14_laion2b_s32b_b79k_negative.safetensors', 'https://huggingface.co/pharma/ci-preprocess/resolve/main/ViT-H-14_laion2b_s32b_b79k_trendings.safetensors', ]