update DB

This commit is contained in:
Dr.Lt.Data 2024-12-21 22:45:25 +09:00
parent 9caf45fd81
commit f53f1e64c6
7 changed files with 57 additions and 6 deletions

View File

@ -6250,9 +6250,9 @@
"FormatConcatStrings", "FormatConcatStrings",
"FormattingSingle", "FormattingSingle",
"FourierAnalysisNode", "FourierAnalysisNode",
"LoraNameCollector",
"LoraSelector",
"MosaicEffectNode", "MosaicEffectNode",
"PWLoraNameCollector",
"PWLoraSelector",
"TextEmbeddingsInterrogator" "TextEmbeddingsInterrogator"
], ],
{ {
@ -7428,6 +7428,8 @@
"SDVN Load Image Url", "SDVN Load Image Url",
"SDVN Load Lora", "SDVN Load Lora",
"SDVN Lora Download", "SDVN Lora Download",
"SDVN Lora info",
"SDVN Lora info editor",
"SDVN Merge Flux", "SDVN Merge Flux",
"SDVN Merge SD1", "SDVN Merge SD1",
"SDVN Merge SDXL", "SDVN Merge SDXL",
@ -12185,7 +12187,7 @@
"JoinStringMulti_clh", "JoinStringMulti_clh",
"MathExpression_clh", "MathExpression_clh",
"SetRedis|clh", "SetRedis|clh",
"ShowText|clh", "ShowText_clh",
"SomethingToString_clh", "SomethingToString_clh",
"String2FatLabels_clh", "String2FatLabels_clh",
"String2Image_clh", "String2Image_clh",

View File

@ -4552,6 +4552,17 @@
"filename": "ltx-video-2b-v0.9.safetensors", "filename": "ltx-video-2b-v0.9.safetensors",
"url": "https://huggingface.co/Lightricks/LTX-Video/resolve/main/ltx-video-2b-v0.9.safetensors", "url": "https://huggingface.co/Lightricks/LTX-Video/resolve/main/ltx-video-2b-v0.9.safetensors",
"size": "9.37GB" "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"
} }
] ]
} }

View File

@ -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", "author": "emranemran",
"title": "ComfyUI-FasterLivePortrait", "title": "ComfyUI-FasterLivePortrait",

View File

@ -2207,6 +2207,15 @@
"title_aux": "comfyui-stylegan" "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": [ "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": [
[ [
"BlackImage", "BlackImage",

View File

@ -689,6 +689,11 @@
"last_update": "2024-10-05 17:08:36", "last_update": "2024-10-05 17:08:36",
"author_account_age_days": 6154 "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": { "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": {
"stars": 1, "stars": 1,
"last_update": "2024-01-06 19:07:45", "last_update": "2024-01-06 19:07:45",

View File

@ -6250,9 +6250,9 @@
"FormatConcatStrings", "FormatConcatStrings",
"FormattingSingle", "FormattingSingle",
"FourierAnalysisNode", "FourierAnalysisNode",
"LoraNameCollector",
"LoraSelector",
"MosaicEffectNode", "MosaicEffectNode",
"PWLoraNameCollector",
"PWLoraSelector",
"TextEmbeddingsInterrogator" "TextEmbeddingsInterrogator"
], ],
{ {
@ -7428,6 +7428,8 @@
"SDVN Load Image Url", "SDVN Load Image Url",
"SDVN Load Lora", "SDVN Load Lora",
"SDVN Lora Download", "SDVN Lora Download",
"SDVN Lora info",
"SDVN Lora info editor",
"SDVN Merge Flux", "SDVN Merge Flux",
"SDVN Merge SD1", "SDVN Merge SD1",
"SDVN Merge SDXL", "SDVN Merge SDXL",
@ -12185,7 +12187,7 @@
"JoinStringMulti_clh", "JoinStringMulti_clh",
"MathExpression_clh", "MathExpression_clh",
"SetRedis|clh", "SetRedis|clh",
"ShowText|clh", "ShowText_clh",
"SomethingToString_clh", "SomethingToString_clh",
"String2FatLabels_clh", "String2FatLabels_clh",
"String2Image_clh", "String2Image_clh",

View File

@ -1,5 +1,17 @@
{ {
"models": [ "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", "name": "stabilityai/SD3.5-Large-Controlnet-Blur",
"type": "controlnet", "type": "controlnet",