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",
"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",
"title": "ComfyUI-SaveImageCivitAI",

View File

@ -2794,6 +2794,7 @@
"AdvancedNoise",
"Base64ToConditioning",
"CLIPTextEncodeFluxUnguided",
"ClownModelLoader",
"ClownRegionalConditioning",
"ClownRegionalConditioning2",
"ClownRegionalConditioning3",
@ -2844,6 +2845,7 @@
"Image Grain Add",
"Image Median Blur",
"Image Pair Split",
"Image Repeat Tile To Size",
"Image Sharpen FS",
"Latent Batcher",
"Latent Channels From To",
@ -5357,7 +5359,8 @@
],
"https://github.com/ImagineerNL/ComfyUI-ToSVG-Potracer": [
[
"PotracerVectorize"
"PotracerVectorize",
"SaveAsSVG Potracer (Temporary Fix)"
],
{
"title_aux": "ComfyUI-ToSVG-Potracer"
@ -6850,6 +6853,7 @@
"https://github.com/Lightricks/ComfyUI-LTXVideo": [
[
"AddLatentGuide",
"DecoderNoise",
"LTXAttentioOverride",
"LTXAttentionBank",
"LTXAttnOverride",
@ -6862,7 +6866,24 @@
"LTXRFForwardODESampler",
"LTXRFReverseODESampler",
"LTXReverseModelSamplingPred",
"ModifyLTXModel"
"LTXVAdainLatent",
"LTXVAddGuideAdvanced",
"LTXVApplySTG",
"LTXVBaseSampler",
"LTXVFilmGrain",
"LTXVLatentUpsampler",
"LTXVPromptEnhancer",
"LTXVPromptEnhancerLoader",
"LTXVQ8Patch",
"LTXVRecurrentKSampler",
"LTXVSelectLatents",
"LTXVSetVideoLatentNoiseMasks",
"LTXVTiledSampler",
"LinearOverlapLatentTransition",
"ModifyLTXModel",
"STGAdvancedPresetsNode",
"STGGuiderAdvancedNode",
"STGGuiderNode"
],
{
"title_aux": "ComfyUI-LTXVideo"
@ -10391,14 +10412,71 @@
],
"https://github.com/StableLlama/ComfyUI-basic_data_handling": [
[
"AnyToDict",
"AnyToList",
"BooleanAnd",
"BooleanNand",
"BooleanNor",
"BooleanNot",
"BooleanOr",
"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",
"DictGetKeysValues",
"DictGetMultiple",
"DictInvert",
"DictItems",
"DictKeys",
"DictLength",
"DictMerge",
"DictPop",
"DictPopItem",
"DictRemove",
"DictSet",
"DictSetDefault",
"DictUpdate",
"DictValues",
"Equal",
"FloatAdd",
"FloatAsIntegerRatio",
"FloatDivide",
@ -10409,6 +10487,9 @@
"FloatPower",
"FloatRound",
"FloatSubtract",
"GreaterThan",
"GreaterThanOrEqual",
"IfElse",
"IntAdd",
"IntBitCount",
"IntBitLength",
@ -10419,27 +10500,95 @@
"IntPower",
"IntSubtract",
"IntToBytes",
"IsNull",
"LessThan",
"LessThanOrEqual",
"ListAppend",
"ListClear",
"ListContains",
"ListCopy",
"ListCount",
"ListCreateEmpty",
"ListExtend",
"ListGetItem",
"ListIndex",
"ListInsert",
"ListLength",
"ListMax",
"ListMin",
"ListPop",
"ListRemove",
"ListReverse",
"ListSetItem",
"ListSlice",
"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",
"StringCasefold",
"StringCenter",
"StringComparison",
"StringConcat",
"StringCount",
"StringDecode",
@ -10478,7 +10627,8 @@
"StringSwapcase",
"StringTitle",
"StringUpper",
"StringZfill"
"StringZfill",
"SwitchCase"
],
{
"title_aux": "Basic data handling"
@ -11601,6 +11751,8 @@
"https://github.com/VK/vk-nodes": [
[
"PrepareJobs",
"SketchyText",
"SketchyThumbnail",
"TiledConfigNode",
"TiledCropNode",
"TiledRenderNode",
@ -19651,6 +19803,7 @@
"FL_VideoCaptionSaver",
"FL_VideoCropMask",
"FL_VideoRecompose",
"FL_VideoTrim",
"FL_WF_Agent",
"FL_ZipDirectory",
"FL_ZipSave",
@ -20314,6 +20467,7 @@
],
"https://github.com/gokayfem/ComfyUI-fal-API": [
[
"CombinedVideoGeneration_fal",
"FluxDev_fal",
"FluxGeneral_fal",
"FluxLoraTrainer_fal",
@ -20323,7 +20477,9 @@
"FluxSchnell_fal",
"FluxUltra_fal",
"HunyuanVideoLoraTrainer_fal",
"KlingPro_fal",
"KlingMaster_fal",
"KlingPro10_fal",
"KlingPro16_fal",
"Kling_fal",
"LLM_fal",
"LoadVideoURL",
@ -20337,7 +20493,8 @@
"Upscaler_fal",
"VLM_fal",
"Veo2ImageToVideo_fal",
"VideoUpscaler_fal"
"VideoUpscaler_fal",
"WanPro_fal"
],
{
"title_aux": "ComfyUI-fal-API"
@ -29375,6 +29532,7 @@
"AudioFilter",
"AudioGain",
"AudioInfo",
"AudioLatentBlend",
"AudioPad",
"AudioPitchShift",
"AudioResample",
@ -29430,6 +29588,7 @@
"FeatureToTimestepKeyframe",
"FeatureToWeightsStrategy",
"FeatureTruncateOrExtend",
"FlexAudioLatentBlend",
"FlexAudioPitchShift",
"FlexAudioTimeStretch",
"FlexAudioVisualizerCircular",
@ -29656,14 +29815,6 @@
],
"https://github.com/sebord/ComfyUI-LMCQ": [
[
"LmcqAuthFluxDecryption",
"LmcqAuthFluxEncryption",
"LmcqAuthLoraDecryption",
"LmcqAuthLoraEncryption",
"LmcqAuthModelDecryption",
"LmcqAuthModelEncryption",
"LmcqAuthWorkflowDecryption",
"LmcqAuthWorkflowEncryption",
"LmcqCodeDecryptionLoader",
"LmcqCodeEncryption",
"LmcqDeepGen",
@ -29890,10 +30041,11 @@
"https://github.com/shahkoorosh/ComfyUI-KGnodes": [
[
"CustomResolutionLatentNode",
"FaceDetector",
"FaceDetectorAndCropper",
"ImageScaleToSide",
"OverlayRGBAonRGB",
"StyleSelector"
"StyleSelector",
"TextBehindImage"
],
{
"author": "ShahKoorosh",
@ -31594,6 +31746,7 @@
"https://github.com/theshubzworld/ComfyUI-TogetherVision": [
[
"Together Image \ud83c\udfa8",
"Together Vision \ud83d\udd0d",
"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",
"title": "ComfyUI-ModelDownloader [REMOVED]",

View File

@ -2794,6 +2794,7 @@
"AdvancedNoise",
"Base64ToConditioning",
"CLIPTextEncodeFluxUnguided",
"ClownModelLoader",
"ClownRegionalConditioning",
"ClownRegionalConditioning2",
"ClownRegionalConditioning3",
@ -2844,6 +2845,7 @@
"Image Grain Add",
"Image Median Blur",
"Image Pair Split",
"Image Repeat Tile To Size",
"Image Sharpen FS",
"Latent Batcher",
"Latent Channels From To",
@ -5357,7 +5359,8 @@
],
"https://github.com/ImagineerNL/ComfyUI-ToSVG-Potracer": [
[
"PotracerVectorize"
"PotracerVectorize",
"SaveAsSVG Potracer (Temporary Fix)"
],
{
"title_aux": "ComfyUI-ToSVG-Potracer"
@ -6850,6 +6853,7 @@
"https://github.com/Lightricks/ComfyUI-LTXVideo": [
[
"AddLatentGuide",
"DecoderNoise",
"LTXAttentioOverride",
"LTXAttentionBank",
"LTXAttnOverride",
@ -6862,7 +6866,24 @@
"LTXRFForwardODESampler",
"LTXRFReverseODESampler",
"LTXReverseModelSamplingPred",
"ModifyLTXModel"
"LTXVAdainLatent",
"LTXVAddGuideAdvanced",
"LTXVApplySTG",
"LTXVBaseSampler",
"LTXVFilmGrain",
"LTXVLatentUpsampler",
"LTXVPromptEnhancer",
"LTXVPromptEnhancerLoader",
"LTXVQ8Patch",
"LTXVRecurrentKSampler",
"LTXVSelectLatents",
"LTXVSetVideoLatentNoiseMasks",
"LTXVTiledSampler",
"LinearOverlapLatentTransition",
"ModifyLTXModel",
"STGAdvancedPresetsNode",
"STGGuiderAdvancedNode",
"STGGuiderNode"
],
{
"title_aux": "ComfyUI-LTXVideo"
@ -10391,14 +10412,71 @@
],
"https://github.com/StableLlama/ComfyUI-basic_data_handling": [
[
"AnyToDict",
"AnyToList",
"BooleanAnd",
"BooleanNand",
"BooleanNor",
"BooleanNot",
"BooleanOr",
"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",
"DictGetKeysValues",
"DictGetMultiple",
"DictInvert",
"DictItems",
"DictKeys",
"DictLength",
"DictMerge",
"DictPop",
"DictPopItem",
"DictRemove",
"DictSet",
"DictSetDefault",
"DictUpdate",
"DictValues",
"Equal",
"FloatAdd",
"FloatAsIntegerRatio",
"FloatDivide",
@ -10409,6 +10487,9 @@
"FloatPower",
"FloatRound",
"FloatSubtract",
"GreaterThan",
"GreaterThanOrEqual",
"IfElse",
"IntAdd",
"IntBitCount",
"IntBitLength",
@ -10419,27 +10500,95 @@
"IntPower",
"IntSubtract",
"IntToBytes",
"IsNull",
"LessThan",
"LessThanOrEqual",
"ListAppend",
"ListClear",
"ListContains",
"ListCopy",
"ListCount",
"ListCreateEmpty",
"ListExtend",
"ListGetItem",
"ListIndex",
"ListInsert",
"ListLength",
"ListMax",
"ListMin",
"ListPop",
"ListRemove",
"ListReverse",
"ListSetItem",
"ListSlice",
"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",
"StringCasefold",
"StringCenter",
"StringComparison",
"StringConcat",
"StringCount",
"StringDecode",
@ -10478,7 +10627,8 @@
"StringSwapcase",
"StringTitle",
"StringUpper",
"StringZfill"
"StringZfill",
"SwitchCase"
],
{
"title_aux": "Basic data handling"
@ -11601,6 +11751,8 @@
"https://github.com/VK/vk-nodes": [
[
"PrepareJobs",
"SketchyText",
"SketchyThumbnail",
"TiledConfigNode",
"TiledCropNode",
"TiledRenderNode",
@ -19651,6 +19803,7 @@
"FL_VideoCaptionSaver",
"FL_VideoCropMask",
"FL_VideoRecompose",
"FL_VideoTrim",
"FL_WF_Agent",
"FL_ZipDirectory",
"FL_ZipSave",
@ -20314,6 +20467,7 @@
],
"https://github.com/gokayfem/ComfyUI-fal-API": [
[
"CombinedVideoGeneration_fal",
"FluxDev_fal",
"FluxGeneral_fal",
"FluxLoraTrainer_fal",
@ -20323,7 +20477,9 @@
"FluxSchnell_fal",
"FluxUltra_fal",
"HunyuanVideoLoraTrainer_fal",
"KlingPro_fal",
"KlingMaster_fal",
"KlingPro10_fal",
"KlingPro16_fal",
"Kling_fal",
"LLM_fal",
"LoadVideoURL",
@ -20337,7 +20493,8 @@
"Upscaler_fal",
"VLM_fal",
"Veo2ImageToVideo_fal",
"VideoUpscaler_fal"
"VideoUpscaler_fal",
"WanPro_fal"
],
{
"title_aux": "ComfyUI-fal-API"
@ -29375,6 +29532,7 @@
"AudioFilter",
"AudioGain",
"AudioInfo",
"AudioLatentBlend",
"AudioPad",
"AudioPitchShift",
"AudioResample",
@ -29430,6 +29588,7 @@
"FeatureToTimestepKeyframe",
"FeatureToWeightsStrategy",
"FeatureTruncateOrExtend",
"FlexAudioLatentBlend",
"FlexAudioPitchShift",
"FlexAudioTimeStretch",
"FlexAudioVisualizerCircular",
@ -29656,14 +29815,6 @@
],
"https://github.com/sebord/ComfyUI-LMCQ": [
[
"LmcqAuthFluxDecryption",
"LmcqAuthFluxEncryption",
"LmcqAuthLoraDecryption",
"LmcqAuthLoraEncryption",
"LmcqAuthModelDecryption",
"LmcqAuthModelEncryption",
"LmcqAuthWorkflowDecryption",
"LmcqAuthWorkflowEncryption",
"LmcqCodeDecryptionLoader",
"LmcqCodeEncryption",
"LmcqDeepGen",
@ -29890,10 +30041,11 @@
"https://github.com/shahkoorosh/ComfyUI-KGnodes": [
[
"CustomResolutionLatentNode",
"FaceDetector",
"FaceDetectorAndCropper",
"ImageScaleToSide",
"OverlayRGBAonRGB",
"StyleSelector"
"StyleSelector",
"TextBehindImage"
],
{
"author": "ShahKoorosh",
@ -31594,6 +31746,7 @@
"https://github.com/theshubzworld/ComfyUI-TogetherVision": [
[
"Together Image \ud83c\udfa8",
"Together Vision \ud83d\udd0d",
"TogetherVisionNode"
],
{