mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 02:12:58 +08:00
update DB
This commit is contained in:
parent
52857dcd93
commit
d00d3d374e
@ -2798,6 +2798,16 @@
|
|||||||
"install_type": "git-clone",
|
"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."
|
"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",
|
"author": "Off-Live",
|
||||||
"title": "ComfyUI-off-suite",
|
"title": "ComfyUI-off-suite",
|
||||||
|
|||||||
@ -3293,6 +3293,7 @@
|
|||||||
"ImpactNeg",
|
"ImpactNeg",
|
||||||
"ImpactNodeSetMuteState",
|
"ImpactNodeSetMuteState",
|
||||||
"ImpactQueueTrigger",
|
"ImpactQueueTrigger",
|
||||||
|
"ImpactQueueTriggerCountdown",
|
||||||
"ImpactSEGSClassify",
|
"ImpactSEGSClassify",
|
||||||
"ImpactSEGSConcat",
|
"ImpactSEGSConcat",
|
||||||
"ImpactSEGSLabelFilter",
|
"ImpactSEGSLabelFilter",
|
||||||
@ -3306,6 +3307,7 @@
|
|||||||
"ImpactSimpleDetectorSEGS",
|
"ImpactSimpleDetectorSEGS",
|
||||||
"ImpactSimpleDetectorSEGSPipe",
|
"ImpactSimpleDetectorSEGSPipe",
|
||||||
"ImpactSimpleDetectorSEGS_for_AD",
|
"ImpactSimpleDetectorSEGS_for_AD",
|
||||||
|
"ImpactSleep",
|
||||||
"ImpactStringSelector",
|
"ImpactStringSelector",
|
||||||
"ImpactSwitch",
|
"ImpactSwitch",
|
||||||
"ImpactValueReceiver",
|
"ImpactValueReceiver",
|
||||||
@ -3984,7 +3986,7 @@
|
|||||||
"KandinskyModelLoad",
|
"KandinskyModelLoad",
|
||||||
"LoadImagesFromPath",
|
"LoadImagesFromPath",
|
||||||
"RandomPrompt",
|
"RandomPrompt",
|
||||||
"RunWorkflow",
|
"ScreenShare",
|
||||||
"SmoothMask",
|
"SmoothMask",
|
||||||
"SplitLongMask",
|
"SplitLongMask",
|
||||||
"TransparentImage",
|
"TransparentImage",
|
||||||
@ -4339,6 +4341,16 @@
|
|||||||
"title_aux": "Styles CSV Loader Extension for ComfyUI"
|
"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": [
|
"https://github.com/thedyze/save-image-extended-comfyui": [
|
||||||
[
|
[
|
||||||
"SaveImageExtended"
|
"SaveImageExtended"
|
||||||
@ -4350,7 +4362,8 @@
|
|||||||
"https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [
|
"https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [
|
||||||
[
|
[
|
||||||
"CaptureWebcam",
|
"CaptureWebcam",
|
||||||
"LoadWebcamImage"
|
"LoadWebcamImage",
|
||||||
|
"SaveImagetoPath"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI_toyxyz_test_nodes"
|
"title_aux": "ComfyUI_toyxyz_test_nodes"
|
||||||
|
|||||||
@ -1,5 +1,15 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"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",
|
"author": "toyxyz",
|
||||||
"title": "ComfyUI_toyxyz_test_nodes",
|
"title": "ComfyUI_toyxyz_test_nodes",
|
||||||
|
|||||||
@ -3293,6 +3293,7 @@
|
|||||||
"ImpactNeg",
|
"ImpactNeg",
|
||||||
"ImpactNodeSetMuteState",
|
"ImpactNodeSetMuteState",
|
||||||
"ImpactQueueTrigger",
|
"ImpactQueueTrigger",
|
||||||
|
"ImpactQueueTriggerCountdown",
|
||||||
"ImpactSEGSClassify",
|
"ImpactSEGSClassify",
|
||||||
"ImpactSEGSConcat",
|
"ImpactSEGSConcat",
|
||||||
"ImpactSEGSLabelFilter",
|
"ImpactSEGSLabelFilter",
|
||||||
@ -3306,6 +3307,7 @@
|
|||||||
"ImpactSimpleDetectorSEGS",
|
"ImpactSimpleDetectorSEGS",
|
||||||
"ImpactSimpleDetectorSEGSPipe",
|
"ImpactSimpleDetectorSEGSPipe",
|
||||||
"ImpactSimpleDetectorSEGS_for_AD",
|
"ImpactSimpleDetectorSEGS_for_AD",
|
||||||
|
"ImpactSleep",
|
||||||
"ImpactStringSelector",
|
"ImpactStringSelector",
|
||||||
"ImpactSwitch",
|
"ImpactSwitch",
|
||||||
"ImpactValueReceiver",
|
"ImpactValueReceiver",
|
||||||
@ -3984,7 +3986,7 @@
|
|||||||
"KandinskyModelLoad",
|
"KandinskyModelLoad",
|
||||||
"LoadImagesFromPath",
|
"LoadImagesFromPath",
|
||||||
"RandomPrompt",
|
"RandomPrompt",
|
||||||
"RunWorkflow",
|
"ScreenShare",
|
||||||
"SmoothMask",
|
"SmoothMask",
|
||||||
"SplitLongMask",
|
"SplitLongMask",
|
||||||
"TransparentImage",
|
"TransparentImage",
|
||||||
@ -4339,6 +4341,16 @@
|
|||||||
"title_aux": "Styles CSV Loader Extension for ComfyUI"
|
"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": [
|
"https://github.com/thedyze/save-image-extended-comfyui": [
|
||||||
[
|
[
|
||||||
"SaveImageExtended"
|
"SaveImageExtended"
|
||||||
@ -4350,7 +4362,8 @@
|
|||||||
"https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [
|
"https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": [
|
||||||
[
|
[
|
||||||
"CaptureWebcam",
|
"CaptureWebcam",
|
||||||
"LoadWebcamImage"
|
"LoadWebcamImage",
|
||||||
|
"SaveImagetoPath"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI_toyxyz_test_nodes"
|
"title_aux": "ComfyUI_toyxyz_test_nodes"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user