mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-23 13:20:49 +08:00
Merge pull request #459 from julien-blanchon/patch-3
Add BLIP ImageCaption model
This commit is contained in:
commit
7e4bdb6e55
@ -2171,6 +2171,15 @@
|
|||||||
"url": "https://huggingface.co/public-data/insightface/resolve/main/models/buffalo_l/w600k_r50.onnx"
|
"url": "https://huggingface.co/public-data/insightface/resolve/main/models/buffalo_l/w600k_r50.onnx"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"name": "BLIP ImageCaption (COCO) w/ ViT-B and CapFilt-L",
|
||||||
|
"type": "BLIP_MODEL",
|
||||||
|
"base": "blip_model",
|
||||||
|
"save_path": "blip",
|
||||||
|
"description": "BLIP ImageCaption (COCO) w/ ViT-B and CapFilt-L",
|
||||||
|
"reference": "https://github.com/salesforce/BLIP",
|
||||||
|
"filename": "model_base_capfilt_large.pth",
|
||||||
|
"url": "https://storage.googleapis.com/sfr-vision-language-research/BLIP/models/model_base_capfilt_large.pth"
|
||||||
|
},
|
||||||
"name": "GroundingDINO SwinT OGC - Model",
|
"name": "GroundingDINO SwinT OGC - Model",
|
||||||
"type": "GroundingDINO",
|
"type": "GroundingDINO",
|
||||||
"base": "DINO",
|
"base": "DINO",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user