update DB

This commit is contained in:
Dr.Lt.Data 2024-11-05 18:45:30 +09:00
parent a68eb721d5
commit a401c51364
12 changed files with 2579 additions and 2219 deletions

View File

@ -3633,6 +3633,16 @@
"install_type": "git-clone",
"description": "ComfyUI custom nodes for inpainting/outpainting using the new latent consistency model (LCM)"
},
{
"author": "taabata",
"title": "ComfyCanvas",
"reference": "https://github.com/taabata/ComfyCanvas",
"files": [
"https://github.com/taabata/ComfyCanvas"
],
"install_type": "git-clone",
"description": "Canvas to use with ComfyUI"
},
{
"author": "noxinias",
"title": "ComfyUI_NoxinNodes",
@ -7296,14 +7306,13 @@
},
{
"author": "1038lab",
"title": "ComfyUI-GPT2P",
"id": "gpt2p",
"reference": "https://github.com/1038lab/ComfyUI-GPT2P",
"title": "ComfyUI-OmniGen",
"reference": "https://github.com/1038lab/ComfyUI-OmniGen",
"files": [
"https://github.com/1038lab/ComfyUI-GPT2P"
"https://github.com/1038lab/ComfyUI-OmniGen"
],
"install_type": "git-clone",
"description": "ComfyUI Node - Hugging Face repositories GTP2 Prompt"
"description": "ComfyUI custom node implementation of OmniGen"
},
{
"author": "Klinter",
@ -9587,6 +9596,16 @@
"install_type": "git-clone",
"description": "a custom node for [a/OmniGen](https://github.com/VectorSpaceLab/OmniGen)"
},
{
"author": "AIFSH",
"title": "MaskGCT-ComfyUI",
"reference": "https://github.com/AIFSH/MaskGCT-ComfyUI",
"files": [
"https://github.com/AIFSH/MaskGCT-ComfyUI"
],
"install_type": "git-clone",
"description": "a custom node for [a/MaskGCT](https://github.com/open-mmlab/Amphion/blob/main/models/tts/maskgct/README.md) to Zero-Shot Text-to-Speech"
},
{
"author": "Koishi-Star",
"title": "Euler-Smea-Dyn-Sampler",
@ -16331,6 +16350,58 @@
"install_type": "git-clone",
"description": "An advanced ComfyUI extension that enables multi-agent LLM conversations using Ollama models."
},
{
"author": "KohakuBlueleaf",
"title": "TIPO-extension",
"reference": "https://github.com/KohakuBlueleaf/z-tipo-extension",
"files": [
"https://github.com/KohakuBlueleaf/z-tipo-extension"
],
"install_type": "git-clone",
"description": "A general extension to utilize TIPO or DanTagGen to do 'text-presampling' based on KGen library: [a/https://github.com/KohakuBlueleaf/KGen](https://github.com/KohakuBlueleaf/KGen)"
},
{
"author": "hanoixan",
"title": "ComfyUI DataBeast",
"reference": "https://github.com/hanoixan/ComfyUI-DataBeast",
"files": [
"https://github.com/hanoixan/ComfyUI-DataBeast"
],
"install_type": "git-clone",
"description": "This extension provides convenience nodes for batch processing."
},
{
"author": "HelloVision",
"title": "ComfyUI_HelloMeme",
"reference": "https://github.com/HelloVision/ComfyUI_HelloMeme",
"files": [
"https://github.com/HelloVision/ComfyUI_HelloMeme"
],
"install_type": "git-clone",
"description": "This repository is the official implementation of the [a/HelloMeme](https://arxiv.org/pdf/2410.22901) ComfyUI interface, featuring both image and video generation functionalities. Example workflow files can be found in the ComfyUI_HelloMeme/workflows directory. Test images and videos are saved in the ComfyUI_HelloMeme/examples directory. Below are screenshots of the interfaces for image and video generation.\nNOTE: 'HelloMeme: Integrating Spatial Knitting Attentions to Embed High-Level and Fidelity-Rich Conditions in Diffusion Models'"
},
{
"author": "recraft-ai",
"title": "ComfyUI-RecraftAI",
"reference": "https://github.com/recraft-ai/ComfyUI-RecraftAI",
"files": [
"https://github.com/recraft-ai/ComfyUI-RecraftAI"
],
"install_type": "git-clone",
"description": "This is a custom node for ComfyUI that allows you to use the Recraft AI API. Recraft V3 (code-named red_panda) is a text-to-image model with the ability to generate long texts, images in a wide list of styles, including custom brand styles. It's also possible to set up brand colors. As of today, it is SOTA in image generation, proven by Hugging Faces industry-leading Text-to-Image Benchmark by Artificial Analysis.\nNOTE:Before using this node, you need to have a Recraft AI API key. To generate a key, log in to Recraft, and enter API page and hit 'Generate' (available only if your API units balance is above zero)."
},
{
"author": "Level Pixel",
"title": "ComfyUI_LevelPixel",
"reference": "https://github.com/LevelPixel/ComfyUI-LevelPixel",
"files": [
"https://github.com/LevelPixel/ComfyUI-LevelPixel"
],
"install_type": "git-clone",
"description": "Various nodes of the Level Pixel company. Includes convenient advanced nodes for working with images from folders; counting files in a folder; cleaning memory; tag filters. Model Unloader, LLM Unloader (GGUF unloaders), Free memory, Tag Filters, Tag Category Filters, Tag Choice Parser, File counter, Image Loader From Path (with counters)."
},

View File

@ -20,12 +20,12 @@
"title_aux": "Latent Consistency Model for ComfyUI"
}
],
"https://github.com/1038lab/ComfyUI-GPT2P": [
"https://github.com/1038lab/ComfyUI-OmniGen": [
[
"GPT2PNode"
"ailab_OmniGen"
],
{
"title_aux": "ComfyUI-GPT2P"
"title_aux": "ComfyUI-OmniGen"
}
],
"https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": [
@ -709,6 +709,14 @@
"title_aux": "JoyHallo-ComfyUI"
}
],
"https://github.com/AIFSH/MaskGCT-ComfyUI": [
[
"MaskGCTNode"
],
{
"title_aux": "MaskGCT-ComfyUI"
}
],
"https://github.com/AIFSH/OmniGen-ComfyUI": [
[
"OmniGenNode"
@ -1063,15 +1071,20 @@
"BillBum_Modified_Base64_Url2Data_Node",
"BillBum_Modified_Base64_Url2Img_Node",
"BillBum_Modified_Dalle_API_Node",
"BillBum_Modified_DropoutToken_Node",
"BillBum_Modified_Flux_API_Node",
"BillBum_Modified_ImageSplit_Node",
"BillBum_Modified_Image_API_Call_Node",
"BillBum_Modified_LLM_API_Node",
"BillBum_Modified_Recraft_API_Node",
"BillBum_Modified_RegText_Node",
"BillBum_Modified_SD3_API_Node",
"BillBum_Modified_Structured_LLM_Node(Imperfect)",
"BillBum_Modified_Together_API_Node",
"BillBum_Modified_VisionLM_API_Node",
"BillBum_Modified_img2b64_url_Node"
"BillBum_Modified_img2b64_url_Node",
"Input_Text",
"Text_Concat"
],
{
"nodename_pattern": "\\(BillBum\\)$",
@ -3288,6 +3301,21 @@
"title_aux": "comfyui-enhanced-save-node"
}
],
"https://github.com/HelloVision/ComfyUI_HelloMeme": [
[
"GetImageDriveParams",
"GetReferenceImageRT",
"GetVideoDriveParams",
"HMFaceToolkitsLoader",
"HMImagePipelineLoader",
"HMPipelineImage",
"HMPipelineVideo",
"HMVideoPipelineLoader"
],
{
"title_aux": "ComfyUI_HelloMeme"
}
],
"https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": [
[
"AdjustMojo",
@ -3930,6 +3958,14 @@
"title_aux": "ComfyUI-kewky_tools"
}
],
"https://github.com/KohakuBlueleaf/z-tipo-extension": [
[
"TIPO"
],
{
"title_aux": "TIPO-extension"
}
],
"https://github.com/KoreTeknology/ComfyUI-Compositing-Nodes-Pack": [
[
"Brightness Image",
@ -4261,6 +4297,40 @@
"title_aux": "Canvas Tab"
}
],
"https://github.com/LevelPixel/ComfyUI-LevelPixel": [
[
"FastCheckerPattern|LP",
"FileCounter|LP",
"HardModelUnloader|LP",
"ImageLoaderFromPath|LP",
"LLMAdvanced|LP",
"LLMLoader|LP",
"LLMSampler|LP",
"LLavaAdvanced|LP",
"LLavaClipLoader|LP",
"LLavaLoader|LP",
"LLavaSamplerAdvanced|LP",
"LLavaSamplerSimple|LP",
"LLavaSimple|LP",
"LoadImage|LP",
"ModelUnloader|LP",
"ShowText|LP",
"SimpleFloatSlider|LP",
"SoftModelUnloader|LP",
"TagCategoryFilter|LP",
"TagCategoryKeeper|LP",
"TagCategoryRemover|LP",
"TagCategory|LP",
"TagMerger|LP",
"TagRemover|LP",
"TagReplace|LP",
"TagSwitcher|LP",
"TextChoiceParser|LP"
],
{
"title_aux": "ComfyUI_LevelPixel"
}
],
"https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": [
[
"FillImageForOutpainting"
@ -4531,6 +4601,7 @@
"MaraScottForLoopToBoolNode_v1",
"MaraScottForLoopWhileClose_v1",
"MaraScottForLoopWhileOpen_v1",
"MaraScottGetModelBlocks_v1",
"MaraScottImageToGradient_v1",
"MaraScottIsEmptyOrNone_v1",
"MaraScottIsEmpty_v1",
@ -4893,6 +4964,7 @@
"AspectSize",
"AspectSizeV2",
"DJZ-LoadLatent",
"DJZ-LoadLatentV2",
"ImageSizeAdjuster",
"ImageSizeAdjusterV2",
"ImageSizeAdjusterV3",
@ -7994,7 +8066,8 @@
"TextFieldNode",
"TileCheckpointPatchNode",
"UpscaleImageWithModel",
"VTracerImageVectorizerNode"
"VTracerImageVectorizerNode",
"WeldInpaintNode"
],
{
"title_aux": "ComfyUI-NeuralMedia"
@ -12440,6 +12513,7 @@
"Eden_Image_Math",
"Eden_Int",
"Eden_MaskBoundingBox",
"Eden_MaskCombiner",
"Eden_Math",
"Eden_RepeatLatentBatch",
"Eden_Seed",
@ -13569,6 +13643,7 @@
"MiniCPMNode",
"MoonDream",
"Moondream2model",
"Paligemma",
"PlayMusic",
"PromptGenerateAPI",
"Qwen2VLNode",
@ -13812,6 +13887,25 @@
"title_aux": "ComfyUI-Image-Matting"
}
],
"https://github.com/hanoixan/ComfyUI-DataBeast": [
[
"DBConvertToFloat //DataBeast",
"DBConvertToInt //DataBeast",
"DBConvertToString //DataBeast",
"DBFloatExpression //DataBeast",
"DBGetBatchList //DataBeast",
"DBGetValue //DataBeast",
"DBLoadData //DataBeast",
"DBStringExpression //DataBeast"
],
{
"author": "hanoixan",
"description": "This extension provides nodes for controlling data-driven processing in Comfy-UI",
"nickname": "DataBeast",
"title": "DataBeast",
"title_aux": "ComfyUI DataBeast"
}
],
"https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": [
[
"Image Selector"
@ -15880,6 +15974,7 @@
"NormalizedAmplitudeToMask",
"OffsetMask",
"OffsetMaskByNormalizedAmplitude",
"PatchModelPatcherOrder",
"PlotCoordinates",
"PointsEditor",
"PreviewAnimation",
@ -16730,6 +16825,7 @@
"BboxToCropData",
"BboxesToBboxes",
"ColorPicker",
"ConvertToJsonStr",
"ConvertTypeToAny",
"CopyAndRenameFiles",
"CropImageByBbox",
@ -16768,8 +16864,11 @@
"MaskImageToBase64",
"MaskToBase64",
"MaskToBase64Image",
"MaskToRle",
"RleToMask",
"SDBaseVerNumber",
"SamAutoMaskSEGS",
"SamAutoMaskSEGSAdvanced",
"SaveImagesWithoutOutput",
"SaveSingleImageWithoutOutput",
"SaveTextToFileByImagePath",
@ -17976,6 +18075,7 @@
],
"https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": [
[
"Miaoshouai_Caption_Analyzer",
"Miaoshouai_Flux_CLIPTextEncode",
"Miaoshouai_SaveTags",
"Miaoshouai_Tagger"
@ -19315,6 +19415,15 @@
"title_aux": "SD Prompt Reader"
}
],
"https://github.com/recraft-ai/ComfyUI-RecraftAI": [
[
"RecraftClient",
"RecraftImageGenerator"
],
{
"title_aux": "ComfyUI-RecraftAI"
}
],
"https://github.com/redhottensors/ComfyUI-Prediction": [
[
"AvoidErasePrediction",
@ -20259,7 +20368,8 @@
"SeedSelector",
"StringToInt",
"StringToNumber",
"TextRandomMultiline"
"TextRandomMultiline",
"TextSwitchCase"
],
{
"title_aux": "comfyui-art-venture"
@ -22086,8 +22196,9 @@
"OllamaModelSelect",
"OllamaTextGen",
"ShowText_xO",
"xO_Ascii",
"xO_ComfyUIPortRunner",
"xO_GetImageFilename",
"xO_LoadRecentFile",
"xO_TestScriptRunner",
"xO_WorkflowRunner"
],
@ -22222,7 +22333,8 @@
"FalAPIFluxDevWithLoraInpaintNode",
"FalAPIFluxDevWithLoraNode",
"FalAPIFluxLoraConfigNode",
"FalAPIFluxProNode"
"FalAPIFluxProNode",
"FalAPIFluxProV11Node"
],
{
"title_aux": "ComfyUI-Fal-API-Flux"

File diff suppressed because it is too large Load Diff

View File

@ -3929,6 +3929,18 @@
"url": "https://huggingface.co/Kijai/flux-fp8/resolve/main/flux1-schnell-fp8.safetensors",
"size": "11.9GB"
},
{
"name": "FLUX.1 [Dev] Diffusion model (scaled fp8)",
"type": "diffusion_model",
"base": "FLUX.1",
"save_path": "diffusion_models/FLUX1",
"description": "FLUX.1 [Dev] Diffusion model (scaled fp8)[w/Due to the large size of the model, it is recommended to download it through a browser if possible.]",
"reference": "https://huggingface.co/comfyanonymous/flux_dev_scaled_fp8_test",
"filename": "flux_dev_fp8_scaled_diffusion_model.safetensors",
"url": "https://huggingface.co/comfyanonymous/flux_dev_scaled_fp8_test/resolve/main/flux_dev_fp8_scaled_diffusion_model.safetensors",
"size": "11.9GB"
},
{
"name": "kijai/FLUX.1 [dev] Diffusion model (float8_e4m3fn)",
"type": "diffusion_model",

View File

@ -1557,17 +1557,6 @@
"install_type": "git-clone",
"description": "Nodes:Add_text_by_mask.[w/This custom node cannot be installed simultaneously as it has the same repository name as MarkoCa1/ComfyUI-Text.]"
},
{
"author": "yushan777",
"title": "Y7 Nodes for ComfyUI",
"id": "y7nodes",
"reference": "https://github.com/yushan777/ComfyUI-Y7Nodes",
"files": [
"https://github.com/yushan777/ComfyUI-Y7Nodes"
],
"install_type": "git-clone",
"description": "Nodes:Count_Tokens_(Y7)"
},
{
"author": "norgeous",
"title": "UI Builder [WIP]",

View File

@ -495,6 +495,7 @@
[
"FinalFrameSelector",
"VideoMerge",
"VideoPromptGenerator",
"YouTubeVideoDownloader"
],
{
@ -2480,7 +2481,6 @@
],
"https://github.com/kycg/comfyui-Kwtoolset": [
[
"KWCivitAIDownloader",
"KWImageResizeByLongerSide",
"KWNagetiveString",
"KWPositiveString",
@ -3398,14 +3398,6 @@
"title_aux": "ComfyUI-Dropbox-API [WIP]"
}
],
"https://github.com/yushan777/ComfyUI-Y7Nodes": [
[
"Count_Tokens_(Y7)"
],
{
"title_aux": "Y7 Nodes for ComfyUI"
}
],
"https://github.com/zhongpei/Comfyui_image2prompt": [
[
"CLIP AdvancedTextEncode|fofo",

File diff suppressed because it is too large Load Diff

View File

@ -10,6 +10,28 @@
},
{
"author": "1038lab",
"title": "ComfyUI-GPT2P [REMOVED]",
"id": "gpt2p",
"reference": "https://github.com/1038lab/ComfyUI-GPT2P",
"files": [
"https://github.com/1038lab/ComfyUI-GPT2P"
],
"install_type": "git-clone",
"description": "ComfyUI Node - Hugging Face repositories GTP2 Prompt"
},
{
"author": "yushan777",
"title": "Y7 Nodes for ComfyUI [REMOVED]",
"id": "y7nodes",
"reference": "https://github.com/yushan777/ComfyUI-Y7Nodes",
"files": [
"https://github.com/yushan777/ComfyUI-Y7Nodes"
],
"install_type": "git-clone",
"description": "Nodes:Count_Tokens_(Y7)"
},
{
"author": "city96",
"title": "SD-Advanced-Noise [DEPRECATED]",

View File

@ -10,6 +10,88 @@
{
"author": "recraft-ai",
"title": "ComfyUI-RecraftAI",
"reference": "https://github.com/recraft-ai/ComfyUI-RecraftAI",
"files": [
"https://github.com/recraft-ai/ComfyUI-RecraftAI"
],
"install_type": "git-clone",
"description": "This is a custom node for ComfyUI that allows you to use the Recraft AI API. Recraft V3 (code-named red_panda) is a text-to-image model with the ability to generate long texts, images in a wide list of styles, including custom brand styles. It's also possible to set up brand colors. As of today, it is SOTA in image generation, proven by Hugging Faces industry-leading Text-to-Image Benchmark by Artificial Analysis.\nNOTE:Before using this node, you need to have a Recraft AI API key. To generate a key, log in to Recraft, and enter API page and hit 'Generate' (available only if your API units balance is above zero)."
},
{
"author": "HelloVision",
"title": "ComfyUI_HelloMeme",
"reference": "https://github.com/HelloVision/ComfyUI_HelloMeme",
"files": [
"https://github.com/HelloVision/ComfyUI_HelloMeme"
],
"install_type": "git-clone",
"description": "This repository is the official implementation of the [a/HelloMeme](https://arxiv.org/pdf/2410.22901) ComfyUI interface, featuring both image and video generation functionalities. Example workflow files can be found in the ComfyUI_HelloMeme/workflows directory. Test images and videos are saved in the ComfyUI_HelloMeme/examples directory. Below are screenshots of the interfaces for image and video generation.\nNOTE: 'HelloMeme: Integrating Spatial Knitting Attentions to Embed High-Level and Fidelity-Rich Conditions in Diffusion Models'"
},
{
"author": "taabata",
"title": "ComfyCanvas",
"reference": "https://github.com/taabata/ComfyCanvas",
"files": [
"https://github.com/taabata/ComfyCanvas"
],
"install_type": "git-clone",
"description": "Canvas to use with ComfyUI"
},
{
"author": "AIFSH",
"title": "MaskGCT-ComfyUI",
"reference": "https://github.com/AIFSH/MaskGCT-ComfyUI",
"files": [
"https://github.com/AIFSH/MaskGCT-ComfyUI"
],
"install_type": "git-clone",
"description": "a custom node for [a/MaskGCT](https://github.com/open-mmlab/Amphion/blob/main/models/tts/maskgct/README.md) to Zero-Shot Text-to-Speech"
},
{
"author": "Level Pixel",
"title": "ComfyUI_LevelPixel",
"reference": "https://github.com/LevelPixel/ComfyUI-LevelPixel",
"files": [
"https://github.com/LevelPixel/ComfyUI-LevelPixel"
],
"install_type": "git-clone",
"description": "Various nodes of the Level Pixel company. Includes convenient advanced nodes for working with images from folders; counting files in a folder; cleaning memory; tag filters. Model Unloader, LLM Unloader (GGUF unloaders), Free memory, Tag Filters, Tag Category Filters, Tag Choice Parser, File counter, Image Loader From Path (with counters)."
},
{
"author": "1038lab",
"title": "ComfyUI-OmniGen",
"reference": "https://github.com/1038lab/ComfyUI-OmniGen",
"files": [
"https://github.com/1038lab/ComfyUI-OmniGen"
],
"install_type": "git-clone",
"description": "ComfyUI custom node implementation of OmniGen"
},
{
"author": "hanoixan",
"title": "ComfyUI DataBeast",
"reference": "https://github.com/hanoixan/ComfyUI-DataBeast",
"files": [
"https://github.com/hanoixan/ComfyUI-DataBeast"
],
"install_type": "git-clone",
"description": "This extension provides convenience nodes for batch processing."
},
{
"author": "KohakuBlueleaf",
"title": "TIPO-extension",
"reference": "https://github.com/KohakuBlueleaf/z-tipo-extension",
"files": [
"https://github.com/KohakuBlueleaf/z-tipo-extension"
],
"install_type": "git-clone",
"description": "A general extension to utilize TIPO or DanTagGen to do 'text-presampling' based on KGen library: [a/https://github.com/KohakuBlueleaf/KGen](https://github.com/KohakuBlueleaf/KGen)"
},
{
"author": "logtd",
"title": "ComfyUI-MochiEdit",
@ -606,90 +688,6 @@
],
"install_type": "git-clone",
"description": "Long-Duration and High-Resolution Audio-driven Portrait Image Animation,"
},
{
"author": "Vrch Studio (vrch.ai)",
"title": "ComfyUI Web Viewer",
"reference": "https://github.com/VrchStudio/comfyui-web-viewer",
"files": [
"https://github.com/VrchStudio/comfyui-web-viewer"
],
"install_type": "git-clone",
"description": "The ComfyUI Web Viewer by [a/vrch.ai](https://vrch.ai) is a custom node collection offering a real-time AI-generated interactive art framework. This utility integrates realtime streaming into ComfyUI workflows, supporting keyboard control nodes, OSC control nodes, sound input nodes, and more. Accessible from any device with a web browser, it enables real time interaction with AI-generated content, making it ideal for interactive visual projects and enhancing ComfyUI workflows with efficient content management and display."
},
{
"author": "AhBumm",
"title": "Customizable API Call Nodes by BillBum",
"id": "billbum",
"reference": "https://github.com/AhBumm/ComfyUI_BillBum_Nodes",
"files": [
"https://github.com/AhBumm/ComfyUI_BillBum_Nodes"
],
"nodename_pattern": "\\(BillBum\\)$",
"install_type": "git-clone",
"description": "API call node for Third-party platforms both official and local. Support VLMs LLMs Dalle3 Flux-Pro SD3 etc. And some little tools: img to b64 url, b64 url to img, b64 url to b64 data, reg text to word and ',' only, etc."
},
{
"author": "yiwangsimple",
"title": "florence_dw",
"reference": "https://github.com/yiwangsimple/florence_dw",
"files": [
"https://github.com/yiwangsimple/florence_dw"
],
"install_type": "git-clone",
"description": "Based on the original repository [a/https://github.com/spacepxl/ComfyUI-Florence-2](https://github.com/spacepxl/ComfyUI-Florence-2), the model loading and storage methods have been improved, and sd3 has been newly added with enhanced speed and accuracy."
},
{
"author": "hoveychen",
"title": "ComfyUI-MusePose-Remaster",
"id": "musepose-remaster",
"reference": "https://github.com/hoveychen/ComfyUI-MusePose-Remaster",
"files": [
"https://github.com/hoveychen/ComfyUI-MusePose-Remaster"
],
"install_type": "git-clone",
"description": "MusePose Remaster is a remaster version of ComfyUI MusePose node.\nIt supports auto weights download, remove most necessary dependencies, etc."
},
{
"author": "kk8bit",
"title": "KayTool",
"reference": "https://github.com/kk8bit/KayTool",
"files": [
"https://github.com/kk8bit/KayTool"
],
"install_type": "git-clone",
"description": "KayTool is a growing toolkit for ComfyUI. It includes the 'Custom Save Image' node, allowing image saving in PNG or JPG format, with support for ICC profiles like sRGB and Adobe RGB, metadata control, JPG quality adjustment."
},
{
"author": "sousakujikken",
"title": "ComfyUI-PixydustQuantizer",
"reference": "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer",
"files": [
"https://github.com/sousakujikken/ComfyUI-PixydustQuantizer"
],
"install_type": "git-clone",
"description": "Pixydust Quantizer is a custom node extension for ComfyUI that allows for the simplified recreation of tile patterns used in 1990s 16-color PC graphics, offering advanced color quantization and palette optimization features."
},
{
"author": "florestefano1975",
"title": "ComfyUI-CogVideoX",
"id": "sf-cog-video-x",
"reference": "https://github.com/florestefano1975/ComfyUI-CogVideoX",
"files": [
"https://github.com/florestefano1975/ComfyUI-CogVideoX"
],
"install_type": "git-clone",
"description": "Experience the CogVideoX model on ComfyUI"
},
{
"author": "logtd",
"title": "ComfyUI-Fluxtapoz",
"reference": "https://github.com/logtd/ComfyUI-Fluxtapoz",
"files": [
"https://github.com/logtd/ComfyUI-Fluxtapoz"
],
"install_type": "git-clone",
"description": "ComfyUI nodes for image editing with Flux, such as RF-Inversion and more"
}
]
}

View File

@ -20,12 +20,12 @@
"title_aux": "Latent Consistency Model for ComfyUI"
}
],
"https://github.com/1038lab/ComfyUI-GPT2P": [
"https://github.com/1038lab/ComfyUI-OmniGen": [
[
"GPT2PNode"
"ailab_OmniGen"
],
{
"title_aux": "ComfyUI-GPT2P"
"title_aux": "ComfyUI-OmniGen"
}
],
"https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": [
@ -709,6 +709,14 @@
"title_aux": "JoyHallo-ComfyUI"
}
],
"https://github.com/AIFSH/MaskGCT-ComfyUI": [
[
"MaskGCTNode"
],
{
"title_aux": "MaskGCT-ComfyUI"
}
],
"https://github.com/AIFSH/OmniGen-ComfyUI": [
[
"OmniGenNode"
@ -1063,15 +1071,20 @@
"BillBum_Modified_Base64_Url2Data_Node",
"BillBum_Modified_Base64_Url2Img_Node",
"BillBum_Modified_Dalle_API_Node",
"BillBum_Modified_DropoutToken_Node",
"BillBum_Modified_Flux_API_Node",
"BillBum_Modified_ImageSplit_Node",
"BillBum_Modified_Image_API_Call_Node",
"BillBum_Modified_LLM_API_Node",
"BillBum_Modified_Recraft_API_Node",
"BillBum_Modified_RegText_Node",
"BillBum_Modified_SD3_API_Node",
"BillBum_Modified_Structured_LLM_Node(Imperfect)",
"BillBum_Modified_Together_API_Node",
"BillBum_Modified_VisionLM_API_Node",
"BillBum_Modified_img2b64_url_Node"
"BillBum_Modified_img2b64_url_Node",
"Input_Text",
"Text_Concat"
],
{
"nodename_pattern": "\\(BillBum\\)$",
@ -3288,6 +3301,21 @@
"title_aux": "comfyui-enhanced-save-node"
}
],
"https://github.com/HelloVision/ComfyUI_HelloMeme": [
[
"GetImageDriveParams",
"GetReferenceImageRT",
"GetVideoDriveParams",
"HMFaceToolkitsLoader",
"HMImagePipelineLoader",
"HMPipelineImage",
"HMPipelineVideo",
"HMVideoPipelineLoader"
],
{
"title_aux": "ComfyUI_HelloMeme"
}
],
"https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": [
[
"AdjustMojo",
@ -3930,6 +3958,14 @@
"title_aux": "ComfyUI-kewky_tools"
}
],
"https://github.com/KohakuBlueleaf/z-tipo-extension": [
[
"TIPO"
],
{
"title_aux": "TIPO-extension"
}
],
"https://github.com/KoreTeknology/ComfyUI-Compositing-Nodes-Pack": [
[
"Brightness Image",
@ -4261,6 +4297,40 @@
"title_aux": "Canvas Tab"
}
],
"https://github.com/LevelPixel/ComfyUI-LevelPixel": [
[
"FastCheckerPattern|LP",
"FileCounter|LP",
"HardModelUnloader|LP",
"ImageLoaderFromPath|LP",
"LLMAdvanced|LP",
"LLMLoader|LP",
"LLMSampler|LP",
"LLavaAdvanced|LP",
"LLavaClipLoader|LP",
"LLavaLoader|LP",
"LLavaSamplerAdvanced|LP",
"LLavaSamplerSimple|LP",
"LLavaSimple|LP",
"LoadImage|LP",
"ModelUnloader|LP",
"ShowText|LP",
"SimpleFloatSlider|LP",
"SoftModelUnloader|LP",
"TagCategoryFilter|LP",
"TagCategoryKeeper|LP",
"TagCategoryRemover|LP",
"TagCategory|LP",
"TagMerger|LP",
"TagRemover|LP",
"TagReplace|LP",
"TagSwitcher|LP",
"TextChoiceParser|LP"
],
{
"title_aux": "ComfyUI_LevelPixel"
}
],
"https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": [
[
"FillImageForOutpainting"
@ -4531,6 +4601,7 @@
"MaraScottForLoopToBoolNode_v1",
"MaraScottForLoopWhileClose_v1",
"MaraScottForLoopWhileOpen_v1",
"MaraScottGetModelBlocks_v1",
"MaraScottImageToGradient_v1",
"MaraScottIsEmptyOrNone_v1",
"MaraScottIsEmpty_v1",
@ -4893,6 +4964,7 @@
"AspectSize",
"AspectSizeV2",
"DJZ-LoadLatent",
"DJZ-LoadLatentV2",
"ImageSizeAdjuster",
"ImageSizeAdjusterV2",
"ImageSizeAdjusterV3",
@ -7994,7 +8066,8 @@
"TextFieldNode",
"TileCheckpointPatchNode",
"UpscaleImageWithModel",
"VTracerImageVectorizerNode"
"VTracerImageVectorizerNode",
"WeldInpaintNode"
],
{
"title_aux": "ComfyUI-NeuralMedia"
@ -12440,6 +12513,7 @@
"Eden_Image_Math",
"Eden_Int",
"Eden_MaskBoundingBox",
"Eden_MaskCombiner",
"Eden_Math",
"Eden_RepeatLatentBatch",
"Eden_Seed",
@ -13569,6 +13643,7 @@
"MiniCPMNode",
"MoonDream",
"Moondream2model",
"Paligemma",
"PlayMusic",
"PromptGenerateAPI",
"Qwen2VLNode",
@ -13812,6 +13887,25 @@
"title_aux": "ComfyUI-Image-Matting"
}
],
"https://github.com/hanoixan/ComfyUI-DataBeast": [
[
"DBConvertToFloat //DataBeast",
"DBConvertToInt //DataBeast",
"DBConvertToString //DataBeast",
"DBFloatExpression //DataBeast",
"DBGetBatchList //DataBeast",
"DBGetValue //DataBeast",
"DBLoadData //DataBeast",
"DBStringExpression //DataBeast"
],
{
"author": "hanoixan",
"description": "This extension provides nodes for controlling data-driven processing in Comfy-UI",
"nickname": "DataBeast",
"title": "DataBeast",
"title_aux": "ComfyUI DataBeast"
}
],
"https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": [
[
"Image Selector"
@ -15880,6 +15974,7 @@
"NormalizedAmplitudeToMask",
"OffsetMask",
"OffsetMaskByNormalizedAmplitude",
"PatchModelPatcherOrder",
"PlotCoordinates",
"PointsEditor",
"PreviewAnimation",
@ -16730,6 +16825,7 @@
"BboxToCropData",
"BboxesToBboxes",
"ColorPicker",
"ConvertToJsonStr",
"ConvertTypeToAny",
"CopyAndRenameFiles",
"CropImageByBbox",
@ -16768,8 +16864,11 @@
"MaskImageToBase64",
"MaskToBase64",
"MaskToBase64Image",
"MaskToRle",
"RleToMask",
"SDBaseVerNumber",
"SamAutoMaskSEGS",
"SamAutoMaskSEGSAdvanced",
"SaveImagesWithoutOutput",
"SaveSingleImageWithoutOutput",
"SaveTextToFileByImagePath",
@ -17976,6 +18075,7 @@
],
"https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": [
[
"Miaoshouai_Caption_Analyzer",
"Miaoshouai_Flux_CLIPTextEncode",
"Miaoshouai_SaveTags",
"Miaoshouai_Tagger"
@ -19315,6 +19415,15 @@
"title_aux": "SD Prompt Reader"
}
],
"https://github.com/recraft-ai/ComfyUI-RecraftAI": [
[
"RecraftClient",
"RecraftImageGenerator"
],
{
"title_aux": "ComfyUI-RecraftAI"
}
],
"https://github.com/redhottensors/ComfyUI-Prediction": [
[
"AvoidErasePrediction",
@ -20259,7 +20368,8 @@
"SeedSelector",
"StringToInt",
"StringToNumber",
"TextRandomMultiline"
"TextRandomMultiline",
"TextSwitchCase"
],
{
"title_aux": "comfyui-art-venture"
@ -22086,8 +22196,9 @@
"OllamaModelSelect",
"OllamaTextGen",
"ShowText_xO",
"xO_Ascii",
"xO_ComfyUIPortRunner",
"xO_GetImageFilename",
"xO_LoadRecentFile",
"xO_TestScriptRunner",
"xO_WorkflowRunner"
],
@ -22222,7 +22333,8 @@
"FalAPIFluxDevWithLoraInpaintNode",
"FalAPIFluxDevWithLoraNode",
"FalAPIFluxLoraConfigNode",
"FalAPIFluxProNode"
"FalAPIFluxProNode",
"FalAPIFluxProV11Node"
],
{
"title_aux": "ComfyUI-Fal-API-Flux"

View File

@ -1,5 +1,17 @@
{
"models": [
{
"name": "FLUX.1 [Dev] Diffusion model (scaled fp8)",
"type": "diffusion_model",
"base": "FLUX.1",
"save_path": "diffusion_models/FLUX1",
"description": "FLUX.1 [Dev] Diffusion model (scaled fp8)[w/Due to the large size of the model, it is recommended to download it through a browser if possible.]",
"reference": "https://huggingface.co/comfyanonymous/flux_dev_scaled_fp8_test",
"filename": "flux_dev_fp8_scaled_diffusion_model.safetensors",
"url": "https://huggingface.co/comfyanonymous/flux_dev_scaled_fp8_test/resolve/main/flux_dev_fp8_scaled_diffusion_model.safetensors",
"size": "11.9GB"
},
{
"name": "kijai/MoGe_ViT_L_fp16.safetensors",
"type": "MoGe",

View File

@ -250,6 +250,16 @@
],
"install_type": "git-clone",
"description": "The primitive node and dummy input are required because comfy doesn't accept requests with identical graphs. You'll also need a show text node. I like the one from ComfyUI-Custom-Scripts. I got the generic tetris remake from claude so it may or may not be ripped from somewhere else."
},
{
"author": "FlyMyAI",
"title": "ComfyUI-ExampleNode",
"reference": "https://github.com/FlyMyAI/ComfyUI-ExampleNode",
"files": [
"https://github.com/FlyMyAI/ComfyUI-ExampleNode"
],
"install_type": "git-clone",
"description": "Node to provide convenient ComfyUI standard, supported by flymy_comfyui."
}
]
}