update DB

This commit is contained in:
Dr.Lt.Data 2025-09-11 12:36:38 +09:00
parent 8d77dd2246
commit e278692749
7 changed files with 947 additions and 953 deletions

View File

@ -20743,16 +20743,6 @@
"install_type": "git-clone",
"description": "A ComfyUI custom node for integrating with Midjourney API."
},
{
"author": "SlackinJack",
"title": "distrifuser_comfyui",
"reference": "https://github.com/SlackinJack/distrifuser_comfyui",
"files": [
"https://github.com/SlackinJack/distrifuser_comfyui"
],
"install_type": "git-clone",
"description": "[a/Distrifuser](https://github.com/mit-han-lab/distrifuser) sampler node for ComfyUI\n"
},
{
"author": "Runware Inc.",
"title": "Runware.ai ComfyUI Inference API Integration",
@ -21170,16 +21160,6 @@
"install_type": "git-clone",
"description": "Seamless Clone for ComfyUI"
},
{
"author": "SlackinJack",
"title": "asyncdiff_comfyui",
"reference": "https://github.com/SlackinJack/asyncdiff_comfyui",
"files": [
"https://github.com/SlackinJack/asyncdiff_comfyui"
],
"install_type": "git-clone",
"description": "AsyncDiff node for ComfyUI"
},
{
"author": "pharmapsychotic",
"title": "comfy-cliption",
@ -31984,6 +31964,16 @@
"install_type": "git-clone",
"description": "ComfyUI node for generating animated dotted waveform visualizations with multiple animation styles including teardrop bars"
},
{
"author": "Saganaki22",
"title": "Seedream4 Replicate",
"reference": "https://github.com/Saganaki22/ComfyUI-Seedream4_Replicate",
"files": [
"https://github.com/Saganaki22/ComfyUI-Seedream4_Replicate"
],
"install_type": "git-clone",
"description": "ComfyUI node for Seedream 4 image generation via Replicate API with support for text-to-image and image-to-image generation"
},
{
"author": "sfinktah",
"title": "comfy-ovum",

View File

@ -5282,6 +5282,7 @@
"ImageGridBatch",
"ImageGridComposite",
"ImageLoaderWithPreviews",
"IntervalGate",
"LLMChat",
"QwenVision",
"SimpleTextInput",
@ -11988,6 +11989,14 @@
"title_aux": "ComfyUI-Qwen-VL"
}
],
"https://github.com/Saganaki22/ComfyUI-Seedream4_Replicate": [
[
"Seedream4_Replicate"
],
{
"title_aux": "Seedream4 Replicate"
}
],
"https://github.com/Saganaki22/ComfyUI-dotWaveform": [
[
"DottedWaveformVisualizer"
@ -12970,33 +12979,6 @@
"title_aux": "AnimateDiff"
}
],
"https://github.com/SlackinJack/asyncdiff_comfyui": [
[
"ADADSampler",
"ADControlNetLoader",
"ADIPAdapterLoader",
"ADLoraLoader",
"ADModelLoader",
"ADMultiLoraCombiner",
"ADPipelineConfig",
"ADSDSampler",
"ADSDUpscaleSampler",
"ADSVDSampler",
"ADSchedulerSelector"
],
{
"title_aux": "asyncdiff_comfyui"
}
],
"https://github.com/SlackinJack/distrifuser_comfyui": [
[
"DFPipelineConfig",
"DFSampler"
],
{
"title_aux": "distrifuser_comfyui"
}
],
"https://github.com/SleeeepyZhou/ComfyUI-CNtranslator": [
[
"CNtranslator",
@ -21871,7 +21853,7 @@
"ConfigGenerateImageOpenAI",
"ConfigGenerateImageOpenRouter",
"ConfigGenerateImagePortrait",
"ConfigGenerateImageSeedanceEditV3",
"ConfigGenerateImageSeedream",
"ConfigGenerateMusic",
"ConfigGenerateSpeech",
"ConfigGenerateVideo",

View File

@ -4454,6 +4454,11 @@
"last_update": "2025-05-26 06:11:20",
"author_account_age_days": 3235
},
"https://github.com/Saganaki22/ComfyUI-Seedream4_Replicate": {
"stars": 1,
"last_update": "2025-09-11 02:08:17",
"author_account_age_days": 1580
},
"https://github.com/Saganaki22/ComfyUI-dotWaveform": {
"stars": 12,
"last_update": "2025-09-04 18:37:26",
@ -4899,16 +4904,6 @@
"last_update": "2025-04-15 08:48:46",
"author_account_age_days": 221
},
"https://github.com/SlackinJack/asyncdiff_comfyui": {
"stars": 0,
"last_update": "2025-04-03 03:17:56",
"author_account_age_days": 2619
},
"https://github.com/SlackinJack/distrifuser_comfyui": {
"stars": 0,
"last_update": "2025-04-03 03:18:17",
"author_account_age_days": 2619
},
"https://github.com/SleeeepyZhou/ComfyUI-CNtranslator": {
"stars": 7,
"last_update": "2025-03-29 04:35:17",

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,25 @@
{
"custom_nodes": [
{
"author": "SlackinJack",
"title": "distrifuser_comfyui [DEPRECATED]",
"reference": "https://github.com/SlackinJack/distrifuser_comfyui",
"files": [
"https://github.com/SlackinJack/distrifuser_comfyui"
],
"install_type": "git-clone",
"description": "[a/Distrifuser](https://github.com/mit-han-lab/distrifuser) sampler node for ComfyUI\n"
},
{
"author": "SlackinJack",
"title": "asyncdiff_comfyui [DEPRECATED]",
"reference": "https://github.com/SlackinJack/asyncdiff_comfyui",
"files": [
"https://github.com/SlackinJack/asyncdiff_comfyui"
],
"install_type": "git-clone",
"description": "AsyncDiff node for ComfyUI"
},
{
"author": "TheBill2001",
"title": "Save Images with Captions [REMOVED]",

View File

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "Saganaki22",
"title": "Seedream4 Replicate",
"reference": "https://github.com/Saganaki22/ComfyUI-Seedream4_Replicate",
"files": [
"https://github.com/Saganaki22/ComfyUI-Seedream4_Replicate"
],
"install_type": "git-clone",
"description": "ComfyUI node for Seedream 4 image generation via Replicate API with support for text-to-image and image-to-image generation"
},
{
"author": "silveroxides",
"title": "ComfyUI Gemini Expanded API",

View File

@ -5282,6 +5282,7 @@
"ImageGridBatch",
"ImageGridComposite",
"ImageLoaderWithPreviews",
"IntervalGate",
"LLMChat",
"QwenVision",
"SimpleTextInput",
@ -11988,6 +11989,14 @@
"title_aux": "ComfyUI-Qwen-VL"
}
],
"https://github.com/Saganaki22/ComfyUI-Seedream4_Replicate": [
[
"Seedream4_Replicate"
],
{
"title_aux": "Seedream4 Replicate"
}
],
"https://github.com/Saganaki22/ComfyUI-dotWaveform": [
[
"DottedWaveformVisualizer"
@ -12970,33 +12979,6 @@
"title_aux": "AnimateDiff"
}
],
"https://github.com/SlackinJack/asyncdiff_comfyui": [
[
"ADADSampler",
"ADControlNetLoader",
"ADIPAdapterLoader",
"ADLoraLoader",
"ADModelLoader",
"ADMultiLoraCombiner",
"ADPipelineConfig",
"ADSDSampler",
"ADSDUpscaleSampler",
"ADSVDSampler",
"ADSchedulerSelector"
],
{
"title_aux": "asyncdiff_comfyui"
}
],
"https://github.com/SlackinJack/distrifuser_comfyui": [
[
"DFPipelineConfig",
"DFSampler"
],
{
"title_aux": "distrifuser_comfyui"
}
],
"https://github.com/SleeeepyZhou/ComfyUI-CNtranslator": [
[
"CNtranslator",
@ -21871,7 +21853,7 @@
"ConfigGenerateImageOpenAI",
"ConfigGenerateImageOpenRouter",
"ConfigGenerateImagePortrait",
"ConfigGenerateImageSeedanceEditV3",
"ConfigGenerateImageSeedream",
"ConfigGenerateMusic",
"ConfigGenerateSpeech",
"ConfigGenerateVideo",