mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
update DB
This commit is contained in:
parent
141e14c67e
commit
de484bf532
@ -1843,6 +1843,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "The main node makes your conditioning go towards similar concepts so to enrich your composition or further away so to make it more precise. It gathers similar pre-cond vectors for as long as the cosine similarity score diminishes. If it climbs back it stops. This allows to set a relative direction to similar concepts.\nThere are examples at the end but [a/you can also check this imgur album](https://imgur.com/a/WvPd81Y) which demonstrates the capability of improving variety."
|
||||
},
|
||||
{
|
||||
"author": "Extraltodeus",
|
||||
"title": "Stable-Diffusion-temperature-settings",
|
||||
"id": "sd-temperature",
|
||||
"reference": "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings",
|
||||
"files": [
|
||||
"https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Provides the ability to set the temperature for both UNET and CLIP. For ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "JPS",
|
||||
"title": "JPS Custom Nodes for ComfyUI",
|
||||
@ -5142,7 +5153,7 @@
|
||||
"https://github.com/chaojie/ComfyUI-Open-Sora-Plan"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI-Open-Sora-Plan"
|
||||
"description": "ComfyUI node for [a/Open-Sora-Plan](https://github.com/PKU-YuanGroup/Open-Sora-Plan)"
|
||||
},
|
||||
{
|
||||
"author": "chaojie",
|
||||
@ -8071,6 +8082,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "the comfyui custom node of [a/V-Express](https://github.com/tencent-ailab/V-Express) to make audio driven videos!"
|
||||
},
|
||||
{
|
||||
"author": "AIFSH",
|
||||
"title": "ComfyUI-ChatTTS",
|
||||
"id": "chat-tts",
|
||||
"reference": "https://github.com/AIFSH/ComfyUI-ChatTTS",
|
||||
"files": [
|
||||
"https://github.com/AIFSH/ComfyUI-ChatTTS"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "a comfyui custom node for [a/ChatTTS](https://github.com/2noise/ChatTTS)\n[w/This repo is for academic purposes only. It is intended for educational and research use, and should not be used for any commercial or legal purposes.]"
|
||||
},
|
||||
{
|
||||
"author": "Koishi-Star",
|
||||
"title": "Euler-Smea-Dyn-Sampler",
|
||||
@ -9604,6 +9626,28 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Save Image Plus is a custom node for ComfyUI that allows you to save images in JPEG and WEBP formats with optional metadata embedding."
|
||||
},
|
||||
{
|
||||
"author": "wujm424606",
|
||||
"title": "ComfyUi-Ollama-YN",
|
||||
"id": "ollama-YN",
|
||||
"reference": "https://github.com/wujm424606/ComfyUi-Ollama-YN",
|
||||
"files": [
|
||||
"https://github.com/wujm424606/ComfyUi-Ollama-YN"
|
||||
],
|
||||
"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).\n Meanwhile it will provide better prompt descriptor for stable diffusion."
|
||||
},
|
||||
{
|
||||
"author": "tmagara",
|
||||
"title": "ComfyUI-Prediction-Boost",
|
||||
"id": "prediction-boost",
|
||||
"reference": "https://github.com/tmagara/ComfyUI-Prediction-Boost",
|
||||
"files": [
|
||||
"https://github.com/tmagara/ComfyUI-Prediction-Boost"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "prediction boost custom node for ComfyUI"
|
||||
},
|
||||
|
||||
|
||||
|
||||
@ -10000,17 +10044,6 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"author": "wujm424606",
|
||||
"title": "ComfyUi-Ollama-YN",
|
||||
"id": "ollama-YN",
|
||||
"reference": "https://github.com/wujm424606/ComfyUi-Ollama-YN",
|
||||
"files": [
|
||||
"https://github.com/wujm424606/ComfyUi-Ollama-YN"
|
||||
],
|
||||
"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).\n Meanwhile it will provide better prompt descriptor for stable diffusion."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -197,6 +197,15 @@
|
||||
"title_aux": "ComfyUI-PixelOE"
|
||||
}
|
||||
],
|
||||
"https://github.com/AIFSH/ComfyUI-ChatTTS": [
|
||||
[
|
||||
"ChatTTS",
|
||||
"PreViewAudio"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ChatTTS"
|
||||
}
|
||||
],
|
||||
"https://github.com/AIFSH/ComfyUI-FishSpeech": [
|
||||
[
|
||||
"FishSpeech_INFER",
|
||||
@ -1218,6 +1227,20 @@
|
||||
"title_aux": "LoadLoraWithTags"
|
||||
}
|
||||
],
|
||||
"https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": [
|
||||
[
|
||||
"CLIP Temperature",
|
||||
"Dynamic scale as float",
|
||||
"Unet Temperature SD1",
|
||||
"Unet Temperature SD1 per layer",
|
||||
"Unet Temperature SDXL",
|
||||
"Unet Temperature SDXL per layer",
|
||||
"Unet Temperature any model"
|
||||
],
|
||||
{
|
||||
"title_aux": "Stable-Diffusion-temperature-settings"
|
||||
}
|
||||
],
|
||||
"https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": [
|
||||
[
|
||||
"CLIP Vector Sculptor text encode",
|
||||
@ -12931,6 +12954,14 @@
|
||||
"title_aux": "ComfyUI Stable Video Diffusion"
|
||||
}
|
||||
],
|
||||
"https://github.com/tmagara/ComfyUI-Prediction-Boost": [
|
||||
[
|
||||
"PredictionBoost"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Prediction-Boost"
|
||||
}
|
||||
],
|
||||
"https://github.com/tocubed/ComfyUI-AudioReactor": [
|
||||
[
|
||||
"AudioFrameTransformBeats",
|
||||
@ -13386,6 +13417,17 @@
|
||||
"title_aux": "SDXLResolutionPresets"
|
||||
}
|
||||
],
|
||||
"https://github.com/wujm424606/ComfyUi-Ollama-YN": [
|
||||
[
|
||||
"OllamaGenerate",
|
||||
"OllamaGenerateAdvance",
|
||||
"OllamaSpecialGenerateAdvance",
|
||||
"OllamaVision"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUi-Ollama-YN"
|
||||
}
|
||||
],
|
||||
"https://github.com/wutipong/ComfyUI-TextUtils": [
|
||||
[
|
||||
"Text Utils - Join N-Elements of String List",
|
||||
|
||||
@ -47,6 +47,10 @@
|
||||
"stars": 2,
|
||||
"last_update": "2024-05-22 22:11:40"
|
||||
},
|
||||
"https://github.com/AIFSH/ComfyUI-ChatTTS": {
|
||||
"stars": 5,
|
||||
"last_update": "2024-05-30 02:39:54"
|
||||
},
|
||||
"https://github.com/AIFSH/ComfyUI-FishSpeech": {
|
||||
"stars": 6,
|
||||
"last_update": "2024-05-23 01:18:49"
|
||||
@ -363,6 +367,10 @@
|
||||
"stars": 35,
|
||||
"last_update": "2024-05-22 20:36:32"
|
||||
},
|
||||
"https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": {
|
||||
"stars": 7,
|
||||
"last_update": "2024-05-30 09:24:57"
|
||||
},
|
||||
"https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": {
|
||||
"stars": 70,
|
||||
"last_update": "2024-05-22 20:39:01"
|
||||
@ -3275,6 +3283,10 @@
|
||||
"stars": 274,
|
||||
"last_update": "2024-05-24 22:14:42"
|
||||
},
|
||||
"https://github.com/tmagara/ComfyUI-Prediction-Boost": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-05-29 23:30:04"
|
||||
},
|
||||
"https://github.com/tocubed/ComfyUI-AudioReactor": {
|
||||
"stars": 8,
|
||||
"last_update": "2024-05-22 22:21:57"
|
||||
@ -3411,6 +3423,10 @@
|
||||
"stars": 7,
|
||||
"last_update": "2024-05-22 18:29:16"
|
||||
},
|
||||
"https://github.com/wujm424606/ComfyUi-Ollama-YN": {
|
||||
"stars": 6,
|
||||
"last_update": "2024-05-15 03:38:37"
|
||||
},
|
||||
"https://github.com/wutipong/ComfyUI-TextUtils": {
|
||||
"stars": 1,
|
||||
"last_update": "2024-05-22 21:31:04"
|
||||
|
||||
@ -10,6 +10,17 @@
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"author": "tracerstar",
|
||||
"title": "comfyui-p5js-node",
|
||||
"id": "p5js",
|
||||
"reference": "https://github.com/tracerstar/comfyui-p5js-node",
|
||||
"files": [
|
||||
"https://github.com/tracerstar/comfyui-p5js-node"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A simple proof of concept node to pass a p5js canvas through ComfyUI for img2img generation use."
|
||||
},
|
||||
{
|
||||
"author": "chaojie",
|
||||
"title": "ComfyUI-mobvoi-openapi",
|
||||
|
||||
@ -10,6 +10,52 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "Extraltodeus",
|
||||
"title": "Stable-Diffusion-temperature-settings",
|
||||
"id": "sd-temperature",
|
||||
"reference": "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings",
|
||||
"files": [
|
||||
"https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Provides the ability to set the temperature for both UNET and CLIP. For ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "tmagara",
|
||||
"title": "ComfyUI-Prediction-Boost",
|
||||
"id": "prediction-boost",
|
||||
"reference": "https://github.com/tmagara/ComfyUI-Prediction-Boost",
|
||||
"files": [
|
||||
"https://github.com/tmagara/ComfyUI-Prediction-Boost"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "prediction boost custom node for ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "AIFSH",
|
||||
"title": "ComfyUI-ChatTTS",
|
||||
"id": "chat-tts",
|
||||
"reference": "https://github.com/AIFSH/ComfyUI-ChatTTS",
|
||||
"files": [
|
||||
"https://github.com/AIFSH/ComfyUI-ChatTTS"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "a comfyui custom node for [a/ChatTTS](https://github.com/2noise/ChatTTS)\n[w/This repo is for academic purposes only. It is intended for educational and research use, and should not be used for any commercial or legal purposes.]"
|
||||
},
|
||||
{
|
||||
"author": "wujm424606",
|
||||
"title": "ComfyUi-Ollama-YN",
|
||||
"id": "ollama-YN",
|
||||
"reference": "https://github.com/wujm424606/ComfyUi-Ollama-YN",
|
||||
"files": [
|
||||
"https://github.com/wujm424606/ComfyUi-Ollama-YN"
|
||||
],
|
||||
"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).\n Meanwhile it will provide better prompt descriptor for stable diffusion."
|
||||
},
|
||||
{
|
||||
"author": "goktug",
|
||||
"title": "Save Image Plus for ComfyUI",
|
||||
@ -646,50 +692,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI plugin of [a/SD-T2I-360PanoImage](https://github.com/ArcherFMY/SD-T2I-360PanoImage).\nbase t2i-pipeline for generating 512*1024 panorama image from text input"
|
||||
},
|
||||
{
|
||||
"author": "smthemex",
|
||||
"title": "ComfyUI_ID_Animator",
|
||||
"id": "id-animator",
|
||||
"reference": "https://github.com/smthemex/ComfyUI_ID_Animator",
|
||||
"files": [
|
||||
"https://github.com/smthemex/ComfyUI_ID_Animator"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This node allows you to use ID_Animator, the zero shot video generation model"
|
||||
},
|
||||
{
|
||||
"author": "mbrostami",
|
||||
"title": "ComfyUI-TITrain",
|
||||
"id": "titrain",
|
||||
"reference": "https://github.com/mbrostami/ComfyUI-TITrain",
|
||||
"files": [
|
||||
"https://github.com/mbrostami/ComfyUI-TITrain"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:TextualInversionTrainingSDXL, TextualInversionTraining"
|
||||
},
|
||||
{
|
||||
"author": "Makeezi",
|
||||
"title": "ComfyUI-promptLAB",
|
||||
"id": "promptlab",
|
||||
"reference": "https://github.com/Makeezi/ComfyUI-promptLAB",
|
||||
"files": [
|
||||
"https://github.com/Makeezi/ComfyUI-promptLAB"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "connection nodes for api requests, fully supports promptLAB"
|
||||
},
|
||||
{
|
||||
"author": "kaanyalova",
|
||||
"title": "Extended Image Formats for ComfyUI",
|
||||
"id": "extended-image-format",
|
||||
"reference": "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats",
|
||||
"files": [
|
||||
"https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Adds a custom node for saving images in webp, jpeg, avif, jxl (no metadata) and supports loading workflows from saved images"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -197,6 +197,15 @@
|
||||
"title_aux": "ComfyUI-PixelOE"
|
||||
}
|
||||
],
|
||||
"https://github.com/AIFSH/ComfyUI-ChatTTS": [
|
||||
[
|
||||
"ChatTTS",
|
||||
"PreViewAudio"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ChatTTS"
|
||||
}
|
||||
],
|
||||
"https://github.com/AIFSH/ComfyUI-FishSpeech": [
|
||||
[
|
||||
"FishSpeech_INFER",
|
||||
@ -1218,6 +1227,20 @@
|
||||
"title_aux": "LoadLoraWithTags"
|
||||
}
|
||||
],
|
||||
"https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": [
|
||||
[
|
||||
"CLIP Temperature",
|
||||
"Dynamic scale as float",
|
||||
"Unet Temperature SD1",
|
||||
"Unet Temperature SD1 per layer",
|
||||
"Unet Temperature SDXL",
|
||||
"Unet Temperature SDXL per layer",
|
||||
"Unet Temperature any model"
|
||||
],
|
||||
{
|
||||
"title_aux": "Stable-Diffusion-temperature-settings"
|
||||
}
|
||||
],
|
||||
"https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": [
|
||||
[
|
||||
"CLIP Vector Sculptor text encode",
|
||||
@ -12931,6 +12954,14 @@
|
||||
"title_aux": "ComfyUI Stable Video Diffusion"
|
||||
}
|
||||
],
|
||||
"https://github.com/tmagara/ComfyUI-Prediction-Boost": [
|
||||
[
|
||||
"PredictionBoost"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Prediction-Boost"
|
||||
}
|
||||
],
|
||||
"https://github.com/tocubed/ComfyUI-AudioReactor": [
|
||||
[
|
||||
"AudioFrameTransformBeats",
|
||||
@ -13386,6 +13417,17 @@
|
||||
"title_aux": "SDXLResolutionPresets"
|
||||
}
|
||||
],
|
||||
"https://github.com/wujm424606/ComfyUi-Ollama-YN": [
|
||||
[
|
||||
"OllamaGenerate",
|
||||
"OllamaGenerateAdvance",
|
||||
"OllamaSpecialGenerateAdvance",
|
||||
"OllamaVision"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUi-Ollama-YN"
|
||||
}
|
||||
],
|
||||
"https://github.com/wutipong/ComfyUI-TextUtils": [
|
||||
[
|
||||
"Text Utils - Join N-Elements of String List",
|
||||
|
||||
@ -189,6 +189,16 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Keeping it simple for starting. Single branch for now and will add development branch later."
|
||||
},
|
||||
{
|
||||
"author": "jtong",
|
||||
"title": "comfyui-jtong-workflow",
|
||||
"reference": "https://github.com/jtong/comfyui-jtong-workflow",
|
||||
"files": [
|
||||
"https://github.com/jtong/comfyui-jtong-workflow"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:jtong.Highway, Example"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user