fix: update CLIP Vision filename for IPAdapterUnifiedLoader
Changed CLIP-ViT-bigG destination filename to match the exact name expected by IPAdapterUnifiedLoader: CLIP-ViT-bigG-14-laion2B-39B-b160k.safetensors 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -232,7 +232,7 @@ model_categories:
|
|||||||
notes: Larger CLIP model for SDXL
|
notes: Larger CLIP model for SDXL
|
||||||
files:
|
files:
|
||||||
- source: "open_clip_pytorch_model.bin"
|
- source: "open_clip_pytorch_model.bin"
|
||||||
dest: "clip-vit-bigg-14.bin"
|
dest: "CLIP-ViT-bigG-14-laion2B-39B-b160k.safetensors"
|
||||||
|
|
||||||
- repo_id: google/siglip-so400m-patch14-384
|
- repo_id: google/siglip-so400m-patch14-384
|
||||||
description: SigLIP - For FLUX models
|
description: SigLIP - For FLUX models
|
||||||
|
|||||||
Reference in New Issue
Block a user