mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-13 16:14:26 +08:00
update DB
This commit is contained in:
parent
e5cea64132
commit
afeac097e5
@ -35055,13 +35055,14 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"author": "rsxdalv",
|
"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",
|
"reference": "https://github.com/rsxdalv/ComfyUI-TTS-Webui",
|
||||||
"files": [
|
"files": [
|
||||||
"https://github.com/rsxdalv/ComfyUI-TTS-Webui"
|
"https://github.com/rsxdalv/ComfyUI-TTS-Webui"
|
||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"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",
|
"author": "styletransfer",
|
||||||
@ -35568,17 +35569,6 @@
|
|||||||
],
|
],
|
||||||
"install_type": "unzip",
|
"install_type": "unzip",
|
||||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
"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": [
|
"https://github.com/1hew/ComfyUI-1hewNodes": [
|
||||||
[
|
[
|
||||||
|
"AnyEmptyBool",
|
||||||
|
"AnyEmptyInt",
|
||||||
|
"AnySwitchBool",
|
||||||
|
"AnySwitchInt",
|
||||||
"ImageAddLabel",
|
"ImageAddLabel",
|
||||||
"ImageBBoxOverlayByMask",
|
"ImageBBoxOverlayByMask",
|
||||||
"ImageBatchExtract",
|
"ImageBatchExtract",
|
||||||
@ -439,6 +443,7 @@
|
|||||||
"ImageTileMerge",
|
"ImageTileMerge",
|
||||||
"ImageTileSplit",
|
"ImageTileSplit",
|
||||||
"ImageTileSplitPreset",
|
"ImageTileSplitPreset",
|
||||||
|
"IntSplit",
|
||||||
"IntWan",
|
"IntWan",
|
||||||
"ListCustomFloat",
|
"ListCustomFloat",
|
||||||
"ListCustomInt",
|
"ListCustomInt",
|
||||||
@ -454,7 +459,6 @@
|
|||||||
"MaskPasteByBBoxMask",
|
"MaskPasteByBBoxMask",
|
||||||
"PathBuild",
|
"PathBuild",
|
||||||
"RangeMapping",
|
"RangeMapping",
|
||||||
"StepSplit",
|
|
||||||
"StringCoordinateToBBoxMask",
|
"StringCoordinateToBBoxMask",
|
||||||
"StringCoordinateToBBoxes",
|
"StringCoordinateToBBoxes",
|
||||||
"TextCustomExtract",
|
"TextCustomExtract",
|
||||||
@ -462,7 +466,8 @@
|
|||||||
"TextJoinByTextList",
|
"TextJoinByTextList",
|
||||||
"TextJoinMulti",
|
"TextJoinMulti",
|
||||||
"TextPrefixSuffix",
|
"TextPrefixSuffix",
|
||||||
"URLToVideo"
|
"URLToVideo",
|
||||||
|
"VideoCutGroup"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI 1hewNodes"
|
"title_aux": "ComfyUI 1hewNodes"
|
||||||
@ -4638,12 +4643,14 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/Creepybits/ComfyUI-Creepy_nodes": [
|
"https://github.com/Creepybits/ComfyUI-Creepy_nodes": [
|
||||||
[
|
[
|
||||||
|
"ArtAnalyst",
|
||||||
"AudioKeywordExtractor",
|
"AudioKeywordExtractor",
|
||||||
"CLIPSwitch",
|
"CLIPSwitch",
|
||||||
"Categorizer",
|
"Categorizer",
|
||||||
"CollectAndDistributeText",
|
"CollectAndDistributeText",
|
||||||
"Coloring",
|
"Coloring",
|
||||||
"ConditionalLoRAApplier",
|
"ConditionalLoRAApplier",
|
||||||
|
"CreepyDirector'sSlate",
|
||||||
"CustomNodeManager",
|
"CustomNodeManager",
|
||||||
"DelayNode",
|
"DelayNode",
|
||||||
"DelayTextNode",
|
"DelayTextNode",
|
||||||
@ -4653,6 +4660,7 @@
|
|||||||
"DynamicImageSwitch",
|
"DynamicImageSwitch",
|
||||||
"DynamicLatentSwitch",
|
"DynamicLatentSwitch",
|
||||||
"DynamicModelswitch",
|
"DynamicModelswitch",
|
||||||
|
"DynamicStartIndex (Creepybits)",
|
||||||
"DynamicVAESwitch",
|
"DynamicVAESwitch",
|
||||||
"EmptyFolderCleaner",
|
"EmptyFolderCleaner",
|
||||||
"EvaluaterNode",
|
"EvaluaterNode",
|
||||||
@ -4661,24 +4669,31 @@
|
|||||||
"FilterImages",
|
"FilterImages",
|
||||||
"GeminiAPI",
|
"GeminiAPI",
|
||||||
"GeminiAudioAnalyzer",
|
"GeminiAudioAnalyzer",
|
||||||
"GeminiTokenCounter",
|
|
||||||
"IMGToIMGConditioning",
|
"IMGToIMGConditioning",
|
||||||
|
"ImageFormatConverter",
|
||||||
"KeywordExtractor",
|
"KeywordExtractor",
|
||||||
|
"LoadBatchFromDir",
|
||||||
"LoadBatchImagesDir",
|
"LoadBatchImagesDir",
|
||||||
|
"LoadLatentFromPath",
|
||||||
|
"LoadLatentFromPathCreepy",
|
||||||
"LoraDBBuilder",
|
"LoraDBBuilder",
|
||||||
"LoraTriggerLookup",
|
"LoraTriggerLookup",
|
||||||
"MasterKey",
|
"MasterKey",
|
||||||
"MediaMigratorNode",
|
"MediaMigratorNode",
|
||||||
"Modelswitch",
|
"Modelswitch",
|
||||||
"PeopleEvaluationNode",
|
"PeopleEvaluationNode",
|
||||||
"PromptGenerator",
|
"QWENPrompt",
|
||||||
"QwenAspectRatioCreepy",
|
"QwenAspectRatioCreepy",
|
||||||
"RandomAudioSegment",
|
"RandomAudioSegment",
|
||||||
"SanitizeFilename",
|
"SanitizeFilename",
|
||||||
|
"SaveRawLatent",
|
||||||
|
"SaveRawLatentCreepy",
|
||||||
|
"SceneDirector",
|
||||||
"SummaryWriter",
|
"SummaryWriter",
|
||||||
"SystemPromp",
|
"SystemPromp",
|
||||||
"Textswitch",
|
"Textswitch",
|
||||||
"VAESwitch"
|
"VAESwitch",
|
||||||
|
"WanPrompter"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-Creepy_nodes"
|
"title_aux": "ComfyUI-Creepy_nodes"
|
||||||
@ -6614,6 +6629,7 @@
|
|||||||
"https://github.com/FortunaCournot/comfyui_stereoscopic": [
|
"https://github.com/FortunaCournot/comfyui_stereoscopic": [
|
||||||
[
|
[
|
||||||
"CalculateDimensions",
|
"CalculateDimensions",
|
||||||
|
"ColorCorrectBatch",
|
||||||
"DecryptWatermark",
|
"DecryptWatermark",
|
||||||
"EncryptWatermark",
|
"EncryptWatermark",
|
||||||
"GetResolutionForVR",
|
"GetResolutionForVR",
|
||||||
@ -6642,7 +6658,15 @@
|
|||||||
"https://github.com/Fossiel/ComfyUI-Fossiel-QoL-Nodes": [
|
"https://github.com/Fossiel/ComfyUI-Fossiel-QoL-Nodes": [
|
||||||
[
|
[
|
||||||
"FossielCentralControlLite",
|
"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"
|
"title_aux": "ComfyUI-Fossiel-QoL-Nodes"
|
||||||
@ -12856,6 +12880,7 @@
|
|||||||
"Runware Lora Combine",
|
"Runware Lora Combine",
|
||||||
"Runware Lora Search",
|
"Runware Lora Search",
|
||||||
"Runware Media Upload",
|
"Runware Media Upload",
|
||||||
|
"Runware MiniMax Provider Settings",
|
||||||
"Runware Model Search",
|
"Runware Model Search",
|
||||||
"Runware Multi Inference",
|
"Runware Multi Inference",
|
||||||
"Runware OpenAI Provider Settings",
|
"Runware OpenAI Provider Settings",
|
||||||
@ -12873,12 +12898,14 @@
|
|||||||
"Runware Video Inference Inputs",
|
"Runware Video Inference Inputs",
|
||||||
"Runware Video Inputs References",
|
"Runware Video Inputs References",
|
||||||
"Runware Video Model Search",
|
"Runware Video Model Search",
|
||||||
|
"Runware Video Transcription",
|
||||||
"Runware Video Upscaler",
|
"Runware Video Upscaler",
|
||||||
"Runware Vidu Provider Settings",
|
"Runware Vidu Provider Settings",
|
||||||
"RunwareBriaProviderSettings",
|
"RunwareBriaProviderSettings",
|
||||||
"RunwareBytedanceProviderSettings",
|
"RunwareBytedanceProviderSettings",
|
||||||
"RunwareFrameImages",
|
"RunwareFrameImages",
|
||||||
"RunwareLightricksProviderSettings",
|
"RunwareLightricksProviderSettings",
|
||||||
|
"RunwareMiniMaxProviderSettings",
|
||||||
"RunwareOpenAIProviderSettings",
|
"RunwareOpenAIProviderSettings",
|
||||||
"RunwarePixverseProviderSettings",
|
"RunwarePixverseProviderSettings",
|
||||||
"RunwareProviderSettings",
|
"RunwareProviderSettings",
|
||||||
@ -16505,7 +16532,9 @@
|
|||||||
"WASChannelWaveform",
|
"WASChannelWaveform",
|
||||||
"WASCombineLUT",
|
"WASCombineLUT",
|
||||||
"WASLoadLUT",
|
"WASLoadLUT",
|
||||||
"WASSaveLUT"
|
"WASMoEConditioningListAppend",
|
||||||
|
"WASSaveLUT",
|
||||||
|
"WASWan22MoESamplerCtx"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "WAS_Extras"
|
"title_aux": "WAS_Extras"
|
||||||
@ -17196,6 +17225,7 @@
|
|||||||
"CreateBlankFrames",
|
"CreateBlankFrames",
|
||||||
"ImageBatchAssembler",
|
"ImageBatchAssembler",
|
||||||
"ImageFrameSelector",
|
"ImageFrameSelector",
|
||||||
|
"ImagesToBase64List",
|
||||||
"ImagesToBase64Video",
|
"ImagesToBase64Video",
|
||||||
"MultiImageInserter",
|
"MultiImageInserter",
|
||||||
"WanVideoLatentInsertFrames",
|
"WanVideoLatentInsertFrames",
|
||||||
@ -25097,7 +25127,8 @@
|
|||||||
[
|
[
|
||||||
"AutoBackgroundMask",
|
"AutoBackgroundMask",
|
||||||
"AutoPersonMask",
|
"AutoPersonMask",
|
||||||
"CurvedTimestepKeyframes",
|
"Curved ControlNet Scheduler",
|
||||||
|
"CurvedLoRAScheduler",
|
||||||
"MaskSymmetryTool",
|
"MaskSymmetryTool",
|
||||||
"MultiMaskStrengthCombiner",
|
"MultiMaskStrengthCombiner",
|
||||||
"RegionalPromptInterpolation",
|
"RegionalPromptInterpolation",
|
||||||
@ -25666,6 +25697,7 @@
|
|||||||
[
|
[
|
||||||
"CLIPVisionLoaderSetDevice",
|
"CLIPVisionLoaderSetDevice",
|
||||||
"HDR Effects with LAB Adjust",
|
"HDR Effects with LAB Adjust",
|
||||||
|
"ModelMergeHiDream",
|
||||||
"QuadrupleCLIPLoaderSetDevice",
|
"QuadrupleCLIPLoaderSetDevice",
|
||||||
"SaveImageWithPrompt",
|
"SaveImageWithPrompt",
|
||||||
"TripleCLIPLoaderSetDevice"
|
"TripleCLIPLoaderSetDevice"
|
||||||
@ -26319,6 +26351,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/fchangjun/Comfyui_MultiSaveImage": [
|
"https://github.com/fchangjun/Comfyui_MultiSaveImage": [
|
||||||
[
|
[
|
||||||
|
"Baidu_AdvancedImageCrop",
|
||||||
"MultiSaveImage",
|
"MultiSaveImage",
|
||||||
"SimpleLLMNode"
|
"SimpleLLMNode"
|
||||||
],
|
],
|
||||||
@ -27280,26 +27313,27 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/geltz/ComfyUI-geltz": [
|
"https://github.com/geltz/ComfyUI-geltz": [
|
||||||
[
|
[
|
||||||
|
"CLIPNegPipPlus",
|
||||||
"ColorPaletteExtractor",
|
"ColorPaletteExtractor",
|
||||||
"DIL2_EmptyLatent",
|
|
||||||
"DIL_EmptyLatent",
|
|
||||||
"ImageMetadataExtractor",
|
"ImageMetadataExtractor",
|
||||||
|
"KohyaLoraConfig",
|
||||||
"KuwaharaFilter",
|
"KuwaharaFilter",
|
||||||
"L0SmoothingFilter",
|
"L0SmoothingFilter",
|
||||||
|
"LoRAExtract",
|
||||||
"LoadImageWithMetadata",
|
"LoadImageWithMetadata",
|
||||||
"LocalLaplacianFilter",
|
"LocalLaplacianFilter",
|
||||||
"LoraConfig",
|
|
||||||
"ORBITModelMerge",
|
"ORBITModelMerge",
|
||||||
"PerturbedAttentionDelta",
|
"PerturbedAttentionDelta",
|
||||||
"QMS",
|
"QMS",
|
||||||
"SADAInfo",
|
"SADAInfo",
|
||||||
"SADAModelPatch",
|
"SADAModelPatch",
|
||||||
"SWS",
|
"SDXL_LoRA_BlockSlider_Loader",
|
||||||
|
"StructuredLatent",
|
||||||
"Temperature Adjust",
|
"Temperature Adjust",
|
||||||
"TokenDeltaPerturbation",
|
"TokenDeltaPerturbation",
|
||||||
"VelocityScaling",
|
"TokenSculptor",
|
||||||
"tokenteller",
|
"TokenVisualizer",
|
||||||
"vectorpusher"
|
"VelocityScaling"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-geltz"
|
"title_aux": "ComfyUI-geltz"
|
||||||
@ -29824,129 +29858,6 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/jakechai/ComfyUI-JakeUpgrade": [
|
"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",
|
"IPAAdapterFaceIDBatch",
|
||||||
"IPAdapter",
|
"IPAdapter",
|
||||||
"IPAdapterAdvanced",
|
"IPAdapterAdvanced",
|
||||||
@ -29983,70 +29894,7 @@
|
|||||||
"IPAdapterUnifiedLoaderFaceID",
|
"IPAdapterUnifiedLoaderFaceID",
|
||||||
"IPAdapterWeights",
|
"IPAdapterWeights",
|
||||||
"IPAdapterWeightsFromStrategy",
|
"IPAdapterWeightsFromStrategy",
|
||||||
"Image Crop By Mask Resolution Grp JK",
|
"PrepImageForClipVision"
|
||||||
"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"
|
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-JakeUpgrade"
|
"title_aux": "ComfyUI-JakeUpgrade"
|
||||||
@ -39908,6 +39756,7 @@
|
|||||||
"https://github.com/robertvoy/ComfyUI-Distributed": [
|
"https://github.com/robertvoy/ComfyUI-Distributed": [
|
||||||
[
|
[
|
||||||
"DistributedCollector",
|
"DistributedCollector",
|
||||||
|
"DistributedEmptyImage",
|
||||||
"DistributedSeed",
|
"DistributedSeed",
|
||||||
"ImageBatchDivider",
|
"ImageBatchDivider",
|
||||||
"UltimateSDUpscaleDistributed"
|
"UltimateSDUpscaleDistributed"
|
||||||
@ -44919,6 +44768,7 @@
|
|||||||
"SeparateMasks_UTK",
|
"SeparateMasks_UTK",
|
||||||
"TextBoxNode_UTK",
|
"TextBoxNode_UTK",
|
||||||
"TextConcatenate_UTK",
|
"TextConcatenate_UTK",
|
||||||
|
"TextTranslatorAPI_UTK",
|
||||||
"ThinkRemover_UTK",
|
"ThinkRemover_UTK",
|
||||||
"Video_Prompt_Helper"
|
"Video_Prompt_Helper"
|
||||||
],
|
],
|
||||||
@ -45909,6 +45759,7 @@
|
|||||||
"YC Text Condition Switch",
|
"YC Text Condition Switch",
|
||||||
"YC Text Index Switch",
|
"YC Text Index Switch",
|
||||||
"YC Universal Gate",
|
"YC Universal Gate",
|
||||||
|
"YCImageAccumulator",
|
||||||
"YCImageSmartCrop",
|
"YCImageSmartCrop",
|
||||||
"YCImageSmartPad",
|
"YCImageSmartPad",
|
||||||
"YCImageTile",
|
"YCImageTile",
|
||||||
|
|||||||
6868
github-stats.json
6868
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -8014,6 +8014,7 @@
|
|||||||
"LoadImageWithFilename",
|
"LoadImageWithFilename",
|
||||||
"LoadVideoWithFilename",
|
"LoadVideoWithFilename",
|
||||||
"PairSwitchNode",
|
"PairSwitchNode",
|
||||||
|
"PreviewImageLimited",
|
||||||
"StringSplitSelect",
|
"StringSplitSelect",
|
||||||
"Unbroken-Video-Handler"
|
"Unbroken-Video-Handler"
|
||||||
],
|
],
|
||||||
@ -11871,6 +11872,7 @@
|
|||||||
"YC Color Match",
|
"YC Color Match",
|
||||||
"YCFaceAlignToCanvas",
|
"YCFaceAlignToCanvas",
|
||||||
"YCFaceAlignToCanvasV2",
|
"YCFaceAlignToCanvasV2",
|
||||||
|
"YCFaceAlignToReference",
|
||||||
"YCFaceAnalysisModels"
|
"YCFaceAnalysisModels"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -405,6 +405,10 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/1hew/ComfyUI-1hewNodes": [
|
"https://github.com/1hew/ComfyUI-1hewNodes": [
|
||||||
[
|
[
|
||||||
|
"AnyEmptyBool",
|
||||||
|
"AnyEmptyInt",
|
||||||
|
"AnySwitchBool",
|
||||||
|
"AnySwitchInt",
|
||||||
"ImageAddLabel",
|
"ImageAddLabel",
|
||||||
"ImageBBoxOverlayByMask",
|
"ImageBBoxOverlayByMask",
|
||||||
"ImageBatchExtract",
|
"ImageBatchExtract",
|
||||||
@ -439,6 +443,7 @@
|
|||||||
"ImageTileMerge",
|
"ImageTileMerge",
|
||||||
"ImageTileSplit",
|
"ImageTileSplit",
|
||||||
"ImageTileSplitPreset",
|
"ImageTileSplitPreset",
|
||||||
|
"IntSplit",
|
||||||
"IntWan",
|
"IntWan",
|
||||||
"ListCustomFloat",
|
"ListCustomFloat",
|
||||||
"ListCustomInt",
|
"ListCustomInt",
|
||||||
@ -454,7 +459,6 @@
|
|||||||
"MaskPasteByBBoxMask",
|
"MaskPasteByBBoxMask",
|
||||||
"PathBuild",
|
"PathBuild",
|
||||||
"RangeMapping",
|
"RangeMapping",
|
||||||
"StepSplit",
|
|
||||||
"StringCoordinateToBBoxMask",
|
"StringCoordinateToBBoxMask",
|
||||||
"StringCoordinateToBBoxes",
|
"StringCoordinateToBBoxes",
|
||||||
"TextCustomExtract",
|
"TextCustomExtract",
|
||||||
@ -462,7 +466,8 @@
|
|||||||
"TextJoinByTextList",
|
"TextJoinByTextList",
|
||||||
"TextJoinMulti",
|
"TextJoinMulti",
|
||||||
"TextPrefixSuffix",
|
"TextPrefixSuffix",
|
||||||
"URLToVideo"
|
"URLToVideo",
|
||||||
|
"VideoCutGroup"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI 1hewNodes"
|
"title_aux": "ComfyUI 1hewNodes"
|
||||||
@ -4638,12 +4643,14 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/Creepybits/ComfyUI-Creepy_nodes": [
|
"https://github.com/Creepybits/ComfyUI-Creepy_nodes": [
|
||||||
[
|
[
|
||||||
|
"ArtAnalyst",
|
||||||
"AudioKeywordExtractor",
|
"AudioKeywordExtractor",
|
||||||
"CLIPSwitch",
|
"CLIPSwitch",
|
||||||
"Categorizer",
|
"Categorizer",
|
||||||
"CollectAndDistributeText",
|
"CollectAndDistributeText",
|
||||||
"Coloring",
|
"Coloring",
|
||||||
"ConditionalLoRAApplier",
|
"ConditionalLoRAApplier",
|
||||||
|
"CreepyDirector'sSlate",
|
||||||
"CustomNodeManager",
|
"CustomNodeManager",
|
||||||
"DelayNode",
|
"DelayNode",
|
||||||
"DelayTextNode",
|
"DelayTextNode",
|
||||||
@ -4653,6 +4660,7 @@
|
|||||||
"DynamicImageSwitch",
|
"DynamicImageSwitch",
|
||||||
"DynamicLatentSwitch",
|
"DynamicLatentSwitch",
|
||||||
"DynamicModelswitch",
|
"DynamicModelswitch",
|
||||||
|
"DynamicStartIndex (Creepybits)",
|
||||||
"DynamicVAESwitch",
|
"DynamicVAESwitch",
|
||||||
"EmptyFolderCleaner",
|
"EmptyFolderCleaner",
|
||||||
"EvaluaterNode",
|
"EvaluaterNode",
|
||||||
@ -4661,24 +4669,31 @@
|
|||||||
"FilterImages",
|
"FilterImages",
|
||||||
"GeminiAPI",
|
"GeminiAPI",
|
||||||
"GeminiAudioAnalyzer",
|
"GeminiAudioAnalyzer",
|
||||||
"GeminiTokenCounter",
|
|
||||||
"IMGToIMGConditioning",
|
"IMGToIMGConditioning",
|
||||||
|
"ImageFormatConverter",
|
||||||
"KeywordExtractor",
|
"KeywordExtractor",
|
||||||
|
"LoadBatchFromDir",
|
||||||
"LoadBatchImagesDir",
|
"LoadBatchImagesDir",
|
||||||
|
"LoadLatentFromPath",
|
||||||
|
"LoadLatentFromPathCreepy",
|
||||||
"LoraDBBuilder",
|
"LoraDBBuilder",
|
||||||
"LoraTriggerLookup",
|
"LoraTriggerLookup",
|
||||||
"MasterKey",
|
"MasterKey",
|
||||||
"MediaMigratorNode",
|
"MediaMigratorNode",
|
||||||
"Modelswitch",
|
"Modelswitch",
|
||||||
"PeopleEvaluationNode",
|
"PeopleEvaluationNode",
|
||||||
"PromptGenerator",
|
"QWENPrompt",
|
||||||
"QwenAspectRatioCreepy",
|
"QwenAspectRatioCreepy",
|
||||||
"RandomAudioSegment",
|
"RandomAudioSegment",
|
||||||
"SanitizeFilename",
|
"SanitizeFilename",
|
||||||
|
"SaveRawLatent",
|
||||||
|
"SaveRawLatentCreepy",
|
||||||
|
"SceneDirector",
|
||||||
"SummaryWriter",
|
"SummaryWriter",
|
||||||
"SystemPromp",
|
"SystemPromp",
|
||||||
"Textswitch",
|
"Textswitch",
|
||||||
"VAESwitch"
|
"VAESwitch",
|
||||||
|
"WanPrompter"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-Creepy_nodes"
|
"title_aux": "ComfyUI-Creepy_nodes"
|
||||||
@ -6614,6 +6629,7 @@
|
|||||||
"https://github.com/FortunaCournot/comfyui_stereoscopic": [
|
"https://github.com/FortunaCournot/comfyui_stereoscopic": [
|
||||||
[
|
[
|
||||||
"CalculateDimensions",
|
"CalculateDimensions",
|
||||||
|
"ColorCorrectBatch",
|
||||||
"DecryptWatermark",
|
"DecryptWatermark",
|
||||||
"EncryptWatermark",
|
"EncryptWatermark",
|
||||||
"GetResolutionForVR",
|
"GetResolutionForVR",
|
||||||
@ -6642,7 +6658,15 @@
|
|||||||
"https://github.com/Fossiel/ComfyUI-Fossiel-QoL-Nodes": [
|
"https://github.com/Fossiel/ComfyUI-Fossiel-QoL-Nodes": [
|
||||||
[
|
[
|
||||||
"FossielCentralControlLite",
|
"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"
|
"title_aux": "ComfyUI-Fossiel-QoL-Nodes"
|
||||||
@ -12856,6 +12880,7 @@
|
|||||||
"Runware Lora Combine",
|
"Runware Lora Combine",
|
||||||
"Runware Lora Search",
|
"Runware Lora Search",
|
||||||
"Runware Media Upload",
|
"Runware Media Upload",
|
||||||
|
"Runware MiniMax Provider Settings",
|
||||||
"Runware Model Search",
|
"Runware Model Search",
|
||||||
"Runware Multi Inference",
|
"Runware Multi Inference",
|
||||||
"Runware OpenAI Provider Settings",
|
"Runware OpenAI Provider Settings",
|
||||||
@ -12873,12 +12898,14 @@
|
|||||||
"Runware Video Inference Inputs",
|
"Runware Video Inference Inputs",
|
||||||
"Runware Video Inputs References",
|
"Runware Video Inputs References",
|
||||||
"Runware Video Model Search",
|
"Runware Video Model Search",
|
||||||
|
"Runware Video Transcription",
|
||||||
"Runware Video Upscaler",
|
"Runware Video Upscaler",
|
||||||
"Runware Vidu Provider Settings",
|
"Runware Vidu Provider Settings",
|
||||||
"RunwareBriaProviderSettings",
|
"RunwareBriaProviderSettings",
|
||||||
"RunwareBytedanceProviderSettings",
|
"RunwareBytedanceProviderSettings",
|
||||||
"RunwareFrameImages",
|
"RunwareFrameImages",
|
||||||
"RunwareLightricksProviderSettings",
|
"RunwareLightricksProviderSettings",
|
||||||
|
"RunwareMiniMaxProviderSettings",
|
||||||
"RunwareOpenAIProviderSettings",
|
"RunwareOpenAIProviderSettings",
|
||||||
"RunwarePixverseProviderSettings",
|
"RunwarePixverseProviderSettings",
|
||||||
"RunwareProviderSettings",
|
"RunwareProviderSettings",
|
||||||
@ -16505,7 +16532,9 @@
|
|||||||
"WASChannelWaveform",
|
"WASChannelWaveform",
|
||||||
"WASCombineLUT",
|
"WASCombineLUT",
|
||||||
"WASLoadLUT",
|
"WASLoadLUT",
|
||||||
"WASSaveLUT"
|
"WASMoEConditioningListAppend",
|
||||||
|
"WASSaveLUT",
|
||||||
|
"WASWan22MoESamplerCtx"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "WAS_Extras"
|
"title_aux": "WAS_Extras"
|
||||||
@ -17196,6 +17225,7 @@
|
|||||||
"CreateBlankFrames",
|
"CreateBlankFrames",
|
||||||
"ImageBatchAssembler",
|
"ImageBatchAssembler",
|
||||||
"ImageFrameSelector",
|
"ImageFrameSelector",
|
||||||
|
"ImagesToBase64List",
|
||||||
"ImagesToBase64Video",
|
"ImagesToBase64Video",
|
||||||
"MultiImageInserter",
|
"MultiImageInserter",
|
||||||
"WanVideoLatentInsertFrames",
|
"WanVideoLatentInsertFrames",
|
||||||
@ -25097,7 +25127,8 @@
|
|||||||
[
|
[
|
||||||
"AutoBackgroundMask",
|
"AutoBackgroundMask",
|
||||||
"AutoPersonMask",
|
"AutoPersonMask",
|
||||||
"CurvedTimestepKeyframes",
|
"Curved ControlNet Scheduler",
|
||||||
|
"CurvedLoRAScheduler",
|
||||||
"MaskSymmetryTool",
|
"MaskSymmetryTool",
|
||||||
"MultiMaskStrengthCombiner",
|
"MultiMaskStrengthCombiner",
|
||||||
"RegionalPromptInterpolation",
|
"RegionalPromptInterpolation",
|
||||||
@ -25666,6 +25697,7 @@
|
|||||||
[
|
[
|
||||||
"CLIPVisionLoaderSetDevice",
|
"CLIPVisionLoaderSetDevice",
|
||||||
"HDR Effects with LAB Adjust",
|
"HDR Effects with LAB Adjust",
|
||||||
|
"ModelMergeHiDream",
|
||||||
"QuadrupleCLIPLoaderSetDevice",
|
"QuadrupleCLIPLoaderSetDevice",
|
||||||
"SaveImageWithPrompt",
|
"SaveImageWithPrompt",
|
||||||
"TripleCLIPLoaderSetDevice"
|
"TripleCLIPLoaderSetDevice"
|
||||||
@ -26319,6 +26351,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/fchangjun/Comfyui_MultiSaveImage": [
|
"https://github.com/fchangjun/Comfyui_MultiSaveImage": [
|
||||||
[
|
[
|
||||||
|
"Baidu_AdvancedImageCrop",
|
||||||
"MultiSaveImage",
|
"MultiSaveImage",
|
||||||
"SimpleLLMNode"
|
"SimpleLLMNode"
|
||||||
],
|
],
|
||||||
@ -27280,26 +27313,27 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/geltz/ComfyUI-geltz": [
|
"https://github.com/geltz/ComfyUI-geltz": [
|
||||||
[
|
[
|
||||||
|
"CLIPNegPipPlus",
|
||||||
"ColorPaletteExtractor",
|
"ColorPaletteExtractor",
|
||||||
"DIL2_EmptyLatent",
|
|
||||||
"DIL_EmptyLatent",
|
|
||||||
"ImageMetadataExtractor",
|
"ImageMetadataExtractor",
|
||||||
|
"KohyaLoraConfig",
|
||||||
"KuwaharaFilter",
|
"KuwaharaFilter",
|
||||||
"L0SmoothingFilter",
|
"L0SmoothingFilter",
|
||||||
|
"LoRAExtract",
|
||||||
"LoadImageWithMetadata",
|
"LoadImageWithMetadata",
|
||||||
"LocalLaplacianFilter",
|
"LocalLaplacianFilter",
|
||||||
"LoraConfig",
|
|
||||||
"ORBITModelMerge",
|
"ORBITModelMerge",
|
||||||
"PerturbedAttentionDelta",
|
"PerturbedAttentionDelta",
|
||||||
"QMS",
|
"QMS",
|
||||||
"SADAInfo",
|
"SADAInfo",
|
||||||
"SADAModelPatch",
|
"SADAModelPatch",
|
||||||
"SWS",
|
"SDXL_LoRA_BlockSlider_Loader",
|
||||||
|
"StructuredLatent",
|
||||||
"Temperature Adjust",
|
"Temperature Adjust",
|
||||||
"TokenDeltaPerturbation",
|
"TokenDeltaPerturbation",
|
||||||
"VelocityScaling",
|
"TokenSculptor",
|
||||||
"tokenteller",
|
"TokenVisualizer",
|
||||||
"vectorpusher"
|
"VelocityScaling"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-geltz"
|
"title_aux": "ComfyUI-geltz"
|
||||||
@ -29824,129 +29858,6 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/jakechai/ComfyUI-JakeUpgrade": [
|
"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",
|
"IPAAdapterFaceIDBatch",
|
||||||
"IPAdapter",
|
"IPAdapter",
|
||||||
"IPAdapterAdvanced",
|
"IPAdapterAdvanced",
|
||||||
@ -29983,70 +29894,7 @@
|
|||||||
"IPAdapterUnifiedLoaderFaceID",
|
"IPAdapterUnifiedLoaderFaceID",
|
||||||
"IPAdapterWeights",
|
"IPAdapterWeights",
|
||||||
"IPAdapterWeightsFromStrategy",
|
"IPAdapterWeightsFromStrategy",
|
||||||
"Image Crop By Mask Resolution Grp JK",
|
"PrepImageForClipVision"
|
||||||
"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"
|
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-JakeUpgrade"
|
"title_aux": "ComfyUI-JakeUpgrade"
|
||||||
@ -39908,6 +39756,7 @@
|
|||||||
"https://github.com/robertvoy/ComfyUI-Distributed": [
|
"https://github.com/robertvoy/ComfyUI-Distributed": [
|
||||||
[
|
[
|
||||||
"DistributedCollector",
|
"DistributedCollector",
|
||||||
|
"DistributedEmptyImage",
|
||||||
"DistributedSeed",
|
"DistributedSeed",
|
||||||
"ImageBatchDivider",
|
"ImageBatchDivider",
|
||||||
"UltimateSDUpscaleDistributed"
|
"UltimateSDUpscaleDistributed"
|
||||||
@ -44919,6 +44768,7 @@
|
|||||||
"SeparateMasks_UTK",
|
"SeparateMasks_UTK",
|
||||||
"TextBoxNode_UTK",
|
"TextBoxNode_UTK",
|
||||||
"TextConcatenate_UTK",
|
"TextConcatenate_UTK",
|
||||||
|
"TextTranslatorAPI_UTK",
|
||||||
"ThinkRemover_UTK",
|
"ThinkRemover_UTK",
|
||||||
"Video_Prompt_Helper"
|
"Video_Prompt_Helper"
|
||||||
],
|
],
|
||||||
@ -45909,6 +45759,7 @@
|
|||||||
"YC Text Condition Switch",
|
"YC Text Condition Switch",
|
||||||
"YC Text Index Switch",
|
"YC Text Index Switch",
|
||||||
"YC Universal Gate",
|
"YC Universal Gate",
|
||||||
|
"YCImageAccumulator",
|
||||||
"YCImageSmartCrop",
|
"YCImageSmartCrop",
|
||||||
"YCImageSmartPad",
|
"YCImageSmartPad",
|
||||||
"YCImageTile",
|
"YCImageTile",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user