diff --git a/extension-node-map.json b/extension-node-map.json index 04c4f008..8daa1dac 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -5205,6 +5205,17 @@ "title_aux": "ComfyUI-RawSaver" } ], + "https://github.com/LucipherDev/ComfyUI-AniDoc": [ + [ + "AniDocLoader", + "AniDocSampler", + "GetAniDocControlnetImages", + "LoadCoTracker" + ], + { + "title_aux": "ComfyUI-AniDoc" + } + ], "https://github.com/LucipherDev/ComfyUI-Golden-Noise": [ [ "GoldenNoise" @@ -7656,7 +7667,6 @@ "SDVN Any Show", "SDVN Apply Style Model", "SDVN Auto Generate", - "SDVN Auto Generate Advance", "SDVN Boolean", "SDVN CLIP Download", "SDVN CLIP Text Encode", @@ -7682,6 +7692,7 @@ "SDVN Load Image From List", "SDVN Load Image Url", "SDVN Load Lora", + "SDVN Load Model", "SDVN Load Text", "SDVN Logic", "SDVN Lora Download", diff --git a/github-stats.json b/github-stats.json index eb5a7c09..76108588 100644 --- a/github-stats.json +++ b/github-stats.json @@ -1814,6 +1814,11 @@ "last_update": "2024-05-22 21:31:28", "author_account_age_days": 1168 }, + "https://github.com/LucipherDev/ComfyUI-AniDoc": { + "stars": 32, + "last_update": "2024-12-27 18:16:59", + "author_account_age_days": 1690 + }, "https://github.com/LucipherDev/ComfyUI-Golden-Noise": { "stars": 19, "last_update": "2024-12-26 17:25:45", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index acdc87c2..86ef2476 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -9,6 +9,16 @@ }, + { + "author": "LucipherDev", + "title": "ComfyUI-AniDoc", + "reference": "https://github.com/LucipherDev/ComfyUI-AniDoc", + "files": [ + "https://github.com/LucipherDev/ComfyUI-AniDoc" + ], + "install_type": "git-clone", + "description": "ComfyUI Custom Nodes for 'AniDoc: Animation Creation Made Easier'. This approach automates line art video colorization using a novel model that aligns color information from references, ensures temporal consistency, and reduces manual effort in animation production." + }, { "author": "bear2b", "title": "ColorMatrixGPU Node for ComfyUI", @@ -685,26 +695,6 @@ ], "install_type": "git-clone", "description": "A ComfyUI plugin for quick image sequence processing. This plugin allows users to manipulate frame sequences with various operations including frame insertion, deletion, and duplication." - }, - { - "author": "ptmaster", - "title": "Embedding Merge for ComfyUI", - "reference": "https://github.com/ptmaster/ComfyUI-Load-Diffusion-Model-to-Muti-GPUs", - "files": [ - "https://github.com/ptmaster/ComfyUI-Load-Diffusion-Model-to-Muti-GPUs/raw/refs/heads/main/Load%20Diffusion%20Model%20into%20Muti%20GPUs.py" - ], - "install_type": "copy", - "description": "NODES: OverrideLoadedDiffusionDevice.\nI happen to have two graphics cards, and I want to load models into another graphics card in Comfyui, so I designed this small node." - }, - { - "author": "ADDOOR", - "title": "ComfyUI-Addoor", - "reference": "https://github.com/Eagle-CN/ComfyUI-Addoor", - "files": [ - "https://github.com/Eagle-CN/ComfyUI-Addoor" - ], - "install_type": "git-clone", - "description": "A collection of batch operation toolkits suitable for ComfyUI" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 04c4f008..8daa1dac 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -5205,6 +5205,17 @@ "title_aux": "ComfyUI-RawSaver" } ], + "https://github.com/LucipherDev/ComfyUI-AniDoc": [ + [ + "AniDocLoader", + "AniDocSampler", + "GetAniDocControlnetImages", + "LoadCoTracker" + ], + { + "title_aux": "ComfyUI-AniDoc" + } + ], "https://github.com/LucipherDev/ComfyUI-Golden-Noise": [ [ "GoldenNoise" @@ -7656,7 +7667,6 @@ "SDVN Any Show", "SDVN Apply Style Model", "SDVN Auto Generate", - "SDVN Auto Generate Advance", "SDVN Boolean", "SDVN CLIP Download", "SDVN CLIP Text Encode", @@ -7682,6 +7692,7 @@ "SDVN Load Image From List", "SDVN Load Image Url", "SDVN Load Lora", + "SDVN Load Model", "SDVN Load Text", "SDVN Logic", "SDVN Lora Download",