mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
update DB
This commit is contained in:
parent
e5cea64132
commit
afeac097e5
@ -35055,13 +35055,14 @@
|
||||
},
|
||||
{
|
||||
"author": "rsxdalv",
|
||||
"title": "ComfyUI: TTS WebUI (OpenAI-style) nodes",
|
||||
"title": "TTS WebUI API nodes for ComfyUI",
|
||||
"id": "tts-webui",
|
||||
"reference": "https://github.com/rsxdalv/ComfyUI-TTS-Webui",
|
||||
"files": [
|
||||
"https://github.com/rsxdalv/ComfyUI-TTS-Webui"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This package provides ComfyUI custom nodes that call a TTS WebUI OpenAI-style HTTP endpoint (POST /v1/audio/speech) and return in-memory AUDIO usable in ComfyUI workflows."
|
||||
"description": "Nodes: TTS WebUI Kokoro, TTS WebUI Chatterbox, TTS WebUI StyleTTS2, TTS WebUI Kitten TTS, TTS WebUI F5-TTS, TTS WebUI Preset\nAdd API key to environment variable 'TTS_WEBUI_OPENAI_API_KEY'\nAlternatively you can write your API key to file 'tts_api_key.txt'\nYou can also use and/or override the above by entering your API key in the 'api_key' field of each node."
|
||||
},
|
||||
{
|
||||
"author": "styletransfer",
|
||||
@ -35568,17 +35569,6 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"author": "rsxdalv",
|
||||
"title": "TTS WebUI API nodes for ComfyUI",
|
||||
"id": "tts-webui",
|
||||
"reference": "https://github.com/rsxdalv/ComfyUI-TTS-Webui",
|
||||
"files": [
|
||||
"https://github.com/rsxdalv/ComfyUI-TTS-Webui"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: TTS WebUI Kokoro, TTS WebUI Chatterbox, TTS WebUI StyleTTS2, TTS WebUI Kitten TTS, TTS WebUI F5-TTS, TTS WebUI Preset\nAdd API key to environment variable 'TTS_WEBUI_OPENAI_API_KEY'\nAlternatively you can write your API key to file 'tts_api_key.txt'\nYou can also use and/or override the above by entering your API key in the 'api_key' field of each node."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -405,6 +405,10 @@
|
||||
],
|
||||
"https://github.com/1hew/ComfyUI-1hewNodes": [
|
||||
[
|
||||
"AnyEmptyBool",
|
||||
"AnyEmptyInt",
|
||||
"AnySwitchBool",
|
||||
"AnySwitchInt",
|
||||
"ImageAddLabel",
|
||||
"ImageBBoxOverlayByMask",
|
||||
"ImageBatchExtract",
|
||||
@ -439,6 +443,7 @@
|
||||
"ImageTileMerge",
|
||||
"ImageTileSplit",
|
||||
"ImageTileSplitPreset",
|
||||
"IntSplit",
|
||||
"IntWan",
|
||||
"ListCustomFloat",
|
||||
"ListCustomInt",
|
||||
@ -454,7 +459,6 @@
|
||||
"MaskPasteByBBoxMask",
|
||||
"PathBuild",
|
||||
"RangeMapping",
|
||||
"StepSplit",
|
||||
"StringCoordinateToBBoxMask",
|
||||
"StringCoordinateToBBoxes",
|
||||
"TextCustomExtract",
|
||||
@ -462,7 +466,8 @@
|
||||
"TextJoinByTextList",
|
||||
"TextJoinMulti",
|
||||
"TextPrefixSuffix",
|
||||
"URLToVideo"
|
||||
"URLToVideo",
|
||||
"VideoCutGroup"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI 1hewNodes"
|
||||
@ -4638,12 +4643,14 @@
|
||||
],
|
||||
"https://github.com/Creepybits/ComfyUI-Creepy_nodes": [
|
||||
[
|
||||
"ArtAnalyst",
|
||||
"AudioKeywordExtractor",
|
||||
"CLIPSwitch",
|
||||
"Categorizer",
|
||||
"CollectAndDistributeText",
|
||||
"Coloring",
|
||||
"ConditionalLoRAApplier",
|
||||
"CreepyDirector'sSlate",
|
||||
"CustomNodeManager",
|
||||
"DelayNode",
|
||||
"DelayTextNode",
|
||||
@ -4653,6 +4660,7 @@
|
||||
"DynamicImageSwitch",
|
||||
"DynamicLatentSwitch",
|
||||
"DynamicModelswitch",
|
||||
"DynamicStartIndex (Creepybits)",
|
||||
"DynamicVAESwitch",
|
||||
"EmptyFolderCleaner",
|
||||
"EvaluaterNode",
|
||||
@ -4661,24 +4669,31 @@
|
||||
"FilterImages",
|
||||
"GeminiAPI",
|
||||
"GeminiAudioAnalyzer",
|
||||
"GeminiTokenCounter",
|
||||
"IMGToIMGConditioning",
|
||||
"ImageFormatConverter",
|
||||
"KeywordExtractor",
|
||||
"LoadBatchFromDir",
|
||||
"LoadBatchImagesDir",
|
||||
"LoadLatentFromPath",
|
||||
"LoadLatentFromPathCreepy",
|
||||
"LoraDBBuilder",
|
||||
"LoraTriggerLookup",
|
||||
"MasterKey",
|
||||
"MediaMigratorNode",
|
||||
"Modelswitch",
|
||||
"PeopleEvaluationNode",
|
||||
"PromptGenerator",
|
||||
"QWENPrompt",
|
||||
"QwenAspectRatioCreepy",
|
||||
"RandomAudioSegment",
|
||||
"SanitizeFilename",
|
||||
"SaveRawLatent",
|
||||
"SaveRawLatentCreepy",
|
||||
"SceneDirector",
|
||||
"SummaryWriter",
|
||||
"SystemPromp",
|
||||
"Textswitch",
|
||||
"VAESwitch"
|
||||
"VAESwitch",
|
||||
"WanPrompter"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Creepy_nodes"
|
||||
@ -6614,6 +6629,7 @@
|
||||
"https://github.com/FortunaCournot/comfyui_stereoscopic": [
|
||||
[
|
||||
"CalculateDimensions",
|
||||
"ColorCorrectBatch",
|
||||
"DecryptWatermark",
|
||||
"EncryptWatermark",
|
||||
"GetResolutionForVR",
|
||||
@ -6642,7 +6658,15 @@
|
||||
"https://github.com/Fossiel/ComfyUI-Fossiel-QoL-Nodes": [
|
||||
[
|
||||
"FossielCentralControlLite",
|
||||
"FossielCentralControl_v2"
|
||||
"FossielCentralControl_v2",
|
||||
"Fossiel_Sensor_KSampler_Switch",
|
||||
"Fossiel_Sensor_Switch_Clip",
|
||||
"Fossiel_Sensor_Switch_Conditioning",
|
||||
"Fossiel_Sensor_Switch_Image",
|
||||
"Fossiel_Sensor_Switch_Latent",
|
||||
"Fossiel_Sensor_Switch_Mask",
|
||||
"Fossiel_Sensor_Switch_Model",
|
||||
"Fossiel_Sensor_Switch_VAE"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Fossiel-QoL-Nodes"
|
||||
@ -12856,6 +12880,7 @@
|
||||
"Runware Lora Combine",
|
||||
"Runware Lora Search",
|
||||
"Runware Media Upload",
|
||||
"Runware MiniMax Provider Settings",
|
||||
"Runware Model Search",
|
||||
"Runware Multi Inference",
|
||||
"Runware OpenAI Provider Settings",
|
||||
@ -12873,12 +12898,14 @@
|
||||
"Runware Video Inference Inputs",
|
||||
"Runware Video Inputs References",
|
||||
"Runware Video Model Search",
|
||||
"Runware Video Transcription",
|
||||
"Runware Video Upscaler",
|
||||
"Runware Vidu Provider Settings",
|
||||
"RunwareBriaProviderSettings",
|
||||
"RunwareBytedanceProviderSettings",
|
||||
"RunwareFrameImages",
|
||||
"RunwareLightricksProviderSettings",
|
||||
"RunwareMiniMaxProviderSettings",
|
||||
"RunwareOpenAIProviderSettings",
|
||||
"RunwarePixverseProviderSettings",
|
||||
"RunwareProviderSettings",
|
||||
@ -16505,7 +16532,9 @@
|
||||
"WASChannelWaveform",
|
||||
"WASCombineLUT",
|
||||
"WASLoadLUT",
|
||||
"WASSaveLUT"
|
||||
"WASMoEConditioningListAppend",
|
||||
"WASSaveLUT",
|
||||
"WASWan22MoESamplerCtx"
|
||||
],
|
||||
{
|
||||
"title_aux": "WAS_Extras"
|
||||
@ -17196,6 +17225,7 @@
|
||||
"CreateBlankFrames",
|
||||
"ImageBatchAssembler",
|
||||
"ImageFrameSelector",
|
||||
"ImagesToBase64List",
|
||||
"ImagesToBase64Video",
|
||||
"MultiImageInserter",
|
||||
"WanVideoLatentInsertFrames",
|
||||
@ -25097,7 +25127,8 @@
|
||||
[
|
||||
"AutoBackgroundMask",
|
||||
"AutoPersonMask",
|
||||
"CurvedTimestepKeyframes",
|
||||
"Curved ControlNet Scheduler",
|
||||
"CurvedLoRAScheduler",
|
||||
"MaskSymmetryTool",
|
||||
"MultiMaskStrengthCombiner",
|
||||
"RegionalPromptInterpolation",
|
||||
@ -25666,6 +25697,7 @@
|
||||
[
|
||||
"CLIPVisionLoaderSetDevice",
|
||||
"HDR Effects with LAB Adjust",
|
||||
"ModelMergeHiDream",
|
||||
"QuadrupleCLIPLoaderSetDevice",
|
||||
"SaveImageWithPrompt",
|
||||
"TripleCLIPLoaderSetDevice"
|
||||
@ -26319,6 +26351,7 @@
|
||||
],
|
||||
"https://github.com/fchangjun/Comfyui_MultiSaveImage": [
|
||||
[
|
||||
"Baidu_AdvancedImageCrop",
|
||||
"MultiSaveImage",
|
||||
"SimpleLLMNode"
|
||||
],
|
||||
@ -27280,26 +27313,27 @@
|
||||
],
|
||||
"https://github.com/geltz/ComfyUI-geltz": [
|
||||
[
|
||||
"CLIPNegPipPlus",
|
||||
"ColorPaletteExtractor",
|
||||
"DIL2_EmptyLatent",
|
||||
"DIL_EmptyLatent",
|
||||
"ImageMetadataExtractor",
|
||||
"KohyaLoraConfig",
|
||||
"KuwaharaFilter",
|
||||
"L0SmoothingFilter",
|
||||
"LoRAExtract",
|
||||
"LoadImageWithMetadata",
|
||||
"LocalLaplacianFilter",
|
||||
"LoraConfig",
|
||||
"ORBITModelMerge",
|
||||
"PerturbedAttentionDelta",
|
||||
"QMS",
|
||||
"SADAInfo",
|
||||
"SADAModelPatch",
|
||||
"SWS",
|
||||
"SDXL_LoRA_BlockSlider_Loader",
|
||||
"StructuredLatent",
|
||||
"Temperature Adjust",
|
||||
"TokenDeltaPerturbation",
|
||||
"VelocityScaling",
|
||||
"tokenteller",
|
||||
"vectorpusher"
|
||||
"TokenSculptor",
|
||||
"TokenVisualizer",
|
||||
"VelocityScaling"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-geltz"
|
||||
@ -29824,129 +29858,6 @@
|
||||
],
|
||||
"https://github.com/jakechai/ComfyUI-JakeUpgrade": [
|
||||
[
|
||||
"Animation Prompt JK",
|
||||
"Animation Value JK",
|
||||
"Base Image Parameters Extract JK",
|
||||
"Base Model Parameters Extract JK",
|
||||
"Base Model Parameters JK",
|
||||
"Base Model Parameters SD3API JK",
|
||||
"Base Model Pipe Extract JK",
|
||||
"Base Model Pipe JK",
|
||||
"Bool Binary And JK",
|
||||
"Bool Binary OR JK",
|
||||
"CM_BoolBinaryOperation JK",
|
||||
"CM_BoolToInt JK",
|
||||
"CM_BoolUnaryOperation JK",
|
||||
"CM_BreakoutVec2 JK",
|
||||
"CM_BreakoutVec3 JK",
|
||||
"CM_BreakoutVec4 JK",
|
||||
"CM_ComposeVec2 JK",
|
||||
"CM_ComposeVec3 JK",
|
||||
"CM_ComposeVec4 JK",
|
||||
"CM_FillVec2 JK",
|
||||
"CM_FillVec3 JK",
|
||||
"CM_FillVec4 JK",
|
||||
"CM_FloatBinaryCondition JK",
|
||||
"CM_FloatBinaryOperation JK",
|
||||
"CM_FloatToInt JK",
|
||||
"CM_FloatToNumber JK",
|
||||
"CM_FloatUnaryCondition JK",
|
||||
"CM_FloatUnaryOperation JK",
|
||||
"CM_IntBinaryCondition JK",
|
||||
"CM_IntBinaryOperation JK",
|
||||
"CM_IntToBool JK",
|
||||
"CM_IntToFloat JK",
|
||||
"CM_IntToNumber JK",
|
||||
"CM_IntUnaryCondition JK",
|
||||
"CM_IntUnaryOperation JK",
|
||||
"CM_NumberBinaryCondition JK",
|
||||
"CM_NumberBinaryOperation JK",
|
||||
"CM_NumberToFloat JK",
|
||||
"CM_NumberToInt JK",
|
||||
"CM_NumberUnaryCondition JK",
|
||||
"CM_NumberUnaryOperation JK",
|
||||
"CM_PromptCombine_JK",
|
||||
"CM_StringBinaryCondition_JK",
|
||||
"CM_Vec2BinaryCondition JK",
|
||||
"CM_Vec2BinaryOperation JK",
|
||||
"CM_Vec2FloatOperation_JK",
|
||||
"CM_Vec2ToFloatBinaryOperation JK",
|
||||
"CM_Vec2ToFloatUnaryOperation JK",
|
||||
"CM_Vec2UnaryCondition JK",
|
||||
"CM_Vec2UnaryOperation JK",
|
||||
"CM_Vec3BinaryCondition JK",
|
||||
"CM_Vec3BinaryOperation JK",
|
||||
"CM_Vec3FloatOperation_JK",
|
||||
"CM_Vec3ToFloatBinaryOperation JK",
|
||||
"CM_Vec3ToFloatUnaryOperation JK",
|
||||
"CM_Vec3UnaryCondition JK",
|
||||
"CM_Vec3UnaryOperation JK",
|
||||
"CM_Vec4BinaryCondition JK",
|
||||
"CM_Vec4BinaryOperation JK",
|
||||
"CM_Vec4FloatOperation_JK",
|
||||
"CM_Vec4ToFloatBinaryOperation JK",
|
||||
"CM_Vec4ToFloatUnaryOperation JK",
|
||||
"CM_Vec4UnaryCondition JK",
|
||||
"CM_Vec4UnaryOperation JK",
|
||||
"CR Apply ControlNet JK",
|
||||
"CR Apply LoRA Stack JK",
|
||||
"CR Apply LoRA Stack Model Only JK",
|
||||
"CR Apply Multi-ControlNet Adv JK",
|
||||
"CR Apply Multi-ControlNet JK",
|
||||
"CR Aspect Ratio JK",
|
||||
"CR Boolean JK",
|
||||
"CR Clip Input Switch JK",
|
||||
"CR Conditioning Input Switch JK",
|
||||
"CR ControlNet Input Switch JK",
|
||||
"CR ControlNet Loader JK",
|
||||
"CR ControlNet Stack Input Switch JK",
|
||||
"CR Float Input Switch JK",
|
||||
"CR Guider Input Switch JK",
|
||||
"CR Image Input Switch JK",
|
||||
"CR Impact Pipe Input Switch JK",
|
||||
"CR Int Input Switch JK",
|
||||
"CR Latent Input Switch JK",
|
||||
"CR LoRA Stack JK",
|
||||
"CR LoRA Stack Model Only JK",
|
||||
"CR Load LoRA JK",
|
||||
"CR Mask Input Switch JK",
|
||||
"CR Mesh Input Switch JK",
|
||||
"CR Model Input Switch JK",
|
||||
"CR Multi-ControlNet Param Stack JK",
|
||||
"CR Multi-ControlNet Stack JK",
|
||||
"CR Noise Input Switch JK",
|
||||
"CR Orbit Pose Input Switch JK",
|
||||
"CR Pipe Input Switch JK",
|
||||
"CR Ply Input Switch JK",
|
||||
"CR SD1.5 Aspect Ratio JK",
|
||||
"CR SD3 Aspect Ratio JK",
|
||||
"CR SDXL Aspect Ratio JK",
|
||||
"CR Sampler Input Switch JK",
|
||||
"CR Sigmas Input Switch JK",
|
||||
"CR Text Input Switch JK",
|
||||
"CR TriMesh Input Switch JK",
|
||||
"CR VAE Input Switch JK",
|
||||
"Ckpt Loader JK",
|
||||
"Color Grading JK",
|
||||
"Create Loop Schedule List",
|
||||
"Cut Audio Cuts JK",
|
||||
"Cut Audio Index JK",
|
||||
"Cut Audio JK",
|
||||
"Cut Audio Loop JK",
|
||||
"Detailer Parameters JK",
|
||||
"Embedding Picker JK",
|
||||
"Embedding Picker Multi JK",
|
||||
"Empty Latent Color JK",
|
||||
"Evaluate Examples JK",
|
||||
"Evaluate Floats JK",
|
||||
"Evaluate Ints JK",
|
||||
"Evaluate Strings JK",
|
||||
"Get Nth String JK",
|
||||
"Get OrbitPoses From List JK",
|
||||
"Get Size JK",
|
||||
"Guidance Default JK",
|
||||
"HintImageEnchance JK",
|
||||
"Hy3D Cam Config 20to21 JK",
|
||||
"IPAAdapterFaceIDBatch",
|
||||
"IPAdapter",
|
||||
"IPAdapterAdvanced",
|
||||
@ -29983,70 +29894,7 @@
|
||||
"IPAdapterUnifiedLoaderFaceID",
|
||||
"IPAdapterWeights",
|
||||
"IPAdapterWeightsFromStrategy",
|
||||
"Image Crop By Mask Resolution Grp JK",
|
||||
"Image Crop by Mask Params JK",
|
||||
"Image Crop by Mask Resolution JK",
|
||||
"Image Remove Alpha JK",
|
||||
"Image Resize Mode JK",
|
||||
"Image Upscale Parameters Extract JK",
|
||||
"Inject Noise Params JK",
|
||||
"Int Sub Operation JK",
|
||||
"Is Mask Empty JK",
|
||||
"Ksampler Adv Parameters Default JK",
|
||||
"Ksampler Parameters Default JK",
|
||||
"Ksampler Parameters JK",
|
||||
"Latent Crop Offset JK",
|
||||
"Latent Upscale Parameters Extract JK",
|
||||
"Load Image With Alpha JK",
|
||||
"Load Image With Metadata JK",
|
||||
"Load String List From JSON JK",
|
||||
"Make Image Grid JK",
|
||||
"Metadata Pipe Extract JK",
|
||||
"Metadata Pipe JK",
|
||||
"NodesState JK",
|
||||
"Noise Injection Parameters JK",
|
||||
"Noise Injection Pipe Extract JK",
|
||||
"OpenDWPose_JK",
|
||||
"Orbit Poses JK",
|
||||
"OrbitLists to OrbitPoses JK",
|
||||
"OrbitPoses to OrbitLists JK",
|
||||
"Pipe End JK",
|
||||
"PrepImageForClipVision",
|
||||
"Project Setting JK",
|
||||
"Random Beats JK",
|
||||
"Refine 1 Parameters Extract JK",
|
||||
"Refine 2 Parameters Extract JK",
|
||||
"Refine Model Parameters JK",
|
||||
"Refine Pipe Extract JK",
|
||||
"Refine Pipe JK",
|
||||
"Remove Input JK",
|
||||
"Reroute Ckpt JK",
|
||||
"Reroute List JK",
|
||||
"Reroute Resize JK",
|
||||
"Reroute Sampler JK",
|
||||
"Reroute String JK",
|
||||
"Reroute Upscale JK",
|
||||
"Reroute Vae JK",
|
||||
"Rough Outline JK",
|
||||
"SD3 Prompts Switch JK",
|
||||
"SDXL Target Res JK",
|
||||
"Sampler Loader JK",
|
||||
"Save Image with Metadata Flow JK",
|
||||
"Save Image with Metadata JK",
|
||||
"Save String List To JSON JK",
|
||||
"Scale To Resolution JK",
|
||||
"Scene Cuts JK",
|
||||
"Split Image Grid JK",
|
||||
"String To Combo JK",
|
||||
"Tiling Mode JK",
|
||||
"Upscale Method JK",
|
||||
"Upscale Model Loader JK",
|
||||
"Upscale Model Parameters Extract JK",
|
||||
"Upscale Model Parameters JK",
|
||||
"Vae Loader JK",
|
||||
"Wan Frame Count JK",
|
||||
"Wan Wrapper Sampler Default JK",
|
||||
"Wan22 cfg Scheduler List JK"
|
||||
"PrepImageForClipVision"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-JakeUpgrade"
|
||||
@ -39908,6 +39756,7 @@
|
||||
"https://github.com/robertvoy/ComfyUI-Distributed": [
|
||||
[
|
||||
"DistributedCollector",
|
||||
"DistributedEmptyImage",
|
||||
"DistributedSeed",
|
||||
"ImageBatchDivider",
|
||||
"UltimateSDUpscaleDistributed"
|
||||
@ -44919,6 +44768,7 @@
|
||||
"SeparateMasks_UTK",
|
||||
"TextBoxNode_UTK",
|
||||
"TextConcatenate_UTK",
|
||||
"TextTranslatorAPI_UTK",
|
||||
"ThinkRemover_UTK",
|
||||
"Video_Prompt_Helper"
|
||||
],
|
||||
@ -45909,6 +45759,7 @@
|
||||
"YC Text Condition Switch",
|
||||
"YC Text Index Switch",
|
||||
"YC Universal Gate",
|
||||
"YCImageAccumulator",
|
||||
"YCImageSmartCrop",
|
||||
"YCImageSmartPad",
|
||||
"YCImageTile",
|
||||
|
||||
6868
github-stats.json
6868
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -8014,6 +8014,7 @@
|
||||
"LoadImageWithFilename",
|
||||
"LoadVideoWithFilename",
|
||||
"PairSwitchNode",
|
||||
"PreviewImageLimited",
|
||||
"StringSplitSelect",
|
||||
"Unbroken-Video-Handler"
|
||||
],
|
||||
@ -11871,6 +11872,7 @@
|
||||
"YC Color Match",
|
||||
"YCFaceAlignToCanvas",
|
||||
"YCFaceAlignToCanvasV2",
|
||||
"YCFaceAlignToReference",
|
||||
"YCFaceAnalysisModels"
|
||||
],
|
||||
{
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -405,6 +405,10 @@
|
||||
],
|
||||
"https://github.com/1hew/ComfyUI-1hewNodes": [
|
||||
[
|
||||
"AnyEmptyBool",
|
||||
"AnyEmptyInt",
|
||||
"AnySwitchBool",
|
||||
"AnySwitchInt",
|
||||
"ImageAddLabel",
|
||||
"ImageBBoxOverlayByMask",
|
||||
"ImageBatchExtract",
|
||||
@ -439,6 +443,7 @@
|
||||
"ImageTileMerge",
|
||||
"ImageTileSplit",
|
||||
"ImageTileSplitPreset",
|
||||
"IntSplit",
|
||||
"IntWan",
|
||||
"ListCustomFloat",
|
||||
"ListCustomInt",
|
||||
@ -454,7 +459,6 @@
|
||||
"MaskPasteByBBoxMask",
|
||||
"PathBuild",
|
||||
"RangeMapping",
|
||||
"StepSplit",
|
||||
"StringCoordinateToBBoxMask",
|
||||
"StringCoordinateToBBoxes",
|
||||
"TextCustomExtract",
|
||||
@ -462,7 +466,8 @@
|
||||
"TextJoinByTextList",
|
||||
"TextJoinMulti",
|
||||
"TextPrefixSuffix",
|
||||
"URLToVideo"
|
||||
"URLToVideo",
|
||||
"VideoCutGroup"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI 1hewNodes"
|
||||
@ -4638,12 +4643,14 @@
|
||||
],
|
||||
"https://github.com/Creepybits/ComfyUI-Creepy_nodes": [
|
||||
[
|
||||
"ArtAnalyst",
|
||||
"AudioKeywordExtractor",
|
||||
"CLIPSwitch",
|
||||
"Categorizer",
|
||||
"CollectAndDistributeText",
|
||||
"Coloring",
|
||||
"ConditionalLoRAApplier",
|
||||
"CreepyDirector'sSlate",
|
||||
"CustomNodeManager",
|
||||
"DelayNode",
|
||||
"DelayTextNode",
|
||||
@ -4653,6 +4660,7 @@
|
||||
"DynamicImageSwitch",
|
||||
"DynamicLatentSwitch",
|
||||
"DynamicModelswitch",
|
||||
"DynamicStartIndex (Creepybits)",
|
||||
"DynamicVAESwitch",
|
||||
"EmptyFolderCleaner",
|
||||
"EvaluaterNode",
|
||||
@ -4661,24 +4669,31 @@
|
||||
"FilterImages",
|
||||
"GeminiAPI",
|
||||
"GeminiAudioAnalyzer",
|
||||
"GeminiTokenCounter",
|
||||
"IMGToIMGConditioning",
|
||||
"ImageFormatConverter",
|
||||
"KeywordExtractor",
|
||||
"LoadBatchFromDir",
|
||||
"LoadBatchImagesDir",
|
||||
"LoadLatentFromPath",
|
||||
"LoadLatentFromPathCreepy",
|
||||
"LoraDBBuilder",
|
||||
"LoraTriggerLookup",
|
||||
"MasterKey",
|
||||
"MediaMigratorNode",
|
||||
"Modelswitch",
|
||||
"PeopleEvaluationNode",
|
||||
"PromptGenerator",
|
||||
"QWENPrompt",
|
||||
"QwenAspectRatioCreepy",
|
||||
"RandomAudioSegment",
|
||||
"SanitizeFilename",
|
||||
"SaveRawLatent",
|
||||
"SaveRawLatentCreepy",
|
||||
"SceneDirector",
|
||||
"SummaryWriter",
|
||||
"SystemPromp",
|
||||
"Textswitch",
|
||||
"VAESwitch"
|
||||
"VAESwitch",
|
||||
"WanPrompter"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Creepy_nodes"
|
||||
@ -6614,6 +6629,7 @@
|
||||
"https://github.com/FortunaCournot/comfyui_stereoscopic": [
|
||||
[
|
||||
"CalculateDimensions",
|
||||
"ColorCorrectBatch",
|
||||
"DecryptWatermark",
|
||||
"EncryptWatermark",
|
||||
"GetResolutionForVR",
|
||||
@ -6642,7 +6658,15 @@
|
||||
"https://github.com/Fossiel/ComfyUI-Fossiel-QoL-Nodes": [
|
||||
[
|
||||
"FossielCentralControlLite",
|
||||
"FossielCentralControl_v2"
|
||||
"FossielCentralControl_v2",
|
||||
"Fossiel_Sensor_KSampler_Switch",
|
||||
"Fossiel_Sensor_Switch_Clip",
|
||||
"Fossiel_Sensor_Switch_Conditioning",
|
||||
"Fossiel_Sensor_Switch_Image",
|
||||
"Fossiel_Sensor_Switch_Latent",
|
||||
"Fossiel_Sensor_Switch_Mask",
|
||||
"Fossiel_Sensor_Switch_Model",
|
||||
"Fossiel_Sensor_Switch_VAE"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Fossiel-QoL-Nodes"
|
||||
@ -12856,6 +12880,7 @@
|
||||
"Runware Lora Combine",
|
||||
"Runware Lora Search",
|
||||
"Runware Media Upload",
|
||||
"Runware MiniMax Provider Settings",
|
||||
"Runware Model Search",
|
||||
"Runware Multi Inference",
|
||||
"Runware OpenAI Provider Settings",
|
||||
@ -12873,12 +12898,14 @@
|
||||
"Runware Video Inference Inputs",
|
||||
"Runware Video Inputs References",
|
||||
"Runware Video Model Search",
|
||||
"Runware Video Transcription",
|
||||
"Runware Video Upscaler",
|
||||
"Runware Vidu Provider Settings",
|
||||
"RunwareBriaProviderSettings",
|
||||
"RunwareBytedanceProviderSettings",
|
||||
"RunwareFrameImages",
|
||||
"RunwareLightricksProviderSettings",
|
||||
"RunwareMiniMaxProviderSettings",
|
||||
"RunwareOpenAIProviderSettings",
|
||||
"RunwarePixverseProviderSettings",
|
||||
"RunwareProviderSettings",
|
||||
@ -16505,7 +16532,9 @@
|
||||
"WASChannelWaveform",
|
||||
"WASCombineLUT",
|
||||
"WASLoadLUT",
|
||||
"WASSaveLUT"
|
||||
"WASMoEConditioningListAppend",
|
||||
"WASSaveLUT",
|
||||
"WASWan22MoESamplerCtx"
|
||||
],
|
||||
{
|
||||
"title_aux": "WAS_Extras"
|
||||
@ -17196,6 +17225,7 @@
|
||||
"CreateBlankFrames",
|
||||
"ImageBatchAssembler",
|
||||
"ImageFrameSelector",
|
||||
"ImagesToBase64List",
|
||||
"ImagesToBase64Video",
|
||||
"MultiImageInserter",
|
||||
"WanVideoLatentInsertFrames",
|
||||
@ -25097,7 +25127,8 @@
|
||||
[
|
||||
"AutoBackgroundMask",
|
||||
"AutoPersonMask",
|
||||
"CurvedTimestepKeyframes",
|
||||
"Curved ControlNet Scheduler",
|
||||
"CurvedLoRAScheduler",
|
||||
"MaskSymmetryTool",
|
||||
"MultiMaskStrengthCombiner",
|
||||
"RegionalPromptInterpolation",
|
||||
@ -25666,6 +25697,7 @@
|
||||
[
|
||||
"CLIPVisionLoaderSetDevice",
|
||||
"HDR Effects with LAB Adjust",
|
||||
"ModelMergeHiDream",
|
||||
"QuadrupleCLIPLoaderSetDevice",
|
||||
"SaveImageWithPrompt",
|
||||
"TripleCLIPLoaderSetDevice"
|
||||
@ -26319,6 +26351,7 @@
|
||||
],
|
||||
"https://github.com/fchangjun/Comfyui_MultiSaveImage": [
|
||||
[
|
||||
"Baidu_AdvancedImageCrop",
|
||||
"MultiSaveImage",
|
||||
"SimpleLLMNode"
|
||||
],
|
||||
@ -27280,26 +27313,27 @@
|
||||
],
|
||||
"https://github.com/geltz/ComfyUI-geltz": [
|
||||
[
|
||||
"CLIPNegPipPlus",
|
||||
"ColorPaletteExtractor",
|
||||
"DIL2_EmptyLatent",
|
||||
"DIL_EmptyLatent",
|
||||
"ImageMetadataExtractor",
|
||||
"KohyaLoraConfig",
|
||||
"KuwaharaFilter",
|
||||
"L0SmoothingFilter",
|
||||
"LoRAExtract",
|
||||
"LoadImageWithMetadata",
|
||||
"LocalLaplacianFilter",
|
||||
"LoraConfig",
|
||||
"ORBITModelMerge",
|
||||
"PerturbedAttentionDelta",
|
||||
"QMS",
|
||||
"SADAInfo",
|
||||
"SADAModelPatch",
|
||||
"SWS",
|
||||
"SDXL_LoRA_BlockSlider_Loader",
|
||||
"StructuredLatent",
|
||||
"Temperature Adjust",
|
||||
"TokenDeltaPerturbation",
|
||||
"VelocityScaling",
|
||||
"tokenteller",
|
||||
"vectorpusher"
|
||||
"TokenSculptor",
|
||||
"TokenVisualizer",
|
||||
"VelocityScaling"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-geltz"
|
||||
@ -29824,129 +29858,6 @@
|
||||
],
|
||||
"https://github.com/jakechai/ComfyUI-JakeUpgrade": [
|
||||
[
|
||||
"Animation Prompt JK",
|
||||
"Animation Value JK",
|
||||
"Base Image Parameters Extract JK",
|
||||
"Base Model Parameters Extract JK",
|
||||
"Base Model Parameters JK",
|
||||
"Base Model Parameters SD3API JK",
|
||||
"Base Model Pipe Extract JK",
|
||||
"Base Model Pipe JK",
|
||||
"Bool Binary And JK",
|
||||
"Bool Binary OR JK",
|
||||
"CM_BoolBinaryOperation JK",
|
||||
"CM_BoolToInt JK",
|
||||
"CM_BoolUnaryOperation JK",
|
||||
"CM_BreakoutVec2 JK",
|
||||
"CM_BreakoutVec3 JK",
|
||||
"CM_BreakoutVec4 JK",
|
||||
"CM_ComposeVec2 JK",
|
||||
"CM_ComposeVec3 JK",
|
||||
"CM_ComposeVec4 JK",
|
||||
"CM_FillVec2 JK",
|
||||
"CM_FillVec3 JK",
|
||||
"CM_FillVec4 JK",
|
||||
"CM_FloatBinaryCondition JK",
|
||||
"CM_FloatBinaryOperation JK",
|
||||
"CM_FloatToInt JK",
|
||||
"CM_FloatToNumber JK",
|
||||
"CM_FloatUnaryCondition JK",
|
||||
"CM_FloatUnaryOperation JK",
|
||||
"CM_IntBinaryCondition JK",
|
||||
"CM_IntBinaryOperation JK",
|
||||
"CM_IntToBool JK",
|
||||
"CM_IntToFloat JK",
|
||||
"CM_IntToNumber JK",
|
||||
"CM_IntUnaryCondition JK",
|
||||
"CM_IntUnaryOperation JK",
|
||||
"CM_NumberBinaryCondition JK",
|
||||
"CM_NumberBinaryOperation JK",
|
||||
"CM_NumberToFloat JK",
|
||||
"CM_NumberToInt JK",
|
||||
"CM_NumberUnaryCondition JK",
|
||||
"CM_NumberUnaryOperation JK",
|
||||
"CM_PromptCombine_JK",
|
||||
"CM_StringBinaryCondition_JK",
|
||||
"CM_Vec2BinaryCondition JK",
|
||||
"CM_Vec2BinaryOperation JK",
|
||||
"CM_Vec2FloatOperation_JK",
|
||||
"CM_Vec2ToFloatBinaryOperation JK",
|
||||
"CM_Vec2ToFloatUnaryOperation JK",
|
||||
"CM_Vec2UnaryCondition JK",
|
||||
"CM_Vec2UnaryOperation JK",
|
||||
"CM_Vec3BinaryCondition JK",
|
||||
"CM_Vec3BinaryOperation JK",
|
||||
"CM_Vec3FloatOperation_JK",
|
||||
"CM_Vec3ToFloatBinaryOperation JK",
|
||||
"CM_Vec3ToFloatUnaryOperation JK",
|
||||
"CM_Vec3UnaryCondition JK",
|
||||
"CM_Vec3UnaryOperation JK",
|
||||
"CM_Vec4BinaryCondition JK",
|
||||
"CM_Vec4BinaryOperation JK",
|
||||
"CM_Vec4FloatOperation_JK",
|
||||
"CM_Vec4ToFloatBinaryOperation JK",
|
||||
"CM_Vec4ToFloatUnaryOperation JK",
|
||||
"CM_Vec4UnaryCondition JK",
|
||||
"CM_Vec4UnaryOperation JK",
|
||||
"CR Apply ControlNet JK",
|
||||
"CR Apply LoRA Stack JK",
|
||||
"CR Apply LoRA Stack Model Only JK",
|
||||
"CR Apply Multi-ControlNet Adv JK",
|
||||
"CR Apply Multi-ControlNet JK",
|
||||
"CR Aspect Ratio JK",
|
||||
"CR Boolean JK",
|
||||
"CR Clip Input Switch JK",
|
||||
"CR Conditioning Input Switch JK",
|
||||
"CR ControlNet Input Switch JK",
|
||||
"CR ControlNet Loader JK",
|
||||
"CR ControlNet Stack Input Switch JK",
|
||||
"CR Float Input Switch JK",
|
||||
"CR Guider Input Switch JK",
|
||||
"CR Image Input Switch JK",
|
||||
"CR Impact Pipe Input Switch JK",
|
||||
"CR Int Input Switch JK",
|
||||
"CR Latent Input Switch JK",
|
||||
"CR LoRA Stack JK",
|
||||
"CR LoRA Stack Model Only JK",
|
||||
"CR Load LoRA JK",
|
||||
"CR Mask Input Switch JK",
|
||||
"CR Mesh Input Switch JK",
|
||||
"CR Model Input Switch JK",
|
||||
"CR Multi-ControlNet Param Stack JK",
|
||||
"CR Multi-ControlNet Stack JK",
|
||||
"CR Noise Input Switch JK",
|
||||
"CR Orbit Pose Input Switch JK",
|
||||
"CR Pipe Input Switch JK",
|
||||
"CR Ply Input Switch JK",
|
||||
"CR SD1.5 Aspect Ratio JK",
|
||||
"CR SD3 Aspect Ratio JK",
|
||||
"CR SDXL Aspect Ratio JK",
|
||||
"CR Sampler Input Switch JK",
|
||||
"CR Sigmas Input Switch JK",
|
||||
"CR Text Input Switch JK",
|
||||
"CR TriMesh Input Switch JK",
|
||||
"CR VAE Input Switch JK",
|
||||
"Ckpt Loader JK",
|
||||
"Color Grading JK",
|
||||
"Create Loop Schedule List",
|
||||
"Cut Audio Cuts JK",
|
||||
"Cut Audio Index JK",
|
||||
"Cut Audio JK",
|
||||
"Cut Audio Loop JK",
|
||||
"Detailer Parameters JK",
|
||||
"Embedding Picker JK",
|
||||
"Embedding Picker Multi JK",
|
||||
"Empty Latent Color JK",
|
||||
"Evaluate Examples JK",
|
||||
"Evaluate Floats JK",
|
||||
"Evaluate Ints JK",
|
||||
"Evaluate Strings JK",
|
||||
"Get Nth String JK",
|
||||
"Get OrbitPoses From List JK",
|
||||
"Get Size JK",
|
||||
"Guidance Default JK",
|
||||
"HintImageEnchance JK",
|
||||
"Hy3D Cam Config 20to21 JK",
|
||||
"IPAAdapterFaceIDBatch",
|
||||
"IPAdapter",
|
||||
"IPAdapterAdvanced",
|
||||
@ -29983,70 +29894,7 @@
|
||||
"IPAdapterUnifiedLoaderFaceID",
|
||||
"IPAdapterWeights",
|
||||
"IPAdapterWeightsFromStrategy",
|
||||
"Image Crop By Mask Resolution Grp JK",
|
||||
"Image Crop by Mask Params JK",
|
||||
"Image Crop by Mask Resolution JK",
|
||||
"Image Remove Alpha JK",
|
||||
"Image Resize Mode JK",
|
||||
"Image Upscale Parameters Extract JK",
|
||||
"Inject Noise Params JK",
|
||||
"Int Sub Operation JK",
|
||||
"Is Mask Empty JK",
|
||||
"Ksampler Adv Parameters Default JK",
|
||||
"Ksampler Parameters Default JK",
|
||||
"Ksampler Parameters JK",
|
||||
"Latent Crop Offset JK",
|
||||
"Latent Upscale Parameters Extract JK",
|
||||
"Load Image With Alpha JK",
|
||||
"Load Image With Metadata JK",
|
||||
"Load String List From JSON JK",
|
||||
"Make Image Grid JK",
|
||||
"Metadata Pipe Extract JK",
|
||||
"Metadata Pipe JK",
|
||||
"NodesState JK",
|
||||
"Noise Injection Parameters JK",
|
||||
"Noise Injection Pipe Extract JK",
|
||||
"OpenDWPose_JK",
|
||||
"Orbit Poses JK",
|
||||
"OrbitLists to OrbitPoses JK",
|
||||
"OrbitPoses to OrbitLists JK",
|
||||
"Pipe End JK",
|
||||
"PrepImageForClipVision",
|
||||
"Project Setting JK",
|
||||
"Random Beats JK",
|
||||
"Refine 1 Parameters Extract JK",
|
||||
"Refine 2 Parameters Extract JK",
|
||||
"Refine Model Parameters JK",
|
||||
"Refine Pipe Extract JK",
|
||||
"Refine Pipe JK",
|
||||
"Remove Input JK",
|
||||
"Reroute Ckpt JK",
|
||||
"Reroute List JK",
|
||||
"Reroute Resize JK",
|
||||
"Reroute Sampler JK",
|
||||
"Reroute String JK",
|
||||
"Reroute Upscale JK",
|
||||
"Reroute Vae JK",
|
||||
"Rough Outline JK",
|
||||
"SD3 Prompts Switch JK",
|
||||
"SDXL Target Res JK",
|
||||
"Sampler Loader JK",
|
||||
"Save Image with Metadata Flow JK",
|
||||
"Save Image with Metadata JK",
|
||||
"Save String List To JSON JK",
|
||||
"Scale To Resolution JK",
|
||||
"Scene Cuts JK",
|
||||
"Split Image Grid JK",
|
||||
"String To Combo JK",
|
||||
"Tiling Mode JK",
|
||||
"Upscale Method JK",
|
||||
"Upscale Model Loader JK",
|
||||
"Upscale Model Parameters Extract JK",
|
||||
"Upscale Model Parameters JK",
|
||||
"Vae Loader JK",
|
||||
"Wan Frame Count JK",
|
||||
"Wan Wrapper Sampler Default JK",
|
||||
"Wan22 cfg Scheduler List JK"
|
||||
"PrepImageForClipVision"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-JakeUpgrade"
|
||||
@ -39908,6 +39756,7 @@
|
||||
"https://github.com/robertvoy/ComfyUI-Distributed": [
|
||||
[
|
||||
"DistributedCollector",
|
||||
"DistributedEmptyImage",
|
||||
"DistributedSeed",
|
||||
"ImageBatchDivider",
|
||||
"UltimateSDUpscaleDistributed"
|
||||
@ -44919,6 +44768,7 @@
|
||||
"SeparateMasks_UTK",
|
||||
"TextBoxNode_UTK",
|
||||
"TextConcatenate_UTK",
|
||||
"TextTranslatorAPI_UTK",
|
||||
"ThinkRemover_UTK",
|
||||
"Video_Prompt_Helper"
|
||||
],
|
||||
@ -45909,6 +45759,7 @@
|
||||
"YC Text Condition Switch",
|
||||
"YC Text Index Switch",
|
||||
"YC Universal Gate",
|
||||
"YCImageAccumulator",
|
||||
"YCImageSmartCrop",
|
||||
"YCImageSmartPad",
|
||||
"YCImageTile",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user