update DB

This commit is contained in:
Dr.Lt.Data 2023-11-24 02:23:11 +09:00
parent 52857dcd93
commit d00d3d374e
4 changed files with 50 additions and 4 deletions

View File

@ -2798,6 +2798,16 @@
"install_type": "git-clone",
"description": "This node was created to send a webcam to ComfyUI in real time. This node is recommended for use with LCM."
},
{
"author": "thecooltechguy",
"title": "ComfyUI Stable Video Diffusion",
"reference": "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion",
"files": [
"https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion"
],
"install_type": "git-clone",
"description": "Easily use Stable Video Diffusion inside ComfyUI!"
},
{
"author": "Off-Live",
"title": "ComfyUI-off-suite",

View File

@ -3293,6 +3293,7 @@
"ImpactNeg",
"ImpactNodeSetMuteState",
"ImpactQueueTrigger",
"ImpactQueueTriggerCountdown",
"ImpactSEGSClassify",
"ImpactSEGSConcat",
"ImpactSEGSLabelFilter",
@ -3306,6 +3307,7 @@
"ImpactSimpleDetectorSEGS",
"ImpactSimpleDetectorSEGSPipe",
"ImpactSimpleDetectorSEGS_for_AD",
"ImpactSleep",
"ImpactStringSelector",
"ImpactSwitch",
"ImpactValueReceiver",
@ -3984,7 +3986,7 @@
"KandinskyModelLoad",
"LoadImagesFromPath",
"RandomPrompt",
"RunWorkflow",
"ScreenShare",
"SmoothMask",
"SplitLongMask",
"TransparentImage",
@ -4339,6 +4341,16 @@
"title_aux": "Styles CSV Loader Extension for ComfyUI"
}
],
"https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": [
[
"SVDDecoder",
"SVDModelLoader",
"SVDSampler"
],
{
"title_aux": "ComfyUI Stable Video Diffusion"
}
],
"https://github.com/thedyze/save-image-extended-comfyui": [
[
"SaveImageExtended"
@ -4350,7 +4362,8 @@
"https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [
[
"CaptureWebcam",
"LoadWebcamImage"
"LoadWebcamImage",
"SaveImagetoPath"
],
{
"title_aux": "ComfyUI_toyxyz_test_nodes"

View File

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "thecooltechguy",
"title": "ComfyUI Stable Video Diffusion",
"reference": "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion",
"files": [
"https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion"
],
"install_type": "git-clone",
"description": "Easily use Stable Video Diffusion inside ComfyUI!"
},
{
"author": "toyxyz",
"title": "ComfyUI_toyxyz_test_nodes",

View File

@ -3293,6 +3293,7 @@
"ImpactNeg",
"ImpactNodeSetMuteState",
"ImpactQueueTrigger",
"ImpactQueueTriggerCountdown",
"ImpactSEGSClassify",
"ImpactSEGSConcat",
"ImpactSEGSLabelFilter",
@ -3306,6 +3307,7 @@
"ImpactSimpleDetectorSEGS",
"ImpactSimpleDetectorSEGSPipe",
"ImpactSimpleDetectorSEGS_for_AD",
"ImpactSleep",
"ImpactStringSelector",
"ImpactSwitch",
"ImpactValueReceiver",
@ -3984,7 +3986,7 @@
"KandinskyModelLoad",
"LoadImagesFromPath",
"RandomPrompt",
"RunWorkflow",
"ScreenShare",
"SmoothMask",
"SplitLongMask",
"TransparentImage",
@ -4339,6 +4341,16 @@
"title_aux": "Styles CSV Loader Extension for ComfyUI"
}
],
"https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": [
[
"SVDDecoder",
"SVDModelLoader",
"SVDSampler"
],
{
"title_aux": "ComfyUI Stable Video Diffusion"
}
],
"https://github.com/thedyze/save-image-extended-comfyui": [
[
"SaveImageExtended"
@ -4350,7 +4362,8 @@
"https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [
[
"CaptureWebcam",
"LoadWebcamImage"
"LoadWebcamImage",
"SaveImagetoPath"
],
{
"title_aux": "ComfyUI_toyxyz_test_nodes"