update DB

This commit is contained in:
Dr.Lt.Data 2024-01-25 23:26:30 +09:00
parent f8e13e7ee8
commit 62c9c00b20
3 changed files with 33 additions and 18 deletions

View File

@ -948,6 +948,10 @@
], ],
"https://github.com/Inzaniak/comfyui-ranbooru": [ "https://github.com/Inzaniak/comfyui-ranbooru": [
[ [
"PromptBackground",
"PromptLimit",
"PromptMix",
"PromptRandomWeight",
"Ranbooru", "Ranbooru",
"RandomPicturePath" "RandomPicturePath"
], ],
@ -2266,6 +2270,8 @@
"tri3d-face-recognise", "tri3d-face-recognise",
"tri3d-float-to-image", "tri3d-float-to-image",
"tri3d-fuzzification", "tri3d-fuzzification",
"tri3d-image-mask-2-box",
"tri3d-image-mask-box-2-image",
"tri3d-interaction-canny", "tri3d-interaction-canny",
"tri3d-load-pose-json", "tri3d-load-pose-json",
"tri3d-pose-adaption", "tri3d-pose-adaption",
@ -3668,6 +3674,7 @@
"Load CheckPoint DragNUWA", "Load CheckPoint DragNUWA",
"Load MotionBrush From Optical Flow", "Load MotionBrush From Optical Flow",
"Load MotionBrush From Optical Flow Directory", "Load MotionBrush From Optical Flow Directory",
"Load MotionBrush From Optical Flow Without Model",
"Load MotionBrush From Tracking Points", "Load MotionBrush From Tracking Points",
"Load Pose KeyPoints", "Load Pose KeyPoints",
"Loop", "Loop",
@ -3747,7 +3754,9 @@
], ],
"https://github.com/chaojie/ComfyUI-RAFT": [ "https://github.com/chaojie/ComfyUI-RAFT": [
[ [
"RAFT Run" "Load MotionBrush",
"RAFT Run",
"Save MotionBrush"
], ],
{ {
"title_aux": "ComfyUI-RAFT" "title_aux": "ComfyUI-RAFT"
@ -5580,6 +5589,7 @@
"GlobalSeed //Inspire", "GlobalSeed //Inspire",
"HEDPreprocessor_Provider_for_SEGS //Inspire", "HEDPreprocessor_Provider_for_SEGS //Inspire",
"HyperTile //Inspire", "HyperTile //Inspire",
"IPAdapterModelHelper //Inspire",
"ImageBatchSplitter //Inspire", "ImageBatchSplitter //Inspire",
"InpaintPreprocessor_Provider_for_SEGS //Inspire", "InpaintPreprocessor_Provider_for_SEGS //Inspire",
"KSampler //Inspire", "KSampler //Inspire",

View File

@ -122,22 +122,6 @@
"title_aux": "ComfyUI-AnyText\uff08WIP\uff09" "title_aux": "ComfyUI-AnyText\uff08WIP\uff09"
} }
], ],
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker": [
[
"BaseModel_Loader_fromhub",
"BaseModel_Loader_local",
"LoRALoader",
"NEW_PhotoMaker_Generation",
"PhotoMakerAdapter_Loader_fromhub",
"PhotoMakerAdapter_Loader_local",
"PhotoMaker_Generation",
"Prompt_Styler",
"Ref_Image_Preprocessing"
],
{
"title_aux": "ZHO-ZHO-ZHO/ComfyUI PhotoMaker (WIP)"
}
],
"https://github.com/alt-key-project/comfyui-dream-video-batches": [ "https://github.com/alt-key-project/comfyui-dream-video-batches": [
[ [
"Blended Transition [DVB]", "Blended Transition [DVB]",
@ -298,6 +282,8 @@
"ModelSamplingDiscrete", "ModelSamplingDiscrete",
"PatchModelAddDownscale", "PatchModelAddDownscale",
"PerpNeg", "PerpNeg",
"PhotoMakerEncode",
"PhotoMakerLoader",
"PolyexponentialScheduler", "PolyexponentialScheduler",
"PorterDuffImageComposite", "PorterDuffImageComposite",
"PreviewImage", "PreviewImage",
@ -677,6 +663,15 @@
"title_aux": "comfyui_sendimage_node" "title_aux": "comfyui_sendimage_node"
} }
], ],
"https://github.com/unanan/ComfyUI-clip-interrogator": [
[
"ComfyUIClipInterrogator",
"ShowText"
],
{
"title_aux": "ComfyUI-clip-interrogator [WIP]"
}
],
"https://github.com/wormley/comfyui-wormley-nodes": [ "https://github.com/wormley/comfyui-wormley-nodes": [
[ [
"CheckpointVAELoaderSimpleText", "CheckpointVAELoaderSimpleText",

View File

@ -948,6 +948,10 @@
], ],
"https://github.com/Inzaniak/comfyui-ranbooru": [ "https://github.com/Inzaniak/comfyui-ranbooru": [
[ [
"PromptBackground",
"PromptLimit",
"PromptMix",
"PromptRandomWeight",
"Ranbooru", "Ranbooru",
"RandomPicturePath" "RandomPicturePath"
], ],
@ -2266,6 +2270,8 @@
"tri3d-face-recognise", "tri3d-face-recognise",
"tri3d-float-to-image", "tri3d-float-to-image",
"tri3d-fuzzification", "tri3d-fuzzification",
"tri3d-image-mask-2-box",
"tri3d-image-mask-box-2-image",
"tri3d-interaction-canny", "tri3d-interaction-canny",
"tri3d-load-pose-json", "tri3d-load-pose-json",
"tri3d-pose-adaption", "tri3d-pose-adaption",
@ -3668,6 +3674,7 @@
"Load CheckPoint DragNUWA", "Load CheckPoint DragNUWA",
"Load MotionBrush From Optical Flow", "Load MotionBrush From Optical Flow",
"Load MotionBrush From Optical Flow Directory", "Load MotionBrush From Optical Flow Directory",
"Load MotionBrush From Optical Flow Without Model",
"Load MotionBrush From Tracking Points", "Load MotionBrush From Tracking Points",
"Load Pose KeyPoints", "Load Pose KeyPoints",
"Loop", "Loop",
@ -3747,7 +3754,9 @@
], ],
"https://github.com/chaojie/ComfyUI-RAFT": [ "https://github.com/chaojie/ComfyUI-RAFT": [
[ [
"RAFT Run" "Load MotionBrush",
"RAFT Run",
"Save MotionBrush"
], ],
{ {
"title_aux": "ComfyUI-RAFT" "title_aux": "ComfyUI-RAFT"
@ -5580,6 +5589,7 @@
"GlobalSeed //Inspire", "GlobalSeed //Inspire",
"HEDPreprocessor_Provider_for_SEGS //Inspire", "HEDPreprocessor_Provider_for_SEGS //Inspire",
"HyperTile //Inspire", "HyperTile //Inspire",
"IPAdapterModelHelper //Inspire",
"ImageBatchSplitter //Inspire", "ImageBatchSplitter //Inspire",
"InpaintPreprocessor_Provider_for_SEGS //Inspire", "InpaintPreprocessor_Provider_for_SEGS //Inspire",
"KSampler //Inspire", "KSampler //Inspire",