mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
update DB
This commit is contained in:
parent
473d21f4cf
commit
2474e3b1be
@ -4988,6 +4988,26 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom Nodes for Vision Language Models (VLM) , Large Language Models (LLM), Image Captioning, Automatic Prompt Generation, Creative and Consistent Prompt Suggestion, Keyword Extraction"
|
||||
},
|
||||
{
|
||||
"author": "gokayfem",
|
||||
"title": "ComfyUI-Dream-Interpreter",
|
||||
"reference": "https://github.com/gokayfem/ComfyUI-Dream-Interpreter",
|
||||
"files": [
|
||||
"https://github.com/gokayfem/ComfyUI-Dream-Interpreter"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Tell your dream and it interprets it and puts you inside your dream"
|
||||
},
|
||||
{
|
||||
"author": "gokayfem",
|
||||
"title": "ComfyUI-Depth-Visualization",
|
||||
"reference": "https://github.com/gokayfem/ComfyUI-Depth-Visualization",
|
||||
"files": [
|
||||
"https://github.com/gokayfem/ComfyUI-Depth-Visualization"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Works with any Depth Map and visualizes the applied version it inside ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "Hiero207",
|
||||
"title": "ComfyUI-Hiero-Nodes",
|
||||
@ -5958,16 +5978,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom ComfyUI Nodes for interacting with [a/Ollama](https://ollama.com/) using the [a/ollama python client](https://github.com/ollama/ollama-python).\nIntegrate the power of LLMs into CompfyUI workflows easily."
|
||||
},
|
||||
{
|
||||
"author": "gokayfem",
|
||||
"title": "ComfyUI-Dream-Interpreter",
|
||||
"reference": "https://github.com/gokayfem/ComfyUI-Dream-Interpreter",
|
||||
"files": [
|
||||
"https://github.com/gokayfem/ComfyUI-Dream-Interpreter"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Tell your dream and it interprets it and puts you inside your dream"
|
||||
},
|
||||
{
|
||||
"author": "dchatel",
|
||||
"title": "comfyui_facetools",
|
||||
|
||||
@ -46,6 +46,7 @@
|
||||
"EG_HT_YSTZ",
|
||||
"EG_JF_ZZSC",
|
||||
"EG_JXFZ_node",
|
||||
"EG_K_LATENT",
|
||||
"EG_RY_HT",
|
||||
"EG_SCQY_BHDQY",
|
||||
"EG_SCQY_QBQY",
|
||||
@ -70,6 +71,7 @@
|
||||
"EG_TX_JZRY",
|
||||
"EG_TX_LJ",
|
||||
"EG_TX_LJBC",
|
||||
"EG_TX_SFBLS",
|
||||
"EG_TX_WHLJ",
|
||||
"EG_WB_KSH",
|
||||
"EG_WXZ_QH",
|
||||
@ -3395,6 +3397,9 @@
|
||||
],
|
||||
"https://github.com/XINZHANG-ops/comfyui-xin-nodes": [
|
||||
[
|
||||
"ImageFlipper",
|
||||
"ImagePixelPalette",
|
||||
"ImageRotator",
|
||||
"ImageSizeClassifer",
|
||||
"ImageSizeCombiner",
|
||||
"PaintTiles",
|
||||
@ -4034,6 +4039,7 @@
|
||||
[
|
||||
"MUForceCacheClear",
|
||||
"MUJinjaRender",
|
||||
"MUReplaceModelWeights",
|
||||
"MUSimpleWildcard"
|
||||
],
|
||||
{
|
||||
@ -5358,7 +5364,9 @@
|
||||
"https://github.com/darkpixel/darkprompts": [
|
||||
[
|
||||
"DarkCombine",
|
||||
"DarkFaceIndexGenerator",
|
||||
"DarkFaceIndexShuffle",
|
||||
"DarkFolders",
|
||||
"DarkLoRALoader",
|
||||
"DarkPrompt"
|
||||
],
|
||||
@ -6011,6 +6019,14 @@
|
||||
"title_aux": "ComfyUI Substring"
|
||||
}
|
||||
],
|
||||
"https://github.com/gokayfem/ComfyUI-Depth-Visualization": [
|
||||
[
|
||||
"DepthViewer"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Depth-Visualization"
|
||||
}
|
||||
],
|
||||
"https://github.com/gokayfem/ComfyUI-Dream-Interpreter": [
|
||||
[
|
||||
"DreamViewer"
|
||||
@ -9475,7 +9491,10 @@
|
||||
[
|
||||
"Image2Text",
|
||||
"Image2TextWithTags",
|
||||
"LoadImage2TextModel"
|
||||
"LoadImage2TextModel",
|
||||
"LoadText2PromptModel",
|
||||
"Text2GPTPrompt",
|
||||
"Text2Prompt"
|
||||
],
|
||||
{
|
||||
"title_aux": "Comfyui_image2prompt"
|
||||
|
||||
@ -10,6 +10,16 @@
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"author": "gokayfem",
|
||||
"title": "ComfyUI-Depth-Visualization",
|
||||
"reference": "https://github.com/gokayfem/ComfyUI-Depth-Visualization",
|
||||
"files": [
|
||||
"https://github.com/gokayfem/ComfyUI-Depth-Visualization"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Works with any Depth Map and visualizes the applied version it inside ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "dchatel",
|
||||
"title": "comfyui_facetools",
|
||||
|
||||
@ -46,6 +46,7 @@
|
||||
"EG_HT_YSTZ",
|
||||
"EG_JF_ZZSC",
|
||||
"EG_JXFZ_node",
|
||||
"EG_K_LATENT",
|
||||
"EG_RY_HT",
|
||||
"EG_SCQY_BHDQY",
|
||||
"EG_SCQY_QBQY",
|
||||
@ -70,6 +71,7 @@
|
||||
"EG_TX_JZRY",
|
||||
"EG_TX_LJ",
|
||||
"EG_TX_LJBC",
|
||||
"EG_TX_SFBLS",
|
||||
"EG_TX_WHLJ",
|
||||
"EG_WB_KSH",
|
||||
"EG_WXZ_QH",
|
||||
@ -3395,6 +3397,9 @@
|
||||
],
|
||||
"https://github.com/XINZHANG-ops/comfyui-xin-nodes": [
|
||||
[
|
||||
"ImageFlipper",
|
||||
"ImagePixelPalette",
|
||||
"ImageRotator",
|
||||
"ImageSizeClassifer",
|
||||
"ImageSizeCombiner",
|
||||
"PaintTiles",
|
||||
@ -4034,6 +4039,7 @@
|
||||
[
|
||||
"MUForceCacheClear",
|
||||
"MUJinjaRender",
|
||||
"MUReplaceModelWeights",
|
||||
"MUSimpleWildcard"
|
||||
],
|
||||
{
|
||||
@ -5358,7 +5364,9 @@
|
||||
"https://github.com/darkpixel/darkprompts": [
|
||||
[
|
||||
"DarkCombine",
|
||||
"DarkFaceIndexGenerator",
|
||||
"DarkFaceIndexShuffle",
|
||||
"DarkFolders",
|
||||
"DarkLoRALoader",
|
||||
"DarkPrompt"
|
||||
],
|
||||
@ -6011,6 +6019,14 @@
|
||||
"title_aux": "ComfyUI Substring"
|
||||
}
|
||||
],
|
||||
"https://github.com/gokayfem/ComfyUI-Depth-Visualization": [
|
||||
[
|
||||
"DepthViewer"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Depth-Visualization"
|
||||
}
|
||||
],
|
||||
"https://github.com/gokayfem/ComfyUI-Dream-Interpreter": [
|
||||
[
|
||||
"DreamViewer"
|
||||
@ -9475,7 +9491,10 @@
|
||||
[
|
||||
"Image2Text",
|
||||
"Image2TextWithTags",
|
||||
"LoadImage2TextModel"
|
||||
"LoadImage2TextModel",
|
||||
"LoadText2PromptModel",
|
||||
"Text2GPTPrompt",
|
||||
"Text2Prompt"
|
||||
],
|
||||
{
|
||||
"title_aux": "Comfyui_image2prompt"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user