update DB

This commit is contained in:
Dr.Lt.Data 2025-07-03 07:31:25 +09:00
parent db92b87782
commit f33bc127dc
9 changed files with 195 additions and 43 deletions

View File

@ -28478,13 +28478,13 @@
},
{
"author": "manifestations",
"title": "ComfyUI Ethnic Outfit & Prompt Enhancer Nodes",
"reference": "https://github.com/manifestations/comfyui-indian-outfit",
"title": "ComfyUI Ethnic Outfits Custom Nodes",
"reference": "https://github.com/manifestations/comfyui-outfits",
"files": [
"https://github.com/manifestations/comfyui-indian-outfit"
"https://github.com/manifestations/comfyui-outfits"
],
"install_type": "git-clone",
"description": "Features:\n* Extensive options for Indian, Indonesian, and international clothing, jewelry, accessories, and styles\n* Multiple jewelry and accessory fields (with material support: gold, diamond, silver, leather, beads, etc.)\n* Support for tattoos, henna, hair styles, poses, shot types, lighting, and photography genres\n* Seamless prompt expansion using your own Ollama LLM instance\n* Modular, extensible JSON data files for easy customization"
"description": "Custom ComfyUI nodes for generating outfit prompts representing diverse ethnicities, cultures, and regions. Uses extensible JSON data for clothing, accessories, and poses, with “random/disabled” dropdowns for flexibility. Advanced prompt engineering is supported via Ollama LLM integration. Easily add new regions, ethnicities, or cultures by updating data files and creating lightweight node wrappers. Designed for artists, researchers, and developers seeking culturally rich, customizable prompt generation in ComfyUI workflows."
},
{
"author": "heheok",
@ -28547,6 +28547,27 @@
"install_type": "git-clone",
"description": "Audio separation (demixing) using AI. Separating Voices, Instruments, Bass, Drums, etc. CLI and ComfyUI"
},
{
"author": "creepybits",
"title": "Save Image To Google Drive",
"id": "creepybits",
"reference": "https://github.com/Creepybits/ComfyUI-Save_To_GDrive",
"files": [
"https://github.com/Creepybits/ComfyUI-Save_To_GDrive"
],
"install_type": "git-clone",
"description": "This ComfyUI node will save images directly to Google Drive by using Google's free API service."
},
{
"author": "Hazukiaoi",
"title": "LM Studio Tools for ComfyUI",
"reference": "https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools",
"files": [
"https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools"
],
"install_type": "git-clone",
"description": "This is a custom node pack designed for ComfyUI that seamlessly integrates the powerful LM Studio into your workflow, enabling you to perform a variety of tasks such as text generation and image understanding (Vision) using locally run LLMs."
},
@ -28967,17 +28988,6 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "creepybits",
"title": "Save Image To Google Drive",
"id": "creepybits",
"reference": "https://github.com/Creepybits/ComfyUI-Save_To_GDrive",
"files": [
"https://github.com/Creepybits/ComfyUI-Save_To_GDrive"
],
"install_type": "git-clone",
"description": "This ComfyUI node will save images directly to Google Drive by using Google's free API service."
}
]
}

View File

@ -3783,6 +3783,14 @@
"title_aux": "ComfyUI-Creepy_nodes"
}
],
"https://github.com/Creepybits/ComfyUI-Save_To_GDrive": [
[
"SaveImageToGoogleDrive"
],
{
"title_aux": "Save Image To Google Drive"
}
],
"https://github.com/Cryptyox/anaglyphTool-Comfyui": [
[
"AnaglyphTool",
@ -5873,6 +5881,20 @@
"title_aux": "ComfyUI Better Strings"
}
],
"https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools": [
[
"LMS_APIConfig",
"LMS_GetAssistantMessage",
"LMS_Request",
"LMS_SelectModel",
"LMS_SystemPrompt",
"LMS_UnloadModel",
"LMS_UserPrompt"
],
{
"title_aux": "LM Studio Tools for ComfyUI"
}
],
"https://github.com/HeadshotPro/ComfyUI-HeadshotPro": [
[
"[HSP] Download Dreambooth Checkpoint",
@ -22248,7 +22270,6 @@
],
"https://github.com/fredconex/ComfyUI-SongBloom": [
[
"SongBloomDecoder",
"SongBloomGenerate",
"SongBloomModelLoader"
],
@ -25318,6 +25339,7 @@
],
"https://github.com/joeriben/ai4artsed_comfyui_nodes": [
[
"ai4artsed_conditioning_fusion",
"ai4artsed_image_analysis",
"ai4artsed_openrouter_key",
"ai4artsed_prompt_interception",
@ -29305,14 +29327,16 @@
"title_aux": "ComfyUI-Mango-Random"
}
],
"https://github.com/manifestations/comfyui-indian-outfit": [
"https://github.com/manifestations/comfyui-outfits": [
[
"OllamaPromptEnhancer",
"WizDroid Indian Clothing Generator",
"WizDroid Indonesian Clothing Generator (ID)"
"ChineseOutfitNode",
"IndianOutfitNode",
"IndonesianOutfitNode",
"JapaneseOutfitNode",
"OllamaPrompter"
],
{
"title_aux": "ComfyUI Ethnic Outfit & Prompt Enhancer Nodes"
"title_aux": "ComfyUI Ethnic Outfits Custom Nodes"
}
],
"https://github.com/mape/ComfyUI-mape-Helpers": [
@ -35197,7 +35221,8 @@
],
"https://github.com/sysL-padawan/comfyui-elevenlabs-integration": [
[
"ElevenlabsRequestNode"
"ElevenlabsTextToEffect",
"ElevenlabsTextToVoice"
],
{
"title_aux": "ComfyUI ElevenLabs API integration"

View File

@ -1339,6 +1339,11 @@
"last_update": "2025-07-01 19:59:32",
"author_account_age_days": 1980
},
"https://github.com/Creepybits/ComfyUI-Save_To_GDrive": {
"stars": 0,
"last_update": "2025-07-02 21:27:36",
"author_account_age_days": 1980
},
"https://github.com/Cryptyox/anaglyphTool-Comfyui": {
"stars": 7,
"last_update": "2025-05-13 16:12:27",
@ -2124,6 +2129,11 @@
"last_update": "2025-03-27 12:41:28",
"author_account_age_days": 2615
},
"https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools": {
"stars": 0,
"last_update": "2025-07-02 13:28:53",
"author_account_age_days": 4348
},
"https://github.com/HeadshotPro/ComfyUI-HeadshotPro": {
"stars": 1,
"last_update": "2024-08-14 04:00:34",
@ -9934,10 +9944,10 @@
"last_update": "2025-01-21 11:31:10",
"author_account_age_days": 777
},
"https://github.com/manifestations/comfyui-indian-outfit": {
"https://github.com/manifestations/comfyui-outfits": {
"stars": 0,
"last_update": "2025-07-01 13:54:11",
"author_account_age_days": 4526
"last_update": "2025-07-02 16:20:06",
"author_account_age_days": 4527
},
"https://github.com/mape/ComfyUI-mape-Helpers": {
"stars": 180,

View File

@ -1,5 +1,25 @@
{
"custom_nodes": [
{
"author": "XiaoHeiziGGG",
"title": "ComfyUI-Gemini-Kontext [WIP]",
"reference": "https://github.com/XiaoHeiziGGG/ComfyUI-Gemini-Kontext",
"files": [
"https://github.com/XiaoHeiziGGG/ComfyUI-Gemini-Kontext"
],
"install_type": "git-clone",
"description": "Google Gemini API powered translation nodes for ComfyUI\nNOTE: The files in the repo are not organized."
},
{
"author": "Bwebbfx",
"title": "ComfyUI Face Parsing Nodes [WIP]",
"reference": "https://github.com/Bwebbfx/ComfyUI_FaceParsing",
"files": [
"https://github.com/Bwebbfx/ComfyUI_FaceParsing"
],
"install_type": "git-clone",
"description": "This package provides ComfyUI nodes for face parsing using BiSeNet (from yakhyo/face-parsing), supporting batch and video workflows.\nNOTE: The files in the repo are not organized."
},
{
"author": "orion4d",
"title": "Unified List Selector for ComfyUI [UNSAFE]",

View File

@ -973,6 +973,16 @@
"title_aux": "ComfyUI-BS_FalAi-API-Video [WIP]"
}
],
"https://github.com/Bwebbfx/ComfyUI_FaceParsing": [
[
"FaceParsingInfer",
"FaceParsingLoader",
"FacePartMask"
],
{
"title_aux": "ComfyUI Face Parsing Nodes [WIP]"
}
],
"https://github.com/COcisuts/CObot-ComfyUI-WhisperToTranscription": [
[
"CobotWhisperToTransciption"
@ -3507,6 +3517,17 @@
"title_aux": "ComfyUI-WozNodes"
}
],
"https://github.com/XiaoHeiziGGG/ComfyUI-Gemini-Kontext": [
[
"GeminiBatchTranslator",
"GeminiImageAnalyzer",
"GeminiKontextOptimizer",
"GeminiTranslator"
],
{
"title_aux": "ComfyUI-Gemini-Kontext [WIP]"
}
],
"https://github.com/XiaoHeiziGGG/ComfyUI-GeminiTranslator": [
[
"GeminiBatchTranslator",

View File

@ -254,6 +254,11 @@
"last_update": "2025-06-19 06:47:25",
"author_account_age_days": 164
},
"https://github.com/Bwebbfx/ComfyUI_FaceParsing": {
"stars": 0,
"last_update": "2025-07-02 20:41:55",
"author_account_age_days": 600
},
"https://github.com/COcisuts/CObot-ComfyUI-WhisperToTranscription": {
"stars": 0,
"last_update": "2025-06-08 13:32:25",
@ -1084,6 +1089,11 @@
"last_update": "2025-06-25 14:29:29",
"author_account_age_days": 4482
},
"https://github.com/XiaoHeiziGGG/ComfyUI-Gemini-Kontext": {
"stars": 0,
"last_update": "2025-07-02 21:15:07",
"author_account_age_days": 427
},
"https://github.com/XiaoHeiziGGG/ComfyUI-GeminiTranslator": {
"stars": 0,
"last_update": "2025-06-30 05:43:17",
@ -1332,7 +1342,7 @@
"https://github.com/bikiam/ComfyUi_WhisperGTranslate": {
"stars": 0,
"last_update": "2025-07-01 19:41:11",
"author_account_age_days": 522
"author_account_age_days": 523
},
"https://github.com/birnam/ComfyUI-GenData-Pack": {
"stars": 0,

View File

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "manifestations",
"title": "ComfyUI Ethnic Outfit & Prompt Enhancer Nodes [REMOVED]",
"reference": "https://github.com/manifestations/comfyui-indian-outfit",
"files": [
"https://github.com/manifestations/comfyui-indian-outfit"
],
"install_type": "git-clone",
"description": "Features:\n* Extensive options for Indian, Indonesian, and international clothing, jewelry, accessories, and styles\n* Multiple jewelry and accessory fields (with material support: gold, diamond, silver, leather, beads, etc.)\n* Support for tattoos, henna, hair styles, poses, shot types, lighting, and photography genres\n* Seamless prompt expansion using your own Ollama LLM instance\n* Modular, extensible JSON data files for easy customization"
},
{
"author": "coVISIONSld",
"title": "ComfyUI-OmniGen2 [REMOVED]",

View File

@ -1,5 +1,36 @@
{
"custom_nodes": [
{
"author": "Hazukiaoi",
"title": "LM Studio Tools for ComfyUI",
"reference": "https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools",
"files": [
"https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools"
],
"install_type": "git-clone",
"description": "This is a custom node pack designed for ComfyUI that seamlessly integrates the powerful LM Studio into your workflow, enabling you to perform a variety of tasks such as text generation and image understanding (Vision) using locally run LLMs."
},
{
"author": "manifestations",
"title": "ComfyUI Ethnic Outfits Custom Nodes",
"reference": "https://github.com/manifestations/comfyui-outfits",
"files": [
"https://github.com/manifestations/comfyui-outfits"
],
"install_type": "git-clone",
"description": "Custom ComfyUI nodes for generating outfit prompts representing diverse ethnicities, cultures, and regions. Uses extensible JSON data for clothing, accessories, and poses, with “random/disabled” dropdowns for flexibility. Advanced prompt engineering is supported via Ollama LLM integration. Easily add new regions, ethnicities, or cultures by updating data files and creating lightweight node wrappers. Designed for artists, researchers, and developers seeking culturally rich, customizable prompt generation in ComfyUI workflows."
},
{
"author": "creepybits",
"title": "Save Image To Google Drive",
"id": "creepybits",
"reference": "https://github.com/Creepybits/ComfyUI-Save_To_GDrive",
"files": [
"https://github.com/Creepybits/ComfyUI-Save_To_GDrive"
],
"install_type": "git-clone",
"description": "This ComfyUI node will save images directly to Google Drive by using Google's free API service."
},
{
"author": "set-soft",
"title": "Audio Separation",
@ -81,16 +112,6 @@
"install_type": "git-clone",
"description": "This collection of custom nodes for ComfyUI is specifically designed to automate and streamline the process of creating infinite videos with WAN2.1 VACE."
},
{
"author": "manifestations",
"title": "ComfyUI Ethnic Outfit & Prompt Enhancer Nodes",
"reference": "https://github.com/manifestations/comfyui-indian-outfit",
"files": [
"https://github.com/manifestations/comfyui-indian-outfit"
],
"install_type": "git-clone",
"description": "Features:\n* Extensive options for Indian, Indonesian, and international clothing, jewelry, accessories, and styles\n* Multiple jewelry and accessory fields (with material support: gold, diamond, silver, leather, beads, etc.)\n* Support for tattoos, henna, hair styles, poses, shot types, lighting, and photography genres\n* Seamless prompt expansion using your own Ollama LLM instance\n* Modular, extensible JSON data files for easy customization"
},
{
"author": "pmarmotte2",
"title": "ComfyUI-Speaker-Isolation",

View File

@ -3783,6 +3783,14 @@
"title_aux": "ComfyUI-Creepy_nodes"
}
],
"https://github.com/Creepybits/ComfyUI-Save_To_GDrive": [
[
"SaveImageToGoogleDrive"
],
{
"title_aux": "Save Image To Google Drive"
}
],
"https://github.com/Cryptyox/anaglyphTool-Comfyui": [
[
"AnaglyphTool",
@ -5873,6 +5881,20 @@
"title_aux": "ComfyUI Better Strings"
}
],
"https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools": [
[
"LMS_APIConfig",
"LMS_GetAssistantMessage",
"LMS_Request",
"LMS_SelectModel",
"LMS_SystemPrompt",
"LMS_UnloadModel",
"LMS_UserPrompt"
],
{
"title_aux": "LM Studio Tools for ComfyUI"
}
],
"https://github.com/HeadshotPro/ComfyUI-HeadshotPro": [
[
"[HSP] Download Dreambooth Checkpoint",
@ -22248,7 +22270,6 @@
],
"https://github.com/fredconex/ComfyUI-SongBloom": [
[
"SongBloomDecoder",
"SongBloomGenerate",
"SongBloomModelLoader"
],
@ -25318,6 +25339,7 @@
],
"https://github.com/joeriben/ai4artsed_comfyui_nodes": [
[
"ai4artsed_conditioning_fusion",
"ai4artsed_image_analysis",
"ai4artsed_openrouter_key",
"ai4artsed_prompt_interception",
@ -29305,14 +29327,16 @@
"title_aux": "ComfyUI-Mango-Random"
}
],
"https://github.com/manifestations/comfyui-indian-outfit": [
"https://github.com/manifestations/comfyui-outfits": [
[
"OllamaPromptEnhancer",
"WizDroid Indian Clothing Generator",
"WizDroid Indonesian Clothing Generator (ID)"
"ChineseOutfitNode",
"IndianOutfitNode",
"IndonesianOutfitNode",
"JapaneseOutfitNode",
"OllamaPrompter"
],
{
"title_aux": "ComfyUI Ethnic Outfit & Prompt Enhancer Nodes"
"title_aux": "ComfyUI Ethnic Outfits Custom Nodes"
}
],
"https://github.com/mape/ComfyUI-mape-Helpers": [
@ -35197,7 +35221,8 @@
],
"https://github.com/sysL-padawan/comfyui-elevenlabs-integration": [
[
"ElevenlabsRequestNode"
"ElevenlabsTextToEffect",
"ElevenlabsTextToVoice"
],
{
"title_aux": "ComfyUI ElevenLabs API integration"