diff --git a/extension-node-map.json b/extension-node-map.json index 51dcf1f7..ba235639 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -6250,9 +6250,9 @@ "FormatConcatStrings", "FormattingSingle", "FourierAnalysisNode", - "LoraNameCollector", - "LoraSelector", "MosaicEffectNode", + "PWLoraNameCollector", + "PWLoraSelector", "TextEmbeddingsInterrogator" ], { @@ -7428,6 +7428,8 @@ "SDVN Load Image Url", "SDVN Load Lora", "SDVN Lora Download", + "SDVN Lora info", + "SDVN Lora info editor", "SDVN Merge Flux", "SDVN Merge SD1", "SDVN Merge SDXL", @@ -12185,7 +12187,7 @@ "JoinStringMulti_clh", "MathExpression_clh", "SetRedis|clh", - "ShowText|clh", + "ShowText_clh", "SomethingToString_clh", "String2FatLabels_clh", "String2Image_clh", diff --git a/model-list.json b/model-list.json index 9cebc069..0c61b014 100644 --- a/model-list.json +++ b/model-list.json @@ -4552,6 +4552,17 @@ "filename": "ltx-video-2b-v0.9.safetensors", "url": "https://huggingface.co/Lightricks/LTX-Video/resolve/main/ltx-video-2b-v0.9.safetensors", "size": "9.37GB" + }, + { + "name": "LTX-Video 2B v0.9.1 Checkpoint", + "type": "checkpoint", + "base": "LTX-Video", + "save_path": "checkpoints/LTXV", + "description": "LTX-Video is the first DiT-based video generation model capable of generating high-quality videos in real-time. It produces 24 FPS videos at a 768x512 resolution faster than they can be watched. Trained on a large-scale dataset of diverse videos, the model generates high-resolution videos with realistic and varied content.", + "reference": "https://huggingface.co/Lightricks/LTX-Video", + "filename": "ltx-video-2b-v0.9.1.safetensors", + "url": "https://huggingface.co/Lightricks/LTX-Video/resolve/main/ltx-video-2b-v0.9.1.safetensors", + "size": "5.72GB" } ] } diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 181abf28..9bc0bb57 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -11,6 +11,16 @@ + { + "author": "dihan", + "title": "ComfyUI Random Keypoints for InstantID [WIP]", + "reference": "https://github.com/dihan/comfyui-random-kps", + "files": [ + "https://github.com/dihan/comfyui-random-kps" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that generates random facial keypoints compatible with InstantID.\nNOTE: The files in the repo are not organized." + }, { "author": "emranemran", "title": "ComfyUI-FasterLivePortrait", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index ecb3f6df..918ea183 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -2207,6 +2207,15 @@ "title_aux": "comfyui-stylegan" } ], + "https://github.com/dihan/comfyui-random-kps": [ + [ + "InstantIDFace", + "RandomFaceKeypoints" + ], + { + "title_aux": "ComfyUI Random Keypoints for InstantID [WIP]" + } + ], "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": [ [ "BlackImage", diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index 49055032..308f4ef9 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -689,6 +689,11 @@ "last_update": "2024-10-05 17:08:36", "author_account_age_days": 6154 }, + "https://github.com/dihan/comfyui-random-kps": { + "stars": 2, + "last_update": "2024-12-21 10:16:39", + "author_account_age_days": 4476 + }, "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, "last_update": "2024-01-06 19:07:45", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 51dcf1f7..ba235639 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -6250,9 +6250,9 @@ "FormatConcatStrings", "FormattingSingle", "FourierAnalysisNode", - "LoraNameCollector", - "LoraSelector", "MosaicEffectNode", + "PWLoraNameCollector", + "PWLoraSelector", "TextEmbeddingsInterrogator" ], { @@ -7428,6 +7428,8 @@ "SDVN Load Image Url", "SDVN Load Lora", "SDVN Lora Download", + "SDVN Lora info", + "SDVN Lora info editor", "SDVN Merge Flux", "SDVN Merge SD1", "SDVN Merge SDXL", @@ -12185,7 +12187,7 @@ "JoinStringMulti_clh", "MathExpression_clh", "SetRedis|clh", - "ShowText|clh", + "ShowText_clh", "SomethingToString_clh", "String2FatLabels_clh", "String2Image_clh", diff --git a/node_db/new/model-list.json b/node_db/new/model-list.json index 6fe1f400..99c9c13f 100644 --- a/node_db/new/model-list.json +++ b/node_db/new/model-list.json @@ -1,5 +1,17 @@ { "models": [ + { + "name": "LTX-Video 2B v0.9.1 Checkpoint", + "type": "checkpoint", + "base": "LTX-Video", + "save_path": "checkpoints/LTXV", + "description": "LTX-Video is the first DiT-based video generation model capable of generating high-quality videos in real-time. It produces 24 FPS videos at a 768x512 resolution faster than they can be watched. Trained on a large-scale dataset of diverse videos, the model generates high-resolution videos with realistic and varied content.", + "reference": "https://huggingface.co/Lightricks/LTX-Video", + "filename": "ltx-video-2b-v0.9.1.safetensors", + "url": "https://huggingface.co/Lightricks/LTX-Video/resolve/main/ltx-video-2b-v0.9.1.safetensors", + "size": "5.72GB" + }, + { "name": "stabilityai/SD3.5-Large-Controlnet-Blur", "type": "controlnet",