update DB

This commit is contained in:
Dr.Lt.Data 2024-08-03 03:38:52 +09:00
parent 2eb1020b35
commit 7ac8b1fdcb
5 changed files with 76 additions and 74 deletions

View File

@ -4625,6 +4625,7 @@
], ],
"https://github.com/ShmuelRonen/ComfyUI_wav2lip": [ "https://github.com/ShmuelRonen/ComfyUI_wav2lip": [
[ [
"AudioPath",
"Wav2Lip" "Wav2Lip"
], ],
{ {
@ -13194,6 +13195,7 @@
"ImpactMakeTileSEGS", "ImpactMakeTileSEGS",
"ImpactMinMax", "ImpactMinMax",
"ImpactNeg", "ImpactNeg",
"ImpactNegativeConditioningPlaceholder",
"ImpactNodeSetMuteState", "ImpactNodeSetMuteState",
"ImpactQueueTrigger", "ImpactQueueTrigger",
"ImpactQueueTriggerCountdown", "ImpactQueueTriggerCountdown",

View File

@ -3400,7 +3400,7 @@
"type": "unet", "type": "unet",
"base": "FLUX.1", "base": "FLUX.1",
"save_path": "unet/FLUX1", "save_path": "unet/FLUX1",
"description": "FLUX.1 [Schnell] UNET model", "description": "FLUX.1 [Schnell] UNET model (a.k.a. FLUX.1 turbo model)[w/Due to the large size of the model, it is recommended to download it through a browser if possible.]",
"reference": "https://huggingface.co/black-forest-labs/FLUX.1-schnell", "reference": "https://huggingface.co/black-forest-labs/FLUX.1-schnell",
"filename": "flux1-schnell.sft", "filename": "flux1-schnell.sft",
"url": "https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/flux1-schnell.sft", "url": "https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/flux1-schnell.sft",
@ -3408,7 +3408,7 @@
}, },
{ {
"name": "FLUX.1 [schnell] VAE model", "name": "FLUX.1 VAE model",
"type": "vae", "type": "vae",
"base": "FLUX.1", "base": "FLUX.1",
"save_path": "vae/FLUX1", "save_path": "vae/FLUX1",
@ -3417,6 +3417,29 @@
"filename": "ae.sft", "filename": "ae.sft",
"url": "https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/ae.sft", "url": "https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/ae.sft",
"size": "335MB" "size": "335MB"
},
{
"name": "kijai/FLUX.1 [schnell] UNET model (float8_e4m3fn)",
"type": "unet",
"base": "FLUX.1",
"save_path": "unet/FLUX1",
"description": "FLUX.1 [Schnell] UNET model (float8_e4m3fn)",
"reference": "https://huggingface.co/Kijai/flux-fp8",
"filename": "flux1-schnell-fp8.safetensors",
"url": "https://huggingface.co/Kijai/flux-fp8/resolve/main/flux1-schnell-fp8.safetensors",
"size": "11.9GB"
},
{
"name": "kijai/FLUX.1 [dev] UNET model (float8_e4m3fn)",
"type": "unet",
"base": "FLUX.1",
"save_path": "unet/FLUX1",
"description": "FLUX.1 [dev] UNET model (float8_e4m3fn)",
"reference": "https://huggingface.co/Kijai/flux-fp8",
"filename": "flux1-dev-fp8.safetensors",
"url": "https://huggingface.co/Kijai/flux-fp8/resolve/main/flux1-dev-fp8.safetensors",
"size": "11.9GB"
} }
] ]
} }

View File

@ -689,28 +689,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Two simple to install nodes to get Live Portrait working in ComfyUI without the need for a fancy GPU (Replicate account needed)." "description": "Two simple to install nodes to get Live Portrait working in ComfyUI without the need for a fancy GPU (Replicate account needed)."
},
{
"author": "aaronchm",
"title": "z-a1111-sd-webui-DanTagGen",
"id":"z-a1111-sd-webui-DanTagGen",
"reference": "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen",
"files":[
"https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen"
],
"install_type":"git-clone",
"description":"Improved DanTagGen implementation that posesses all functionality of the A1111 webui extension."
},
{
"author": "mikebilly",
"title": "Transparent-background-comfyUI",
"id":"transparent-background-comfyui",
"reference": "https://github.com/mikebilly/Transparent-background-comfyUI",
"files":[
"https://github.com/mikebilly/Transparent-background-comfyUI"
],
"install_type":"git-clone",
"description":"Removes background using Transparent Background"
} }
] ]
} }

View File

@ -4625,6 +4625,7 @@
], ],
"https://github.com/ShmuelRonen/ComfyUI_wav2lip": [ "https://github.com/ShmuelRonen/ComfyUI_wav2lip": [
[ [
"AudioPath",
"Wav2Lip" "Wav2Lip"
], ],
{ {
@ -13194,6 +13195,7 @@
"ImpactMakeTileSEGS", "ImpactMakeTileSEGS",
"ImpactMinMax", "ImpactMinMax",
"ImpactNeg", "ImpactNeg",
"ImpactNegativeConditioningPlaceholder",
"ImpactNodeSetMuteState", "ImpactNodeSetMuteState",
"ImpactQueueTrigger", "ImpactQueueTrigger",
"ImpactQueueTriggerCountdown", "ImpactQueueTriggerCountdown",

View File

@ -1,5 +1,52 @@
{ {
"models": [ "models": [
{
"name": "FLUX.1 [schnell] UNET model",
"type": "unet",
"base": "FLUX.1",
"save_path": "unet/FLUX1",
"description": "FLUX.1 [Schnell] UNET model (a.k.a. FLUX.1 turbo model)[w/Due to the large size of the model, it is recommended to download it through a browser if possible.]",
"reference": "https://huggingface.co/black-forest-labs/FLUX.1-schnell",
"filename": "flux1-schnell.sft",
"url": "https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/flux1-schnell.sft",
"size": "23.8GB"
},
{
"name": "FLUX.1 VAE model",
"type": "vae",
"base": "FLUX.1",
"save_path": "vae/FLUX1",
"description": "FLUX.1 [Schnell] VAE model",
"reference": "https://huggingface.co/black-forest-labs/FLUX.1-schnell",
"filename": "ae.sft",
"url": "https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/ae.sft",
"size": "335MB"
},
{
"name": "kijai/FLUX.1 [schnell] UNET model (float8_e4m3fn)",
"type": "unet",
"base": "FLUX.1",
"save_path": "unet/FLUX1",
"description": "FLUX.1 [Schnell] UNET model (float8_e4m3fn)",
"reference": "https://huggingface.co/Kijai/flux-fp8",
"filename": "flux1-schnell-fp8.safetensors",
"url": "https://huggingface.co/Kijai/flux-fp8/resolve/main/flux1-schnell-fp8.safetensors",
"size": "11.9GB"
},
{
"name": "kijai/FLUX.1 [dev] UNET model (float8_e4m3fn)",
"type": "unet",
"base": "FLUX.1",
"save_path": "unet/FLUX1",
"description": "FLUX.1 [dev] UNET model (float8_e4m3fn)",
"reference": "https://huggingface.co/Kijai/flux-fp8",
"filename": "flux1-dev-fp8.safetensors",
"url": "https://huggingface.co/Kijai/flux-fp8/resolve/main/flux1-dev-fp8.safetensors",
"size": "11.9GB"
},
{ {
"name": "photomaker-v2.bin", "name": "photomaker-v2.bin",
"type": "photomaker", "type": "photomaker",
@ -641,56 +688,6 @@
"reference": "https://huggingface.co/ostris/ip-composition-adapter", "reference": "https://huggingface.co/ostris/ip-composition-adapter",
"filename": "ip_plus_composition_sd15.safetensors", "filename": "ip_plus_composition_sd15.safetensors",
"url": "https://huggingface.co/ostris/ip-composition-adapter/resolve/main/ip_plus_composition_sd15.safetensors" "url": "https://huggingface.co/ostris/ip-composition-adapter/resolve/main/ip_plus_composition_sd15.safetensors"
},
{
"name": "ip_plus_composition_sdxl.safetensors",
"type": "IP-Adapter",
"base": "SDXL",
"save_path": "ipadapter",
"description": "You can use this model in the [a/ComfyUI IPAdapter plus](https://github.com/cubiq/ComfyUI_IPAdapter_plus) extension.",
"reference": "https://huggingface.co/ostris/ip-composition-adapter",
"filename": "ip_plus_composition_sdxl.safetensors",
"url": "https://huggingface.co/ostris/ip-composition-adapter/resolve/main/ip_plus_composition_sdxl.safetensors"
},
{
"name": "ip-adapter-faceid-portrait-v11_sd15.bin",
"type": "IP-Adapter",
"base": "SD1.5",
"save_path": "ipadapter",
"description": "IP-Adapter-FaceID Portrait V11 Model (SD1.5) [ipadapter]",
"reference": "https://huggingface.co/h94/IP-Adapter-FaceID",
"filename": "ip-adapter-faceid-portrait-v11_sd15.bin",
"url": "https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid-portrait-v11_sd15.bin"
},
{
"name": "ip-adapter-faceid-portrait_sdxl.bin",
"type": "IP-Adapter",
"base": "SDXL",
"save_path": "ipadapter",
"description": "IP-Adapter-FaceID Portrait Model (SDXL) [ipadapter]",
"reference": "https://huggingface.co/h94/IP-Adapter-FaceID",
"filename": "ip-adapter-faceid-portrait_sdxl.bin",
"url": "https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid-portrait_sdxl.bin"
},
{
"name": "ip-adapter-faceid-portrait_sdxl_unnorm.bin",
"type": "IP-Adapter",
"base": "SDXL",
"save_path": "ipadapter",
"description": "IP-Adapter-FaceID Portrait Model (SDXL/unnorm) [ipadapter]",
"reference": "https://huggingface.co/h94/IP-Adapter-FaceID",
"filename": "ip-adapter-faceid-portrait_sdxl_unnorm.bin",
"url": "https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid-portrait_sdxl_unnorm.bin"
},
{
"name": "ip-adapter_sd15_light_v11.bin",
"type": "IP-Adapter",
"base": "SD1.5",
"save_path": "ipadapter",
"description": "You can use this model in the [a/ComfyUI IPAdapter plus](https://github.com/cubiq/ComfyUI_IPAdapter_plus) extension.",
"reference": "https://huggingface.co/h94/IP-Adapter",
"filename": "ip-adapter_sd15_light_v11.bin",
"url": "https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter_sd15_light_v11.bin"
} }
] ]
} }