update DB

This commit is contained in:
Dr.Lt.Data 2024-06-08 23:48:10 +09:00
parent dcc1e15bbb
commit 4a1ef1f220
5 changed files with 102 additions and 2 deletions

View File

@ -10089,6 +10089,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:Add_text_by_mask" "description": "Nodes:Add_text_by_mask"
}, },
{
"author": "denfrost",
"title": "Den_ComfyUI_Workflows",
"id": "den",
"reference": "https://github.com/denfrost/Den_ComfyUI_Workflow",
"files": [
"https://github.com/denfrost/Den_ComfyUI_Workflow"
],
"install_type": "git-clone",
"description": "Custom nodes make easy Advanced Workflows. Focus on Image/Video and ControlNet efficiency and performances. Manipulation of Latent Space, Automatic pipeline with a bit efforts."
},

View File

@ -3432,6 +3432,9 @@
"CombinedDiffusersLoader", "CombinedDiffusersLoader",
"CombinedDiffusersSD15Loader", "CombinedDiffusersSD15Loader",
"CombinedDiffusersSDXLLoader", "CombinedDiffusersSDXLLoader",
"DiffusersClipLoader",
"DiffusersUNETLoader",
"DiffusersVAELoader",
"SD15CLIPLoader", "SD15CLIPLoader",
"SD15UNETLoader", "SD15UNETLoader",
"SD15VAELoader", "SD15VAELoader",
@ -7882,6 +7885,39 @@
"title_aux": "comfyui_facetools" "title_aux": "comfyui_facetools"
} }
], ],
"https://github.com/denfrost/Den_ComfyUI_Workflow": [
[
"Den_BatchIndex_AS",
"Den_CropImage_AS",
"Den_Eval_AS",
"Den_GPTLoaderSimple_llama",
"Den_GPTSampler_llama",
"Den_ImageMixMasked_As",
"Den_ImageToLatentSpace",
"Den_ImageToMask_AS",
"Den_Int2Any_AS",
"Den_LatentAdd_AS",
"Den_LatentMixMasked_As",
"Den_LatentMix_AS",
"Den_LatentToImages_AS",
"Den_LoadLatent_AS",
"Den_MapRange_AS",
"Den_MaskToImage_AS",
"Den_Math_AS",
"Den_NoiseImage_AS",
"Den_Number2Float_AS",
"Den_Number2Int_AS",
"Den_Number_AS",
"Den_SVD_img2vid",
"Den_SaveLatent_AS",
"Den_TextToImage_AS",
"Den_TextWildcardList_AS",
"Increment_AS"
],
{
"title_aux": "Den_ComfyUI_Workflows"
}
],
"https://github.com/deroberon/StableZero123-comfyui": [ "https://github.com/deroberon/StableZero123-comfyui": [
[ [
"SDZero ImageSplit", "SDZero ImageSplit",
@ -12013,6 +12049,7 @@
"BMAB Prompt", "BMAB Prompt",
"BMAB Remove Background", "BMAB Remove Background",
"BMAB Resize By Person", "BMAB Resize By Person",
"BMAB Resize By Ratio",
"BMAB Resize and Fill", "BMAB Resize and Fill",
"BMAB SD-WebUI API BMAB Extension", "BMAB SD-WebUI API BMAB Extension",
"BMAB SD-WebUI API ControlNet", "BMAB SD-WebUI API ControlNet",

View File

@ -652,7 +652,7 @@
"last_update": "2024-05-30 17:54:32" "last_update": "2024-05-30 17:54:32"
}, },
"https://github.com/LZpenguin/ComfyUI-Text": { "https://github.com/LZpenguin/ComfyUI-Text": {
"stars": 0, "stars": 1,
"last_update": "2024-06-07 16:59:17" "last_update": "2024-06-07 16:59:17"
}, },
"https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": {
@ -1967,6 +1967,10 @@
"stars": 41, "stars": 41,
"last_update": "2024-05-31 10:40:32" "last_update": "2024-05-31 10:40:32"
}, },
"https://github.com/denfrost/Den_ComfyUI_Workflow": {
"stars": 1,
"last_update": "2024-06-08 12:55:20"
},
"https://github.com/deroberon/StableZero123-comfyui": { "https://github.com/deroberon/StableZero123-comfyui": {
"stars": 132, "stars": 132,
"last_update": "2024-05-22 22:09:53" "last_update": "2024-05-22 22:09:53"
@ -2320,7 +2324,7 @@
"last_update": "2024-04-28 15:36:22" "last_update": "2024-04-28 15:36:22"
}, },
"https://github.com/huchenlei/ComfyUI_densediffusion": { "https://github.com/huchenlei/ComfyUI_densediffusion": {
"stars": 31, "stars": 34,
"last_update": "2024-06-07 23:43:27" "last_update": "2024-06-07 23:43:27"
}, },
"https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": {

View File

@ -14,6 +14,17 @@
{
"author": "denfrost",
"title": "Den_ComfyUI_Workflows",
"id": "den",
"reference": "https://github.com/denfrost/Den_ComfyUI_Workflow",
"files": [
"https://github.com/denfrost/Den_ComfyUI_Workflow"
],
"install_type": "git-clone",
"description": "Custom nodes make easy Advanced Workflows. Focus on Image/Video and ControlNet efficiency and performances. Manipulation of Latent Space, Automatic pipeline with a bit efforts."
},
{ {
"author": "LZpenguin", "author": "LZpenguin",
"title": "ComfyUI-Text", "title": "ComfyUI-Text",

View File

@ -3432,6 +3432,9 @@
"CombinedDiffusersLoader", "CombinedDiffusersLoader",
"CombinedDiffusersSD15Loader", "CombinedDiffusersSD15Loader",
"CombinedDiffusersSDXLLoader", "CombinedDiffusersSDXLLoader",
"DiffusersClipLoader",
"DiffusersUNETLoader",
"DiffusersVAELoader",
"SD15CLIPLoader", "SD15CLIPLoader",
"SD15UNETLoader", "SD15UNETLoader",
"SD15VAELoader", "SD15VAELoader",
@ -7882,6 +7885,39 @@
"title_aux": "comfyui_facetools" "title_aux": "comfyui_facetools"
} }
], ],
"https://github.com/denfrost/Den_ComfyUI_Workflow": [
[
"Den_BatchIndex_AS",
"Den_CropImage_AS",
"Den_Eval_AS",
"Den_GPTLoaderSimple_llama",
"Den_GPTSampler_llama",
"Den_ImageMixMasked_As",
"Den_ImageToLatentSpace",
"Den_ImageToMask_AS",
"Den_Int2Any_AS",
"Den_LatentAdd_AS",
"Den_LatentMixMasked_As",
"Den_LatentMix_AS",
"Den_LatentToImages_AS",
"Den_LoadLatent_AS",
"Den_MapRange_AS",
"Den_MaskToImage_AS",
"Den_Math_AS",
"Den_NoiseImage_AS",
"Den_Number2Float_AS",
"Den_Number2Int_AS",
"Den_Number_AS",
"Den_SVD_img2vid",
"Den_SaveLatent_AS",
"Den_TextToImage_AS",
"Den_TextWildcardList_AS",
"Increment_AS"
],
{
"title_aux": "Den_ComfyUI_Workflows"
}
],
"https://github.com/deroberon/StableZero123-comfyui": [ "https://github.com/deroberon/StableZero123-comfyui": [
[ [
"SDZero ImageSplit", "SDZero ImageSplit",
@ -12013,6 +12049,7 @@
"BMAB Prompt", "BMAB Prompt",
"BMAB Remove Background", "BMAB Remove Background",
"BMAB Resize By Person", "BMAB Resize By Person",
"BMAB Resize By Ratio",
"BMAB Resize and Fill", "BMAB Resize and Fill",
"BMAB SD-WebUI API BMAB Extension", "BMAB SD-WebUI API BMAB Extension",
"BMAB SD-WebUI API ControlNet", "BMAB SD-WebUI API ControlNet",