update DB

This commit is contained in:
Dr.Lt.Data
2024-11-04 08:40:47 +09:00
parent cd98b90c35
commit a68eb721d5
10 changed files with 2456 additions and 2362 deletions

View File

@@ -14,8 +14,16 @@
{
"author": "LogicAI",
"title": "ComfyUI-MagicAI [UNSAFE]",
"reference": "https://github.com/lcolok/ComfyUI-MagicAI",
"files": [
"https://github.com/lcolok/ComfyUI-MagicAI"
],
"install_type": "git-clone",
"description": "NODES:Mask Size Calculator (MagicAI), Universal Mask Converter (MagicAI), Python Execution (MagicAI), Extract JSON From Text Node(MagicAI)\n[w/This extension allows the execution of arbitrary Python code from a workflow.]"
},
{
"author": "T8star1984",
"title": "comfyui-purgevram",
@@ -86,16 +94,6 @@
"install_type": "git-clone",
"description": "NODES:Masked Resize Image, Paste Masked Image, Filter And Blur Mask"
},
{
"author": "kijai",
"title": "ComfyUI-MoGe",
"reference": "https://github.com/kijai/ComfyUI-MoGe",
"files": [
"https://github.com/kijai/ComfyUI-MoGe"
],
"install_type": "git-clone",
"description": "NODES:(Down)load MoGe Model, MoGe Process"
},
{
"author": "Looking-Glass",
"title": "LKG-ComfyUI",

View File

@@ -2415,15 +2415,6 @@
"title_aux": "ComfyUI-FollowYourEmojiWrapper [WIP]"
}
],
"https://github.com/kijai/ComfyUI-MoGe": [
[
"DownloadAndLoadMoGeModel",
"MoGeProcess"
],
{
"title_aux": "ComfyUI-MoGe"
}
],
"https://github.com/kijai/ComfyUI-MochiWrapper": [
[
"DownloadAndLoadMochiModel",

View File

File diff suppressed because it is too large Load Diff

View File

@@ -10,6 +10,46 @@
{
"author": "logtd",
"title": "ComfyUI-MochiEdit",
"reference": "https://github.com/logtd/ComfyUI-MochiEdit",
"files": [
"https://github.com/logtd/ComfyUI-MochiEdit"
],
"install_type": "git-clone",
"description": "ComfyUI nodes to edit videos using Genmo Mochi"
},
{
"author": "MiddleKD",
"title": "ComfyUI-denoise-mask-scheduler",
"reference": "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler",
"files": [
"https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler"
],
"install_type": "git-clone",
"description": "ComfyUI-denoise-mask-scheduler experimental approach involves selectively applying a denoise mask at each step during the inpainting inference process in diffusion models."
},
{
"author": "Q-Bug4",
"title": "Comfyui-Qb-Date-Nodes",
"reference": "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes",
"files": [
"https://github.com/Q-Bug4/Comfyui-Qb-DateNodes"
],
"install_type": "git-clone",
"description": "A custom node designed for ComfyUI, allowing users to format the current date and time based on a specified format."
},
{
"author": "stormcenter",
"title": "ComfyUI LivePhoto Creator",
"reference": "https://github.com/stormcenter/ComfyUI-LivePhotoCreator",
"files": [
"https://github.com/stormcenter/ComfyUI-LivePhotoCreator"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that allows you to create iPhone-compatible Live Photos from videos. This node can convert video sequences into Live Photo format, with the ability to select key frames and customize the output."
},
{
"author": "zubenelakrab",
"title": "ComfyUI-ASV-Nodes Node",
@@ -650,47 +690,6 @@
],
"install_type": "git-clone",
"description": "ComfyUI nodes for image editing with Flux, such as RF-Inversion and more"
},
{
"author": "BlackVortexAI",
"title": "BV Nodes",
"reference": "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes",
"files": [
"https://github.com/BlackVortexAI/ComfyUI-BVortexNodes"
],
"install_type": "git-clone",
"description": "This repository contains a user-defined node for ComfyUI, currently there are nodes for capturing captions. But will be expanded in the future."
},
{
"author": "MyShell",
"title": "ComfyUI-ShellAgent-Plugin",
"id": "comfyui_shellagent_plugin",
"reference": "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin",
"files": [
"https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin"
],
"install_type": "git-clone",
"description": "This repository provides utility nodes for defining inputs and outputs in ComfyUI workflows. These nodes are essential for running ShellAgent apps with ComfyUI, but they can also be used independently to specify input/output variables and their requirements explicitly."
},
{
"author": "Kesin11",
"title": "ComfyUI-list-filter",
"reference": "https://github.com/Kesin11/ComfyUI-list-filter",
"files": [
"https://github.com/Kesin11/ComfyUI-list-filter"
],
"install_type": "git-clone",
"description": "Custom nodes for convenient filtering image or string lists in ComfyUI workflow."
},
{
"author": "NguynHungNguyen",
"title": "Segment Any Bedroom Interior",
"reference": "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior",
"files": [
"https://github.com/NguynHungNguyen/Segment-Bedroom-Interior"
],
"install_type": "git-clone",
"description": "Segment Any Bedroom Interior is a Python-based project designed to segment furniture and objects within a bedroom image. The segmentation process uses RGB codes to accurately differentiate between various pieces of furniture, providing a precise mask output for each segmented object. This project is integrated with ComfyUI to allow easy and intuitive usage."
}
]
}

View File

@@ -1803,6 +1803,17 @@
"title_aux": "ComfyUI_API_Manager"
}
],
"https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": [
[
"CropByMask",
"ImageAndMaskResizeNode",
"ImageCropMerge",
"InpaintEasyModel"
],
{
"title_aux": "ComfyUI-InpaintEasy"
}
],
"https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": [
[
"MiniCPM3_4B",
@@ -4628,6 +4639,16 @@
"title_aux": "ComfyUI ZhipuAI Platform"
}
],
"https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": [
[
"ApplyDenoiseMaskSchedulerWithSigma",
"ApplyDenoiseMaskSchedulerWithStep",
"DynamicImageResize"
],
{
"title_aux": "ComfyUI-denoise-mask-scheduler"
}
],
"https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": [
[
"MakeModelMemorySafe-safewrapper",
@@ -5460,6 +5481,14 @@
"title_aux": "Pseudocomfy"
}
],
"https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": [
[
"DateTimeFormatterNode"
],
{
"title_aux": "Comfyui-Qb-Date-Nodes"
}
],
"https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": [
[
"JSONParserNode"
@@ -8908,6 +8937,7 @@
"LLMModel",
"LLMProvider",
"LLMTemperature",
"LLMTextLatch",
"LLMTopK",
"LLMTopP"
],
@@ -9344,6 +9374,7 @@
],
"https://github.com/blepping/ComfyUI-bleh": [
[
"BlehBlockCFG",
"BlehBlockOps",
"BlehDeepShrink",
"BlehDisableNoise",
@@ -9355,7 +9386,8 @@
"BlehLatentScaleBy",
"BlehModelPatchConditional",
"BlehPlug",
"BlehRefinerAfter"
"BlehRefinerAfter",
"BlehSetSamplerPreset"
],
{
"title_aux": "ComfyUI-bleh"
@@ -11704,7 +11736,7 @@
[
"LoadImageListPlus",
"LoadImagesFromPath_lp",
"SaveImageExtended",
"SaveImage_lp",
"SelectImageName",
"VideoKeyFramesExtractor",
"ebsynth_hecheng",
@@ -12405,6 +12437,7 @@
"Eden_Float",
"Eden_IMG_padder",
"Eden_IMG_unpadder",
"Eden_Image_Math",
"Eden_Int",
"Eden_MaskBoundingBox",
"Eden_Math",
@@ -12424,6 +12457,7 @@
"IP_Adapter_Settings_Distribution",
"If ANY execute A else B",
"ImageDescriptionNode",
"ImageFolderIterator",
"LatentTypeConversion",
"Linear_Combine_IP_Embeds",
"LoadImagesByFilename",
@@ -13515,7 +13549,6 @@
"AudioLDM2Node",
"ChatMusician",
"CreativeArtPromptGenerator",
"Internlm",
"Joytag",
"JsonToText",
"KeywordExtraction",
@@ -13870,7 +13903,9 @@
[
"Batch Image Blend",
"FLOAT Output",
"Fill Alpha",
"Get Batch Count",
"Image Blend BG",
"Integer Output",
"Load CLIP Name",
"Load Ckpt Name",
@@ -13880,6 +13915,8 @@
"Load UNET Name",
"Mask Levels Adjust",
"Multi Line Text",
"Multiple Image Blend",
"RN_MultipleImageBlend_2",
"Seed Output"
],
{
@@ -15859,6 +15896,7 @@
"Screencap_mss",
"SetShakkerLabsUnionControlNetType",
"ShuffleImageBatch",
"SigmasToFloat",
"Sleep",
"SomethingToString",
"SoundReactive",
@@ -15996,6 +16034,15 @@
"title_aux": "ComfyUI-MimicMotionWrapper"
}
],
"https://github.com/kijai/ComfyUI-MoGe": [
[
"DownloadAndLoadMoGeModel",
"MoGeProcess"
],
{
"title_aux": "ComfyUI-MoGe"
}
],
"https://github.com/kijai/ComfyUI-OpenDiTWrapper": [
[
"DownloadAndLoadOpenDiTT5Model",
@@ -16347,7 +16394,15 @@
"HeadOrientationNode"
],
{
"title_aux": "Head Orientation Node"
"title_aux": "Head-Orientation-Node - by PabloGFX"
}
],
"https://github.com/lazniak/LiquidTime-Interpolation": [
[
"LiquidTime"
],
{
"title_aux": "LiquidTime - by PabloGFX"
}
],
"https://github.com/lazniak/comfyui-google-photos-loader": [
@@ -16817,6 +16872,19 @@
"title_aux": "ComfyUI-InversedNoise"
}
],
"https://github.com/logtd/ComfyUI-MochiEdit": [
[
"MochiPrepareSigmas",
"MochiResampler",
"MochiUnsampler",
"MochiWrapperResampler",
"MochiWrapperSamplerCustom",
"MochiWrapperUnsampler"
],
{
"title_aux": "ComfyUI-MochiEdit"
}
],
"https://github.com/logtd/ComfyUI-MotionThiefExperiment": [
[
"ApplyRefMotionNode",
@@ -17390,6 +17458,7 @@
"LF_CheckpointSelector",
"LF_CivitAIMetadataSetup",
"LF_ClarityEffect",
"LF_ColorAnalysis",
"LF_CompareImages",
"LF_ControlPanel",
"LF_DisplayBoolean",
@@ -17413,6 +17482,8 @@
"LF_KeywordToggleFromJSON",
"LF_LLMChat",
"LF_LLMMessenger",
"LF_LUTApplication",
"LF_LUTGeneration",
"LF_LoadFileOnce",
"LF_LoadImages",
"LF_LoadLocalJSON",
@@ -17454,6 +17525,7 @@
"LF_UrandomSeedGenerator",
"LF_UsageStatistics",
"LF_VAESelector",
"LF_ViewImages",
"LF_WallOfText",
"LF_WriteJSON"
],
@@ -20783,6 +20855,15 @@
"title_aux": "ComfyUI-AutoSplitGridImage"
}
],
"https://github.com/stormcenter/ComfyUI-LivePhotoCreator": [
[
"LivePhotoCreator",
"LivePhotoPreview"
],
{
"title_aux": "ComfyUI LivePhoto Creator"
}
],
"https://github.com/storyicon/comfyui_musev_evolved": [
[
"AnimationZoom (comfyui_musev_evolved)",
@@ -21226,6 +21307,7 @@
"CaptureWebcam",
"Depth to normal",
"Direct Screen Capture",
"Export glb",
"ImageResize_Padding",
"LatentDelay",
"LoadWebcamImage",
@@ -21249,6 +21331,7 @@
"quadmoonINTConditionalOperation",
"quadmoonKSampler",
"quadmoonKSamplerAdvanced",
"quadmoonKSamplerBatched",
"quadmoonLatentImage",
"quadmoonLoadConfigs",
"quadmoonModelLoader",
@@ -22002,7 +22085,11 @@
[
"OllamaModelSelect",
"OllamaTextGen",
"ShowText_xO"
"ShowText_xO",
"xO_Ascii",
"xO_ComfyUIPortRunner",
"xO_TestScriptRunner",
"xO_WorkflowRunner"
],
{
"title_aux": "ComfyUI Neural Nodes"

View File

@@ -1,5 +1,28 @@
{
"models": [
{
"name": "kijai/MoGe_ViT_L_fp16.safetensors",
"type": "MoGe",
"base": "MoGe",
"save_path": "MoGe",
"description": "Safetensors versions of [a/https://github.com/microsoft/MoGe](https://github.com/microsoft/MoGe)",
"reference": "https://huggingface.co/Kijai/MoGe_safetensors",
"filename": "MoGe_ViT_L_fp16.safetensors",
"url": "https://huggingface.co/Kijai/MoGe_safetensors/resolve/main/MoGe_ViT_L_fp16.safetensors",
"size": "628MB"
},
{
"name": "kijai/MoGe_ViT_L_fp16.safetensors",
"type": "MoGe",
"base": "MoGe",
"save_path": "MoGe",
"description": "Safetensors versions of [a/https://github.com/microsoft/MoGe](https://github.com/microsoft/MoGe)",
"reference": "https://huggingface.co/Kijai/MoGe_safetensors",
"filename": "MoGe_ViT_L_fp16.safetensors",
"url": "https://huggingface.co/Kijai/MoGe_safetensors/resolve/main/MoGe_ViT_L_fp16.safetensors",
"size": "1.26GB"
},
{
"name": "pulid_flux_v0.9.1.safetensors",
"type": "PuLID",