Update preprocessor_clipvision.py

This commit is contained in:
lllyasviel
2024-01-30 23:16:11 -08:00
parent 12e0f587c3
commit 5b6711d697

View File

@@ -25,9 +25,3 @@ add_supported_preprocessor(PreprocessorClipVisionForIPAdapter(
url='https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/image_encoder/model.safetensors',
filename='CLIP-ViT-bigG.safetensors'
))
add_supported_preprocessor(PreprocessorClipVisionForIPAdapter(
name='CLIP-ViT-L (IPAdapter)',
url='https://huggingface.co/openai/clip-vit-large-patch14/resolve/main/pytorch_model.bin',
filename='CLIP-ViT-L.safetensors'
))