update DB

This commit is contained in:
Dr.Lt.Data 2025-07-24 02:06:14 +09:00
parent 1c336dad6b
commit fb48d1b485
5 changed files with 129 additions and 21 deletions

View File

@ -29800,6 +29800,17 @@
"AI"
]
},
{
"author": "Cyrostar",
"title": "ComfyUI-Artha-Gemini",
"id": "comfyui-artha-gemini",
"reference": "https://github.com/Cyrostar/ComfyUI-Artha-Gemini",
"files": [
"https://github.com/Cyrostar/ComfyUI-Artha-Gemini"
],
"install_type": "git-clone",
"description": "ComfyUI custom nodes for interacting with the Gemini api for image and video generation prompting."
},
@ -30225,17 +30236,6 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "Cyrostar",
"title": "ComfyUI-Artha-Gemini",
"id": "comfyui-artha-gemini",
"reference": "https://github.com/Cyrostar/ComfyUI-Artha-Gemini",
"files": [
"https://github.com/Cyrostar/ComfyUI-Artha-Gemini"
],
"install_type": "git-clone",
"description": "ComfyUI custom nodes for interacting with the Gemini api for image and video generation prompting."
}
]
}

View File

@ -3984,6 +3984,21 @@
"title_aux": "ComfyUI Checkpoint Loader Config"
}
],
"https://github.com/Cyrostar/ComfyUI-Artha-Gemini": [
[
"GeminiCondense",
"GeminiInstruct",
"GeminiMotion",
"GeminiPrompter",
"GeminiQuestion",
"GeminiResponse",
"GeminiTranslate",
"GeminiVision"
],
{
"title_aux": "ComfyUI-Artha-Gemini"
}
],
"https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": [
[
"Control Pipe (Focus Nodes)",
@ -14466,6 +14481,19 @@
"title_aux": "ComfyUI-HiDream-I1"
}
],
"https://github.com/Yuan-ManX/ComfyUI-HiggsAudio": [
[
"HiggsAudio",
"LoadHiggsAudioModel",
"LoadHiggsAudioPrompt",
"LoadHiggsAudioSystemPrompt",
"LoadHiggsAudioTokenizer",
"SaveHiggsAudio"
],
{
"title_aux": "ComfyUI-HiggsAudio"
}
],
"https://github.com/Yuan-ManX/ComfyUI-Hunyuan3D-2.1": [
[
"Hunyuan3DShapeGeneration",
@ -20512,6 +20540,24 @@
"title_aux": "ComfyUI_experiments"
}
],
"https://github.com/comnote-max/builmenlabo": [
[
"GeminiPoseAnalyzer",
"LlamaCppAIO",
"LlamaCppCompleteUnload",
"LlamaCppGenerate",
"LlamaCppLoader",
"LlamaCppMemoryInfo",
"LlamaCppSafeUnload",
"LlamaCppUnload",
"MultiControlNetLoader",
"PromptTranslator"
],
{
"nodename_pattern": "BuimenLabo",
"title_aux": "ComfyUI BuimenLabo - Unified Package"
}
],
"https://github.com/concarne000/ConCarneNode": [
[
"BingImageGrabber",

View File

@ -1429,6 +1429,11 @@
"last_update": "2024-07-31 13:54:16",
"author_account_age_days": 5552
},
"https://github.com/Cyrostar/ComfyUI-Artha-Gemini": {
"stars": 0,
"last_update": "2025-07-23 14:25:09",
"author_account_age_days": 3105
},
"https://github.com/Cyrus-Hei/comfyui-prompt-bank": {
"stars": 1,
"last_update": "2025-07-21 10:04:05",
@ -5184,6 +5189,11 @@
"last_update": "2025-04-14 02:56:22",
"author_account_age_days": 1834
},
"https://github.com/Yuan-ManX/ComfyUI-HiggsAudio": {
"stars": 1,
"last_update": "2025-07-23 07:53:30",
"author_account_age_days": 1834
},
"https://github.com/Yuan-ManX/ComfyUI-Hunyuan3D-2.1": {
"stars": 21,
"last_update": "2025-06-16 07:03:54",
@ -7194,6 +7204,11 @@
"last_update": "2024-05-22 15:29:49",
"author_account_age_days": 943
},
"https://github.com/comnote-max/builmenlabo": {
"stars": 1,
"last_update": "2025-07-23 12:21:35",
"author_account_age_days": 167
},
"https://github.com/concarne000/ConCarneNode": {
"stars": 4,
"last_update": "2024-05-22 22:10:18",

View File

@ -1,5 +1,16 @@
{
"custom_nodes": [
{
"author": "Cyrostar",
"title": "ComfyUI-Artha-Gemini",
"id": "comfyui-artha-gemini",
"reference": "https://github.com/Cyrostar/ComfyUI-Artha-Gemini",
"files": [
"https://github.com/Cyrostar/ComfyUI-Artha-Gemini"
],
"install_type": "git-clone",
"description": "ComfyUI custom nodes for interacting with the Gemini api for image and video generation prompting."
},
{
"author": "BuimenLabo",
"title": "ComfyUI BuimenLabo - Unified Package",
@ -683,16 +694,6 @@
],
"install_type": "git-clone",
"description": "Displays up to 64 recent images from a folder as numbered thumbnails in a grid contact sheet format, allowing you to select and load one for post-processing"
},
{
"author": "Ben Staniford",
"title": "Prompt Database for ComfyUI",
"reference": "https://github.com/benstaniford/comfy-prompt-db",
"files": [
"https://github.com/benstaniford/comfy-prompt-db"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node that provides a database-driven prompt management system. Store, organize, and edit prompts in categories with persistent JSON storage."
}
]
}

View File

@ -3984,6 +3984,21 @@
"title_aux": "ComfyUI Checkpoint Loader Config"
}
],
"https://github.com/Cyrostar/ComfyUI-Artha-Gemini": [
[
"GeminiCondense",
"GeminiInstruct",
"GeminiMotion",
"GeminiPrompter",
"GeminiQuestion",
"GeminiResponse",
"GeminiTranslate",
"GeminiVision"
],
{
"title_aux": "ComfyUI-Artha-Gemini"
}
],
"https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": [
[
"Control Pipe (Focus Nodes)",
@ -14466,6 +14481,19 @@
"title_aux": "ComfyUI-HiDream-I1"
}
],
"https://github.com/Yuan-ManX/ComfyUI-HiggsAudio": [
[
"HiggsAudio",
"LoadHiggsAudioModel",
"LoadHiggsAudioPrompt",
"LoadHiggsAudioSystemPrompt",
"LoadHiggsAudioTokenizer",
"SaveHiggsAudio"
],
{
"title_aux": "ComfyUI-HiggsAudio"
}
],
"https://github.com/Yuan-ManX/ComfyUI-Hunyuan3D-2.1": [
[
"Hunyuan3DShapeGeneration",
@ -20512,6 +20540,24 @@
"title_aux": "ComfyUI_experiments"
}
],
"https://github.com/comnote-max/builmenlabo": [
[
"GeminiPoseAnalyzer",
"LlamaCppAIO",
"LlamaCppCompleteUnload",
"LlamaCppGenerate",
"LlamaCppLoader",
"LlamaCppMemoryInfo",
"LlamaCppSafeUnload",
"LlamaCppUnload",
"MultiControlNetLoader",
"PromptTranslator"
],
{
"nodename_pattern": "BuimenLabo",
"title_aux": "ComfyUI BuimenLabo - Unified Package"
}
],
"https://github.com/concarne000/ConCarneNode": [
[
"BingImageGrabber",