diff --git a/extension-node-map.json b/extension-node-map.json index ceaa4897..f1dfb5a7 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -4625,6 +4625,7 @@ ], "https://github.com/ShmuelRonen/ComfyUI_wav2lip": [ [ + "AudioPath", "Wav2Lip" ], { @@ -13194,6 +13195,7 @@ "ImpactMakeTileSEGS", "ImpactMinMax", "ImpactNeg", + "ImpactNegativeConditioningPlaceholder", "ImpactNodeSetMuteState", "ImpactQueueTrigger", "ImpactQueueTriggerCountdown", diff --git a/model-list.json b/model-list.json index d477a185..565a692d 100644 --- a/model-list.json +++ b/model-list.json @@ -3400,7 +3400,7 @@ "type": "unet", "base": "FLUX.1", "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", "filename": "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", "base": "FLUX.1", "save_path": "vae/FLUX1", @@ -3417,6 +3417,29 @@ "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" } ] } diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 521f6d52..7cbb3b8e 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -689,28 +689,6 @@ ], "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)." - }, - { - "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" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index ceaa4897..f1dfb5a7 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -4625,6 +4625,7 @@ ], "https://github.com/ShmuelRonen/ComfyUI_wav2lip": [ [ + "AudioPath", "Wav2Lip" ], { @@ -13194,6 +13195,7 @@ "ImpactMakeTileSEGS", "ImpactMinMax", "ImpactNeg", + "ImpactNegativeConditioningPlaceholder", "ImpactNodeSetMuteState", "ImpactQueueTrigger", "ImpactQueueTriggerCountdown", diff --git a/node_db/new/model-list.json b/node_db/new/model-list.json index e4620da1..04f085f8 100644 --- a/node_db/new/model-list.json +++ b/node_db/new/model-list.json @@ -1,5 +1,52 @@ { "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", "type": "photomaker", @@ -641,56 +688,6 @@ "reference": "https://huggingface.co/ostris/ip-composition-adapter", "filename": "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" } ] }