update DB

This commit is contained in:
dr.lt.data 2023-12-27 10:23:01 +09:00
parent 3067fd7712
commit a8e3e7d4ab
4 changed files with 148 additions and 105 deletions

View File

@ -3600,7 +3600,7 @@
"https://github.com/rcfcu2000/zhihuige-nodes-comfyui"
],
"install_type": "git-clone",
"description": "Nodes: Combine ZHGMasks, ZHG FaceIndex"
"description": "Nodes: Combine ZHGMasks, Cover ZHGMasks, ZHG FaceIndex, ZHG SaveImage, ZHG SmoothEdge, ZHG GetMaskArea, ..."
},
{
"author": "IDGallagher",
@ -3712,6 +3712,16 @@
"install_type": "git-clone",
"description": "Directly upscaling inside the latent space. Model was trained for SD1.5 and drawn content. Might add new architectures or update models at some point. This took heavy inspriration from [city96/SD-Latent-Upscaler](https://github.com/city96/SD-Latent-Upscaler) and [Ttl/ComfyUi_NNLatentUpscale](https://github.com/Ttl/ComfyUi_NNLatentUpscale). "
},
{
"author": "styler00dollar",
"title": "ComfyUI-deepcache",
"reference": "https://github.com/styler00dollar/ComfyUI-deepcache",
"files": [
"https://github.com/styler00dollar/ComfyUI-deepcache"
],
"install_type": "git-clone",
"description": "This extension provides nodes for [a/DeepCache: Accelerating Diffusion Models for Free](https://arxiv.org/abs/2312.00858)\nNOTE:Original code can be found [a/here](https://gist.github.com/laksjdjf/435c512bc19636e9c9af4ee7bea9eb86). Full credit to laksjdjf for sharing the code. "
},
{
"author": "HarroweD and quadmoon",
"title": "Harronode",
@ -3734,8 +3744,8 @@
"description": "GPT+Comfyui Generate coherent pictures"
},
{
"author": "ComfyUI-Calculation",
"title": "Limitex",
"author": "Limitex",
"title": "ComfyUI-Calculation",
"reference": "https://github.com/Limitex/ComfyUI-Calculation",
"files": [
"https://github.com/Limitex/ComfyUI-Calculation"
@ -3743,6 +3753,28 @@
"install_type": "git-clone",
"description": "Nodes: Center Calculation. Improved Numerical Calculation for ComfyUI"
},
{
"author": "Limitex",
"title": "ComfyUI-Diffusers",
"reference": "https://github.com/Limitex/ComfyUI-Diffusers",
"files": [
"https://github.com/Limitex/ComfyUI-Diffusers"
],
"install_type": "git-clone",
"description": "This extension enables the use of the diffuser pipeline in ComfyUI."
},
{
"author": "edenartlab",
"title": "eden_comfy_pipelines",
"reference": "https://github.com/edenartlab/eden_comfy_pipelines",
"files": [
"https://github.com/edenartlab/eden_comfy_pipelines"
],
"install_type": "git-clone",
"description": "Nodes:CLIP Interrogator, ..."
},

View File

@ -957,6 +957,7 @@
"VHS_DuplicateLatents",
"VHS_GetImageCount",
"VHS_GetLatentCount",
"VHS_LoadAudio",
"VHS_LoadImages",
"VHS_LoadImagesPath",
"VHS_LoadVideo",
@ -1003,7 +1004,23 @@
"CenterCalculation"
],
{
"title_aux": "Limitex"
"title_aux": "ComfyUI-Calculation"
}
],
"https://github.com/Limitex/ComfyUI-Diffusers": [
[
"DiffusersClipTextEncode",
"DiffusersModelMakeup",
"DiffusersPipelineLoader",
"DiffusersSampler",
"DiffusersSaveImage",
"DiffusersSchedulerLoader",
"DiffusersVaeLoader",
"StreamDiffusionCreateStream",
"StreamDiffusionSampler"
],
{
"title_aux": "ComfyUI-Diffusers"
}
],
"https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": [
@ -3656,6 +3673,14 @@
"title_aux": "ComfyUI Easy Padding"
}
],
"https://github.com/edenartlab/eden_comfy_pipelines": [
[
"CLIP_Interrogator"
],
{
"title_aux": "eden_comfy_pipelines"
}
],
"https://github.com/evanspearman/ComfyMath": [
[
"CM_BoolBinaryOperation",
@ -3963,7 +3988,6 @@
"GenerateAudioSample",
"GenerateAudioWave",
"GetAudioFromFolderIndex",
"GetInteger",
"GetSingle",
"GetStringByIndex",
"HighShelfFilter",
@ -3996,7 +4020,9 @@
"SaveAudioTensor",
"SequenceVariation",
"SliceAudio",
"StretchAudio"
"SoundPlayer",
"StretchAudio",
"samplerate"
],
{
"author": "jags111",
@ -5110,7 +5136,9 @@
"Combine ZHGMasks",
"Cover ZHGMasks",
"ZHG FaceIndex",
"ZHG SaveImage"
"ZHG GetMaskArea",
"ZHG SaveImage",
"ZHG SmoothEdge"
],
{
"title_aux": "zhihuige-nodes-comfyui"
@ -5550,6 +5578,14 @@
"title_aux": "ComfyUI_Strimmlarns_aesthetic_score"
}
],
"https://github.com/styler00dollar/ComfyUI-deepcache": [
[
"DeepCache"
],
{
"title_aux": "ComfyUI-deepcache"
}
],
"https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": [
[
"SudoLatentUpscale"

View File

@ -12,8 +12,38 @@
{
"author": "ComfyUI-Calculation",
"title": "Limitex",
"author": "styler00dollar",
"title": "ComfyUI-deepcache",
"reference": "https://github.com/styler00dollar/ComfyUI-deepcache",
"files": [
"https://github.com/styler00dollar/ComfyUI-deepcache"
],
"install_type": "git-clone",
"description": "This extension provides nodes for [a/DeepCache: Accelerating Diffusion Models for Free](https://arxiv.org/abs/2312.00858)\nNOTE:Original code can be found [a/here](https://gist.github.com/laksjdjf/435c512bc19636e9c9af4ee7bea9eb86). Full credit to laksjdjf for sharing the code. "
},
{
"author": "edenartlab",
"title": "eden_comfy_pipelines",
"reference": "https://github.com/edenartlab/eden_comfy_pipelines",
"files": [
"https://github.com/edenartlab/eden_comfy_pipelines"
],
"install_type": "git-clone",
"description": "Nodes:CLIP Interrogator."
},
{
"author": "Limitex",
"title": "ComfyUI-Diffusers",
"reference": "https://github.com/Limitex/ComfyUI-Diffusers",
"files": [
"https://github.com/Limitex/ComfyUI-Diffusers"
],
"install_type": "git-clone",
"description": "This extension enables the use of the diffuser pipeline in ComfyUI."
},
{
"author": "Limitex",
"title": "ComfyUI-Calculation",
"reference": "https://github.com/Limitex/ComfyUI-Calculation",
"files": [
"https://github.com/Limitex/ComfyUI-Calculation"
@ -210,7 +240,7 @@
"https://github.com/rcfcu2000/zhihuige-nodes-comfyui"
],
"install_type": "git-clone",
"description": "Nodes: Combine ZHGMasks, ZHG FaceIndex"
"description": "Nodes: Combine ZHGMasks, Cover ZHGMasks, ZHG FaceIndex, ZHG SaveImage, ZHG SmoothEdge, ZHG GetMaskArea, ..."
},
{
"author": "rcsaquino",
@ -665,97 +695,6 @@
],
"install_type": "git-clone",
"description": "Experimental utility nodes with a focus on manipulation of noised latents"
},
{
"author": "asagi4",
"title": "asagi4/comfyui-utility-nodes",
"reference": "https://github.com/asagi4/comfyui-utility-nodes",
"files": [
"https://github.com/asagi4/comfyui-utility-nodes"
],
"install_type": "git-clone",
"description": "Nodes:MUJinjaRender, MUSimpleWildcard"
},
{
"author": "asagi4",
"title": "ComfyUI-CADS",
"reference": "https://github.com/asagi4/ComfyUI-CADS",
"files": [
"https://github.com/asagi4/ComfyUI-CADS"
],
"install_type": "git-clone",
"description": "Attempts to implement [a/CADS](https://arxiv.org/abs/2310.17347) for ComfyUI. Credit also to the [a/A1111 implementation](https://github.com/v0xie/sd-webui-cads/tree/main) that I used as a reference."
},
{
"author": "Electrofried",
"title": "OpenAINode",
"reference": "https://github.com/Electrofried/ComfyUI-OpenAINode",
"files": [
"https://github.com/Electrofried/ComfyUI-OpenAINode"
],
"install_type": "git-clone",
"description": "A simply node for hooking in to openAI API based servers via comfyUI"
},
{
"author": "zcfrank1st",
"title": "comfyui_visual_anagram",
"reference": "https://github.com/zcfrank1st/comfyui_visual_anagrams",
"files": [
"https://github.com/zcfrank1st/comfyui_visual_anagrams"
],
"install_type": "git-clone",
"description": "Nodes:visual_anagrams_sample, visual_anagrams_animate"
},
{
"author": "subtleGradient",
"title": "Touchpad two-finger gesture support for macOS",
"reference": "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad",
"files": [
"https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad"
],
"install_type": "git-clone",
"description": "Two-finger scrolling (vertical and horizontal) to pan the canvas. Two-finger pinch to zoom in and out. Command-scroll up and down to zoom in and out. Fixes [a/comfyanonymous/ComfyUI#2059](https://github.com/comfyanonymous/ComfyUI/issues/2059)."
},
{
"author": "SoftMeng",
"title": "ComfyUI_Mexx_Poster",
"reference": "https://github.com/SoftMeng/ComfyUI_Mexx_Poster",
"files": [
"https://github.com/SoftMeng/ComfyUI_Mexx_Poster"
],
"install_type": "git-clone",
"description": "Nodes: ComfyUI_Mexx_Poster"
},
{
"author": "ningxiaoxiao",
"title": "comfyui-NDI",
"reference": "https://github.com/ningxiaoxiao/comfyui-NDI",
"files": [
"https://github.com/ningxiaoxiao/comfyui-NDI"
],
"pip": ["ndi-python"],
"install_type": "git-clone",
"description": "Real-time input output node for ComfyUI by NDI. Leveraging the powerful linking capabilities of NDI, you can access NDI video stream frames and send images generated by the model to NDI video streams."
},
{
"author": "Fannovel16",
"title": "ComfyUI-Video-Matting",
"reference": "https://github.com/Fannovel16/ComfyUI-Video-Matting",
"files": [
"https://github.com/Fannovel16/ComfyUI-Video-Matting"
],
"install_type": "git-clone",
"description": "A minimalistic implementation of [a/Robust Video Matting (RVM)](https://github.com/PeterL1n/RobustVideoMatting/) in ComfyUI"
},
{
"author": "Dream Project",
"title": "Dream Video Batches",
"reference": "https://github.com/alt-key-project/comfyui-dream-video-batches",
"files": [
"https://github.com/alt-key-project/comfyui-dream-video-batches"
],
"install_type": "git-clone",
"description": "Provide utilities for batch based video generation workflows (s.a. AnimateDiff and Stable Video Diffusion)."
}
]
}

View File

@ -957,6 +957,7 @@
"VHS_DuplicateLatents",
"VHS_GetImageCount",
"VHS_GetLatentCount",
"VHS_LoadAudio",
"VHS_LoadImages",
"VHS_LoadImagesPath",
"VHS_LoadVideo",
@ -1003,7 +1004,23 @@
"CenterCalculation"
],
{
"title_aux": "Limitex"
"title_aux": "ComfyUI-Calculation"
}
],
"https://github.com/Limitex/ComfyUI-Diffusers": [
[
"DiffusersClipTextEncode",
"DiffusersModelMakeup",
"DiffusersPipelineLoader",
"DiffusersSampler",
"DiffusersSaveImage",
"DiffusersSchedulerLoader",
"DiffusersVaeLoader",
"StreamDiffusionCreateStream",
"StreamDiffusionSampler"
],
{
"title_aux": "ComfyUI-Diffusers"
}
],
"https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": [
@ -3656,6 +3673,14 @@
"title_aux": "ComfyUI Easy Padding"
}
],
"https://github.com/edenartlab/eden_comfy_pipelines": [
[
"CLIP_Interrogator"
],
{
"title_aux": "eden_comfy_pipelines"
}
],
"https://github.com/evanspearman/ComfyMath": [
[
"CM_BoolBinaryOperation",
@ -3963,7 +3988,6 @@
"GenerateAudioSample",
"GenerateAudioWave",
"GetAudioFromFolderIndex",
"GetInteger",
"GetSingle",
"GetStringByIndex",
"HighShelfFilter",
@ -3996,7 +4020,9 @@
"SaveAudioTensor",
"SequenceVariation",
"SliceAudio",
"StretchAudio"
"SoundPlayer",
"StretchAudio",
"samplerate"
],
{
"author": "jags111",
@ -5110,7 +5136,9 @@
"Combine ZHGMasks",
"Cover ZHGMasks",
"ZHG FaceIndex",
"ZHG SaveImage"
"ZHG GetMaskArea",
"ZHG SaveImage",
"ZHG SmoothEdge"
],
{
"title_aux": "zhihuige-nodes-comfyui"
@ -5550,6 +5578,14 @@
"title_aux": "ComfyUI_Strimmlarns_aesthetic_score"
}
],
"https://github.com/styler00dollar/ComfyUI-deepcache": [
[
"DeepCache"
],
{
"title_aux": "ComfyUI-deepcache"
}
],
"https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": [
[
"SudoLatentUpscale"