mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
update DB
This commit is contained in:
parent
e2cc1a9790
commit
b2940a808a
14
check.sh
14
check.sh
@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo
|
||||
echo CHECK1
|
||||
|
||||
files=(
|
||||
"custom-node-list.json"
|
||||
"model-list.json"
|
||||
@ -26,3 +29,14 @@ files=(
|
||||
for file in "${files[@]}"; do
|
||||
python json-checker.py "$file"
|
||||
done
|
||||
|
||||
echo
|
||||
echo CHECK2
|
||||
find ~/.tmp/default -name "*.py" -print0 | xargs -0 grep "crypto"
|
||||
|
||||
echo
|
||||
echo CHECK3
|
||||
find ~/.tmp/default -name "requirements.txt" | xargs grep "^\s*https\\?:"
|
||||
find ~/.tmp/default -name "requirements.txt" | xargs grep "\.whl"
|
||||
|
||||
echo
|
||||
|
||||
@ -6975,6 +6975,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "[a/DenseDiffusion](https://github.com/naver-ai/DenseDiffusion) custom node for ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "huchenlei",
|
||||
"title": "ComfyUI_omost",
|
||||
"id": "omost",
|
||||
"reference": "https://github.com/huchenlei/ComfyUI_omost",
|
||||
"files": [
|
||||
"https://github.com/huchenlei/ComfyUI_omost"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI implementation of [a/Omost](https://github.com/lllyasviel/Omost), and everything about regional prompt.\nNOTE: You need to install ComfyUI_densediffusion to use this node."
|
||||
},
|
||||
{
|
||||
"author": "nathannlu",
|
||||
"title": "ComfyUI Pets",
|
||||
@ -8920,6 +8931,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "This custom node for ComfyUI allows you to create layers of an image based on input masks and save them into a PSD file."
|
||||
},
|
||||
{
|
||||
"author": "alessandrozonta",
|
||||
"title": "OpenPose Node",
|
||||
"id": "openpose-alessandrozonta",
|
||||
"reference": "https://github.com/alessandrozonta/ComfyUI-OpenPose",
|
||||
"files": [
|
||||
"https://github.com/alessandrozonta/ComfyUI-OpenPose"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This extension contains a custom node for ComfyUI. The node, called 'Bounding Box Crop', is designed to compute the top-left coordinates of a cropped bounding box based on input coordinates and dimensions of the final cropped image. It does so computing the center of the cropping area and then computing where the top-left coordinates would be."
|
||||
},
|
||||
{
|
||||
"author": "curiousjp",
|
||||
"title": "ComfyUI-MaskBatchPermutations",
|
||||
@ -10133,6 +10155,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "You'll get a new node called SD3 Latent Select Resolution, you can pick the x and y sizes from a list."
|
||||
},
|
||||
{
|
||||
"author": "BenNarum",
|
||||
"title": "SigmaWaveFormNodes",
|
||||
"id": "sigmawaveform",
|
||||
"reference": "https://github.com/BenNarum/SigmaWaveFormNode",
|
||||
"files": [
|
||||
"https://github.com/BenNarum/SigmaWaveFormNode"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A set of tools for generating and altering sigmas in ComfyUI."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -783,6 +783,19 @@
|
||||
"title_aux": "bsz-cui-extras"
|
||||
}
|
||||
],
|
||||
"https://github.com/BenNarum/SigmaWaveFormNode": [
|
||||
[
|
||||
"AttenuatorNode",
|
||||
"FourierFilterNode",
|
||||
"PhaseLockedLoopNode",
|
||||
"SigmaWaveFormNode",
|
||||
"SigmaWaveFormNodeAdvanced",
|
||||
"SigmaWaveFormNodeSimple"
|
||||
],
|
||||
{
|
||||
"title_aux": "SigmaWaveFormNodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/BennyKok/comfyui-deploy": [
|
||||
[
|
||||
"ComfyDeployWebscoketImageInput",
|
||||
@ -1314,6 +1327,7 @@
|
||||
"https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": [
|
||||
[
|
||||
"Aligned Scheduler",
|
||||
"Gaussian Tail Scheduler",
|
||||
"Get sigmas as float",
|
||||
"Graph sigmas",
|
||||
"Manual scheduler",
|
||||
@ -5378,12 +5392,14 @@
|
||||
],
|
||||
"https://github.com/ai-liam/comfyui-liam": [
|
||||
[
|
||||
"AiStoreAzureGPTLiam",
|
||||
"GetBetterDepthImage",
|
||||
"LiamLibFillImage",
|
||||
"LiamLibImageToGray",
|
||||
"LiamLibLoadImage",
|
||||
"LiamLibSaveImg",
|
||||
"LiamLibSaveText",
|
||||
"OllamaApiTNodeLiam",
|
||||
"PreviewReliefImage",
|
||||
"SpeechRecognitionLiam",
|
||||
"SpeechSynthesisLiam"
|
||||
@ -5432,6 +5448,15 @@
|
||||
"title_aux": "Save Layers Node for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/alessandrozonta/ComfyUI-OpenPose": [
|
||||
[
|
||||
"OpenPose - Get poses"
|
||||
],
|
||||
{
|
||||
"author": "joe",
|
||||
"title_aux": "OpenPose Node"
|
||||
}
|
||||
],
|
||||
"https://github.com/alexopus/ComfyUI-Image-Saver": [
|
||||
[
|
||||
"Cfg Literal (Image Saver)",
|
||||
@ -9433,6 +9458,22 @@
|
||||
"title_aux": "ComfyUI DenseDiffusion"
|
||||
}
|
||||
],
|
||||
"https://github.com/huchenlei/ComfyUI_omost": [
|
||||
[
|
||||
"OmostDenseDiffusionLayoutNode",
|
||||
"OmostGreedyBagsTextEmbeddingNode",
|
||||
"OmostLLMChatNode",
|
||||
"OmostLLMHTTPServerNode",
|
||||
"OmostLLMLoaderNode",
|
||||
"OmostLayoutCondNode",
|
||||
"OmostLoadCanvasConditioningNode",
|
||||
"OmostLoadCanvasPythonCodeNode",
|
||||
"OmostRenderCanvasConditioningNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_omost"
|
||||
}
|
||||
],
|
||||
"https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": [
|
||||
[
|
||||
"Openpose Keypoint Extractor"
|
||||
@ -13587,7 +13628,7 @@
|
||||
],
|
||||
"https://github.com/turkyden/ComfyUI-Comic": [
|
||||
[
|
||||
"Image To Comic"
|
||||
"ImageToComic"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Comic"
|
||||
@ -13595,7 +13636,7 @@
|
||||
],
|
||||
"https://github.com/turkyden/ComfyUI-Sticker": [
|
||||
[
|
||||
"Image To Sticker"
|
||||
"ImageToSticker"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Sticker"
|
||||
@ -13692,13 +13733,15 @@
|
||||
],
|
||||
"https://github.com/vanche1212/ComfyUI-ZMG-Nodes": [
|
||||
[
|
||||
"APIRequestNode",
|
||||
"JsonParserNode",
|
||||
"LoadVideoPath",
|
||||
"LoadVideoUpload",
|
||||
"OldPhotoColorizationNode",
|
||||
"OllamaRequestNode",
|
||||
"Waveform2Audio"
|
||||
"Waveform2Audio",
|
||||
"\ud83d\ude0bAPI Request Node",
|
||||
"\ud83d\ude0bJSON Parser Node",
|
||||
"\ud83d\ude0bLoad Video (Path)",
|
||||
"\ud83d\ude0bOllama Request Node",
|
||||
"\ud83d\ude0bSave Image Unified Output",
|
||||
"\ud83d\ude0bVideo Combine Unified Output"
|
||||
],
|
||||
{
|
||||
"title_aux": "ZMG PLUGIN"
|
||||
|
||||
@ -279,6 +279,11 @@
|
||||
"last_update": "2024-05-22 20:46:45",
|
||||
"author_account_age_days": 2212
|
||||
},
|
||||
"https://github.com/BenNarum/SigmaWaveFormNode": {
|
||||
"stars": 3,
|
||||
"last_update": "2024-06-10 16:55:23",
|
||||
"author_account_age_days": 3059
|
||||
},
|
||||
"https://github.com/BennyKok/comfyui-deploy": {
|
||||
"stars": 658,
|
||||
"last_update": "2024-06-07 20:20:32",
|
||||
@ -1689,6 +1694,11 @@
|
||||
"last_update": "2024-05-28 09:52:49",
|
||||
"author_account_age_days": 1183
|
||||
},
|
||||
"https://github.com/alessandrozonta/ComfyUI-OpenPose": {
|
||||
"stars": 1,
|
||||
"last_update": "2024-06-10 14:55:52",
|
||||
"author_account_age_days": 1183
|
||||
},
|
||||
"https://github.com/alexopus/ComfyUI-Image-Saver": {
|
||||
"stars": 30,
|
||||
"last_update": "2024-05-27 18:10:58",
|
||||
@ -2894,6 +2904,11 @@
|
||||
"last_update": "2024-06-10 20:31:23",
|
||||
"author_account_age_days": 2862
|
||||
},
|
||||
"https://github.com/huchenlei/ComfyUI_omost": {
|
||||
"stars": 254,
|
||||
"last_update": "2024-06-11 06:34:46",
|
||||
"author_account_age_days": 2862
|
||||
},
|
||||
"https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": {
|
||||
"stars": 6,
|
||||
"last_update": "2024-02-24 21:41:24",
|
||||
|
||||
@ -11,6 +11,17 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "yushan777",
|
||||
"title": "Y7 Nodes for ComfyUI",
|
||||
"id": "y7nodes",
|
||||
"reference": "https://github.com/yushan777/ComfyUI-Y7Nodes",
|
||||
"files": [
|
||||
"https://github.com/yushan777/ComfyUI-Y7Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Count_Tokens_(Y7)"
|
||||
},
|
||||
{
|
||||
"author": "norgeous",
|
||||
"title": "UI Builder [WIP]",
|
||||
@ -142,17 +153,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:JHK_Utils_LoadEmbed, JHK_Utils_string_merge, JHK_Utils_ImageRemoveBackground"
|
||||
},
|
||||
{
|
||||
"author": "huchenlei",
|
||||
"title": "ComfyUI_omost [WIP]",
|
||||
"id": "omost",
|
||||
"reference": "https://github.com/huchenlei/ComfyUI_omost",
|
||||
"files": [
|
||||
"https://github.com/huchenlei/ComfyUI_omost"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:ComfyUI implementation of [a/Omost](https://github.com/lllyasviel/Omost)."
|
||||
},
|
||||
{
|
||||
"author": "StartHua",
|
||||
"title": "Comfyui_CXH_CRM",
|
||||
|
||||
@ -14,6 +14,52 @@
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "huchenlei",
|
||||
"title": "ComfyUI_omost",
|
||||
"id": "omost",
|
||||
"reference": "https://github.com/huchenlei/ComfyUI_omost",
|
||||
"files": [
|
||||
"https://github.com/huchenlei/ComfyUI_omost"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI implementation of [a/Omost](https://github.com/lllyasviel/Omost), and everything about regional prompt.\nNOTE: You need to install ComfyUI_densediffusion to use this node."
|
||||
},
|
||||
{
|
||||
"author": "huchenlei",
|
||||
"title": "ComfyUI DenseDiffusion",
|
||||
"id": "densediffusion",
|
||||
"reference": "https://github.com/huchenlei/ComfyUI_densediffusion",
|
||||
"files": [
|
||||
"https://github.com/huchenlei/ComfyUI_densediffusion"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "[a/DenseDiffusion](https://github.com/naver-ai/DenseDiffusion) custom node for ComfyUI."
|
||||
},
|
||||
|
||||
{
|
||||
"author": "BenNarum",
|
||||
"title": "SigmaWaveFormNodes",
|
||||
"id": "sigmawaveform",
|
||||
"reference": "https://github.com/BenNarum/SigmaWaveFormNode",
|
||||
"files": [
|
||||
"https://github.com/BenNarum/SigmaWaveFormNode"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A set of tools for generating and altering sigmas in ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "alessandrozonta",
|
||||
"title": "OpenPose Node",
|
||||
"id": "openpose-alessandrozonta",
|
||||
"reference": "https://github.com/alessandrozonta/ComfyUI-OpenPose",
|
||||
"files": [
|
||||
"https://github.com/alessandrozonta/ComfyUI-OpenPose"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This extension contains a custom node for ComfyUI. The node, called 'Bounding Box Crop', is designed to compute the top-left coordinates of a cropped bounding box based on input coordinates and dimensions of the final cropped image. It does so computing the center of the cropping area and then computing where the top-left coordinates would be."
|
||||
},
|
||||
{
|
||||
"author": "GavChap",
|
||||
"title": "ComfyUI-SD3LatentSelectRes",
|
||||
@ -101,17 +147,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Music Gen, Audio Play, Stable Audio"
|
||||
},
|
||||
{
|
||||
"author": "huchenlei",
|
||||
"title": "ComfyUI DenseDiffusion",
|
||||
"id": "densediffusion",
|
||||
"reference": "https://github.com/huchenlei/ComfyUI_densediffusion",
|
||||
"files": [
|
||||
"https://github.com/huchenlei/ComfyUI_densediffusion"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "[a/DenseDiffusion](https://github.com/naver-ai/DenseDiffusion) custom node for ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "DannyStone1999",
|
||||
"title": "ComfyUI-Depth2Mask",
|
||||
@ -660,39 +695,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: LoRA-Tuner. For using multiple LoRA easily."
|
||||
},
|
||||
{
|
||||
"author": "nirex0",
|
||||
"title": "ComfyUI_pytorch_openpose",
|
||||
"id": "pytorch-openpose",
|
||||
"reference": "https://github.com/nirex0/ComfyUI_pytorch_openpose",
|
||||
"files": [
|
||||
"https://github.com/nirex0/ComfyUI_pytorch_openpose"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "All Credits go to the original Repo: [a/Hzzone/pytorch-openpose](https://github.com/Hzzone/pytorch-openpose)."
|
||||
},
|
||||
{
|
||||
"author": "Mason-McGough",
|
||||
"title": "Mosaica",
|
||||
"id": "mosaica",
|
||||
"reference": "https://github.com/Mason-McGough/ComfyUI-Mosaica",
|
||||
"files": [
|
||||
"https://github.com/Mason-McGough/ComfyUI-Mosaica"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Create colorful mosaic images in ComfyUI by computing label images and applying lookup tables."
|
||||
},
|
||||
{
|
||||
"author": "moyi7712",
|
||||
"title": "ComfyUI_Seamless_Patten",
|
||||
"id": "seamless-pattern",
|
||||
"reference": "https://github.com/moyi7712/ComfyUI_Seamless_Patten",
|
||||
"files": [
|
||||
"https://github.com/moyi7712/ComfyUI_Seamless_Patten"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "It make any text2image create seamless patten"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -783,6 +783,19 @@
|
||||
"title_aux": "bsz-cui-extras"
|
||||
}
|
||||
],
|
||||
"https://github.com/BenNarum/SigmaWaveFormNode": [
|
||||
[
|
||||
"AttenuatorNode",
|
||||
"FourierFilterNode",
|
||||
"PhaseLockedLoopNode",
|
||||
"SigmaWaveFormNode",
|
||||
"SigmaWaveFormNodeAdvanced",
|
||||
"SigmaWaveFormNodeSimple"
|
||||
],
|
||||
{
|
||||
"title_aux": "SigmaWaveFormNodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/BennyKok/comfyui-deploy": [
|
||||
[
|
||||
"ComfyDeployWebscoketImageInput",
|
||||
@ -1314,6 +1327,7 @@
|
||||
"https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": [
|
||||
[
|
||||
"Aligned Scheduler",
|
||||
"Gaussian Tail Scheduler",
|
||||
"Get sigmas as float",
|
||||
"Graph sigmas",
|
||||
"Manual scheduler",
|
||||
@ -5378,12 +5392,14 @@
|
||||
],
|
||||
"https://github.com/ai-liam/comfyui-liam": [
|
||||
[
|
||||
"AiStoreAzureGPTLiam",
|
||||
"GetBetterDepthImage",
|
||||
"LiamLibFillImage",
|
||||
"LiamLibImageToGray",
|
||||
"LiamLibLoadImage",
|
||||
"LiamLibSaveImg",
|
||||
"LiamLibSaveText",
|
||||
"OllamaApiTNodeLiam",
|
||||
"PreviewReliefImage",
|
||||
"SpeechRecognitionLiam",
|
||||
"SpeechSynthesisLiam"
|
||||
@ -5432,6 +5448,15 @@
|
||||
"title_aux": "Save Layers Node for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/alessandrozonta/ComfyUI-OpenPose": [
|
||||
[
|
||||
"OpenPose - Get poses"
|
||||
],
|
||||
{
|
||||
"author": "joe",
|
||||
"title_aux": "OpenPose Node"
|
||||
}
|
||||
],
|
||||
"https://github.com/alexopus/ComfyUI-Image-Saver": [
|
||||
[
|
||||
"Cfg Literal (Image Saver)",
|
||||
@ -9433,6 +9458,22 @@
|
||||
"title_aux": "ComfyUI DenseDiffusion"
|
||||
}
|
||||
],
|
||||
"https://github.com/huchenlei/ComfyUI_omost": [
|
||||
[
|
||||
"OmostDenseDiffusionLayoutNode",
|
||||
"OmostGreedyBagsTextEmbeddingNode",
|
||||
"OmostLLMChatNode",
|
||||
"OmostLLMHTTPServerNode",
|
||||
"OmostLLMLoaderNode",
|
||||
"OmostLayoutCondNode",
|
||||
"OmostLoadCanvasConditioningNode",
|
||||
"OmostLoadCanvasPythonCodeNode",
|
||||
"OmostRenderCanvasConditioningNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_omost"
|
||||
}
|
||||
],
|
||||
"https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": [
|
||||
[
|
||||
"Openpose Keypoint Extractor"
|
||||
@ -13587,7 +13628,7 @@
|
||||
],
|
||||
"https://github.com/turkyden/ComfyUI-Comic": [
|
||||
[
|
||||
"Image To Comic"
|
||||
"ImageToComic"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Comic"
|
||||
@ -13595,7 +13636,7 @@
|
||||
],
|
||||
"https://github.com/turkyden/ComfyUI-Sticker": [
|
||||
[
|
||||
"Image To Sticker"
|
||||
"ImageToSticker"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Sticker"
|
||||
@ -13692,13 +13733,15 @@
|
||||
],
|
||||
"https://github.com/vanche1212/ComfyUI-ZMG-Nodes": [
|
||||
[
|
||||
"APIRequestNode",
|
||||
"JsonParserNode",
|
||||
"LoadVideoPath",
|
||||
"LoadVideoUpload",
|
||||
"OldPhotoColorizationNode",
|
||||
"OllamaRequestNode",
|
||||
"Waveform2Audio"
|
||||
"Waveform2Audio",
|
||||
"\ud83d\ude0bAPI Request Node",
|
||||
"\ud83d\ude0bJSON Parser Node",
|
||||
"\ud83d\ude0bLoad Video (Path)",
|
||||
"\ud83d\ude0bOllama Request Node",
|
||||
"\ud83d\ude0bSave Image Unified Output",
|
||||
"\ud83d\ude0bVideo Combine Unified Output"
|
||||
],
|
||||
{
|
||||
"title_aux": "ZMG PLUGIN"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user