update DB

This commit is contained in:
Dr.Lt.Data 2025-05-09 07:23:33 +09:00
parent ca078e54b9
commit 8359e1063e
5 changed files with 3066 additions and 2760 deletions

View File

@ -18047,16 +18047,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "One click replacement of smart objects or layers in PSD" "description": "One click replacement of smart objects or layers in PSD"
}, },
{
"author": "raspie10032",
"title": "ComfyUI NAI Prompt Converter",
"reference": "https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter",
"files": [
"https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter"
],
"install_type": "git-clone",
"description": "A custom node extension for ComfyUI that enables conversion between different prompt formats: NovelAI V4, ComfyUI, and old NovelAI."
},
{ {
"author": "Wakfull33", "author": "Wakfull33",
"title": "ComfyUI-SaveImageCivitAI", "title": "ComfyUI-SaveImageCivitAI",

View File

@ -2794,6 +2794,7 @@
"AdvancedNoise", "AdvancedNoise",
"Base64ToConditioning", "Base64ToConditioning",
"CLIPTextEncodeFluxUnguided", "CLIPTextEncodeFluxUnguided",
"ClownModelLoader",
"ClownRegionalConditioning", "ClownRegionalConditioning",
"ClownRegionalConditioning2", "ClownRegionalConditioning2",
"ClownRegionalConditioning3", "ClownRegionalConditioning3",
@ -2844,6 +2845,7 @@
"Image Grain Add", "Image Grain Add",
"Image Median Blur", "Image Median Blur",
"Image Pair Split", "Image Pair Split",
"Image Repeat Tile To Size",
"Image Sharpen FS", "Image Sharpen FS",
"Latent Batcher", "Latent Batcher",
"Latent Channels From To", "Latent Channels From To",
@ -5357,7 +5359,8 @@
], ],
"https://github.com/ImagineerNL/ComfyUI-ToSVG-Potracer": [ "https://github.com/ImagineerNL/ComfyUI-ToSVG-Potracer": [
[ [
"PotracerVectorize" "PotracerVectorize",
"SaveAsSVG Potracer (Temporary Fix)"
], ],
{ {
"title_aux": "ComfyUI-ToSVG-Potracer" "title_aux": "ComfyUI-ToSVG-Potracer"
@ -6850,6 +6853,7 @@
"https://github.com/Lightricks/ComfyUI-LTXVideo": [ "https://github.com/Lightricks/ComfyUI-LTXVideo": [
[ [
"AddLatentGuide", "AddLatentGuide",
"DecoderNoise",
"LTXAttentioOverride", "LTXAttentioOverride",
"LTXAttentionBank", "LTXAttentionBank",
"LTXAttnOverride", "LTXAttnOverride",
@ -6862,7 +6866,24 @@
"LTXRFForwardODESampler", "LTXRFForwardODESampler",
"LTXRFReverseODESampler", "LTXRFReverseODESampler",
"LTXReverseModelSamplingPred", "LTXReverseModelSamplingPred",
"ModifyLTXModel" "LTXVAdainLatent",
"LTXVAddGuideAdvanced",
"LTXVApplySTG",
"LTXVBaseSampler",
"LTXVFilmGrain",
"LTXVLatentUpsampler",
"LTXVPromptEnhancer",
"LTXVPromptEnhancerLoader",
"LTXVQ8Patch",
"LTXVRecurrentKSampler",
"LTXVSelectLatents",
"LTXVSetVideoLatentNoiseMasks",
"LTXVTiledSampler",
"LinearOverlapLatentTransition",
"ModifyLTXModel",
"STGAdvancedPresetsNode",
"STGGuiderAdvancedNode",
"STGGuiderNode"
], ],
{ {
"title_aux": "ComfyUI-LTXVideo" "title_aux": "ComfyUI-LTXVideo"
@ -10391,14 +10412,71 @@
], ],
"https://github.com/StableLlama/ComfyUI-basic_data_handling": [ "https://github.com/StableLlama/ComfyUI-basic_data_handling": [
[ [
"AnyToDict",
"AnyToList",
"BooleanAnd", "BooleanAnd",
"BooleanNand", "BooleanNand",
"BooleanNor", "BooleanNor",
"BooleanNot", "BooleanNot",
"BooleanOr", "BooleanOr",
"BooleanXor", "BooleanXor",
"CastDataListToList",
"CastDataListToSet",
"CastToBoolean",
"CastToDict",
"CastToFloat",
"CastToInt",
"CastToList",
"CastToSet",
"CastToString",
"CompareLength",
"DataListAppend",
"DataListClear",
"DataListContains",
"DataListCopy",
"DataListCount",
"DataListCreateEmpty",
"DataListExtend",
"DataListFilter",
"DataListGetItem",
"DataListIndex",
"DataListInsert",
"DataListLength",
"DataListMax",
"DataListMin",
"DataListPop",
"DataListRemove",
"DataListReverse",
"DataListSetItem",
"DataListSlice",
"DataListSort",
"DataListZip",
"DictClear",
"DictCompare",
"DictContainsKey",
"DictCopy",
"DictCreate",
"DictCreateFromItems",
"DictCreateFromLists",
"DictExcludeKeys",
"DictFilterByKeys",
"DictFromKeys",
"DictGet", "DictGet",
"DictGetKeysValues",
"DictGetMultiple",
"DictInvert",
"DictItems",
"DictKeys",
"DictLength",
"DictMerge",
"DictPop",
"DictPopItem",
"DictRemove",
"DictSet", "DictSet",
"DictSetDefault",
"DictUpdate",
"DictValues",
"Equal",
"FloatAdd", "FloatAdd",
"FloatAsIntegerRatio", "FloatAsIntegerRatio",
"FloatDivide", "FloatDivide",
@ -10409,6 +10487,9 @@
"FloatPower", "FloatPower",
"FloatRound", "FloatRound",
"FloatSubtract", "FloatSubtract",
"GreaterThan",
"GreaterThanOrEqual",
"IfElse",
"IntAdd", "IntAdd",
"IntBitCount", "IntBitCount",
"IntBitLength", "IntBitLength",
@ -10419,27 +10500,95 @@
"IntPower", "IntPower",
"IntSubtract", "IntSubtract",
"IntToBytes", "IntToBytes",
"IsNull",
"LessThan",
"LessThanOrEqual",
"ListAppend", "ListAppend",
"ListClear", "ListClear",
"ListContains", "ListContains",
"ListCopy",
"ListCount", "ListCount",
"ListCreateEmpty",
"ListExtend", "ListExtend",
"ListGetItem", "ListGetItem",
"ListIndex", "ListIndex",
"ListInsert", "ListInsert",
"ListLength", "ListLength",
"ListMax",
"ListMin",
"ListPop", "ListPop",
"ListRemove", "ListRemove",
"ListReverse", "ListReverse",
"ListSetItem", "ListSetItem",
"ListSlice", "ListSlice",
"ListSort", "ListSort",
"ListZip", "ListToDataList",
"ListToSet",
"MathAbs",
"MathAcos",
"MathAsin",
"MathAtan",
"MathAtan2",
"MathCeil",
"MathCos",
"MathDegrees",
"MathE",
"MathExp",
"MathFloor",
"MathLog",
"MathLog10",
"MathMax",
"MathMin",
"MathPi",
"MathRadians",
"MathSin",
"MathSqrt",
"MathTan",
"NotEqual",
"NumberInRange",
"PathAbspath",
"PathBasename",
"PathCommonPrefix",
"PathDirname",
"PathExists",
"PathExpandVars",
"PathGetCwd",
"PathGetExtension",
"PathGetSize",
"PathGlob",
"PathIsAbsolute",
"PathIsDir",
"PathIsFile",
"PathJoin",
"PathListDir",
"PathNormalize",
"PathRelative",
"PathSplit",
"PathSplitExt",
"RegexFindall",
"RegexGroupDict",
"RegexSearchGroups",
"RegexSplit",
"RegexSub",
"RegexTest",
"SetAdd",
"SetClear",
"SetContains",
"SetDifference",
"SetDiscard",
"SetIntersection",
"SetIsDisjoint",
"SetIsSubset",
"SetIsSuperset",
"SetLength",
"SetPop",
"SetRemove",
"SetSymmetricDifference",
"SetToDataList",
"SetToList",
"SetUnion",
"StringCapitalize", "StringCapitalize",
"StringCasefold", "StringCasefold",
"StringCenter", "StringCenter",
"StringComparison",
"StringConcat", "StringConcat",
"StringCount", "StringCount",
"StringDecode", "StringDecode",
@ -10478,7 +10627,8 @@
"StringSwapcase", "StringSwapcase",
"StringTitle", "StringTitle",
"StringUpper", "StringUpper",
"StringZfill" "StringZfill",
"SwitchCase"
], ],
{ {
"title_aux": "Basic data handling" "title_aux": "Basic data handling"
@ -11601,6 +11751,8 @@
"https://github.com/VK/vk-nodes": [ "https://github.com/VK/vk-nodes": [
[ [
"PrepareJobs", "PrepareJobs",
"SketchyText",
"SketchyThumbnail",
"TiledConfigNode", "TiledConfigNode",
"TiledCropNode", "TiledCropNode",
"TiledRenderNode", "TiledRenderNode",
@ -19651,6 +19803,7 @@
"FL_VideoCaptionSaver", "FL_VideoCaptionSaver",
"FL_VideoCropMask", "FL_VideoCropMask",
"FL_VideoRecompose", "FL_VideoRecompose",
"FL_VideoTrim",
"FL_WF_Agent", "FL_WF_Agent",
"FL_ZipDirectory", "FL_ZipDirectory",
"FL_ZipSave", "FL_ZipSave",
@ -20314,6 +20467,7 @@
], ],
"https://github.com/gokayfem/ComfyUI-fal-API": [ "https://github.com/gokayfem/ComfyUI-fal-API": [
[ [
"CombinedVideoGeneration_fal",
"FluxDev_fal", "FluxDev_fal",
"FluxGeneral_fal", "FluxGeneral_fal",
"FluxLoraTrainer_fal", "FluxLoraTrainer_fal",
@ -20323,7 +20477,9 @@
"FluxSchnell_fal", "FluxSchnell_fal",
"FluxUltra_fal", "FluxUltra_fal",
"HunyuanVideoLoraTrainer_fal", "HunyuanVideoLoraTrainer_fal",
"KlingPro_fal", "KlingMaster_fal",
"KlingPro10_fal",
"KlingPro16_fal",
"Kling_fal", "Kling_fal",
"LLM_fal", "LLM_fal",
"LoadVideoURL", "LoadVideoURL",
@ -20337,7 +20493,8 @@
"Upscaler_fal", "Upscaler_fal",
"VLM_fal", "VLM_fal",
"Veo2ImageToVideo_fal", "Veo2ImageToVideo_fal",
"VideoUpscaler_fal" "VideoUpscaler_fal",
"WanPro_fal"
], ],
{ {
"title_aux": "ComfyUI-fal-API" "title_aux": "ComfyUI-fal-API"
@ -29375,6 +29532,7 @@
"AudioFilter", "AudioFilter",
"AudioGain", "AudioGain",
"AudioInfo", "AudioInfo",
"AudioLatentBlend",
"AudioPad", "AudioPad",
"AudioPitchShift", "AudioPitchShift",
"AudioResample", "AudioResample",
@ -29430,6 +29588,7 @@
"FeatureToTimestepKeyframe", "FeatureToTimestepKeyframe",
"FeatureToWeightsStrategy", "FeatureToWeightsStrategy",
"FeatureTruncateOrExtend", "FeatureTruncateOrExtend",
"FlexAudioLatentBlend",
"FlexAudioPitchShift", "FlexAudioPitchShift",
"FlexAudioTimeStretch", "FlexAudioTimeStretch",
"FlexAudioVisualizerCircular", "FlexAudioVisualizerCircular",
@ -29656,14 +29815,6 @@
], ],
"https://github.com/sebord/ComfyUI-LMCQ": [ "https://github.com/sebord/ComfyUI-LMCQ": [
[ [
"LmcqAuthFluxDecryption",
"LmcqAuthFluxEncryption",
"LmcqAuthLoraDecryption",
"LmcqAuthLoraEncryption",
"LmcqAuthModelDecryption",
"LmcqAuthModelEncryption",
"LmcqAuthWorkflowDecryption",
"LmcqAuthWorkflowEncryption",
"LmcqCodeDecryptionLoader", "LmcqCodeDecryptionLoader",
"LmcqCodeEncryption", "LmcqCodeEncryption",
"LmcqDeepGen", "LmcqDeepGen",
@ -29890,10 +30041,11 @@
"https://github.com/shahkoorosh/ComfyUI-KGnodes": [ "https://github.com/shahkoorosh/ComfyUI-KGnodes": [
[ [
"CustomResolutionLatentNode", "CustomResolutionLatentNode",
"FaceDetector", "FaceDetectorAndCropper",
"ImageScaleToSide", "ImageScaleToSide",
"OverlayRGBAonRGB", "OverlayRGBAonRGB",
"StyleSelector" "StyleSelector",
"TextBehindImage"
], ],
{ {
"author": "ShahKoorosh", "author": "ShahKoorosh",
@ -31594,6 +31746,7 @@
"https://github.com/theshubzworld/ComfyUI-TogetherVision": [ "https://github.com/theshubzworld/ComfyUI-TogetherVision": [
[ [
"Together Image \ud83c\udfa8", "Together Image \ud83c\udfa8",
"Together Vision \ud83d\udd0d",
"TogetherVisionNode" "TogetherVisionNode"
], ],
{ {

File diff suppressed because it is too large Load Diff

View File

@ -10,6 +10,16 @@
}, },
{
"author": "raspie10032",
"title": "ComfyUI NAI Prompt Converter [REMOVED]",
"reference": "https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter",
"files": [
"https://github.com/raspie10032/ComfyUI_RS_NAI_Local_Prompt_converter"
],
"install_type": "git-clone",
"description": "A custom node extension for ComfyUI that enables conversion between different prompt formats: NovelAI V4, ComfyUI, and old NovelAI."
},
{ {
"author": "holchan", "author": "holchan",
"title": "ComfyUI-ModelDownloader [REMOVED]", "title": "ComfyUI-ModelDownloader [REMOVED]",

View File

@ -2794,6 +2794,7 @@
"AdvancedNoise", "AdvancedNoise",
"Base64ToConditioning", "Base64ToConditioning",
"CLIPTextEncodeFluxUnguided", "CLIPTextEncodeFluxUnguided",
"ClownModelLoader",
"ClownRegionalConditioning", "ClownRegionalConditioning",
"ClownRegionalConditioning2", "ClownRegionalConditioning2",
"ClownRegionalConditioning3", "ClownRegionalConditioning3",
@ -2844,6 +2845,7 @@
"Image Grain Add", "Image Grain Add",
"Image Median Blur", "Image Median Blur",
"Image Pair Split", "Image Pair Split",
"Image Repeat Tile To Size",
"Image Sharpen FS", "Image Sharpen FS",
"Latent Batcher", "Latent Batcher",
"Latent Channels From To", "Latent Channels From To",
@ -5357,7 +5359,8 @@
], ],
"https://github.com/ImagineerNL/ComfyUI-ToSVG-Potracer": [ "https://github.com/ImagineerNL/ComfyUI-ToSVG-Potracer": [
[ [
"PotracerVectorize" "PotracerVectorize",
"SaveAsSVG Potracer (Temporary Fix)"
], ],
{ {
"title_aux": "ComfyUI-ToSVG-Potracer" "title_aux": "ComfyUI-ToSVG-Potracer"
@ -6850,6 +6853,7 @@
"https://github.com/Lightricks/ComfyUI-LTXVideo": [ "https://github.com/Lightricks/ComfyUI-LTXVideo": [
[ [
"AddLatentGuide", "AddLatentGuide",
"DecoderNoise",
"LTXAttentioOverride", "LTXAttentioOverride",
"LTXAttentionBank", "LTXAttentionBank",
"LTXAttnOverride", "LTXAttnOverride",
@ -6862,7 +6866,24 @@
"LTXRFForwardODESampler", "LTXRFForwardODESampler",
"LTXRFReverseODESampler", "LTXRFReverseODESampler",
"LTXReverseModelSamplingPred", "LTXReverseModelSamplingPred",
"ModifyLTXModel" "LTXVAdainLatent",
"LTXVAddGuideAdvanced",
"LTXVApplySTG",
"LTXVBaseSampler",
"LTXVFilmGrain",
"LTXVLatentUpsampler",
"LTXVPromptEnhancer",
"LTXVPromptEnhancerLoader",
"LTXVQ8Patch",
"LTXVRecurrentKSampler",
"LTXVSelectLatents",
"LTXVSetVideoLatentNoiseMasks",
"LTXVTiledSampler",
"LinearOverlapLatentTransition",
"ModifyLTXModel",
"STGAdvancedPresetsNode",
"STGGuiderAdvancedNode",
"STGGuiderNode"
], ],
{ {
"title_aux": "ComfyUI-LTXVideo" "title_aux": "ComfyUI-LTXVideo"
@ -10391,14 +10412,71 @@
], ],
"https://github.com/StableLlama/ComfyUI-basic_data_handling": [ "https://github.com/StableLlama/ComfyUI-basic_data_handling": [
[ [
"AnyToDict",
"AnyToList",
"BooleanAnd", "BooleanAnd",
"BooleanNand", "BooleanNand",
"BooleanNor", "BooleanNor",
"BooleanNot", "BooleanNot",
"BooleanOr", "BooleanOr",
"BooleanXor", "BooleanXor",
"CastDataListToList",
"CastDataListToSet",
"CastToBoolean",
"CastToDict",
"CastToFloat",
"CastToInt",
"CastToList",
"CastToSet",
"CastToString",
"CompareLength",
"DataListAppend",
"DataListClear",
"DataListContains",
"DataListCopy",
"DataListCount",
"DataListCreateEmpty",
"DataListExtend",
"DataListFilter",
"DataListGetItem",
"DataListIndex",
"DataListInsert",
"DataListLength",
"DataListMax",
"DataListMin",
"DataListPop",
"DataListRemove",
"DataListReverse",
"DataListSetItem",
"DataListSlice",
"DataListSort",
"DataListZip",
"DictClear",
"DictCompare",
"DictContainsKey",
"DictCopy",
"DictCreate",
"DictCreateFromItems",
"DictCreateFromLists",
"DictExcludeKeys",
"DictFilterByKeys",
"DictFromKeys",
"DictGet", "DictGet",
"DictGetKeysValues",
"DictGetMultiple",
"DictInvert",
"DictItems",
"DictKeys",
"DictLength",
"DictMerge",
"DictPop",
"DictPopItem",
"DictRemove",
"DictSet", "DictSet",
"DictSetDefault",
"DictUpdate",
"DictValues",
"Equal",
"FloatAdd", "FloatAdd",
"FloatAsIntegerRatio", "FloatAsIntegerRatio",
"FloatDivide", "FloatDivide",
@ -10409,6 +10487,9 @@
"FloatPower", "FloatPower",
"FloatRound", "FloatRound",
"FloatSubtract", "FloatSubtract",
"GreaterThan",
"GreaterThanOrEqual",
"IfElse",
"IntAdd", "IntAdd",
"IntBitCount", "IntBitCount",
"IntBitLength", "IntBitLength",
@ -10419,27 +10500,95 @@
"IntPower", "IntPower",
"IntSubtract", "IntSubtract",
"IntToBytes", "IntToBytes",
"IsNull",
"LessThan",
"LessThanOrEqual",
"ListAppend", "ListAppend",
"ListClear", "ListClear",
"ListContains", "ListContains",
"ListCopy",
"ListCount", "ListCount",
"ListCreateEmpty",
"ListExtend", "ListExtend",
"ListGetItem", "ListGetItem",
"ListIndex", "ListIndex",
"ListInsert", "ListInsert",
"ListLength", "ListLength",
"ListMax",
"ListMin",
"ListPop", "ListPop",
"ListRemove", "ListRemove",
"ListReverse", "ListReverse",
"ListSetItem", "ListSetItem",
"ListSlice", "ListSlice",
"ListSort", "ListSort",
"ListZip", "ListToDataList",
"ListToSet",
"MathAbs",
"MathAcos",
"MathAsin",
"MathAtan",
"MathAtan2",
"MathCeil",
"MathCos",
"MathDegrees",
"MathE",
"MathExp",
"MathFloor",
"MathLog",
"MathLog10",
"MathMax",
"MathMin",
"MathPi",
"MathRadians",
"MathSin",
"MathSqrt",
"MathTan",
"NotEqual",
"NumberInRange",
"PathAbspath",
"PathBasename",
"PathCommonPrefix",
"PathDirname",
"PathExists",
"PathExpandVars",
"PathGetCwd",
"PathGetExtension",
"PathGetSize",
"PathGlob",
"PathIsAbsolute",
"PathIsDir",
"PathIsFile",
"PathJoin",
"PathListDir",
"PathNormalize",
"PathRelative",
"PathSplit",
"PathSplitExt",
"RegexFindall",
"RegexGroupDict",
"RegexSearchGroups",
"RegexSplit",
"RegexSub",
"RegexTest",
"SetAdd",
"SetClear",
"SetContains",
"SetDifference",
"SetDiscard",
"SetIntersection",
"SetIsDisjoint",
"SetIsSubset",
"SetIsSuperset",
"SetLength",
"SetPop",
"SetRemove",
"SetSymmetricDifference",
"SetToDataList",
"SetToList",
"SetUnion",
"StringCapitalize", "StringCapitalize",
"StringCasefold", "StringCasefold",
"StringCenter", "StringCenter",
"StringComparison",
"StringConcat", "StringConcat",
"StringCount", "StringCount",
"StringDecode", "StringDecode",
@ -10478,7 +10627,8 @@
"StringSwapcase", "StringSwapcase",
"StringTitle", "StringTitle",
"StringUpper", "StringUpper",
"StringZfill" "StringZfill",
"SwitchCase"
], ],
{ {
"title_aux": "Basic data handling" "title_aux": "Basic data handling"
@ -11601,6 +11751,8 @@
"https://github.com/VK/vk-nodes": [ "https://github.com/VK/vk-nodes": [
[ [
"PrepareJobs", "PrepareJobs",
"SketchyText",
"SketchyThumbnail",
"TiledConfigNode", "TiledConfigNode",
"TiledCropNode", "TiledCropNode",
"TiledRenderNode", "TiledRenderNode",
@ -19651,6 +19803,7 @@
"FL_VideoCaptionSaver", "FL_VideoCaptionSaver",
"FL_VideoCropMask", "FL_VideoCropMask",
"FL_VideoRecompose", "FL_VideoRecompose",
"FL_VideoTrim",
"FL_WF_Agent", "FL_WF_Agent",
"FL_ZipDirectory", "FL_ZipDirectory",
"FL_ZipSave", "FL_ZipSave",
@ -20314,6 +20467,7 @@
], ],
"https://github.com/gokayfem/ComfyUI-fal-API": [ "https://github.com/gokayfem/ComfyUI-fal-API": [
[ [
"CombinedVideoGeneration_fal",
"FluxDev_fal", "FluxDev_fal",
"FluxGeneral_fal", "FluxGeneral_fal",
"FluxLoraTrainer_fal", "FluxLoraTrainer_fal",
@ -20323,7 +20477,9 @@
"FluxSchnell_fal", "FluxSchnell_fal",
"FluxUltra_fal", "FluxUltra_fal",
"HunyuanVideoLoraTrainer_fal", "HunyuanVideoLoraTrainer_fal",
"KlingPro_fal", "KlingMaster_fal",
"KlingPro10_fal",
"KlingPro16_fal",
"Kling_fal", "Kling_fal",
"LLM_fal", "LLM_fal",
"LoadVideoURL", "LoadVideoURL",
@ -20337,7 +20493,8 @@
"Upscaler_fal", "Upscaler_fal",
"VLM_fal", "VLM_fal",
"Veo2ImageToVideo_fal", "Veo2ImageToVideo_fal",
"VideoUpscaler_fal" "VideoUpscaler_fal",
"WanPro_fal"
], ],
{ {
"title_aux": "ComfyUI-fal-API" "title_aux": "ComfyUI-fal-API"
@ -29375,6 +29532,7 @@
"AudioFilter", "AudioFilter",
"AudioGain", "AudioGain",
"AudioInfo", "AudioInfo",
"AudioLatentBlend",
"AudioPad", "AudioPad",
"AudioPitchShift", "AudioPitchShift",
"AudioResample", "AudioResample",
@ -29430,6 +29588,7 @@
"FeatureToTimestepKeyframe", "FeatureToTimestepKeyframe",
"FeatureToWeightsStrategy", "FeatureToWeightsStrategy",
"FeatureTruncateOrExtend", "FeatureTruncateOrExtend",
"FlexAudioLatentBlend",
"FlexAudioPitchShift", "FlexAudioPitchShift",
"FlexAudioTimeStretch", "FlexAudioTimeStretch",
"FlexAudioVisualizerCircular", "FlexAudioVisualizerCircular",
@ -29656,14 +29815,6 @@
], ],
"https://github.com/sebord/ComfyUI-LMCQ": [ "https://github.com/sebord/ComfyUI-LMCQ": [
[ [
"LmcqAuthFluxDecryption",
"LmcqAuthFluxEncryption",
"LmcqAuthLoraDecryption",
"LmcqAuthLoraEncryption",
"LmcqAuthModelDecryption",
"LmcqAuthModelEncryption",
"LmcqAuthWorkflowDecryption",
"LmcqAuthWorkflowEncryption",
"LmcqCodeDecryptionLoader", "LmcqCodeDecryptionLoader",
"LmcqCodeEncryption", "LmcqCodeEncryption",
"LmcqDeepGen", "LmcqDeepGen",
@ -29890,10 +30041,11 @@
"https://github.com/shahkoorosh/ComfyUI-KGnodes": [ "https://github.com/shahkoorosh/ComfyUI-KGnodes": [
[ [
"CustomResolutionLatentNode", "CustomResolutionLatentNode",
"FaceDetector", "FaceDetectorAndCropper",
"ImageScaleToSide", "ImageScaleToSide",
"OverlayRGBAonRGB", "OverlayRGBAonRGB",
"StyleSelector" "StyleSelector",
"TextBehindImage"
], ],
{ {
"author": "ShahKoorosh", "author": "ShahKoorosh",
@ -31594,6 +31746,7 @@
"https://github.com/theshubzworld/ComfyUI-TogetherVision": [ "https://github.com/theshubzworld/ComfyUI-TogetherVision": [
[ [
"Together Image \ud83c\udfa8", "Together Image \ud83c\udfa8",
"Together Vision \ud83d\udd0d",
"TogetherVisionNode" "TogetherVisionNode"
], ],
{ {