mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 14:14:54 +08:00
update DB
This commit is contained in:
parent
9f5b0c9ddd
commit
10bd619712
@ -13334,6 +13334,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Perform a Fast Fourier Transform on the image, and then users can freely select the filtering range to filter the image. The main function is to remove the grid patterns on the image, and it can also perform high-pass filtering and low-pass filtering. The detailed workflow is shown in the figure below. The PNG file contains the ComfyUI workflow.The working principle is similar to the FFT filter in Photoshop."
|
||||
},
|
||||
{
|
||||
"author": "fssorc",
|
||||
"title": "ComfyUI_RopeWrapper",
|
||||
"reference": "https://github.com/fssorc/ComfyUI_RopeWrapper",
|
||||
"files": [
|
||||
"https://github.com/fssorc/ComfyUI_RopeWrapper"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Wrap Rope into ComfyUI, do a little change to use in ComfyUI. All credit goes to Hillobar and his ROPE [ㅁ/https://github.com/Hillobar/Rope](https://github.com/Hillobar/Rope)"
|
||||
},
|
||||
{
|
||||
"author": "BetaDoggo",
|
||||
"title": "ComfyUI YetAnotherSafetyChecker",
|
||||
@ -16154,6 +16164,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Implementation of Fast Fourier Transform in COMFYUI"
|
||||
},
|
||||
{
|
||||
"author": "laogou666",
|
||||
"title": "Comfyui-LG_Relight",
|
||||
"reference": "https://github.com/LAOGOU-666/Comfyui-LG_Relight",
|
||||
"files": [
|
||||
"https://github.com/LAOGOU-666/Comfyui-LG_Relight"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A simple implementation of real-time 3D lighting in ComfyUI. It's an open-source node, have fun playing around!"
|
||||
},
|
||||
{
|
||||
"author": "VertexStudio",
|
||||
"title": "roblox-comfyui-nodes",
|
||||
@ -18899,6 +18919,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "A pair of nodes (Load Image and Save Image) to create a simple loop in your ComfyUI inpainting workflow, without the need of loading your last saved image"
|
||||
},
|
||||
{
|
||||
"author": "hodanajan",
|
||||
"title": "optimal-crop-resolution",
|
||||
"reference": "https://github.com/hodanajan/optimal-crop-resolution",
|
||||
"files": [
|
||||
"https://github.com/hodanajan/optimal-crop-resolution"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI node to calculate optimal resolution to crop the image to (from a list of aspect ratios)"
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -2254,6 +2254,7 @@
|
||||
"ClownsharKSamplerGuides",
|
||||
"ClownsharKSamplerOptions",
|
||||
"ClownsharKSamplerOptions_SDE_Noise",
|
||||
"ClownsharkSamplerOptions_FrameWeights",
|
||||
"Conditioning Recast FP64",
|
||||
"ConditioningAdd",
|
||||
"ConditioningAverageScheduler",
|
||||
@ -2638,10 +2639,14 @@
|
||||
],
|
||||
"https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": [
|
||||
[
|
||||
"DP 10 String Switch",
|
||||
"DP 2 String Switch",
|
||||
"DP 5 String Switch",
|
||||
"DP Add Weight To String Sdxl",
|
||||
"DP Advanced Weight String Sdxl",
|
||||
"DP Animation Calculator 10 Inputs",
|
||||
"DP Animation Calculator 5 Inputs",
|
||||
"DP Art Style Generator",
|
||||
"DP Aspect Ratio Picker",
|
||||
"DP Big Letters",
|
||||
"DP Broken Token",
|
||||
@ -2666,6 +2671,9 @@
|
||||
"DP Image Empty Latent Switch SDXL",
|
||||
"DP Image Slide Show",
|
||||
"DP Image Strip",
|
||||
"DP Image Switch 10",
|
||||
"DP Image Switch 3",
|
||||
"DP Image Switch 5",
|
||||
"DP Int 0-1000",
|
||||
"DP Int 0-1000 4 Step",
|
||||
"DP Int 0-1000 8 Step",
|
||||
@ -2690,6 +2698,7 @@
|
||||
"DP Random Mode Switch",
|
||||
"DP Random Psychedelic Punk Generator",
|
||||
"DP Random Superhero Prompt Generator",
|
||||
"DP Random Vehicle Generator",
|
||||
"DP Save Preview Image",
|
||||
"DP Set New Model Folder Link",
|
||||
"DP String Text",
|
||||
@ -2807,9 +2816,27 @@
|
||||
"AD_TextListToString",
|
||||
"AD_TextSaver",
|
||||
"AD_TxtToCSVCombiner",
|
||||
"AD_ZipSave"
|
||||
"AD_ZipSave",
|
||||
"AD_advanced-padding",
|
||||
"AD_color-image",
|
||||
"AD_image-concat",
|
||||
"AD_image-resize",
|
||||
"AD_mockup-maker",
|
||||
"AD_poster-maker",
|
||||
"AD_prompt-saver",
|
||||
"ImageResize",
|
||||
"Incrementer \ud83e\udeb4",
|
||||
"TextAppendNode",
|
||||
"Width and height for scaling image to ideal resolution \ud83e\udeb4",
|
||||
"Width and height from aspect ratio \ud83e\udeb4",
|
||||
"YANC.MultilineString",
|
||||
"comfyui-easy-padding",
|
||||
"image concat mask"
|
||||
],
|
||||
{
|
||||
"author": "ComfyUI Addoor",
|
||||
"description": "Save prompts to CSV file with customizable naming pattern",
|
||||
"title": "ComfyUI-PromptSaver",
|
||||
"title_aux": "ComfyUI-Addoor"
|
||||
}
|
||||
],
|
||||
@ -3794,7 +3821,8 @@
|
||||
"RH_ExecuteNode",
|
||||
"RH_ImageUploaderNode",
|
||||
"RH_NodeInfoListNode",
|
||||
"RH_SettingsNode"
|
||||
"RH_SettingsNode",
|
||||
"RH_Utils"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_RH_APICall"
|
||||
@ -3964,6 +3992,7 @@
|
||||
"AgentMemoryProvider",
|
||||
"AgentNode",
|
||||
"BasicRecursionFilterNode",
|
||||
"DocumentChunkRecursionFilterNode",
|
||||
"DocumentProcessor",
|
||||
"LinuxMemoryDirectory",
|
||||
"QueryNode"
|
||||
@ -4187,6 +4216,7 @@
|
||||
],
|
||||
"https://github.com/Isulion/ComfyUI_Isulion": [
|
||||
[
|
||||
"CustomTextNode",
|
||||
"DisplayImageFromURL",
|
||||
"IsuCollage_Node",
|
||||
"Isulion Civitai Image Display",
|
||||
@ -4389,6 +4419,7 @@
|
||||
"https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": [
|
||||
[
|
||||
"RandomIntegerNodeEfficient",
|
||||
"RandomIntegerNodeEfficientAdvanced",
|
||||
"RandomIntegerNodeList"
|
||||
],
|
||||
{
|
||||
@ -5006,6 +5037,14 @@
|
||||
"title_aux": "ComfyUI_LG_FFT"
|
||||
}
|
||||
],
|
||||
"https://github.com/LAOGOU-666/Comfyui-LG_Relight": [
|
||||
[
|
||||
"LG_Relight"
|
||||
],
|
||||
{
|
||||
"title_aux": "Comfyui-LG_Relight"
|
||||
}
|
||||
],
|
||||
"https://github.com/LEv145/images-grid-comfy-plugin": [
|
||||
[
|
||||
"GridAnnotation",
|
||||
@ -5854,11 +5893,13 @@
|
||||
"ImageSizeAdjuster",
|
||||
"ImageSizeAdjusterV2",
|
||||
"ImageSizeAdjusterV3",
|
||||
"LoadTextDirectory",
|
||||
"LoadVideoDirectory",
|
||||
"ParametricMeshGen",
|
||||
"ParametricMeshGenV2",
|
||||
"ProjectFilePathNode",
|
||||
"PromptCleaner",
|
||||
"PromptInject",
|
||||
"PromptSwap",
|
||||
"SequentialNumberGenerator",
|
||||
"StringWeights",
|
||||
@ -14092,21 +14133,26 @@
|
||||
],
|
||||
"https://github.com/drmbt/comfyui-dreambait-nodes": [
|
||||
[
|
||||
"AudioInfoPlus",
|
||||
"BoolPlusPlus",
|
||||
"DRMBT_AspectPadImageForOutpainting",
|
||||
"DRMBT_LoadMedia",
|
||||
"DRMBT_MultiMinMax",
|
||||
"DRMBT_String_Item_Menu",
|
||||
"DownloadAndLoadMiniCPMV",
|
||||
"DreambaitFolderOpener",
|
||||
"DynamicDictionary",
|
||||
"ImageFrameBlend",
|
||||
"ImageResizeFaceAware",
|
||||
"ListItemExtract",
|
||||
"ListItemSelector",
|
||||
"LoadAudioPlus",
|
||||
"MiniCPMVNode",
|
||||
"MusicGen",
|
||||
"NormalizeAudio",
|
||||
"NumberPlusPlus",
|
||||
"NumberRemap",
|
||||
"Qwen2AudioInstruct",
|
||||
"SwitchDuo",
|
||||
"TextLineSelect",
|
||||
"TextLinesToList",
|
||||
@ -15021,6 +15067,22 @@
|
||||
"title_aux": "ComfyUI_FaceShaper"
|
||||
}
|
||||
],
|
||||
"https://github.com/fssorc/ComfyUI_RopeWrapper": [
|
||||
[
|
||||
"RopeVideoCombine",
|
||||
"RopeWrapper_DetectNode",
|
||||
"RopeWrapper_FaceRestore",
|
||||
"RopeWrapper_LoadModels",
|
||||
"RopeWrapper_LoadSwapInfo",
|
||||
"RopeWrapper_OptionNode",
|
||||
"RopeWrapper_SaveSwapInfo",
|
||||
"RopeWrapper_SwapNode",
|
||||
"RopeWrapper_SwapNodeTEST"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_RopeWrapper"
|
||||
}
|
||||
],
|
||||
"https://github.com/fssorc/ComfyUI_pose_inter": [
|
||||
[
|
||||
"Pose_Inter"
|
||||
@ -15980,6 +16042,14 @@
|
||||
"title_aux": "ComfyUI 3D Pose Editor"
|
||||
}
|
||||
],
|
||||
"https://github.com/hodanajan/optimal-crop-resolution": [
|
||||
[
|
||||
"AspectRatioCalculator"
|
||||
],
|
||||
{
|
||||
"title_aux": "optimal-crop-resolution"
|
||||
}
|
||||
],
|
||||
"https://github.com/holchan/ComfyUI-ModelDownloader": [
|
||||
[
|
||||
"LoRADownloader",
|
||||
@ -16943,7 +17013,8 @@
|
||||
"LoadHunyuanLoraFromHF",
|
||||
"LoadLoraFromCivitAI",
|
||||
"LoadLoraFromComfyOnline",
|
||||
"LoadLoraFromHF"
|
||||
"LoadLoraFromHF",
|
||||
"SaveAudioAsWav"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-model-dynamic-loader"
|
||||
@ -17924,6 +17995,7 @@
|
||||
"HyVideoReSampler",
|
||||
"HyVideoSTG",
|
||||
"HyVideoSampler",
|
||||
"HyVideoTeaCache",
|
||||
"HyVideoTextEmbedsLoad",
|
||||
"HyVideoTextEmbedsSave",
|
||||
"HyVideoTextEncode",
|
||||
@ -19128,6 +19200,7 @@
|
||||
[
|
||||
"FluxModCheckpointLoader",
|
||||
"FluxModCheckpointLoaderMini",
|
||||
"FluxModSamplerWrapper",
|
||||
"KSamplerMod",
|
||||
"SkipLayerForward"
|
||||
],
|
||||
|
||||
4039
github-stats.json
4039
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -11,6 +11,26 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "nomcycle",
|
||||
"title": "ComfyUI_Cluster [WIP]",
|
||||
"reference": "https://github.com/nomcycle/ComfyUI_Cluster",
|
||||
"files": [
|
||||
"https://github.com/nomcycle/ComfyUI_Cluster"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Very early W.I.P of clustered ComfyUI inference."
|
||||
},
|
||||
{
|
||||
"author": "5x00",
|
||||
"title": "ComfyUI-LLM-Concat [WIP]",
|
||||
"reference": "https://github.com/5x00/ComfyUI-LLM-Concat",
|
||||
"files": [
|
||||
"https://github.com/5x00/ComfyUI-LLM-Concat"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Simple ComfyUI node to combine strings using ChatGPT / Claude. Can be helpful to combine multiple keywords into a single prompt.\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "waynepimpzhang",
|
||||
"title": "FindBrightestSpot [WIP]",
|
||||
@ -91,16 +111,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "for now: just custom node(s) to fetch tags from a given danbooru (soon e621 too) post link\ncurrently only supports danbooru-style urls + api response formats\nthis repo is a rewrite of: [a/https://github.com/yffyhk/comfyui_auto_danbooru](https://github.com/yffyhk/comfyui_auto_danbooru)"
|
||||
},
|
||||
{
|
||||
"author": "ai-business-hql",
|
||||
"title": "comfyUIAgent [WIP]",
|
||||
"reference": "https://github.com/ai-business-hql/comfyUIAgent",
|
||||
"files": [
|
||||
"https://github.com/ai-business-hql/comfyUIAgent"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "test"
|
||||
},
|
||||
{
|
||||
"author": "Grey3016",
|
||||
"title": "Save2Icon",
|
||||
|
||||
@ -154,6 +154,14 @@
|
||||
"title_aux": "ComfyUI_Fooocus"
|
||||
}
|
||||
],
|
||||
"https://github.com/5x00/ComfyUI-LLM-Concat": [
|
||||
[
|
||||
"LLMConcate"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-LLM-Concat [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma": [
|
||||
[
|
||||
"ManualSigma"
|
||||
@ -682,9 +690,27 @@
|
||||
"AD_TextListToString",
|
||||
"AD_TextSaver",
|
||||
"AD_TxtToCSVCombiner",
|
||||
"AD_ZipSave"
|
||||
"AD_ZipSave",
|
||||
"AD_advanced-padding",
|
||||
"AD_color-image",
|
||||
"AD_image-concat",
|
||||
"AD_image-resize",
|
||||
"AD_mockup-maker",
|
||||
"AD_poster-maker",
|
||||
"AD_prompt-saver",
|
||||
"ImageResize",
|
||||
"Incrementer \ud83e\udeb4",
|
||||
"TextAppendNode",
|
||||
"Width and height for scaling image to ideal resolution \ud83e\udeb4",
|
||||
"Width and height from aspect ratio \ud83e\udeb4",
|
||||
"YANC.MultilineString",
|
||||
"comfyui-easy-padding",
|
||||
"image concat mask"
|
||||
],
|
||||
{
|
||||
"author": "ComfyUI Addoor",
|
||||
"description": "Save prompts to CSV file with customizable naming pattern",
|
||||
"title": "ComfyUI-PromptSaver",
|
||||
"title_aux": "ComfyUI-Addoor [UNSAFE]"
|
||||
}
|
||||
],
|
||||
@ -783,7 +809,7 @@
|
||||
],
|
||||
"https://github.com/Grey3016/Save2Icon": [
|
||||
[
|
||||
"Save2Icon"
|
||||
"ConvertToIconNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "Save2Icon"
|
||||
@ -1248,6 +1274,7 @@
|
||||
],
|
||||
"https://github.com/SeedV/ComfyUI-SeedV-Nodes": [
|
||||
[
|
||||
"AdvancedScript",
|
||||
"CheckpointLoaderSimpleShared //SeedV",
|
||||
"ControlNetLoaderAdvancedShared",
|
||||
"LoraLoader //SeedV",
|
||||
@ -3124,6 +3151,7 @@
|
||||
"HyVideoReSampler",
|
||||
"HyVideoSTG",
|
||||
"HyVideoSampler",
|
||||
"HyVideoTeaCache",
|
||||
"HyVideoTextEmbedsLoad",
|
||||
"HyVideoTextEmbedsSave",
|
||||
"HyVideoTextEncode",
|
||||
@ -3764,6 +3792,14 @@
|
||||
"title_aux": "comfyui-mosaic-blur [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/nomcycle/ComfyUI_Cluster": [
|
||||
[
|
||||
"FenceClusteredWorkflow"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_Cluster [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/oshtz/ComfyUI-oshtz-nodes": [
|
||||
[
|
||||
"ImageOverlayNode",
|
||||
@ -4000,6 +4036,7 @@
|
||||
"https://github.com/sh570655308/ComfyUI-GigapixelAI": [
|
||||
[
|
||||
"GigapixelAI",
|
||||
"GigapixelModelSettings",
|
||||
"GigapixelUpscaleSettings"
|
||||
],
|
||||
{
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -11,6 +11,16 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "ai-business-hql",
|
||||
"title": "comfyUIAgent [REMOVED]",
|
||||
"reference": "https://github.com/ai-business-hql/comfyUIAgent",
|
||||
"files": [
|
||||
"https://github.com/ai-business-hql/comfyUIAgent"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "test"
|
||||
},
|
||||
{
|
||||
"author": "daqingliu",
|
||||
"title": "ComfyUI-SaveImageOSS [REMOVED]",
|
||||
|
||||
@ -10,6 +10,36 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "laogou666",
|
||||
"title": "Comfyui-LG_Relight",
|
||||
"reference": "https://github.com/LAOGOU-666/Comfyui-LG_Relight",
|
||||
"files": [
|
||||
"https://github.com/LAOGOU-666/Comfyui-LG_Relight"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A simple implementation of real-time 3D lighting in ComfyUI. It's an open-source node, have fun playing around!"
|
||||
},
|
||||
{
|
||||
"author": "fssorc",
|
||||
"title": "ComfyUI_RopeWrapper",
|
||||
"reference": "https://github.com/fssorc/ComfyUI_RopeWrapper",
|
||||
"files": [
|
||||
"https://github.com/fssorc/ComfyUI_RopeWrapper"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Wrap Rope into ComfyUI, do a little change to use in ComfyUI. All credit goes to Hillobar and his ROPE [ㅁ/https://github.com/Hillobar/Rope](https://github.com/Hillobar/Rope)"
|
||||
},
|
||||
{
|
||||
"author": "hodanajan",
|
||||
"title": "optimal-crop-resolution",
|
||||
"reference": "https://github.com/hodanajan/optimal-crop-resolution",
|
||||
"files": [
|
||||
"https://github.com/hodanajan/optimal-crop-resolution"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI node to calculate optimal resolution to crop the image to (from a list of aspect ratios)"
|
||||
},
|
||||
{
|
||||
"author": "inventorado",
|
||||
"title": "ComfyUI Neural Network Toolkit NNT ",
|
||||
@ -665,67 +695,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI node that detects the skin tone of a person in an image and matches it to the standard emoji skin tone palette."
|
||||
},
|
||||
{
|
||||
"author": "yolanother",
|
||||
"title": "Save Uncompressed 16 Bit PNG",
|
||||
"reference": "https://github.com/yolanother/ComfyUI-Save16bitPng",
|
||||
"files": [
|
||||
"https://github.com/yolanother/ComfyUI-Save16bitPng"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "The SaveImageARGB16PNG node provides functionality for saving images as uncompressed PNG files with ARGB16 precision. This node is particularly useful for workflows that require high-quality image saving with metadata such as prompts and additional PNG info."
|
||||
},
|
||||
{
|
||||
"author": "TKRLAB",
|
||||
"title": "Prompt List JSON",
|
||||
"reference": "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON",
|
||||
"files": [
|
||||
"https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This repository provides a custom node for ComfyUI that allows managing positive and negative prompts in a structured JSON format. The node supports adding, updating, and logging prompts, ensuring seamless integration into your workflow."
|
||||
},
|
||||
{
|
||||
"author": "RyanOnTheInside",
|
||||
"title": "ComfyUI-EfficientTAM",
|
||||
"reference": "https://github.com/ryanontheinside/ComfyUI_EfficientTAM",
|
||||
"files": [
|
||||
"https://github.com/ryanontheinside/ComfyUI_EfficientTAM"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI implementation of [a/EfficientTAM](https://github.com/yformer/EfficientTAM)"
|
||||
},
|
||||
{
|
||||
"author": "mahdi",
|
||||
"title": "seamless-clone-comfyui",
|
||||
"reference": "https://github.com/Aksaz/comfyui-seamless-clone",
|
||||
"files": [
|
||||
"https://github.com/Aksaz/comfyui-seamless-clone"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Seamless Clone for ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "xfgexo",
|
||||
"title": "EXO Custom ComfyUI Nodes",
|
||||
"id": "exo-custom-nodes",
|
||||
"reference": "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes",
|
||||
"files": [
|
||||
"https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A custom node pack made with efficiency and quality of life features in mind. Most notably is my Prompt Builder Deluxe Node. Unlike any other run-of-the-mill prompt builder or styler node out there. Mine allows you to create and design in a way no other node does."
|
||||
},
|
||||
{
|
||||
"author": "jefferyharrell",
|
||||
"title": "JH XMP Metadata Nodes",
|
||||
"reference": "https://github.com/ComfyUI-JH/ComfyUI-JH-XMP-Metadata-Nodes",
|
||||
"files": [
|
||||
"https://github.com/ComfyUI-JH/ComfyUI-JH-XMP-Metadata-Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "These are custom nodes for ComfyUI for the loading and saving of metadata in XMP format. XMP metadata is embedded in the images created by these nodes; it travels along wherever the image does. Both macOS and Windows index XMP metadata automatically, making it searchable from the Finder on the Mac or the File Explorer in Windows. Apps like Photoshop or Lightroom (and presumably many others) expose XMP metadata and allow it to be edited."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -2254,6 +2254,7 @@
|
||||
"ClownsharKSamplerGuides",
|
||||
"ClownsharKSamplerOptions",
|
||||
"ClownsharKSamplerOptions_SDE_Noise",
|
||||
"ClownsharkSamplerOptions_FrameWeights",
|
||||
"Conditioning Recast FP64",
|
||||
"ConditioningAdd",
|
||||
"ConditioningAverageScheduler",
|
||||
@ -2638,10 +2639,14 @@
|
||||
],
|
||||
"https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": [
|
||||
[
|
||||
"DP 10 String Switch",
|
||||
"DP 2 String Switch",
|
||||
"DP 5 String Switch",
|
||||
"DP Add Weight To String Sdxl",
|
||||
"DP Advanced Weight String Sdxl",
|
||||
"DP Animation Calculator 10 Inputs",
|
||||
"DP Animation Calculator 5 Inputs",
|
||||
"DP Art Style Generator",
|
||||
"DP Aspect Ratio Picker",
|
||||
"DP Big Letters",
|
||||
"DP Broken Token",
|
||||
@ -2666,6 +2671,9 @@
|
||||
"DP Image Empty Latent Switch SDXL",
|
||||
"DP Image Slide Show",
|
||||
"DP Image Strip",
|
||||
"DP Image Switch 10",
|
||||
"DP Image Switch 3",
|
||||
"DP Image Switch 5",
|
||||
"DP Int 0-1000",
|
||||
"DP Int 0-1000 4 Step",
|
||||
"DP Int 0-1000 8 Step",
|
||||
@ -2690,6 +2698,7 @@
|
||||
"DP Random Mode Switch",
|
||||
"DP Random Psychedelic Punk Generator",
|
||||
"DP Random Superhero Prompt Generator",
|
||||
"DP Random Vehicle Generator",
|
||||
"DP Save Preview Image",
|
||||
"DP Set New Model Folder Link",
|
||||
"DP String Text",
|
||||
@ -2807,9 +2816,27 @@
|
||||
"AD_TextListToString",
|
||||
"AD_TextSaver",
|
||||
"AD_TxtToCSVCombiner",
|
||||
"AD_ZipSave"
|
||||
"AD_ZipSave",
|
||||
"AD_advanced-padding",
|
||||
"AD_color-image",
|
||||
"AD_image-concat",
|
||||
"AD_image-resize",
|
||||
"AD_mockup-maker",
|
||||
"AD_poster-maker",
|
||||
"AD_prompt-saver",
|
||||
"ImageResize",
|
||||
"Incrementer \ud83e\udeb4",
|
||||
"TextAppendNode",
|
||||
"Width and height for scaling image to ideal resolution \ud83e\udeb4",
|
||||
"Width and height from aspect ratio \ud83e\udeb4",
|
||||
"YANC.MultilineString",
|
||||
"comfyui-easy-padding",
|
||||
"image concat mask"
|
||||
],
|
||||
{
|
||||
"author": "ComfyUI Addoor",
|
||||
"description": "Save prompts to CSV file with customizable naming pattern",
|
||||
"title": "ComfyUI-PromptSaver",
|
||||
"title_aux": "ComfyUI-Addoor"
|
||||
}
|
||||
],
|
||||
@ -3794,7 +3821,8 @@
|
||||
"RH_ExecuteNode",
|
||||
"RH_ImageUploaderNode",
|
||||
"RH_NodeInfoListNode",
|
||||
"RH_SettingsNode"
|
||||
"RH_SettingsNode",
|
||||
"RH_Utils"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_RH_APICall"
|
||||
@ -3964,6 +3992,7 @@
|
||||
"AgentMemoryProvider",
|
||||
"AgentNode",
|
||||
"BasicRecursionFilterNode",
|
||||
"DocumentChunkRecursionFilterNode",
|
||||
"DocumentProcessor",
|
||||
"LinuxMemoryDirectory",
|
||||
"QueryNode"
|
||||
@ -4187,6 +4216,7 @@
|
||||
],
|
||||
"https://github.com/Isulion/ComfyUI_Isulion": [
|
||||
[
|
||||
"CustomTextNode",
|
||||
"DisplayImageFromURL",
|
||||
"IsuCollage_Node",
|
||||
"Isulion Civitai Image Display",
|
||||
@ -4389,6 +4419,7 @@
|
||||
"https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": [
|
||||
[
|
||||
"RandomIntegerNodeEfficient",
|
||||
"RandomIntegerNodeEfficientAdvanced",
|
||||
"RandomIntegerNodeList"
|
||||
],
|
||||
{
|
||||
@ -5006,6 +5037,14 @@
|
||||
"title_aux": "ComfyUI_LG_FFT"
|
||||
}
|
||||
],
|
||||
"https://github.com/LAOGOU-666/Comfyui-LG_Relight": [
|
||||
[
|
||||
"LG_Relight"
|
||||
],
|
||||
{
|
||||
"title_aux": "Comfyui-LG_Relight"
|
||||
}
|
||||
],
|
||||
"https://github.com/LEv145/images-grid-comfy-plugin": [
|
||||
[
|
||||
"GridAnnotation",
|
||||
@ -5854,11 +5893,13 @@
|
||||
"ImageSizeAdjuster",
|
||||
"ImageSizeAdjusterV2",
|
||||
"ImageSizeAdjusterV3",
|
||||
"LoadTextDirectory",
|
||||
"LoadVideoDirectory",
|
||||
"ParametricMeshGen",
|
||||
"ParametricMeshGenV2",
|
||||
"ProjectFilePathNode",
|
||||
"PromptCleaner",
|
||||
"PromptInject",
|
||||
"PromptSwap",
|
||||
"SequentialNumberGenerator",
|
||||
"StringWeights",
|
||||
@ -14092,21 +14133,26 @@
|
||||
],
|
||||
"https://github.com/drmbt/comfyui-dreambait-nodes": [
|
||||
[
|
||||
"AudioInfoPlus",
|
||||
"BoolPlusPlus",
|
||||
"DRMBT_AspectPadImageForOutpainting",
|
||||
"DRMBT_LoadMedia",
|
||||
"DRMBT_MultiMinMax",
|
||||
"DRMBT_String_Item_Menu",
|
||||
"DownloadAndLoadMiniCPMV",
|
||||
"DreambaitFolderOpener",
|
||||
"DynamicDictionary",
|
||||
"ImageFrameBlend",
|
||||
"ImageResizeFaceAware",
|
||||
"ListItemExtract",
|
||||
"ListItemSelector",
|
||||
"LoadAudioPlus",
|
||||
"MiniCPMVNode",
|
||||
"MusicGen",
|
||||
"NormalizeAudio",
|
||||
"NumberPlusPlus",
|
||||
"NumberRemap",
|
||||
"Qwen2AudioInstruct",
|
||||
"SwitchDuo",
|
||||
"TextLineSelect",
|
||||
"TextLinesToList",
|
||||
@ -15021,6 +15067,22 @@
|
||||
"title_aux": "ComfyUI_FaceShaper"
|
||||
}
|
||||
],
|
||||
"https://github.com/fssorc/ComfyUI_RopeWrapper": [
|
||||
[
|
||||
"RopeVideoCombine",
|
||||
"RopeWrapper_DetectNode",
|
||||
"RopeWrapper_FaceRestore",
|
||||
"RopeWrapper_LoadModels",
|
||||
"RopeWrapper_LoadSwapInfo",
|
||||
"RopeWrapper_OptionNode",
|
||||
"RopeWrapper_SaveSwapInfo",
|
||||
"RopeWrapper_SwapNode",
|
||||
"RopeWrapper_SwapNodeTEST"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_RopeWrapper"
|
||||
}
|
||||
],
|
||||
"https://github.com/fssorc/ComfyUI_pose_inter": [
|
||||
[
|
||||
"Pose_Inter"
|
||||
@ -15980,6 +16042,14 @@
|
||||
"title_aux": "ComfyUI 3D Pose Editor"
|
||||
}
|
||||
],
|
||||
"https://github.com/hodanajan/optimal-crop-resolution": [
|
||||
[
|
||||
"AspectRatioCalculator"
|
||||
],
|
||||
{
|
||||
"title_aux": "optimal-crop-resolution"
|
||||
}
|
||||
],
|
||||
"https://github.com/holchan/ComfyUI-ModelDownloader": [
|
||||
[
|
||||
"LoRADownloader",
|
||||
@ -16943,7 +17013,8 @@
|
||||
"LoadHunyuanLoraFromHF",
|
||||
"LoadLoraFromCivitAI",
|
||||
"LoadLoraFromComfyOnline",
|
||||
"LoadLoraFromHF"
|
||||
"LoadLoraFromHF",
|
||||
"SaveAudioAsWav"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-model-dynamic-loader"
|
||||
@ -17924,6 +17995,7 @@
|
||||
"HyVideoReSampler",
|
||||
"HyVideoSTG",
|
||||
"HyVideoSampler",
|
||||
"HyVideoTeaCache",
|
||||
"HyVideoTextEmbedsLoad",
|
||||
"HyVideoTextEmbedsSave",
|
||||
"HyVideoTextEncode",
|
||||
@ -19128,6 +19200,7 @@
|
||||
[
|
||||
"FluxModCheckpointLoader",
|
||||
"FluxModCheckpointLoaderMini",
|
||||
"FluxModSamplerWrapper",
|
||||
"KSamplerMod",
|
||||
"SkipLayerForward"
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user