update DB

This commit is contained in:
Dr.Lt.Data 2023-10-08 14:43:58 +09:00
parent 1547f20e6e
commit da2ba741f4
3 changed files with 31 additions and 5 deletions

View File

@ -175,7 +175,7 @@ NODE_CLASS_MAPPINGS.update({
* https://github.com/diontimmer/Sample-Diffusion-ComfyUI-Extension * https://github.com/diontimmer/Sample-Diffusion-ComfyUI-Extension
* https://github.com/senshilabs/NINJA-plugin * https://github.com/senshilabs/NINJA-plugin
* https://github.com/MockbaTheBorg/Nodes
## Roadmap ## Roadmap

View File

@ -337,6 +337,7 @@
"M2M VFI", "M2M VFI",
"Make Interpolation State List", "Make Interpolation State List",
"RIFE VFI", "RIFE VFI",
"STMFNet VFI",
"Sepconv VFI" "Sepconv VFI"
], ],
{ {
@ -385,7 +386,6 @@
"OpenposePreprocessor", "OpenposePreprocessor",
"PiDiNetPreprocessor", "PiDiNetPreprocessor",
"PixelPerfectResolution", "PixelPerfectResolution",
"RaftOpticalFlowPreprocessor",
"SAMPreprocessor", "SAMPreprocessor",
"ScribblePreprocessor", "ScribblePreprocessor",
"Scribble_XDoG_Preprocessor", "Scribble_XDoG_Preprocessor",
@ -418,6 +418,7 @@
"AbsCosWave", "AbsCosWave",
"AbsSinWave", "AbsSinWave",
"BatchPromptSchedule", "BatchPromptSchedule",
"BatchPromptScheduleEncodeSDXL",
"BatchValueSchedule", "BatchValueSchedule",
"CosWave", "CosWave",
"InvCosWave", "InvCosWave",
@ -858,6 +859,7 @@
"LoadFramesFromFolder", "LoadFramesFromFolder",
"LoadVideo", "LoadVideo",
"SaveVideo", "SaveVideo",
"SetMetadataForSaveVideo",
"String Variable" "String Variable"
], ],
{ {
@ -2473,6 +2475,9 @@
"ColorToMask", "ColorToMask",
"ConditioningMultiCombine", "ConditioningMultiCombine",
"ConditioningSetMaskAndCombine", "ConditioningSetMaskAndCombine",
"CreateAudioMask",
"CreateGradientMask",
"CreateTextMask",
"GrowMaskWithBlur", "GrowMaskWithBlur",
"INTConstant" "INTConstant"
], ],
@ -2821,6 +2826,9 @@
[ [
"Animation Builder (mtb)", "Animation Builder (mtb)",
"Any To String (mtb)", "Any To String (mtb)",
"Batch Float (mtb)",
"Batch Shape (mtb)",
"Batch Transform (mtb)",
"Bbox (mtb)", "Bbox (mtb)",
"Bbox From Mask (mtb)", "Bbox From Mask (mtb)",
"Blur (mtb)", "Blur (mtb)",
@ -2840,8 +2848,10 @@
"Image Premultiply (mtb)", "Image Premultiply (mtb)",
"Image Remove Background Rembg (mtb)", "Image Remove Background Rembg (mtb)",
"Image Resize Factor (mtb)", "Image Resize Factor (mtb)",
"Image Tile Offset (mtb)",
"Int To Bool (mtb)", "Int To Bool (mtb)",
"Int To Number (mtb)", "Int To Number (mtb)",
"Interpolate Clip Sequential (mtb)",
"Latent Lerp (mtb)", "Latent Lerp (mtb)",
"Load Face Analysis Model (mtb)", "Load Face Analysis Model (mtb)",
"Load Face Enhance Model (mtb)", "Load Face Enhance Model (mtb)",
@ -2850,6 +2860,7 @@
"Load Image From Url (mtb)", "Load Image From Url (mtb)",
"Load Image Sequence (mtb)", "Load Image Sequence (mtb)",
"Mask To Image (mtb)", "Mask To Image (mtb)",
"Model Patch Seamless (mtb)",
"Qr Code (mtb)", "Qr Code (mtb)",
"Restore Face (mtb)", "Restore Face (mtb)",
"Save Gif (mtb)", "Save Gif (mtb)",
@ -2857,12 +2868,14 @@
"Save Image Sequence (mtb)", "Save Image Sequence (mtb)",
"Save Tensors (mtb)", "Save Tensors (mtb)",
"Smart Step (mtb)", "Smart Step (mtb)",
"Stack Images (mtb)",
"String Replace (mtb)", "String Replace (mtb)",
"Styles Loader (mtb)", "Styles Loader (mtb)",
"Text To Image (mtb)", "Text To Image (mtb)",
"Transform Image (mtb)", "Transform Image (mtb)",
"Uncrop (mtb)", "Uncrop (mtb)",
"Unsplash Image (mtb)" "Unsplash Image (mtb)",
"Vae Decode (mtb)"
], ],
{ {
"title_aux": "MTB Nodes" "title_aux": "MTB Nodes"

View File

@ -337,6 +337,7 @@
"M2M VFI", "M2M VFI",
"Make Interpolation State List", "Make Interpolation State List",
"RIFE VFI", "RIFE VFI",
"STMFNet VFI",
"Sepconv VFI" "Sepconv VFI"
], ],
{ {
@ -385,7 +386,6 @@
"OpenposePreprocessor", "OpenposePreprocessor",
"PiDiNetPreprocessor", "PiDiNetPreprocessor",
"PixelPerfectResolution", "PixelPerfectResolution",
"RaftOpticalFlowPreprocessor",
"SAMPreprocessor", "SAMPreprocessor",
"ScribblePreprocessor", "ScribblePreprocessor",
"Scribble_XDoG_Preprocessor", "Scribble_XDoG_Preprocessor",
@ -418,6 +418,7 @@
"AbsCosWave", "AbsCosWave",
"AbsSinWave", "AbsSinWave",
"BatchPromptSchedule", "BatchPromptSchedule",
"BatchPromptScheduleEncodeSDXL",
"BatchValueSchedule", "BatchValueSchedule",
"CosWave", "CosWave",
"InvCosWave", "InvCosWave",
@ -858,6 +859,7 @@
"LoadFramesFromFolder", "LoadFramesFromFolder",
"LoadVideo", "LoadVideo",
"SaveVideo", "SaveVideo",
"SetMetadataForSaveVideo",
"String Variable" "String Variable"
], ],
{ {
@ -2473,6 +2475,9 @@
"ColorToMask", "ColorToMask",
"ConditioningMultiCombine", "ConditioningMultiCombine",
"ConditioningSetMaskAndCombine", "ConditioningSetMaskAndCombine",
"CreateAudioMask",
"CreateGradientMask",
"CreateTextMask",
"GrowMaskWithBlur", "GrowMaskWithBlur",
"INTConstant" "INTConstant"
], ],
@ -2821,6 +2826,9 @@
[ [
"Animation Builder (mtb)", "Animation Builder (mtb)",
"Any To String (mtb)", "Any To String (mtb)",
"Batch Float (mtb)",
"Batch Shape (mtb)",
"Batch Transform (mtb)",
"Bbox (mtb)", "Bbox (mtb)",
"Bbox From Mask (mtb)", "Bbox From Mask (mtb)",
"Blur (mtb)", "Blur (mtb)",
@ -2840,8 +2848,10 @@
"Image Premultiply (mtb)", "Image Premultiply (mtb)",
"Image Remove Background Rembg (mtb)", "Image Remove Background Rembg (mtb)",
"Image Resize Factor (mtb)", "Image Resize Factor (mtb)",
"Image Tile Offset (mtb)",
"Int To Bool (mtb)", "Int To Bool (mtb)",
"Int To Number (mtb)", "Int To Number (mtb)",
"Interpolate Clip Sequential (mtb)",
"Latent Lerp (mtb)", "Latent Lerp (mtb)",
"Load Face Analysis Model (mtb)", "Load Face Analysis Model (mtb)",
"Load Face Enhance Model (mtb)", "Load Face Enhance Model (mtb)",
@ -2850,6 +2860,7 @@
"Load Image From Url (mtb)", "Load Image From Url (mtb)",
"Load Image Sequence (mtb)", "Load Image Sequence (mtb)",
"Mask To Image (mtb)", "Mask To Image (mtb)",
"Model Patch Seamless (mtb)",
"Qr Code (mtb)", "Qr Code (mtb)",
"Restore Face (mtb)", "Restore Face (mtb)",
"Save Gif (mtb)", "Save Gif (mtb)",
@ -2857,12 +2868,14 @@
"Save Image Sequence (mtb)", "Save Image Sequence (mtb)",
"Save Tensors (mtb)", "Save Tensors (mtb)",
"Smart Step (mtb)", "Smart Step (mtb)",
"Stack Images (mtb)",
"String Replace (mtb)", "String Replace (mtb)",
"Styles Loader (mtb)", "Styles Loader (mtb)",
"Text To Image (mtb)", "Text To Image (mtb)",
"Transform Image (mtb)", "Transform Image (mtb)",
"Uncrop (mtb)", "Uncrop (mtb)",
"Unsplash Image (mtb)" "Unsplash Image (mtb)",
"Vae Decode (mtb)"
], ],
{ {
"title_aux": "MTB Nodes" "title_aux": "MTB Nodes"