mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-08 21:54:26 +08:00
update DB
This commit is contained in:
parent
9caf45fd81
commit
f53f1e64c6
@ -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",
|
||||
|
||||
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user