update DB

This commit is contained in:
Dr.Lt.Data 2024-08-24 18:30:05 +09:00
parent 61da8de828
commit 0d85c2e88a
5 changed files with 135 additions and 4 deletions

View File

@ -13567,6 +13567,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes: TileSplit (Dynamic), TileMerge (Dynamic)" "description": "Nodes: TileSplit (Dynamic), TileMerge (Dynamic)"
}, },
{
"author": "Assistant",
"title": "ComfyUI-PromptList",
"reference": "https://github.com/NakamuraShippo/ComfyUI-PromptList",
"files": [
"https://github.com/NakamuraShippo/ComfyUI-PromptList"
],
"install_type": "git-clone",
"description": "Custom node for managing prompts with CSV integration"
},

View File

@ -537,6 +537,7 @@
], ],
"https://github.com/AIFSH/DHLive-ComfyUI": [ "https://github.com/AIFSH/DHLive-ComfyUI": [
[ [
"CombineVideo",
"DHLiveNode", "DHLiveNode",
"LoadVideo", "LoadVideo",
"PreViewVideo", "PreViewVideo",
@ -576,6 +577,8 @@
"ExperienceNode", "ExperienceNode",
"GSFinetuneNone", "GSFinetuneNone",
"GSVTTSNode", "GSVTTSNode",
"LoadSRT",
"PreViewSRT",
"TSCY_Node", "TSCY_Node",
"TextDictNode" "TextDictNode"
], ],
@ -2858,6 +2861,14 @@
"title_aux": "ComfyUI_MiniCPM-V-2_6-int4" "title_aux": "ComfyUI_MiniCPM-V-2_6-int4"
} }
], ],
"https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": [
[
"Qwen2_AQA"
],
{
"title_aux": "ComfyUI_Qwen2-Audio-7B-Instruct-Int4"
}
],
"https://github.com/JPS-GER/ComfyUI_JPS-Nodes": [ "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": [
[ [
"CLIPTextEncode SDXL Plus (JPS)", "CLIPTextEncode SDXL Plus (JPS)",
@ -4056,6 +4067,17 @@
"title_aux": "ComfyUI-RTX-Remix" "title_aux": "ComfyUI-RTX-Remix"
} }
], ],
"https://github.com/NakamuraShippo/ComfyUI-PromptList": [
[
"ComfyUI-PromptList"
],
{
"author": "Assistant",
"description": "Custom node for managing prompts with CSV integration",
"title": "ComfyUI-PromptList",
"title_aux": "ComfyUI-PromptList"
}
],
"https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": [ "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": [
[ [
"NoisyLatentPerlinD" "NoisyLatentPerlinD"
@ -8827,6 +8849,7 @@
"LayerUtility: BooleanOperator", "LayerUtility: BooleanOperator",
"LayerUtility: BooleanOperatorV2", "LayerUtility: BooleanOperatorV2",
"LayerUtility: CheckMask", "LayerUtility: CheckMask",
"LayerUtility: CheckMaskV2",
"LayerUtility: ColorImage", "LayerUtility: ColorImage",
"LayerUtility: ColorImage V2", "LayerUtility: ColorImage V2",
"LayerUtility: ColorPicker", "LayerUtility: ColorPicker",
@ -8859,6 +8882,8 @@
"LayerUtility: ImageHub", "LayerUtility: ImageHub",
"LayerUtility: ImageMaskScaleAs", "LayerUtility: ImageMaskScaleAs",
"LayerUtility: ImageOpacity", "LayerUtility: ImageOpacity",
"LayerUtility: ImageReel",
"LayerUtility: ImageReelComposit",
"LayerUtility: ImageRemoveAlpha", "LayerUtility: ImageRemoveAlpha",
"LayerUtility: ImageRewardFilter", "LayerUtility: ImageRewardFilter",
"LayerUtility: ImageScaleByAspectRatio", "LayerUtility: ImageScaleByAspectRatio",
@ -12841,6 +12866,7 @@
"Bjornulf_CustomStringType", "Bjornulf_CustomStringType",
"Bjornulf_GrayscaleTransform", "Bjornulf_GrayscaleTransform",
"Bjornulf_GreenScreenToTransparency", "Bjornulf_GreenScreenToTransparency",
"Bjornulf_LoadImageWithTransparency",
"Bjornulf_LoopAllLines", "Bjornulf_LoopAllLines",
"Bjornulf_LoopBasicBatch", "Bjornulf_LoopBasicBatch",
"Bjornulf_LoopCombosSamplersSchedulers", "Bjornulf_LoopCombosSamplersSchedulers",
@ -13250,6 +13276,7 @@
], ],
"https://github.com/kijai/ComfyUI-FluxTrainer": [ "https://github.com/kijai/ComfyUI-FluxTrainer": [
[ [
"ExtractFluxLoRA",
"FluxKohyaInferenceSampler", "FluxKohyaInferenceSampler",
"FluxTrainEnd", "FluxTrainEnd",
"FluxTrainLoop", "FluxTrainLoop",
@ -18179,20 +18206,27 @@
"GTF | Colorspace - Standard Linear to Gamma", "GTF | Colorspace - Standard Linear to Gamma",
"GTF | Convert - Batch Max", "GTF | Convert - Batch Max",
"GTF | Convert - Batch Min", "GTF | Convert - Batch Min",
"GTF | Convert - Binary Threshold",
"GTF | Convert - Channel Max", "GTF | Convert - Channel Max",
"GTF | Convert - Channel Min", "GTF | Convert - Channel Min",
"GTF | Convert - Luminance", "GTF | Convert - Luminance",
"GTF | Convert - Max", "GTF | Convert - Max",
"GTF | Convert - Min", "GTF | Convert - Min",
"GTF | Convert - Quantize Normalized", "GTF | Filter - Binary Threshold",
"GTF | Filter - Convolve", "GTF | Filter - Convolve",
"GTF | Filter - Invert",
"GTF | Filter - Morphological", "GTF | Filter - Morphological",
"GTF | Filter - Normalize Kernel",
"GTF | Filter - Quantize",
"GTF | From Images", "GTF | From Images",
"GTF | From Latents", "GTF | From Latents",
"GTF | From Masks", "GTF | From Masks",
"GTF | Kernel - Gaussian", "GTF | Kernel - Gaussian",
"GTF | Math - Acos",
"GTF | Math - Add", "GTF | Math - Add",
"GTF | Math - Asin",
"GTF | Math - Atan",
"GTF | Math - Atan2",
"GTF | Math - Cos",
"GTF | Math - Divide", "GTF | Math - Divide",
"GTF | Math - Equal", "GTF | Math - Equal",
"GTF | Math - Lerp", "GTF | Math - Lerp",
@ -18201,7 +18235,9 @@
"GTF | Math - Negative", "GTF | Math - Negative",
"GTF | Math - Pow", "GTF | Math - Pow",
"GTF | Math - Reciprocal", "GTF | Math - Reciprocal",
"GTF | Math - Sin",
"GTF | Math - Subtract", "GTF | Math - Subtract",
"GTF | Math - Tan",
"GTF | Resample - Area", "GTF | Resample - Area",
"GTF | Resample - Lanczos", "GTF | Resample - Lanczos",
"GTF | Resample - Mitchell-Netravali", "GTF | Resample - Mitchell-Netravali",
@ -18227,6 +18263,12 @@
"GTF | Transform - Connected Components", "GTF | Transform - Connected Components",
"GTF | Transform - Crop to BBOX", "GTF | Transform - Crop to BBOX",
"GTF | Transform - Crop/Uncrop with Anchor", "GTF | Transform - Crop/Uncrop with Anchor",
"GTF | Transform - Flip Horizontal",
"GTF | Transform - Flip Vertical",
"GTF | Transform - Rotate 180",
"GTF | Transform - Rotate CCW",
"GTF | Transform - Rotate CW",
"GTF | Transform - Transpose",
"GTF | Transform - Uncrop from BBOX", "GTF | Transform - Uncrop from BBOX",
"GTF | Update Latents", "GTF | Update Latents",
"Primitive | Boolean", "Primitive | Boolean",
@ -18622,6 +18664,7 @@
"easy mathInt", "easy mathInt",
"easy mathString", "easy mathString",
"easy negative", "easy negative",
"easy outputToList",
"easy pipeBatchIndex", "easy pipeBatchIndex",
"easy pipeEdit", "easy pipeEdit",
"easy pipeEditPrompt", "easy pipeEditPrompt",

View File

@ -1034,6 +1034,11 @@
"last_update": "2024-08-21 13:37:51", "last_update": "2024-08-21 13:37:51",
"author_account_age_days": 471 "author_account_age_days": 471
}, },
"https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": {
"stars": 1,
"last_update": "2024-08-24 08:50:19",
"author_account_age_days": 472
},
"https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": {
"stars": 42, "stars": 42,
"last_update": "2024-05-22 20:39:14", "last_update": "2024-05-22 20:39:14",
@ -1444,6 +1449,11 @@
"last_update": "2024-08-16 09:59:32", "last_update": "2024-08-16 09:59:32",
"author_account_age_days": 3741 "author_account_age_days": 3741
}, },
"https://github.com/NakamuraShippo/ComfyUI-PromptList": {
"stars": 1,
"last_update": "2024-08-24 02:56:00",
"author_account_age_days": 423
},
"https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "https://github.com/Nestorchik/NStor-ComfyUI-Translation": {
"stars": 2, "stars": 2,
"last_update": "2024-06-14 10:25:32", "last_update": "2024-06-14 10:25:32",
@ -3304,6 +3314,11 @@
"last_update": "2024-08-02 14:14:29", "last_update": "2024-08-02 14:14:29",
"author_account_age_days": 155 "author_account_age_days": 155
}, },
"https://github.com/daxcay/ComfyUI-Nexus": {
"stars": 0,
"last_update": "2024-08-24 08:16:02",
"author_account_age_days": 156
},
"https://github.com/daxthin/DZ-FaceDetailer": { "https://github.com/daxthin/DZ-FaceDetailer": {
"stars": 127, "stars": 127,
"last_update": "2024-06-17 10:00:30", "last_update": "2024-06-17 10:00:30",

View File

@ -10,6 +10,26 @@
{
"author": "daxcay",
"title": "ComfyUI-Nexus",
"reference": "https://github.com/daxcay/ComfyUI-Nexus",
"files": [
"https://github.com/daxcay/ComfyUI-Nexus"
],
"install_type": "git-clone",
"description": "Node to enable seamless multiuser workflow collaboration, run on local and remote comfy servers."
},
{
"author": "Assistant",
"title": "ComfyUI-PromptList",
"reference": "https://github.com/NakamuraShippo/ComfyUI-PromptList",
"files": [
"https://github.com/NakamuraShippo/ComfyUI-PromptList"
],
"install_type": "git-clone",
"description": "Custom node for managing prompts with CSV integration"
},
{ {
"author": "X-T-E-R", "author": "X-T-E-R",
"title": "ComfyUI Easy Civitai (XTNodes)", "title": "ComfyUI Easy Civitai (XTNodes)",

View File

@ -537,6 +537,7 @@
], ],
"https://github.com/AIFSH/DHLive-ComfyUI": [ "https://github.com/AIFSH/DHLive-ComfyUI": [
[ [
"CombineVideo",
"DHLiveNode", "DHLiveNode",
"LoadVideo", "LoadVideo",
"PreViewVideo", "PreViewVideo",
@ -576,6 +577,8 @@
"ExperienceNode", "ExperienceNode",
"GSFinetuneNone", "GSFinetuneNone",
"GSVTTSNode", "GSVTTSNode",
"LoadSRT",
"PreViewSRT",
"TSCY_Node", "TSCY_Node",
"TextDictNode" "TextDictNode"
], ],
@ -2858,6 +2861,14 @@
"title_aux": "ComfyUI_MiniCPM-V-2_6-int4" "title_aux": "ComfyUI_MiniCPM-V-2_6-int4"
} }
], ],
"https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": [
[
"Qwen2_AQA"
],
{
"title_aux": "ComfyUI_Qwen2-Audio-7B-Instruct-Int4"
}
],
"https://github.com/JPS-GER/ComfyUI_JPS-Nodes": [ "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": [
[ [
"CLIPTextEncode SDXL Plus (JPS)", "CLIPTextEncode SDXL Plus (JPS)",
@ -4056,6 +4067,17 @@
"title_aux": "ComfyUI-RTX-Remix" "title_aux": "ComfyUI-RTX-Remix"
} }
], ],
"https://github.com/NakamuraShippo/ComfyUI-PromptList": [
[
"ComfyUI-PromptList"
],
{
"author": "Assistant",
"description": "Custom node for managing prompts with CSV integration",
"title": "ComfyUI-PromptList",
"title_aux": "ComfyUI-PromptList"
}
],
"https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": [ "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": [
[ [
"NoisyLatentPerlinD" "NoisyLatentPerlinD"
@ -8827,6 +8849,7 @@
"LayerUtility: BooleanOperator", "LayerUtility: BooleanOperator",
"LayerUtility: BooleanOperatorV2", "LayerUtility: BooleanOperatorV2",
"LayerUtility: CheckMask", "LayerUtility: CheckMask",
"LayerUtility: CheckMaskV2",
"LayerUtility: ColorImage", "LayerUtility: ColorImage",
"LayerUtility: ColorImage V2", "LayerUtility: ColorImage V2",
"LayerUtility: ColorPicker", "LayerUtility: ColorPicker",
@ -8859,6 +8882,8 @@
"LayerUtility: ImageHub", "LayerUtility: ImageHub",
"LayerUtility: ImageMaskScaleAs", "LayerUtility: ImageMaskScaleAs",
"LayerUtility: ImageOpacity", "LayerUtility: ImageOpacity",
"LayerUtility: ImageReel",
"LayerUtility: ImageReelComposit",
"LayerUtility: ImageRemoveAlpha", "LayerUtility: ImageRemoveAlpha",
"LayerUtility: ImageRewardFilter", "LayerUtility: ImageRewardFilter",
"LayerUtility: ImageScaleByAspectRatio", "LayerUtility: ImageScaleByAspectRatio",
@ -12841,6 +12866,7 @@
"Bjornulf_CustomStringType", "Bjornulf_CustomStringType",
"Bjornulf_GrayscaleTransform", "Bjornulf_GrayscaleTransform",
"Bjornulf_GreenScreenToTransparency", "Bjornulf_GreenScreenToTransparency",
"Bjornulf_LoadImageWithTransparency",
"Bjornulf_LoopAllLines", "Bjornulf_LoopAllLines",
"Bjornulf_LoopBasicBatch", "Bjornulf_LoopBasicBatch",
"Bjornulf_LoopCombosSamplersSchedulers", "Bjornulf_LoopCombosSamplersSchedulers",
@ -13250,6 +13276,7 @@
], ],
"https://github.com/kijai/ComfyUI-FluxTrainer": [ "https://github.com/kijai/ComfyUI-FluxTrainer": [
[ [
"ExtractFluxLoRA",
"FluxKohyaInferenceSampler", "FluxKohyaInferenceSampler",
"FluxTrainEnd", "FluxTrainEnd",
"FluxTrainLoop", "FluxTrainLoop",
@ -18179,20 +18206,27 @@
"GTF | Colorspace - Standard Linear to Gamma", "GTF | Colorspace - Standard Linear to Gamma",
"GTF | Convert - Batch Max", "GTF | Convert - Batch Max",
"GTF | Convert - Batch Min", "GTF | Convert - Batch Min",
"GTF | Convert - Binary Threshold",
"GTF | Convert - Channel Max", "GTF | Convert - Channel Max",
"GTF | Convert - Channel Min", "GTF | Convert - Channel Min",
"GTF | Convert - Luminance", "GTF | Convert - Luminance",
"GTF | Convert - Max", "GTF | Convert - Max",
"GTF | Convert - Min", "GTF | Convert - Min",
"GTF | Convert - Quantize Normalized", "GTF | Filter - Binary Threshold",
"GTF | Filter - Convolve", "GTF | Filter - Convolve",
"GTF | Filter - Invert",
"GTF | Filter - Morphological", "GTF | Filter - Morphological",
"GTF | Filter - Normalize Kernel",
"GTF | Filter - Quantize",
"GTF | From Images", "GTF | From Images",
"GTF | From Latents", "GTF | From Latents",
"GTF | From Masks", "GTF | From Masks",
"GTF | Kernel - Gaussian", "GTF | Kernel - Gaussian",
"GTF | Math - Acos",
"GTF | Math - Add", "GTF | Math - Add",
"GTF | Math - Asin",
"GTF | Math - Atan",
"GTF | Math - Atan2",
"GTF | Math - Cos",
"GTF | Math - Divide", "GTF | Math - Divide",
"GTF | Math - Equal", "GTF | Math - Equal",
"GTF | Math - Lerp", "GTF | Math - Lerp",
@ -18201,7 +18235,9 @@
"GTF | Math - Negative", "GTF | Math - Negative",
"GTF | Math - Pow", "GTF | Math - Pow",
"GTF | Math - Reciprocal", "GTF | Math - Reciprocal",
"GTF | Math - Sin",
"GTF | Math - Subtract", "GTF | Math - Subtract",
"GTF | Math - Tan",
"GTF | Resample - Area", "GTF | Resample - Area",
"GTF | Resample - Lanczos", "GTF | Resample - Lanczos",
"GTF | Resample - Mitchell-Netravali", "GTF | Resample - Mitchell-Netravali",
@ -18227,6 +18263,12 @@
"GTF | Transform - Connected Components", "GTF | Transform - Connected Components",
"GTF | Transform - Crop to BBOX", "GTF | Transform - Crop to BBOX",
"GTF | Transform - Crop/Uncrop with Anchor", "GTF | Transform - Crop/Uncrop with Anchor",
"GTF | Transform - Flip Horizontal",
"GTF | Transform - Flip Vertical",
"GTF | Transform - Rotate 180",
"GTF | Transform - Rotate CCW",
"GTF | Transform - Rotate CW",
"GTF | Transform - Transpose",
"GTF | Transform - Uncrop from BBOX", "GTF | Transform - Uncrop from BBOX",
"GTF | Update Latents", "GTF | Update Latents",
"Primitive | Boolean", "Primitive | Boolean",
@ -18622,6 +18664,7 @@
"easy mathInt", "easy mathInt",
"easy mathString", "easy mathString",
"easy negative", "easy negative",
"easy outputToList",
"easy pipeBatchIndex", "easy pipeBatchIndex",
"easy pipeEdit", "easy pipeEdit",
"easy pipeEditPrompt", "easy pipeEditPrompt",