mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-14 00:24:23 +08:00
update DB
This commit is contained in:
parent
01be380325
commit
207ab8c723
@ -1942,6 +1942,17 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Bridge between ComfyUI and blender's ComfyUI-BlenderAI-node addon."
|
"description": "Bridge between ComfyUI and blender's ComfyUI-BlenderAI-node addon."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "AIGODLIKE",
|
||||||
|
"title": "ComfyUI-ToonCrafter",
|
||||||
|
"id": "tooncrafter",
|
||||||
|
"reference": "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/AIGODLIKE/ComfyUI-ToonCrafter"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "This project is used to enable [a/ToonCrafter](https://github.com/ToonCrafter/ToonCrafter) to be used in ComfyUI.\nYou can use it to achieve generative keyframe animation\nAnd use it in Blender for animation rendering and prediction"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "syllebra",
|
"author": "syllebra",
|
||||||
"title": "BilboX's ComfyUI Custom Nodes",
|
"title": "BilboX's ComfyUI Custom Nodes",
|
||||||
|
|||||||
@ -349,6 +349,14 @@
|
|||||||
"title_aux": "ComfyUI-CUP"
|
"title_aux": "ComfyUI-CUP"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": [
|
||||||
|
[
|
||||||
|
"Image2Video"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-ToonCrafter"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/AInseven/ComfyUI-fastblend": [
|
"https://github.com/AInseven/ComfyUI-fastblend": [
|
||||||
[
|
[
|
||||||
"FillDarkMask",
|
"FillDarkMask",
|
||||||
|
|||||||
@ -107,6 +107,10 @@
|
|||||||
"stars": 3,
|
"stars": 3,
|
||||||
"last_update": "2024-05-19 02:31:04"
|
"last_update": "2024-05-19 02:31:04"
|
||||||
},
|
},
|
||||||
|
"https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": {
|
||||||
|
"stars": 19,
|
||||||
|
"last_update": "2024-06-01 08:51:21"
|
||||||
|
},
|
||||||
"https://github.com/AInseven/ComfyUI-fastblend": {
|
"https://github.com/AInseven/ComfyUI-fastblend": {
|
||||||
"stars": 94,
|
"stars": 94,
|
||||||
"last_update": "2024-04-03 11:50:44"
|
"last_update": "2024-04-03 11:50:44"
|
||||||
|
|||||||
@ -2727,6 +2727,17 @@
|
|||||||
"reference": "https://huggingface.co/ViperYX/RGT/tree/main",
|
"reference": "https://huggingface.co/ViperYX/RGT/tree/main",
|
||||||
"filename": "RGT_S_x4.pth",
|
"filename": "RGT_S_x4.pth",
|
||||||
"url": "https://huggingface.co/ViperYX/RGT/resolve/main/RGT_S/RGT_S_x4.pth"
|
"url": "https://huggingface.co/ViperYX/RGT/resolve/main/RGT_S/RGT_S_x4.pth"
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"name": "Doubiiu/ToonCrafter model checkpoint",
|
||||||
|
"type": "checkpoint",
|
||||||
|
"base": "ToonCrafter",
|
||||||
|
"save_path": "custom_nodes/ComfyUI-ToonCrafter/ToonCrafter/checkpoints/tooncrafter_512_interp_v1",
|
||||||
|
"description": "[10.5GB] ToonCrafter checkpoint model for ComfyUI-ToonCrafter",
|
||||||
|
"reference": "https://huggingface.co/Doubiiu/ToonCrafter/tree/main",
|
||||||
|
"filename": "model.ckpt",
|
||||||
|
"url": "https://huggingface.co/Doubiiu/ToonCrafter/resolve/main/model.ckpt"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -193,16 +193,6 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Nodes:Lora Block Weight Regex Loader"
|
"description": "Nodes:Lora Block Weight Regex Loader"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"author": "88IO",
|
|
||||||
"title": "ComfyUI Image Reordering Plugins [WIP]",
|
|
||||||
"reference": "https://github.com/88IO/ComfyUI-ImageReorder",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/88IO/ComfyUI-ImageReorder"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "A custom node reorder multiple image frames based on indexes or curves."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"author": "christian-byrne",
|
"author": "christian-byrne",
|
||||||
"title": "Python Interpreter ComfyUI Node [UNSAFE]",
|
"title": "Python Interpreter ComfyUI Node [UNSAFE]",
|
||||||
@ -233,16 +223,6 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "A simple image feed for comfyUI which is easily configurable and easily extensible.\nUse the filter button to select which nodes write to the feed. Under settings, there are options that allow you: Position the feed. Set a max iamge count for the feed. Set oldest to newest or newest to oldest."
|
"description": "A simple image feed for comfyUI which is easily configurable and easily extensible.\nUse the filter button to select which nodes write to the feed. Under settings, there are options that allow you: Position the feed. Set a max iamge count for the feed. Set oldest to newest or newest to oldest."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"author": "liusida",
|
|
||||||
"title": "ComfyUI-Sida-Remove-Image [UNSAFE]",
|
|
||||||
"reference": "https://github.com/liusida/ComfyUI-Sida-Remove-Image",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/liusida/ComfyUI-Sida-Remove-Image"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "Nodes: LoadImageWithPrivacy, RemoveImage.[w/This extension is not secure because it provides the capability to delete files from arbitrary paths.]"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"author": "shadowcz007",
|
"author": "shadowcz007",
|
||||||
"title": "ComfyUI-PuLID [TEST]",
|
"title": "ComfyUI-PuLID [TEST]",
|
||||||
@ -285,16 +265,6 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "This extension provides [a/DiffBIR](https://github.com/XPixelGroup/DiffBIR) feature."
|
"description": "This extension provides [a/DiffBIR](https://github.com/XPixelGroup/DiffBIR) feature."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"author": "Levy1417",
|
|
||||||
"title": "Universal-Data-Processing-Kit [UNSAFE]",
|
|
||||||
"reference": "https://github.com/Levy1417/Universal-Data-Processing-Kit",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/Levy1417/Universal-Data-Processing-Kit"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "Nodes:DPK - Any Eval, DPK - Extract Array, DPK - Run External Program, DPK - Any Literals, DPK - Set Node States, DPK - Realtime Text Preview, DPK - Dynamic Action, DPK - Object To Json, DPK - Json To Object\n[w/This extension includes the ability to execute arbitrary code and programs.]"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"author": "runtime44",
|
"author": "runtime44",
|
||||||
"title": "Runtime44 ComfyUI Nodes",
|
"title": "Runtime44 ComfyUI Nodes",
|
||||||
@ -595,16 +565,6 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Generator for StyleGAN 3"
|
"description": "Generator for StyleGAN 3"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"author": "christian-byrne",
|
|
||||||
"title": "elimination-nodes",
|
|
||||||
"reference": "https://github.com/christian-byrne/elimination-nodes",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/christian-byrne/elimination-nodes"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "Nodes:Paste Cutout on Base Image"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"author": "A719689614",
|
"author": "A719689614",
|
||||||
"title": "ComfyUI_AC_FUNV8Beta1",
|
"title": "ComfyUI_AC_FUNV8Beta1",
|
||||||
|
|||||||
@ -173,8 +173,12 @@
|
|||||||
"> Float to Int",
|
"> Float to Int",
|
||||||
"> Int",
|
"> Int",
|
||||||
"> Int to Text",
|
"> Int to Text",
|
||||||
|
"> Light Source Mask",
|
||||||
"> Load Image",
|
"> Load Image",
|
||||||
"> Load Image From Folder",
|
"> Load Image From Folder",
|
||||||
|
"> Mask Curves",
|
||||||
|
"> NIKSampler",
|
||||||
|
"> Noise From Image",
|
||||||
"> Resolution by Aspect Ratio",
|
"> Resolution by Aspect Ratio",
|
||||||
"> Rotate Image",
|
"> Rotate Image",
|
||||||
"> Save Image",
|
"> Save Image",
|
||||||
@ -280,6 +284,15 @@
|
|||||||
"title_aux": "ComfyUI_LineBreakInserter"
|
"title_aux": "ComfyUI_LineBreakInserter"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/Elawphant/ComfyUI-MusicGen": [
|
||||||
|
[
|
||||||
|
"AudioLoader",
|
||||||
|
"MusicGen"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-MusicGen [WIP]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/ExponentialML/ComfyUI_LiveDirector": [
|
"https://github.com/ExponentialML/ComfyUI_LiveDirector": [
|
||||||
[
|
[
|
||||||
"LiveDirector"
|
"LiveDirector"
|
||||||
@ -313,6 +326,27 @@
|
|||||||
"title_aux": "ComfyUI-Notifier"
|
"title_aux": "ComfyUI-Notifier"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/GraftingRayman/ComfyUI_GR_PromptSelector": [
|
||||||
|
[
|
||||||
|
"GR Image Details Displayer",
|
||||||
|
"GR Image Details Saver",
|
||||||
|
"GR Image Resize",
|
||||||
|
"GR Image Resize Methods",
|
||||||
|
"GR Image Size",
|
||||||
|
"GR Mask Create",
|
||||||
|
"GR Mask Create Random",
|
||||||
|
"GR Mask Resize",
|
||||||
|
"GR Multi Mask Create",
|
||||||
|
"GR Prompt Selector",
|
||||||
|
"GR Prompt Selector Multi",
|
||||||
|
"GR Stack Image",
|
||||||
|
"GR Tile and Border Image",
|
||||||
|
"GR Tile and Border Image Random Flip"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-GR"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/GrindHouse66/ComfyUI-GH_Tools": [
|
"https://github.com/GrindHouse66/ComfyUI-GH_Tools": [
|
||||||
[
|
[
|
||||||
"GHImg_Sizer",
|
"GHImg_Sizer",
|
||||||
@ -370,6 +404,79 @@
|
|||||||
"title_aux": "ComfyUI simple ChatGPT completion [UNSAFE]"
|
"title_aux": "ComfyUI simple ChatGPT completion [UNSAFE]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": [
|
||||||
|
[
|
||||||
|
"AIO_Preprocessor",
|
||||||
|
"AnimalPosePreprocessor",
|
||||||
|
"AnimeFace_SemSegPreprocessor",
|
||||||
|
"AnimeLineArtPreprocessor",
|
||||||
|
"BAE-NormalMapPreprocessor",
|
||||||
|
"BinaryPreprocessor",
|
||||||
|
"CannyEdgePreprocessor",
|
||||||
|
"ColorPreprocessor",
|
||||||
|
"DWPreprocessor",
|
||||||
|
"DensePosePreprocessor",
|
||||||
|
"DepthAnythingPreprocessor",
|
||||||
|
"DiffusionEdge_Preprocessor",
|
||||||
|
"FacialPartColoringFromPoseKps",
|
||||||
|
"FakeScribblePreprocessor",
|
||||||
|
"HEDPreprocessor",
|
||||||
|
"HintImageEnchance",
|
||||||
|
"ImageGenResolutionFromImage",
|
||||||
|
"ImageGenResolutionFromLatent",
|
||||||
|
"ImageIntensityDetector",
|
||||||
|
"ImageLuminanceDetector",
|
||||||
|
"InpaintPreprocessor",
|
||||||
|
"LayeredDiffusionApply",
|
||||||
|
"LayeredDiffusionCondApply",
|
||||||
|
"LayeredDiffusionCondJointApply",
|
||||||
|
"LayeredDiffusionDecode",
|
||||||
|
"LayeredDiffusionDecodeRGBA",
|
||||||
|
"LayeredDiffusionDecodeSplit",
|
||||||
|
"LayeredDiffusionDiffApply",
|
||||||
|
"LayeredDiffusionJointApply",
|
||||||
|
"LeReS-DepthMapPreprocessor",
|
||||||
|
"LineArtPreprocessor",
|
||||||
|
"LineartStandardPreprocessor",
|
||||||
|
"M-LSDPreprocessor",
|
||||||
|
"Manga2Anime_LineArt_Preprocessor",
|
||||||
|
"MaskOptFlow",
|
||||||
|
"MediaPipe-FaceMeshPreprocessor",
|
||||||
|
"MeshGraphormer-DepthMapPreprocessor",
|
||||||
|
"MiDaS-DepthMapPreprocessor",
|
||||||
|
"MiDaS-NormalMapPreprocessor",
|
||||||
|
"ModelMergeBlockNumber",
|
||||||
|
"ModelMergeSDXL",
|
||||||
|
"ModelMergeSDXLDetailedTransformers",
|
||||||
|
"ModelMergeSDXLTransformers",
|
||||||
|
"ModelSamplerTonemapNoiseTest",
|
||||||
|
"OneFormer-ADE20K-SemSegPreprocessor",
|
||||||
|
"OneFormer-COCO-SemSegPreprocessor",
|
||||||
|
"OpenposePreprocessor",
|
||||||
|
"PiDiNetPreprocessor",
|
||||||
|
"PixelPerfectResolution",
|
||||||
|
"PromptExpansion",
|
||||||
|
"ReferenceOnlySimple",
|
||||||
|
"RescaleClassifierFreeGuidanceTest",
|
||||||
|
"SAMPreprocessor",
|
||||||
|
"SavePoseKpsAsJsonFile",
|
||||||
|
"ScribblePreprocessor",
|
||||||
|
"Scribble_XDoG_Preprocessor",
|
||||||
|
"SemSegPreprocessor",
|
||||||
|
"ShufflePreprocessor",
|
||||||
|
"TEEDPreprocessor",
|
||||||
|
"TilePreprocessor",
|
||||||
|
"TonemapNoiseWithRescaleCFG",
|
||||||
|
"UniFormer-SemSegPreprocessor",
|
||||||
|
"Unimatch_OptFlowPreprocessor",
|
||||||
|
"Zoe-DepthMapPreprocessor",
|
||||||
|
"Zoe_DepthAnythingPreprocessor"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"author": "tstandley",
|
||||||
|
"title_aux": "ComfyUI Nodes for Inference.Core"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/MrAdamBlack/CheckProgress": [
|
"https://github.com/MrAdamBlack/CheckProgress": [
|
||||||
[
|
[
|
||||||
"CHECK_PROGRESS"
|
"CHECK_PROGRESS"
|
||||||
@ -395,6 +502,17 @@
|
|||||||
"title_aux": "ComfyUI-SpaceFlower"
|
"title_aux": "ComfyUI-SpaceFlower"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": [
|
||||||
|
[
|
||||||
|
"Custom Shader",
|
||||||
|
"Folder Queue Manager",
|
||||||
|
"Spring Mesh",
|
||||||
|
"Video Queue Manager"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-QuasimondoNodes [WIP]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": [
|
"https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": [
|
||||||
[
|
[
|
||||||
"CLIPTextEncodePromptToPrompt",
|
"CLIPTextEncodePromptToPrompt",
|
||||||
@ -424,12 +542,21 @@
|
|||||||
"https://github.com/SeedV/ComfyUI-SeedV-Nodes": [
|
"https://github.com/SeedV/ComfyUI-SeedV-Nodes": [
|
||||||
[
|
[
|
||||||
"CheckpointLoaderSimpleShared //SeedV",
|
"CheckpointLoaderSimpleShared //SeedV",
|
||||||
|
"LoraLoader //SeedV",
|
||||||
"Script"
|
"Script"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-SeedV-Nodes [UNSAFE]"
|
"title_aux": "ComfyUI-SeedV-Nodes [UNSAFE]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/TSFSean/ComfyUI-TSFNodes": [
|
||||||
|
[
|
||||||
|
"GyroOSC"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-TSFNodes"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/Video3DGenResearch/comfyui-batch-input-node": [
|
"https://github.com/Video3DGenResearch/comfyui-batch-input-node": [
|
||||||
[
|
[
|
||||||
"BatchImageAndPrompt",
|
"BatchImageAndPrompt",
|
||||||
@ -472,6 +599,14 @@
|
|||||||
"title_aux": "ComfyUI-AnyText [WIP]"
|
"title_aux": "ComfyUI-AnyText [WIP]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": [
|
||||||
|
[
|
||||||
|
"PuLID_Zho"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-PuLID-ZHO [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]",
|
||||||
@ -512,6 +647,14 @@
|
|||||||
"title_aux": "Dream Project Video Batches [WIP]"
|
"title_aux": "Dream Project Video Batches [WIP]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/beyastard/ComfyUI_BeySoft": [
|
||||||
|
[
|
||||||
|
"BeySoft"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI_BeySoft"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/birnam/ComfyUI-GenData-Pack": [
|
"https://github.com/birnam/ComfyUI-GenData-Pack": [
|
||||||
[
|
[
|
||||||
"Checkpoint From String \ud83d\udc69\u200d\ud83d\udcbb",
|
"Checkpoint From String \ud83d\udc69\u200d\ud83d\udcbb",
|
||||||
@ -552,6 +695,15 @@
|
|||||||
"title_aux": "Gen Data Tester [WIP]"
|
"title_aux": "Gen Data Tester [WIP]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/blepping/comfyui_overly_complicated_sampling": [
|
||||||
|
[
|
||||||
|
"ComposableSampler",
|
||||||
|
"ComposableStepSampler"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "comfyui_overly_complicated_sampling"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/bruce007lee/comfyui-cleaner": [
|
"https://github.com/bruce007lee/comfyui-cleaner": [
|
||||||
[
|
[
|
||||||
"cleaner"
|
"cleaner"
|
||||||
@ -560,6 +712,16 @@
|
|||||||
"title_aux": "comfyui-cleaner"
|
"title_aux": "comfyui-cleaner"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/brycegoh/comfyui-custom-nodes": [
|
||||||
|
[
|
||||||
|
"FillMaskedArea",
|
||||||
|
"MaskAreaComparisonSegment",
|
||||||
|
"OCRAndMask"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "brycegoh/comfyui-custom-nodes"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/chaojie/ComfyUI-DynamiCrafter": [
|
"https://github.com/chaojie/ComfyUI-DynamiCrafter": [
|
||||||
[
|
[
|
||||||
"DynamiCrafter Simple",
|
"DynamiCrafter Simple",
|
||||||
@ -571,6 +733,42 @@
|
|||||||
"title_aux": "ComfyUI DynamiCrafter"
|
"title_aux": "ComfyUI DynamiCrafter"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/chaojie/ComfyUI-mobvoi-openapi": [
|
||||||
|
[
|
||||||
|
"HtmlViewer",
|
||||||
|
"MobvoiOpenapiMetamanAudio",
|
||||||
|
"MobvoiOpenapiMetamanText",
|
||||||
|
"MobvoiOpenapiTts",
|
||||||
|
"OssUploadAudio",
|
||||||
|
"OssUploadImage"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-mobvoi-openapi"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"https://github.com/christian-byrne/infinite-zoom-parallax-nodes": [
|
||||||
|
[
|
||||||
|
"Create Parallax Video",
|
||||||
|
"Layer Shifter for Parallax Outpainting",
|
||||||
|
"Load Most Recent Image in Folder",
|
||||||
|
"Load Parallax Frame",
|
||||||
|
"Load Random Image-Pose Pair",
|
||||||
|
"Parallax Config",
|
||||||
|
"Save Parallax Frame",
|
||||||
|
"Shrink and Pad for Outpainting"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "\ud83c\udf0c Infinite Parallax Nodes [WIP]"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"https://github.com/christian-byrne/python-interpreter-node": [
|
||||||
|
[
|
||||||
|
"Exec Python Code Script"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Python Interpreter ComfyUI Node [UNSAFE]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/comfyanonymous/ComfyUI": [
|
"https://github.com/comfyanonymous/ComfyUI": [
|
||||||
[
|
[
|
||||||
"AddNoise",
|
"AddNoise",
|
||||||
@ -711,6 +909,7 @@
|
|||||||
"SamplerDPMPP_3M_SDE",
|
"SamplerDPMPP_3M_SDE",
|
||||||
"SamplerDPMPP_SDE",
|
"SamplerDPMPP_SDE",
|
||||||
"SamplerEulerAncestral",
|
"SamplerEulerAncestral",
|
||||||
|
"SamplerLCMUpscale",
|
||||||
"SamplerLMS",
|
"SamplerLMS",
|
||||||
"SaveAnimatedPNG",
|
"SaveAnimatedPNG",
|
||||||
"SaveAnimatedWEBP",
|
"SaveAnimatedWEBP",
|
||||||
@ -722,6 +921,7 @@
|
|||||||
"SolidMask",
|
"SolidMask",
|
||||||
"SplitImageWithAlpha",
|
"SplitImageWithAlpha",
|
||||||
"SplitSigmas",
|
"SplitSigmas",
|
||||||
|
"SplitSigmasDenoise",
|
||||||
"StableCascade_EmptyLatentImage",
|
"StableCascade_EmptyLatentImage",
|
||||||
"StableCascade_StageB_Conditioning",
|
"StableCascade_StageB_Conditioning",
|
||||||
"StableCascade_StageC_VAEEncode",
|
"StableCascade_StageC_VAEEncode",
|
||||||
@ -747,6 +947,7 @@
|
|||||||
"VPScheduler",
|
"VPScheduler",
|
||||||
"VideoLinearCFGGuidance",
|
"VideoLinearCFGGuidance",
|
||||||
"VideoTriangleCFGGuidance",
|
"VideoTriangleCFGGuidance",
|
||||||
|
"WebcamCapture",
|
||||||
"unCLIPCheckpointLoader",
|
"unCLIPCheckpointLoader",
|
||||||
"unCLIPConditioning"
|
"unCLIPConditioning"
|
||||||
],
|
],
|
||||||
@ -880,6 +1081,22 @@
|
|||||||
"title_aux": "ComfyUI-audio"
|
"title_aux": "ComfyUI-audio"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/ejektaflex/ComfyUI-Ty": [
|
||||||
|
[
|
||||||
|
"Lora Block Weight Regex Loader // Ty"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-Ty"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"https://github.com/ericbeyer/guidance_interval": [
|
||||||
|
[
|
||||||
|
"Guidance Interval"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "guidance_interval"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/flowtyone/comfyui-flowty-lcm": [
|
"https://github.com/flowtyone/comfyui-flowty-lcm": [
|
||||||
[
|
[
|
||||||
"LCMSampler"
|
"LCMSampler"
|
||||||
@ -888,6 +1105,16 @@
|
|||||||
"title_aux": "comfyui-flowty-lcm"
|
"title_aux": "comfyui-flowty-lcm"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/flyingdogsoftware/gyre_for_comfyui": [
|
||||||
|
[
|
||||||
|
"GyreIfElse",
|
||||||
|
"GyreLoopEnd",
|
||||||
|
"GyreLoopStart"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Gyre for ComfyUI"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/foglerek/comfyui-cem-tools": [
|
"https://github.com/foglerek/comfyui-cem-tools": [
|
||||||
[
|
[
|
||||||
"ProcessImageBatch"
|
"ProcessImageBatch"
|
||||||
@ -907,6 +1134,25 @@
|
|||||||
"title_aux": "ComfyUI_stable_fast"
|
"title_aux": "ComfyUI_stable_fast"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/githubYiheng/comfyui_median_filter": [
|
||||||
|
[
|
||||||
|
"ImageMedianFilter"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "comfyui_median_filter"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"https://github.com/haofanwang/ComfyUI-InstantStyle": [
|
||||||
|
[
|
||||||
|
"BaseModelLoader",
|
||||||
|
"InstantStyleGenerationNode",
|
||||||
|
"InstantStyleLoader",
|
||||||
|
"PromptLoader"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-InstantStyle"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/houdinii/comfy-magick": [
|
"https://github.com/houdinii/comfy-magick": [
|
||||||
[
|
[
|
||||||
"AdaptiveBlur",
|
"AdaptiveBlur",
|
||||||
@ -992,6 +1238,15 @@
|
|||||||
"title_aux": "TatToolkit"
|
"title_aux": "TatToolkit"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/immersiveexperience/ie-comfyui-color-nodes": [
|
||||||
|
[
|
||||||
|
"Average Color",
|
||||||
|
"Complementary Color"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ie-comfyui-color-nodes"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/jn-jairo/jn_node_suite_comfyui": [
|
"https://github.com/jn-jairo/jn_node_suite_comfyui": [
|
||||||
[
|
[
|
||||||
"JN_AreaInfo",
|
"JN_AreaInfo",
|
||||||
@ -1069,6 +1324,26 @@
|
|||||||
"title_aux": "jn_node_suite_comfyui [WIP]"
|
"title_aux": "jn_node_suite_comfyui [WIP]"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/jp0215/comfyUI_padding-resize_node/raw/main/PaddingNode.py": [
|
||||||
|
[
|
||||||
|
"function"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "comfyUI_padding-resize_node"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"https://github.com/jtscmw01/ComfyUI-DiffBIR": [
|
||||||
|
[
|
||||||
|
"DiffBIR_sample",
|
||||||
|
"DiffBIR_sample_advanced",
|
||||||
|
"Simple_load",
|
||||||
|
"Stage1_load",
|
||||||
|
"Stage2_load"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-DiffBIR"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/kadirnar/ComfyUI-Adapter": [
|
"https://github.com/kadirnar/ComfyUI-Adapter": [
|
||||||
[
|
[
|
||||||
"GarmentSegLoader"
|
"GarmentSegLoader"
|
||||||
@ -1152,6 +1427,15 @@
|
|||||||
"title_aux": "ComfyUI-MotionThiefExperiment"
|
"title_aux": "ComfyUI-MotionThiefExperiment"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/longgui0318/comfyui-one-more-step": [
|
||||||
|
[
|
||||||
|
"Calculate More Step Latent",
|
||||||
|
"Load More Step Model"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "comfyui-one-more-step [WIP]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/ltdrdata/ComfyUI-Workflow-Component": [
|
"https://github.com/ltdrdata/ComfyUI-Workflow-Component": [
|
||||||
[
|
[
|
||||||
"ComboToString",
|
"ComboToString",
|
||||||
@ -1239,6 +1523,16 @@
|
|||||||
"title_aux": "ComfyUI-TrollSuite"
|
"title_aux": "ComfyUI-TrollSuite"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": [
|
||||||
|
[
|
||||||
|
"Kosmos2SamplerSimple",
|
||||||
|
"KosmosLoader",
|
||||||
|
"Write"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Kosmos2_BBox_Cutter Models"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/phineas-pta/comfy-trt-test": [
|
"https://github.com/phineas-pta/comfy-trt-test": [
|
||||||
[
|
[
|
||||||
"TRT_Lora_Loader",
|
"TRT_Lora_Loader",
|
||||||
@ -1269,6 +1563,23 @@
|
|||||||
"title_aux": "prism-tools"
|
"title_aux": "prism-tools"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/runtime44/comfyui_r44_nodes": [
|
||||||
|
[
|
||||||
|
"Runtime44ColorMatch",
|
||||||
|
"Runtime44DynamicKSampler",
|
||||||
|
"Runtime44ImageEnhance",
|
||||||
|
"Runtime44ImageOverlay",
|
||||||
|
"Runtime44ImageResizer",
|
||||||
|
"Runtime44ImageToNoise",
|
||||||
|
"Runtime44IterativeUpscaleFactor",
|
||||||
|
"Runtime44MaskSampler",
|
||||||
|
"Runtime44TiledMaskSampler",
|
||||||
|
"Runtime44Upscaler"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Runtime44 ComfyUI Nodes"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/sdfxai/SDFXBridgeForComfyUI": [
|
"https://github.com/sdfxai/SDFXBridgeForComfyUI": [
|
||||||
[
|
[
|
||||||
"SDFXClipTextEncode"
|
"SDFXClipTextEncode"
|
||||||
@ -1277,6 +1588,17 @@
|
|||||||
"title_aux": "SDFXBridgeForComfyUI - ComfyUI Custom Node for SDFX Integration"
|
"title_aux": "SDFXBridgeForComfyUI - ComfyUI Custom Node for SDFX Integration"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/shadowcz007/ComfyUI-PuLID-Test": [
|
||||||
|
[
|
||||||
|
"ApplyPulid",
|
||||||
|
"PulidEvaClipLoader",
|
||||||
|
"PulidInsightFaceLoader",
|
||||||
|
"PulidModelLoader"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-PuLID [TEST]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/shadowcz007/comfyui-CLIPSeg": [
|
"https://github.com/shadowcz007/comfyui-CLIPSeg": [
|
||||||
[
|
[
|
||||||
"CLIPSeg_",
|
"CLIPSeg_",
|
||||||
@ -1302,6 +1624,50 @@
|
|||||||
"title_aux": "CLIPTextEncodeAndEnhancev4 (shirazdesigner)"
|
"title_aux": "CLIPTextEncodeAndEnhancev4 (shirazdesigner)"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/sofakid/dandy": [
|
||||||
|
[
|
||||||
|
"DandyBooleanCollector",
|
||||||
|
"DandyBooleanPreview",
|
||||||
|
"DandyBooleanSplitter",
|
||||||
|
"DandyCss",
|
||||||
|
"DandyCssLoader",
|
||||||
|
"DandyEditorSettings",
|
||||||
|
"DandyFloatCollector",
|
||||||
|
"DandyFloatPreview",
|
||||||
|
"DandyFloatSplitter",
|
||||||
|
"DandyGradient",
|
||||||
|
"DandyHtml",
|
||||||
|
"DandyHtmlLoader",
|
||||||
|
"DandyImageCollector",
|
||||||
|
"DandyIntCollector",
|
||||||
|
"DandyIntPreview",
|
||||||
|
"DandyIntSplitter",
|
||||||
|
"DandyJs",
|
||||||
|
"DandyJsLoader",
|
||||||
|
"DandyJson",
|
||||||
|
"DandyJsonLoader",
|
||||||
|
"DandyLand",
|
||||||
|
"DandyMaskCollector",
|
||||||
|
"DandyP5JsDraw",
|
||||||
|
"DandyP5JsLoader",
|
||||||
|
"DandyP5JsSetup",
|
||||||
|
"DandyPixelsJs",
|
||||||
|
"DandyPixiJs",
|
||||||
|
"DandyPrompt",
|
||||||
|
"DandyString",
|
||||||
|
"DandyStringArrayCollector",
|
||||||
|
"DandyStringArraySplitter",
|
||||||
|
"DandyStringCatCollector",
|
||||||
|
"DandyStringPreview",
|
||||||
|
"DandyUrlLoader",
|
||||||
|
"DandyWasmLoader",
|
||||||
|
"DandyYaml",
|
||||||
|
"DandyYamlLoader"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "dandy [UNSAFE]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/stutya/ComfyUI-Terminal": [
|
"https://github.com/stutya/ComfyUI-Terminal": [
|
||||||
[
|
[
|
||||||
"Terminal"
|
"Terminal"
|
||||||
@ -1327,6 +1693,14 @@
|
|||||||
"title_aux": "my-useful-comfyui-custom-nodes"
|
"title_aux": "my-useful-comfyui-custom-nodes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/tracerstar/comfyui-p5js-node": [
|
||||||
|
[
|
||||||
|
"HYPE_P5JSImage"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "comfyui-p5js-node"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/tuckerdarby/ComfyUI-TDNodes": [
|
"https://github.com/tuckerdarby/ComfyUI-TDNodes": [
|
||||||
[
|
[
|
||||||
"HandTrackerNode",
|
"HandTrackerNode",
|
||||||
|
|||||||
@ -1,350 +1,458 @@
|
|||||||
{
|
{
|
||||||
"https://github.com/longgui0318/comfyui-one-more-step": {
|
|
||||||
"stars": 0,
|
|
||||||
"last_update": "2024-04-28 10:33:08"
|
|
||||||
},
|
|
||||||
"https://github.com/TemryL/ComfyUI-IDM-VTON": {
|
|
||||||
"stars": 11,
|
|
||||||
"last_update": "2024-04-28 23:39:01"
|
|
||||||
},
|
|
||||||
"https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": {
|
|
||||||
"stars": 0,
|
|
||||||
"last_update": "2024-04-27 13:25:08"
|
|
||||||
},
|
|
||||||
"https://github.com/umisetokikaze/comfyui_mergekit": {
|
|
||||||
"stars": 0,
|
|
||||||
"last_update": "2024-04-28 07:21:00"
|
|
||||||
},
|
|
||||||
"https://github.com/Video3DGenResearch/comfyui-batch-input-node": {
|
|
||||||
"stars": 1,
|
|
||||||
"last_update": "2024-04-28 15:21:17"
|
|
||||||
},
|
|
||||||
"https://github.com/kijai/ComfyUI-DeepSeek-VL": {
|
|
||||||
"stars": 12,
|
|
||||||
"last_update": "2024-04-23 18:10:42"
|
|
||||||
},
|
|
||||||
"https://github.com/GentlemanHu/ComfyUI-Notifier": {
|
|
||||||
"stars": 1,
|
|
||||||
"last_update": "2024-04-26 04:22:25"
|
|
||||||
},
|
|
||||||
"https://github.com/nat-chan/comfyui-in-memory-transceiver": {
|
|
||||||
"stars": 1,
|
|
||||||
"last_update": "2024-04-24 04:11:05"
|
|
||||||
},
|
|
||||||
"https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": {
|
|
||||||
"stars": 0,
|
|
||||||
"last_update": "2024-04-19 11:37:19"
|
|
||||||
},
|
|
||||||
"https://github.com/WilliamStanford/visuallabs_comfyui_nodes": {
|
|
||||||
"stars": 1,
|
|
||||||
"last_update": "2024-04-16 21:53:02"
|
|
||||||
},
|
|
||||||
"https://github.com/bruce007lee/comfyui-cleaner": {
|
|
||||||
"stars": 2,
|
|
||||||
"last_update": "2024-04-20 15:36:03"
|
|
||||||
},
|
|
||||||
"https://github.com/ExponentialML/ComfyUI_LiveDirector": {
|
|
||||||
"stars": 32,
|
|
||||||
"last_update": "2024-04-09 19:01:49"
|
|
||||||
},
|
|
||||||
"https://github.com/logtd/ComfyUI-MotionThiefExperiment": {
|
|
||||||
"stars": 34,
|
|
||||||
"last_update": "2024-04-09 01:00:51"
|
|
||||||
},
|
|
||||||
"https://github.com/hy134300/comfyui-hb-node": {
|
|
||||||
"stars": 0,
|
|
||||||
"last_update": "2024-04-09 09:56:22"
|
|
||||||
},
|
|
||||||
"https://github.com/gameltb/io_comfyui": {
|
|
||||||
"stars": 3,
|
|
||||||
"last_update": "2024-04-06 04:40:05"
|
|
||||||
},
|
|
||||||
"https://github.com/ALatentPlace/ComfyUI_yanc": {
|
|
||||||
"stars": 4,
|
|
||||||
"last_update": "2024-04-16 19:03:34"
|
|
||||||
},
|
|
||||||
"https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": {
|
|
||||||
"stars": 0,
|
|
||||||
"last_update": "2024-04-01 10:52:59"
|
|
||||||
},
|
|
||||||
"https://github.com/kadirnar/ComfyUI-Adapter": {
|
|
||||||
"stars": 3,
|
|
||||||
"last_update": "2024-04-03 12:05:39"
|
|
||||||
},
|
|
||||||
"https://github.com/Beinsezii/comfyui-amd-go-fast": {
|
|
||||||
"stars": 3,
|
|
||||||
"last_update": "2024-03-31 01:17:57"
|
|
||||||
},
|
|
||||||
"https://github.com/sugarkwork/comfyui_psd": {
|
|
||||||
"stars": 0,
|
|
||||||
"last_update": "2024-03-26 08:24:56"
|
|
||||||
},
|
|
||||||
"https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": {
|
|
||||||
"stars": 15,
|
|
||||||
"last_update": "2024-03-17 04:30:01"
|
|
||||||
},
|
|
||||||
"https://github.com/MushroomFleet/DJZ-Nodes": {
|
|
||||||
"stars": 3,
|
|
||||||
"last_update": "2024-03-18 11:18:42"
|
|
||||||
},
|
|
||||||
"https://github.com/stavsap/ComfyUI-React-SDK": {
|
|
||||||
"stars": 5,
|
|
||||||
"last_update": "2024-03-17 21:54:21"
|
|
||||||
},
|
|
||||||
"https://github.com/chaojie/ComfyUI-DynamiCrafter": {
|
|
||||||
"stars": 86,
|
|
||||||
"last_update": "2024-03-16 19:08:28"
|
|
||||||
},
|
|
||||||
"https://github.com/cubiq/Comfy_Dungeon": {
|
|
||||||
"stars": 134,
|
|
||||||
"last_update": "2024-04-26 11:00:58"
|
|
||||||
},
|
|
||||||
"https://github.com/dfl/comfyui-stylegan": {
|
|
||||||
"stars": 1,
|
|
||||||
"last_update": "2024-03-14 14:34:25"
|
|
||||||
},
|
|
||||||
"https://github.com/christian-byrne/elimination-nodes": {
|
|
||||||
"stars": 4,
|
|
||||||
"last_update": "2024-04-09 18:51:29"
|
|
||||||
},
|
|
||||||
"https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": {
|
|
||||||
"stars": 12,
|
|
||||||
"last_update": "2024-03-08 10:11:44"
|
|
||||||
},
|
|
||||||
"https://github.com/houdinii/comfy-magick": {
|
|
||||||
"stars": 4,
|
|
||||||
"last_update": "2024-03-11 06:40:54"
|
|
||||||
},
|
|
||||||
"https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": {
|
|
||||||
"stars": 0,
|
|
||||||
"last_update": "2024-03-05 13:31:31"
|
|
||||||
},
|
|
||||||
"https://github.com/DeTK/ComfyUI-Switch": {
|
|
||||||
"stars": 0,
|
|
||||||
"last_update": "2024-03-04 11:52:04"
|
|
||||||
},
|
|
||||||
"https://github.com/GrindHouse66/ComfyUI-GH_Tools": {
|
|
||||||
"stars": 0,
|
|
||||||
"last_update": "2024-03-10 13:27:14"
|
|
||||||
},
|
|
||||||
"https://github.com/sdfxai/SDFXBridgeForComfyUI": {
|
|
||||||
"stars": 2,
|
|
||||||
"last_update": "2024-04-12 14:09:45"
|
|
||||||
},
|
|
||||||
"https://github.com/SeedV/ComfyUI-SeedV-Nodes": {
|
|
||||||
"stars": 1,
|
|
||||||
"last_update": "2024-04-23 07:56:19"
|
|
||||||
},
|
|
||||||
"https://github.com/mut-ex/comfyui-gligengui-node": {
|
|
||||||
"stars": 24,
|
|
||||||
"last_update": "2024-02-28 02:46:05"
|
|
||||||
},
|
|
||||||
"https://github.com/unanan/ComfyUI-Dist": {
|
|
||||||
"stars": 4,
|
|
||||||
"last_update": "2024-02-28 10:03:50"
|
|
||||||
},
|
|
||||||
"https://github.com/NicholasKao1029/comfyui-hook": {
|
|
||||||
"stars": 0,
|
|
||||||
"last_update": "2024-03-07 05:50:56"
|
|
||||||
},
|
|
||||||
"https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": {
|
|
||||||
"stars": 13,
|
|
||||||
"last_update": "2024-03-10 01:04:02"
|
|
||||||
},
|
|
||||||
"https://github.com/shadowcz007/comfyui-llamafile": {
|
|
||||||
"stars": 10,
|
|
||||||
"last_update": "2024-04-29 08:35:31"
|
|
||||||
},
|
|
||||||
"https://github.com/gameltb/ComfyUI_paper_playground": {
|
|
||||||
"stars": 7,
|
|
||||||
"last_update": "2024-04-06 10:30:44"
|
|
||||||
},
|
|
||||||
"https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": {
|
|
||||||
"stars": 2,
|
|
||||||
"last_update": "2024-02-27 08:22:49"
|
|
||||||
},
|
|
||||||
"https://github.com/tuckerdarby/ComfyUI-TDNodes": {
|
|
||||||
"stars": 3,
|
|
||||||
"last_update": "2024-02-19 17:00:55"
|
|
||||||
},
|
|
||||||
"https://github.com/shadowcz007/comfyui-musicgen": {
|
|
||||||
"stars": 0,
|
|
||||||
"last_update": "2024-02-13 08:45:12"
|
|
||||||
},
|
|
||||||
"https://github.com/shadowcz007/comfyui-CLIPSeg": {
|
|
||||||
"stars": 0,
|
|
||||||
"last_update": "2024-02-08 02:16:24"
|
|
||||||
},
|
|
||||||
"https://github.com/dezi-ai/ComfyUI-AnimateLCM": {
|
|
||||||
"stars": 127,
|
|
||||||
"last_update": "2024-02-07 17:34:39"
|
|
||||||
},
|
|
||||||
"https://github.com/stutya/ComfyUI-Terminal": {
|
|
||||||
"stars": 0,
|
|
||||||
"last_update": "2024-02-05 16:47:28"
|
|
||||||
},
|
|
||||||
"https://github.com/marcueberall/ComfyUI-BuildPath": {
|
|
||||||
"stars": 0,
|
|
||||||
"last_update": "2024-02-06 07:57:33"
|
|
||||||
},
|
|
||||||
"https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": {
|
|
||||||
"stars": 0,
|
|
||||||
"last_update": "2024-02-04 21:15:22"
|
|
||||||
},
|
|
||||||
"https://github.com/kappa54m/ComfyUI_Usability": {
|
|
||||||
"stars": 0,
|
|
||||||
"last_update": "2024-02-05 14:49:45"
|
|
||||||
},
|
|
||||||
"https://github.com/17Retoucher/ComfyUI_Fooocus": {
|
"https://github.com/17Retoucher/ComfyUI_Fooocus": {
|
||||||
"stars": 50,
|
"stars": 50,
|
||||||
"last_update": "2024-02-24 07:33:29"
|
"last_update": "2024-02-24 07:33:29"
|
||||||
},
|
},
|
||||||
"https://github.com/nkchocoai/ComfyUI-PromptUtilities": {
|
"https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": {
|
||||||
"stars": 6,
|
"stars": 13,
|
||||||
"last_update": "2024-02-21 14:47:42"
|
"last_update": "2024-03-08 10:11:44"
|
||||||
|
},
|
||||||
|
"https://github.com/AIGODLIKE/ComfyUI-Studio": {
|
||||||
|
"stars": 196,
|
||||||
|
"last_update": "2024-05-30 02:14:11"
|
||||||
|
},
|
||||||
|
"https://github.com/ALatentPlace/ComfyUI_yanc": {
|
||||||
|
"stars": 12,
|
||||||
|
"last_update": "2024-05-27 12:39:32"
|
||||||
},
|
},
|
||||||
"https://github.com/BadCafeCode/execution-inversion-demo-comfyui": {
|
"https://github.com/BadCafeCode/execution-inversion-demo-comfyui": {
|
||||||
"stars": 3,
|
"stars": 3,
|
||||||
"last_update": "2024-03-23 23:53:13"
|
"last_update": "2024-03-23 23:53:13"
|
||||||
},
|
},
|
||||||
"https://github.com/unanan/ComfyUI-clip-interrogator": {
|
"https://github.com/Beinsezii/comfyui-amd-go-fast": {
|
||||||
"stars": 18,
|
"stars": 7,
|
||||||
"last_update": "2024-02-01 09:46:57"
|
"last_update": "2024-05-10 00:48:37"
|
||||||
},
|
|
||||||
"https://github.com/prismwastaken/comfyui-tools": {
|
|
||||||
"stars": 0,
|
|
||||||
"last_update": "2024-03-05 14:34:56"
|
|
||||||
},
|
|
||||||
"https://github.com/poisenbery/NudeNet-Detector-Provider": {
|
|
||||||
"stars": 1,
|
|
||||||
"last_update": "2024-02-26 02:11:27"
|
|
||||||
},
|
|
||||||
"https://github.com/LarryJane491/ComfyUI-ModelUnloader": {
|
|
||||||
"stars": 1,
|
|
||||||
"last_update": "2024-01-14 08:22:39"
|
|
||||||
},
|
|
||||||
"https://github.com/AIGODLIKE/ComfyUI-Studio": {
|
|
||||||
"stars": 185,
|
|
||||||
"last_update": "2024-04-03 03:59:31"
|
|
||||||
},
|
|
||||||
"https://github.com/MrAdamBlack/CheckProgress": {
|
|
||||||
"stars": 1,
|
|
||||||
"last_update": "2024-01-10 08:02:18"
|
|
||||||
},
|
|
||||||
"https://github.com/birnam/ComfyUI-GenData-Pack": {
|
|
||||||
"stars": 0,
|
|
||||||
"last_update": "2024-03-25 01:25:23"
|
|
||||||
},
|
|
||||||
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-AnyText": {
|
|
||||||
"stars": 38,
|
|
||||||
"last_update": "2024-01-07 11:48:05"
|
|
||||||
},
|
|
||||||
"https://github.com/nidefawl/ComfyUI-nidefawl": {
|
|
||||||
"stars": 0,
|
|
||||||
"last_update": "2024-01-16 18:16:41"
|
|
||||||
},
|
|
||||||
"https://github.com/kadirnar/comfyui_helpers": {
|
|
||||||
"stars": 2,
|
|
||||||
"last_update": "2024-03-04 16:25:30"
|
|
||||||
},
|
|
||||||
"https://github.com/foglerek/comfyui-cem-tools": {
|
|
||||||
"stars": 1,
|
|
||||||
"last_update": "2024-01-13 23:22:07"
|
|
||||||
},
|
|
||||||
"https://github.com/talesofai/comfyui-supersave": {
|
|
||||||
"stars": 1,
|
|
||||||
"last_update": "2023-12-27 02:05:53"
|
|
||||||
},
|
|
||||||
"https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": {
|
|
||||||
"stars": 2,
|
|
||||||
"last_update": "2024-02-22 08:34:44"
|
|
||||||
},
|
|
||||||
"https://github.com/eigenpunk/ComfyUI-audio": {
|
|
||||||
"stars": 44,
|
|
||||||
"last_update": "2024-03-03 21:14:14"
|
|
||||||
},
|
|
||||||
"https://github.com/Jaxkr/comfyui-terminal-command": {
|
|
||||||
"stars": 1,
|
|
||||||
"last_update": "2023-12-03 10:31:40"
|
|
||||||
},
|
},
|
||||||
"https://github.com/BlueDangerX/ComfyUI-BDXNodes": {
|
"https://github.com/BlueDangerX/ComfyUI-BDXNodes": {
|
||||||
"stars": 1,
|
"stars": 1,
|
||||||
"last_update": "2023-12-10 04:01:19"
|
"last_update": "2023-12-10 04:01:19"
|
||||||
},
|
},
|
||||||
"https://github.com/ilovejohnwhite/UncleBillyGoncho": {
|
"https://github.com/Brandelan/ComfyUI_bd_customNodes": {
|
||||||
|
"stars": 1,
|
||||||
|
"last_update": "2023-10-09 00:40:26"
|
||||||
|
},
|
||||||
|
"https://github.com/DeTK/ComfyUI-Switch": {
|
||||||
"stars": 0,
|
"stars": 0,
|
||||||
"last_update": "2024-02-29 00:16:42"
|
"last_update": "2024-03-04 11:52:04"
|
||||||
|
},
|
||||||
|
"https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": {
|
||||||
|
"stars": 0,
|
||||||
|
"last_update": "2024-04-19 11:37:19"
|
||||||
|
},
|
||||||
|
"https://github.com/Elawphant/ComfyUI-MusicGen": {
|
||||||
|
"stars": 4,
|
||||||
|
"last_update": "2024-05-11 13:33:24"
|
||||||
|
},
|
||||||
|
"https://github.com/ExponentialML/ComfyUI_LiveDirector": {
|
||||||
|
"stars": 33,
|
||||||
|
"last_update": "2024-04-09 19:01:49"
|
||||||
|
},
|
||||||
|
"https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": {
|
||||||
|
"stars": 13,
|
||||||
|
"last_update": "2024-03-10 01:04:02"
|
||||||
|
},
|
||||||
|
"https://github.com/GentlemanHu/ComfyUI-Notifier": {
|
||||||
|
"stars": 3,
|
||||||
|
"last_update": "2024-05-20 15:25:17"
|
||||||
|
},
|
||||||
|
"https://github.com/GraftingRayman/ComfyUI_GR_PromptSelector": {
|
||||||
|
"stars": 9,
|
||||||
|
"last_update": "2024-05-28 23:31:22"
|
||||||
|
},
|
||||||
|
"https://github.com/GrindHouse66/ComfyUI-GH_Tools": {
|
||||||
|
"stars": 0,
|
||||||
|
"last_update": "2024-03-10 13:27:14"
|
||||||
},
|
},
|
||||||
"https://github.com/IvanZhd/comfyui-codeformer": {
|
"https://github.com/IvanZhd/comfyui-codeformer": {
|
||||||
"stars": 0,
|
"stars": 0,
|
||||||
"last_update": "2023-12-02 20:51:52"
|
"last_update": "2023-12-02 20:51:52"
|
||||||
},
|
},
|
||||||
"https://github.com/alt-key-project/comfyui-dream-video-batches": {
|
"https://github.com/Jaxkr/comfyui-terminal-command": {
|
||||||
"stars": 46,
|
|
||||||
"last_update": "2023-12-03 10:31:55"
|
|
||||||
},
|
|
||||||
"https://github.com/oyvindg/ComfyUI-TrollSuite": {
|
|
||||||
"stars": 0,
|
|
||||||
"last_update": "2023-11-21 01:46:07"
|
|
||||||
},
|
|
||||||
"https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": {
|
|
||||||
"stars": 3,
|
|
||||||
"last_update": "2023-11-15 22:00:49"
|
|
||||||
},
|
|
||||||
"https://github.com/wormley/comfyui-wormley-nodes": {
|
|
||||||
"stars": 0,
|
|
||||||
"last_update": "2023-11-12 19:05:11"
|
|
||||||
},
|
|
||||||
"https://github.com/dnl13/ComfyUI-dnl13-seg": {
|
|
||||||
"stars": 17,
|
|
||||||
"last_update": "2024-01-08 10:52:13"
|
|
||||||
},
|
|
||||||
"https://github.com/phineas-pta/comfy-trt-test": {
|
|
||||||
"stars": 77,
|
|
||||||
"last_update": "2024-03-10 21:17:56"
|
|
||||||
},
|
|
||||||
"https://github.com/Brandelan/ComfyUI_bd_customNodes": {
|
|
||||||
"stars": 1,
|
"stars": 1,
|
||||||
"last_update": "2023-10-09 00:40:26"
|
"last_update": "2023-12-03 10:31:40"
|
||||||
|
},
|
||||||
|
"https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": {
|
||||||
|
"stars": 0,
|
||||||
|
"last_update": "2024-04-01 10:52:59"
|
||||||
},
|
},
|
||||||
"https://github.com/Jordach/comfy-consistency-vae": {
|
"https://github.com/Jordach/comfy-consistency-vae": {
|
||||||
"stars": 68,
|
"stars": 68,
|
||||||
"last_update": "2023-11-06 20:50:40"
|
"last_update": "2023-11-06 20:50:40"
|
||||||
},
|
},
|
||||||
"https://github.com/gameltb/ComfyUI_stable_fast": {
|
"https://github.com/LarryJane491/ComfyUI-ModelUnloader": {
|
||||||
"stars": 174,
|
"stars": 1,
|
||||||
"last_update": "2024-04-01 13:30:57"
|
"last_update": "2024-01-14 08:22:39"
|
||||||
},
|
},
|
||||||
"https://github.com/jn-jairo/jn_node_suite_comfyui": {
|
"https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": {
|
||||||
"stars": 5,
|
"stars": 0,
|
||||||
"last_update": "2024-01-11 20:39:36"
|
"last_update": "2024-02-04 21:15:22"
|
||||||
|
},
|
||||||
|
"https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": {
|
||||||
|
"stars": 12,
|
||||||
|
"last_update": "2024-04-05 05:11:51"
|
||||||
|
},
|
||||||
|
"https://github.com/MrAdamBlack/CheckProgress": {
|
||||||
|
"stars": 1,
|
||||||
|
"last_update": "2024-01-10 08:02:18"
|
||||||
|
},
|
||||||
|
"https://github.com/MushroomFleet/DJZ-Nodes": {
|
||||||
|
"stars": 4,
|
||||||
|
"last_update": "2024-03-18 11:18:42"
|
||||||
|
},
|
||||||
|
"https://github.com/NicholasKao1029/comfyui-hook": {
|
||||||
|
"stars": 0,
|
||||||
|
"last_update": "2024-03-07 05:50:56"
|
||||||
},
|
},
|
||||||
"https://github.com/PluMaZero/ComfyUI-SpaceFlower": {
|
"https://github.com/PluMaZero/ComfyUI-SpaceFlower": {
|
||||||
"stars": 4,
|
"stars": 4,
|
||||||
"last_update": "2023-12-09 05:55:15"
|
"last_update": "2023-12-09 05:55:15"
|
||||||
},
|
},
|
||||||
"https://github.com/laksjdjf/ssd-1b-comfyui": {
|
"https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": {
|
||||||
"stars": 1,
|
"stars": 0,
|
||||||
"last_update": "2023-10-27 20:05:06"
|
"last_update": "2024-06-01 09:08:26"
|
||||||
},
|
},
|
||||||
"https://github.com/flowtyone/comfyui-flowty-lcm": {
|
"https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": {
|
||||||
"stars": 62,
|
"stars": 18,
|
||||||
"last_update": "2023-10-23 12:08:55"
|
"last_update": "2024-03-17 04:30:01"
|
||||||
|
},
|
||||||
|
"https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": {
|
||||||
|
"stars": 2,
|
||||||
|
"last_update": "2024-02-22 08:34:44"
|
||||||
|
},
|
||||||
|
"https://github.com/SeedV/ComfyUI-SeedV-Nodes": {
|
||||||
|
"stars": 1,
|
||||||
|
"last_update": "2024-05-21 06:39:00"
|
||||||
|
},
|
||||||
|
"https://github.com/TSFSean/ComfyUI-TSFNodes": {
|
||||||
|
"stars": 3,
|
||||||
|
"last_update": "2024-05-18 00:59:06"
|
||||||
|
},
|
||||||
|
"https://github.com/TemryL/ComfyUI-IDM-VTON": {
|
||||||
|
"stars": 138,
|
||||||
|
"last_update": "2024-05-30 12:21:57"
|
||||||
|
},
|
||||||
|
"https://github.com/Video3DGenResearch/comfyui-batch-input-node": {
|
||||||
|
"stars": 1,
|
||||||
|
"last_update": "2024-04-28 15:21:17"
|
||||||
|
},
|
||||||
|
"https://github.com/WSJUSA/Comfyui-StableSR": {
|
||||||
|
"stars": 35,
|
||||||
|
"last_update": "2023-10-18 12:40:30"
|
||||||
|
},
|
||||||
|
"https://github.com/WilliamStanford/visuallabs_comfyui_nodes": {
|
||||||
|
"stars": 1,
|
||||||
|
"last_update": "2024-04-16 21:53:02"
|
||||||
|
},
|
||||||
|
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-AnyText": {
|
||||||
|
"stars": 41,
|
||||||
|
"last_update": "2024-05-22 14:30:05"
|
||||||
|
},
|
||||||
|
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": {
|
||||||
|
"stars": 175,
|
||||||
|
"last_update": "2024-05-22 13:38:23"
|
||||||
|
},
|
||||||
|
"https://github.com/alt-key-project/comfyui-dream-video-batches": {
|
||||||
|
"stars": 48,
|
||||||
|
"last_update": "2024-05-22 20:52:05"
|
||||||
|
},
|
||||||
|
"https://github.com/beyastard/ComfyUI_BeySoft": {
|
||||||
|
"stars": 0,
|
||||||
|
"last_update": "2024-05-26 22:44:55"
|
||||||
|
},
|
||||||
|
"https://github.com/birnam/ComfyUI-GenData-Pack": {
|
||||||
|
"stars": 0,
|
||||||
|
"last_update": "2024-03-25 01:25:23"
|
||||||
|
},
|
||||||
|
"https://github.com/blepping/comfyui_overly_complicated_sampling": {
|
||||||
|
"stars": 5,
|
||||||
|
"last_update": "2024-05-31 20:01:41"
|
||||||
|
},
|
||||||
|
"https://github.com/blib-la/ComfyUI-Captain-Extensions": {
|
||||||
|
"stars": 0,
|
||||||
|
"last_update": "2024-05-17 23:27:25"
|
||||||
|
},
|
||||||
|
"https://github.com/bruce007lee/comfyui-cleaner": {
|
||||||
|
"stars": 3,
|
||||||
|
"last_update": "2024-04-20 15:36:03"
|
||||||
|
},
|
||||||
|
"https://github.com/brycegoh/comfyui-custom-nodes": {
|
||||||
|
"stars": 0,
|
||||||
|
"last_update": "2024-06-01 04:34:06"
|
||||||
|
},
|
||||||
|
"https://github.com/chaojie/ComfyUI-DynamiCrafter": {
|
||||||
|
"stars": 102,
|
||||||
|
"last_update": "2024-03-16 19:08:28"
|
||||||
|
},
|
||||||
|
"https://github.com/chaojie/ComfyUI-mobvoi-openapi": {
|
||||||
|
"stars": 0,
|
||||||
|
"last_update": "2024-05-29 09:02:52"
|
||||||
|
},
|
||||||
|
"https://github.com/christian-byrne/infinite-zoom-parallax-nodes": {
|
||||||
|
"stars": 3,
|
||||||
|
"last_update": "2024-05-27 01:51:24"
|
||||||
|
},
|
||||||
|
"https://github.com/christian-byrne/python-interpreter-node": {
|
||||||
|
"stars": 16,
|
||||||
|
"last_update": "2024-06-01 06:00:47"
|
||||||
|
},
|
||||||
|
"https://github.com/comfyanonymous/ComfyUI": {
|
||||||
|
"stars": 36385,
|
||||||
|
"last_update": "2024-06-01 04:09:34"
|
||||||
|
},
|
||||||
|
"https://github.com/cubiq/Comfy_Dungeon": {
|
||||||
|
"stars": 162,
|
||||||
|
"last_update": "2024-04-26 11:00:58"
|
||||||
|
},
|
||||||
|
"https://github.com/dezi-ai/ComfyUI-AnimateLCM": {
|
||||||
|
"stars": 144,
|
||||||
|
"last_update": "2024-02-07 17:34:39"
|
||||||
|
},
|
||||||
|
"https://github.com/dfl/comfyui-stylegan": {
|
||||||
|
"stars": 1,
|
||||||
|
"last_update": "2024-03-14 14:34:25"
|
||||||
|
},
|
||||||
|
"https://github.com/dnl13/ComfyUI-dnl13-seg": {
|
||||||
|
"stars": 16,
|
||||||
|
"last_update": "2024-01-08 10:52:13"
|
||||||
},
|
},
|
||||||
"https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": {
|
"https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": {
|
||||||
"stars": 1,
|
"stars": 1,
|
||||||
"last_update": "2024-01-06 19:07:45"
|
"last_update": "2024-01-06 19:07:45"
|
||||||
},
|
},
|
||||||
"https://github.com/WSJUSA/Comfyui-StableSR": {
|
"https://github.com/eigenpunk/ComfyUI-audio": {
|
||||||
"stars": 32,
|
"stars": 56,
|
||||||
"last_update": "2023-10-18 12:40:30"
|
"last_update": "2024-03-03 21:14:14"
|
||||||
|
},
|
||||||
|
"https://github.com/ejektaflex/ComfyUI-Ty": {
|
||||||
|
"stars": 0,
|
||||||
|
"last_update": "2024-05-15 21:34:21"
|
||||||
|
},
|
||||||
|
"https://github.com/ericbeyer/guidance_interval": {
|
||||||
|
"stars": 2,
|
||||||
|
"last_update": "2024-04-16 03:24:01"
|
||||||
|
},
|
||||||
|
"https://github.com/flowtyone/comfyui-flowty-lcm": {
|
||||||
|
"stars": 62,
|
||||||
|
"last_update": "2023-10-23 12:08:55"
|
||||||
|
},
|
||||||
|
"https://github.com/flyingdogsoftware/gyre_for_comfyui": {
|
||||||
|
"stars": 0,
|
||||||
|
"last_update": "2024-05-31 22:27:12"
|
||||||
|
},
|
||||||
|
"https://github.com/foglerek/comfyui-cem-tools": {
|
||||||
|
"stars": 1,
|
||||||
|
"last_update": "2024-01-13 23:22:07"
|
||||||
|
},
|
||||||
|
"https://github.com/gameltb/ComfyUI_paper_playground": {
|
||||||
|
"stars": 8,
|
||||||
|
"last_update": "2024-05-28 13:18:26"
|
||||||
|
},
|
||||||
|
"https://github.com/gameltb/ComfyUI_stable_fast": {
|
||||||
|
"stars": 181,
|
||||||
|
"last_update": "2024-04-01 13:30:57"
|
||||||
|
},
|
||||||
|
"https://github.com/gameltb/io_comfyui": {
|
||||||
|
"stars": 3,
|
||||||
|
"last_update": "2024-04-06 04:40:05"
|
||||||
|
},
|
||||||
|
"https://github.com/githubYiheng/comfyui_median_filter": {
|
||||||
|
"stars": 0,
|
||||||
|
"last_update": "2024-05-24 15:21:40"
|
||||||
|
},
|
||||||
|
"https://github.com/haofanwang/ComfyUI-InstantStyle": {
|
||||||
|
"stars": 5,
|
||||||
|
"last_update": "2024-05-23 16:11:13"
|
||||||
|
},
|
||||||
|
"https://github.com/houdinii/comfy-magick": {
|
||||||
|
"stars": 4,
|
||||||
|
"last_update": "2024-03-11 06:40:54"
|
||||||
|
},
|
||||||
|
"https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": {
|
||||||
|
"stars": 2,
|
||||||
|
"last_update": "2024-02-27 08:22:49"
|
||||||
|
},
|
||||||
|
"https://github.com/hy134300/comfyui-hb-node": {
|
||||||
|
"stars": 0,
|
||||||
|
"last_update": "2024-04-09 09:56:22"
|
||||||
|
},
|
||||||
|
"https://github.com/ilovejohnwhite/UncleBillyGoncho": {
|
||||||
|
"stars": 0,
|
||||||
|
"last_update": "2024-02-29 00:16:42"
|
||||||
|
},
|
||||||
|
"https://github.com/immersiveexperience/ie-comfyui-color-nodes": {
|
||||||
|
"stars": 0,
|
||||||
|
"last_update": "2024-05-27 09:42:17"
|
||||||
|
},
|
||||||
|
"https://github.com/jn-jairo/jn_node_suite_comfyui": {
|
||||||
|
"stars": 5,
|
||||||
|
"last_update": "2024-01-11 20:39:36"
|
||||||
|
},
|
||||||
|
"https://github.com/jtscmw01/ComfyUI-DiffBIR": {
|
||||||
|
"stars": 52,
|
||||||
|
"last_update": "2024-05-21 05:28:34"
|
||||||
|
},
|
||||||
|
"https://github.com/kadirnar/ComfyUI-Adapter": {
|
||||||
|
"stars": 3,
|
||||||
|
"last_update": "2024-04-03 12:05:39"
|
||||||
|
},
|
||||||
|
"https://github.com/kadirnar/comfyui_helpers": {
|
||||||
|
"stars": 2,
|
||||||
|
"last_update": "2024-03-04 16:25:30"
|
||||||
|
},
|
||||||
|
"https://github.com/kappa54m/ComfyUI_Usability": {
|
||||||
|
"stars": 0,
|
||||||
|
"last_update": "2024-02-05 14:49:45"
|
||||||
|
},
|
||||||
|
"https://github.com/kijai/ComfyUI-DeepSeek-VL": {
|
||||||
|
"stars": 20,
|
||||||
|
"last_update": "2024-05-21 16:43:40"
|
||||||
|
},
|
||||||
|
"https://github.com/laksjdjf/ssd-1b-comfyui": {
|
||||||
|
"stars": 1,
|
||||||
|
"last_update": "2023-10-27 20:05:06"
|
||||||
|
},
|
||||||
|
"https://github.com/logtd/ComfyUI-MotionThiefExperiment": {
|
||||||
|
"stars": 36,
|
||||||
|
"last_update": "2024-05-22 00:12:06"
|
||||||
|
},
|
||||||
|
"https://github.com/longgui0318/comfyui-one-more-step": {
|
||||||
|
"stars": 0,
|
||||||
|
"last_update": "2024-05-07 08:40:56"
|
||||||
},
|
},
|
||||||
"https://github.com/ltdrdata/ComfyUI-Workflow-Component": {
|
"https://github.com/ltdrdata/ComfyUI-Workflow-Component": {
|
||||||
"stars": 181,
|
"stars": 189,
|
||||||
"last_update": "2024-04-26 01:39:09"
|
"last_update": "2024-04-26 01:39:09"
|
||||||
},
|
},
|
||||||
"https://github.com/comfyanonymous/ComfyUI": {
|
"https://github.com/marcueberall/ComfyUI-BuildPath": {
|
||||||
"stars": 33530,
|
"stars": 0,
|
||||||
"last_update": "2024-04-29 00:08:28"
|
"last_update": "2024-02-06 07:57:33"
|
||||||
|
},
|
||||||
|
"https://github.com/mut-ex/comfyui-gligengui-node": {
|
||||||
|
"stars": 27,
|
||||||
|
"last_update": "2024-02-28 02:46:05"
|
||||||
|
},
|
||||||
|
"https://github.com/nat-chan/comfyui-eval": {
|
||||||
|
"stars": 1,
|
||||||
|
"last_update": "2024-05-28 11:56:37"
|
||||||
|
},
|
||||||
|
"https://github.com/nat-chan/comfyui-in-memory-transceiver": {
|
||||||
|
"stars": 1,
|
||||||
|
"last_update": "2024-05-01 10:03:01"
|
||||||
|
},
|
||||||
|
"https://github.com/nidefawl/ComfyUI-nidefawl": {
|
||||||
|
"stars": 0,
|
||||||
|
"last_update": "2024-01-16 18:16:41"
|
||||||
|
},
|
||||||
|
"https://github.com/nkchocoai/ComfyUI-PromptUtilities": {
|
||||||
|
"stars": 6,
|
||||||
|
"last_update": "2024-05-22 23:10:42"
|
||||||
|
},
|
||||||
|
"https://github.com/oyvindg/ComfyUI-TrollSuite": {
|
||||||
|
"stars": 0,
|
||||||
|
"last_update": "2024-05-22 21:32:03"
|
||||||
|
},
|
||||||
|
"https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": {
|
||||||
|
"stars": 13,
|
||||||
|
"last_update": "2024-05-03 10:52:29"
|
||||||
|
},
|
||||||
|
"https://github.com/phineas-pta/comfy-trt-test": {
|
||||||
|
"stars": 83,
|
||||||
|
"last_update": "2024-03-10 21:17:56"
|
||||||
|
},
|
||||||
|
"https://github.com/poisenbery/NudeNet-Detector-Provider": {
|
||||||
|
"stars": 1,
|
||||||
|
"last_update": "2024-02-26 02:11:27"
|
||||||
|
},
|
||||||
|
"https://github.com/prismwastaken/comfyui-tools": {
|
||||||
|
"stars": 0,
|
||||||
|
"last_update": "2024-03-05 14:34:56"
|
||||||
|
},
|
||||||
|
"https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": {
|
||||||
|
"stars": 3,
|
||||||
|
"last_update": "2023-11-15 22:00:49"
|
||||||
|
},
|
||||||
|
"https://github.com/runtime44/comfyui_r44_nodes": {
|
||||||
|
"stars": 21,
|
||||||
|
"last_update": "2024-05-23 01:18:22"
|
||||||
|
},
|
||||||
|
"https://github.com/sangeet/comfyui-testui": {
|
||||||
|
"stars": 2,
|
||||||
|
"last_update": "2024-05-15 00:55:17"
|
||||||
|
},
|
||||||
|
"https://github.com/sdfxai/SDFXBridgeForComfyUI": {
|
||||||
|
"stars": 2,
|
||||||
|
"last_update": "2024-04-12 14:09:45"
|
||||||
|
},
|
||||||
|
"https://github.com/shadowcz007/ComfyUI-PuLID-Test": {
|
||||||
|
"stars": 8,
|
||||||
|
"last_update": "2024-05-12 14:37:28"
|
||||||
|
},
|
||||||
|
"https://github.com/shadowcz007/comfyui-CLIPSeg": {
|
||||||
|
"stars": 0,
|
||||||
|
"last_update": "2024-02-08 02:16:24"
|
||||||
|
},
|
||||||
|
"https://github.com/shadowcz007/comfyui-llamafile": {
|
||||||
|
"stars": 15,
|
||||||
|
"last_update": "2024-05-21 19:47:56"
|
||||||
|
},
|
||||||
|
"https://github.com/shadowcz007/comfyui-musicgen": {
|
||||||
|
"stars": 0,
|
||||||
|
"last_update": "2024-02-13 08:45:12"
|
||||||
|
},
|
||||||
|
"https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": {
|
||||||
|
"stars": 0,
|
||||||
|
"last_update": "2024-04-27 13:25:08"
|
||||||
|
},
|
||||||
|
"https://github.com/sofakid/dandy": {
|
||||||
|
"stars": 25,
|
||||||
|
"last_update": "2024-05-27 21:46:18"
|
||||||
|
},
|
||||||
|
"https://github.com/stavsap/ComfyUI-React-SDK": {
|
||||||
|
"stars": 5,
|
||||||
|
"last_update": "2024-03-17 21:54:21"
|
||||||
|
},
|
||||||
|
"https://github.com/stutya/ComfyUI-Terminal": {
|
||||||
|
"stars": 0,
|
||||||
|
"last_update": "2024-02-05 16:47:28"
|
||||||
|
},
|
||||||
|
"https://github.com/sugarkwork/comfyui_psd": {
|
||||||
|
"stars": 1,
|
||||||
|
"last_update": "2024-03-26 08:24:56"
|
||||||
|
},
|
||||||
|
"https://github.com/tachyon-beep/comfyui-simplefeed": {
|
||||||
|
"stars": 2,
|
||||||
|
"last_update": "2024-05-22 03:30:57"
|
||||||
|
},
|
||||||
|
"https://github.com/talesofai/comfyui-supersave": {
|
||||||
|
"stars": 1,
|
||||||
|
"last_update": "2023-12-27 02:05:53"
|
||||||
|
},
|
||||||
|
"https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": {
|
||||||
|
"stars": 0,
|
||||||
|
"last_update": "2024-03-05 13:31:31"
|
||||||
|
},
|
||||||
|
"https://github.com/tracerstar/comfyui-p5js-node": {
|
||||||
|
"stars": 15,
|
||||||
|
"last_update": "2024-05-30 18:33:55"
|
||||||
|
},
|
||||||
|
"https://github.com/tuckerdarby/ComfyUI-TDNodes": {
|
||||||
|
"stars": 3,
|
||||||
|
"last_update": "2024-02-19 17:00:55"
|
||||||
|
},
|
||||||
|
"https://github.com/umisetokikaze/comfyui_mergekit": {
|
||||||
|
"stars": 0,
|
||||||
|
"last_update": "2024-04-28 07:21:00"
|
||||||
|
},
|
||||||
|
"https://github.com/unanan/ComfyUI-Dist": {
|
||||||
|
"stars": 5,
|
||||||
|
"last_update": "2024-02-28 10:03:50"
|
||||||
|
},
|
||||||
|
"https://github.com/unanan/ComfyUI-clip-interrogator": {
|
||||||
|
"stars": 20,
|
||||||
|
"last_update": "2024-02-01 09:46:57"
|
||||||
|
},
|
||||||
|
"https://github.com/wormley/comfyui-wormley-nodes": {
|
||||||
|
"stars": 0,
|
||||||
|
"last_update": "2023-11-12 19:05:11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -10,6 +10,46 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
"author": "christian-byrne",
|
||||||
|
"title": "elimination-nodes [REMOVED]",
|
||||||
|
"reference": "https://github.com/christian-byrne/elimination-nodes",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/christian-byrne/elimination-nodes"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Nodes:Paste Cutout on Base Image"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "Levy1417",
|
||||||
|
"title": "Universal-Data-Processing-Kit [UNSAFE] [REMOVED]",
|
||||||
|
"reference": "https://github.com/Levy1417/Universal-Data-Processing-Kit",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Levy1417/Universal-Data-Processing-Kit"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Nodes:DPK - Any Eval, DPK - Extract Array, DPK - Run External Program, DPK - Any Literals, DPK - Set Node States, DPK - Realtime Text Preview, DPK - Dynamic Action, DPK - Object To Json, DPK - Json To Object\n[w/This extension includes the ability to execute arbitrary code and programs.]"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "liusida",
|
||||||
|
"title": "ComfyUI-Sida-Remove-Image [UNSAFE] [REMOVED]",
|
||||||
|
"reference": "https://github.com/liusida/ComfyUI-Sida-Remove-Image",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/liusida/ComfyUI-Sida-Remove-Image"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Nodes: LoadImageWithPrivacy, RemoveImage.[w/This extension is not secure because it provides the capability to delete files from arbitrary paths.]"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "88IO",
|
||||||
|
"title": "ComfyUI Image Reordering Plugins [REMOVED]",
|
||||||
|
"reference": "https://github.com/88IO/ComfyUI-ImageReorder",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/88IO/ComfyUI-ImageReorder"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A custom node reorder multiple image frames based on indexes or curves."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "jtydhr88",
|
"author": "jtydhr88",
|
||||||
"title": "ComfyUI-InstantMesh [DEPRECATED]",
|
"title": "ComfyUI-InstantMesh [DEPRECATED]",
|
||||||
|
|||||||
@ -12,6 +12,17 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
"author": "AIGODLIKE",
|
||||||
|
"title": "ComfyUI-ToonCrafter",
|
||||||
|
"id": "tooncrafter",
|
||||||
|
"reference": "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/AIGODLIKE/ComfyUI-ToonCrafter"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "This project is used to enable [a/ToonCrafter](https://github.com/ToonCrafter/ToonCrafter) to be used in ComfyUI.\nYou can use it to achieve generative keyframe animation\nAnd use it in Blender for animation rendering and prediction"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "viperyl",
|
"author": "viperyl",
|
||||||
"title": "ComfyUI-RGT",
|
"title": "ComfyUI-RGT",
|
||||||
|
|||||||
@ -349,6 +349,14 @@
|
|||||||
"title_aux": "ComfyUI-CUP"
|
"title_aux": "ComfyUI-CUP"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": [
|
||||||
|
[
|
||||||
|
"Image2Video"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-ToonCrafter"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/AInseven/ComfyUI-fastblend": [
|
"https://github.com/AInseven/ComfyUI-fastblend": [
|
||||||
[
|
[
|
||||||
"FillDarkMask",
|
"FillDarkMask",
|
||||||
|
|||||||
@ -1,5 +1,16 @@
|
|||||||
{
|
{
|
||||||
"models": [
|
"models": [
|
||||||
|
{
|
||||||
|
"name": "Doubiiu/ToonCrafter model checkpoint",
|
||||||
|
"type": "checkpoint",
|
||||||
|
"base": "ToonCrafter",
|
||||||
|
"save_path": "custom_nodes/ComfyUI-ToonCrafter/ToonCrafter/checkpoints/tooncrafter_512_interp_v1",
|
||||||
|
"description": "[10.5GB] ToonCrafter checkpoint model for ComfyUI-ToonCrafter",
|
||||||
|
"reference": "https://huggingface.co/Doubiiu/ToonCrafter/tree/main",
|
||||||
|
"filename": "model.ckpt",
|
||||||
|
"url": "https://huggingface.co/Doubiiu/ToonCrafter/resolve/main/model.ckpt"
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "ViperYX/RGT_S_x2.pth",
|
"name": "ViperYX/RGT_S_x2.pth",
|
||||||
"type": "RGT",
|
"type": "RGT",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user