mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-28 02:33:57 +00:00
Update preprocessor_clipvision.py
This commit is contained in:
@@ -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'
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user