update DB

This commit is contained in:
Dr.Lt.Data 2024-06-29 17:34:20 +09:00
parent 7ecd7c0326
commit 8bff6c4c9b
5 changed files with 56 additions and 36 deletions

View File

@ -10932,14 +10932,14 @@
},
{
"author": "SEkINVR",
"title": "ComfyUI Save Multi-Format Image Node",
"id": "save-multi-format",
"reference": "https://github.com/SEkINVR/ComfyUI-Save-Multi-Format",
"title": "ComfyUI SaveAS",
"id": "saveas",
"reference": "https://github.com/SEkINVR/ComfyUI-SaveAs",
"files": [
"https://github.com/SEkINVR/ComfyUI-Save-Multi-Format"
"https://github.com/SEkINVR/ComfyUI-SaveAs"
],
"install_type": "git-clone",
"description": "This custom node for ComfyUI allows you to save images in multiple formats, including PNG, JPG, WebP, and ICO."
"description": "This custom node for ComfyUI allows you to save images in multiple formats, including PNG, JPG, WebP, and ICO.\n[w/ComfyUI-Save-Multi-Format is renamed to SaveAs. Remove previous one and reinstall to this.]"
},
@ -11285,6 +11285,16 @@
"install_type": "copy",
"description": "Use LibreTranslation in ComfyUI [a/https://github.com/LibreTranslate/LibreTranslate](https://github.com/LibreTranslate/LibreTranslate)"
},
{
"author": "ImmortalPie",
"title": "PonySwitch Node",
"reference": "https://github.com/ImmortalPie/ComfyUI-PonySwitch",
"files": [
"https://github.com/ImmortalPie/ComfyUI-PonySwitch/raw/main/PonySwitch.py"
],
"install_type": "copy",
"description": "The PonySwitch node is a custom node for ComfyUI that modifies prompts based on a toggle switch and adds configurable pony tags."
},

View File

@ -2112,6 +2112,14 @@
"title_aux": "ComfyUI-SizeFromArray"
}
],
"https://github.com/ImmortalPie/ComfyUI-PonySwitch/raw/main/PonySwitch.py": [
[
"PonySwitch"
],
{
"title_aux": "PonySwitch Node"
}
],
"https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": [
[
"MX_AlphaBlend",
@ -3506,12 +3514,12 @@
"title_aux": "comfyui_io_helpers"
}
],
"https://github.com/SEkINVR/ComfyUI-Save-Multi-Format": [
"https://github.com/SEkINVR/ComfyUI-SaveAs": [
[
"ComfyUISaveAs"
],
{
"title_aux": "ComfyUI Save Multi-Format Image Node"
"title_aux": "ComfyUI SaveAS"
}
],
"https://github.com/SLAPaper/ComfyUI-Image-Selector": [

View File

@ -1224,6 +1224,11 @@
"last_update": "2024-06-29 02:38:10",
"author_account_age_days": 662
},
"https://github.com/SEkINVR/ComfyUI-SaveAs": {
"stars": 0,
"last_update": "2024-06-29 07:38:01",
"author_account_age_days": 662
},
"https://github.com/SLAPaper/ComfyUI-Image-Selector": {
"stars": 60,
"last_update": "2024-05-24 17:03:46",

View File

@ -12,15 +12,25 @@
{
"author": "SEkINVR",
"title": "ComfyUI Save Multi-Format Image Node",
"id": "save-multi-format",
"reference": "https://github.com/SEkINVR/ComfyUI-Save-Multi-Format",
"author": "ImmortalPie",
"title": "PonySwitch Node",
"reference": "https://github.com/ImmortalPie/ComfyUI-PonySwitch",
"files": [
"https://github.com/SEkINVR/ComfyUI-Save-Multi-Format"
"https://github.com/ImmortalPie/ComfyUI-PonySwitch/raw/main/PonySwitch.py"
],
"install_type": "copy",
"description": "The PonySwitch node is a custom node for ComfyUI that modifies prompts based on a toggle switch and adds configurable pony tags."
},
{
"author": "SEkINVR",
"title": "ComfyUI SaveAS",
"id": "saveas",
"reference": "https://github.com/SEkINVR/ComfyUI-SaveAs",
"files": [
"https://github.com/SEkINVR/ComfyUI-SaveAs"
],
"install_type": "git-clone",
"description": "This custom node for ComfyUI allows you to save images in multiple formats, including PNG, JPG, WebP, and ICO."
"description": "This custom node for ComfyUI allows you to save images in multiple formats, including PNG, JPG, WebP, and ICO.\n[w/ComfyUI-Save-Multi-Format is renamed to SaveAs. Remove previous one and reinstall to this.]"
},
{
"author": "Fuou Marinas",
@ -685,27 +695,6 @@
],
"install_type": "git-clone",
"description": "Tools for scaling images and latents appropriate to SD3 in ComfyUI."
},
{
"author": "ShmuelRonen",
"title": "ComfyUI_Gemini_Flash",
"id": "gemini-flash",
"reference": "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash",
"files": [
"https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash"
],
"install_type": "git-clone",
"description": "ComfyUI_Gemini_Flash is a custom node for ComfyUI, integrating the capabilities of the Gemini 1.5 Flash model. This node supports text and vision-based prompts, allowing users to analyze and adapt images to text prompts for text2image tasks."
},
{
"author": "nagolinc",
"title": "comfyui_openai_node",
"reference": "https://github.com/nagolinc/comfyui_openai_node",
"files": [
"https://github.com/nagolinc/comfyui_openai_node"
],
"install_type": "git-clone",
"description": "This provides a single node openai > Open AI query node\nthat takes a system prompt and user message and sends them to chatGPT 3.5\nNote, you MUST have an OPEN AI API key stored in the environment variable OPENAI_API_KEY in order for this to work."
}
]
}

View File

@ -2112,6 +2112,14 @@
"title_aux": "ComfyUI-SizeFromArray"
}
],
"https://github.com/ImmortalPie/ComfyUI-PonySwitch/raw/main/PonySwitch.py": [
[
"PonySwitch"
],
{
"title_aux": "PonySwitch Node"
}
],
"https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": [
[
"MX_AlphaBlend",
@ -3506,12 +3514,12 @@
"title_aux": "comfyui_io_helpers"
}
],
"https://github.com/SEkINVR/ComfyUI-Save-Multi-Format": [
"https://github.com/SEkINVR/ComfyUI-SaveAs": [
[
"ComfyUISaveAs"
],
{
"title_aux": "ComfyUI Save Multi-Format Image Node"
"title_aux": "ComfyUI SaveAS"
}
],
"https://github.com/SLAPaper/ComfyUI-Image-Selector": [