mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-26 14:50:50 +08:00
update DB
This commit is contained in:
parent
41c2473d01
commit
f14d81d575
@ -2310,5 +2310,9 @@
|
||||
"filename": "GroundingDINO_SwinT_OGC.cfg.py",
|
||||
"url": "https://huggingface.co/ShilongLiu/GroundingDINO/raw/main/GroundingDINO_SwinT_OGC.cfg.py"
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
]
|
||||
}
|
||||
|
||||
@ -1,5 +1,35 @@
|
||||
{
|
||||
"models": [
|
||||
{
|
||||
"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",
|
||||
"type": "GroundingDINO",
|
||||
"base": "DINO",
|
||||
"save_path": "groundingdino",
|
||||
"description": "GroundingDINO SwinT OGC Model",
|
||||
"reference": "https://huggingface.co/ShilongLiu/GroundingDINO",
|
||||
"filename": "groundingdino_swint_ogc.pth",
|
||||
"url": "https://huggingface.co/ShilongLiu/GroundingDINO/resolve/main/groundingdino_swint_ogc.pth"
|
||||
},
|
||||
{
|
||||
"name": "GroundingDINO SwinT OGC - CFG File",
|
||||
"type": "GroundingDINO",
|
||||
"base": "DINO",
|
||||
"save_path": "groundingdino",
|
||||
"description": "GroundingDINO SwinT OGC CFG File",
|
||||
"reference": "https://huggingface.co/ShilongLiu/GroundingDINO/resolve/main/GroundingDINO_SwinT_OGC.cfg.py",
|
||||
"filename": "GroundingDINO_SwinT_OGC.cfg.py",
|
||||
"url": "https://huggingface.co/ShilongLiu/GroundingDINO/raw/main/GroundingDINO_SwinT_OGC.cfg.py"
|
||||
},
|
||||
{
|
||||
"name": "SDXL Lightning LoRA (2step)",
|
||||
"type": "lora",
|
||||
@ -662,16 +692,6 @@
|
||||
"reference": "https://huggingface.co/stabilityai/stable-video-diffusion-img2vid",
|
||||
"filename": "svd.safetensors",
|
||||
"url": "https://huggingface.co/stabilityai/stable-video-diffusion-img2vid/resolve/main/svd.safetensors"
|
||||
},
|
||||
{
|
||||
"name": "Stable Video Diffusion Image-to-Video (XT)",
|
||||
"type": "checkpoints",
|
||||
"base": "SVD",
|
||||
"save_path": "checkpoints/SVD",
|
||||
"description": "Stable Video Diffusion (SVD) Image-to-Video is a diffusion model that takes in a still image as a conditioning frame, and generates a video from it.\nNOTE: 25 frames @ 576x1024 ",
|
||||
"reference": "https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt",
|
||||
"filename": "svd_xt.safetensors",
|
||||
"url": "https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt/resolve/main/svd_xt.safetensors"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user