mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
update DB
This commit is contained in:
parent
dcc1e15bbb
commit
4a1ef1f220
@ -10089,6 +10089,17 @@
|
||||
"install_type": "git-clone",
|
||||
"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."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -3432,6 +3432,9 @@
|
||||
"CombinedDiffusersLoader",
|
||||
"CombinedDiffusersSD15Loader",
|
||||
"CombinedDiffusersSDXLLoader",
|
||||
"DiffusersClipLoader",
|
||||
"DiffusersUNETLoader",
|
||||
"DiffusersVAELoader",
|
||||
"SD15CLIPLoader",
|
||||
"SD15UNETLoader",
|
||||
"SD15VAELoader",
|
||||
@ -7882,6 +7885,39 @@
|
||||
"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": [
|
||||
[
|
||||
"SDZero ImageSplit",
|
||||
@ -12013,6 +12049,7 @@
|
||||
"BMAB Prompt",
|
||||
"BMAB Remove Background",
|
||||
"BMAB Resize By Person",
|
||||
"BMAB Resize By Ratio",
|
||||
"BMAB Resize and Fill",
|
||||
"BMAB SD-WebUI API BMAB Extension",
|
||||
"BMAB SD-WebUI API ControlNet",
|
||||
|
||||
@ -652,7 +652,7 @@
|
||||
"last_update": "2024-05-30 17:54:32"
|
||||
},
|
||||
"https://github.com/LZpenguin/ComfyUI-Text": {
|
||||
"stars": 0,
|
||||
"stars": 1,
|
||||
"last_update": "2024-06-07 16:59:17"
|
||||
},
|
||||
"https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": {
|
||||
@ -1967,6 +1967,10 @@
|
||||
"stars": 41,
|
||||
"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": {
|
||||
"stars": 132,
|
||||
"last_update": "2024-05-22 22:09:53"
|
||||
@ -2320,7 +2324,7 @@
|
||||
"last_update": "2024-04-28 15:36:22"
|
||||
},
|
||||
"https://github.com/huchenlei/ComfyUI_densediffusion": {
|
||||
"stars": 31,
|
||||
"stars": 34,
|
||||
"last_update": "2024-06-07 23:43:27"
|
||||
},
|
||||
"https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": {
|
||||
|
||||
@ -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",
|
||||
"title": "ComfyUI-Text",
|
||||
|
||||
@ -3432,6 +3432,9 @@
|
||||
"CombinedDiffusersLoader",
|
||||
"CombinedDiffusersSD15Loader",
|
||||
"CombinedDiffusersSDXLLoader",
|
||||
"DiffusersClipLoader",
|
||||
"DiffusersUNETLoader",
|
||||
"DiffusersVAELoader",
|
||||
"SD15CLIPLoader",
|
||||
"SD15UNETLoader",
|
||||
"SD15VAELoader",
|
||||
@ -7882,6 +7885,39 @@
|
||||
"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": [
|
||||
[
|
||||
"SDZero ImageSplit",
|
||||
@ -12013,6 +12049,7 @@
|
||||
"BMAB Prompt",
|
||||
"BMAB Remove Background",
|
||||
"BMAB Resize By Person",
|
||||
"BMAB Resize By Ratio",
|
||||
"BMAB Resize and Fill",
|
||||
"BMAB SD-WebUI API BMAB Extension",
|
||||
"BMAB SD-WebUI API ControlNet",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user