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
14d0397146
commit
e9dd254178
@ -305,7 +305,7 @@
|
||||
"https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "openAI suite, String suite, Latent Tools, Image Tools: These custom nodes provide expanded functionality for image and string processing, latent processing, as well as the ability to interface with models such as ChatGPT/DallE-2."
|
||||
"description": "openAI suite, String suite, Latent Tools, Image Tools: These custom nodes provide expanded functionality for image and string processing, latent processing, as well as the ability to interface with models such as ChatGPT/DallE-2.\nNOTE: Currently, this extension does not support the new OpenAI API, leading to compatibility issues."
|
||||
},
|
||||
{
|
||||
"author": "lilly1987",
|
||||
@ -3390,6 +3390,28 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: Style Prompt, OAI Dall_e Image. Plush contains two OpenAI enabled nodes: Style Prompt: Takes your prompt and the art style you specify and generates a prompt from ChatGPT3 or 4 that Stable Diffusion can use to generate an image in that style. OAI Dall_e 3: Takes your prompt and parameters and produces a Dall_e3 image in ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "vienteck",
|
||||
"title": "ComfyUI-Chat-GPT-Integration",
|
||||
"reference": "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration",
|
||||
"files": [
|
||||
"https://github.com/vienteck/ComfyUI-Chat-GPT-Integration"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
|
||||
"description": "This extension is a reimagined version based on the [a/ComfyUI-QualityOfLifeSuit_Omar92](https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92) extension, and it supports integration with ChatGPT through the new OpenAI API.\nNOTE: See detailed installation instructions on the [a/repository](https://github.com/vienteck/ComfyUI-Chat-GPT-Integration)."
|
||||
},
|
||||
{
|
||||
"author": "MNeMoNiCuZ",
|
||||
"title": "ComfyUI-mnemic-nodes",
|
||||
"reference": "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes",
|
||||
"files": [
|
||||
"https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Save Text File"
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -979,6 +979,14 @@
|
||||
"title_aux": "KepPromptLang"
|
||||
}
|
||||
],
|
||||
"https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": [
|
||||
[
|
||||
"Save Text File_mne"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-mnemic-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/ManglerFTW/ComfyI2I": [
|
||||
[
|
||||
"Color Transfer",
|
||||
@ -1335,9 +1343,11 @@
|
||||
"CR Prompt Weight Scheduler",
|
||||
"CR Radial Gradient",
|
||||
"CR Random Hex Color",
|
||||
"CR Random LoRA Stack",
|
||||
"CR Random Multiline Values",
|
||||
"CR Random RGB",
|
||||
"CR Random RGB Gradient",
|
||||
"CR Random Weight LoRA",
|
||||
"CR SD1.5 Aspect Ratio",
|
||||
"CR SDXL Aspect Ratio",
|
||||
"CR SDXL Base Prompt Encoder",
|
||||
@ -3792,7 +3802,6 @@
|
||||
"NormalizeLatent",
|
||||
"OffsetMask",
|
||||
"ReferenceOnlySimple3",
|
||||
"RemapDepth",
|
||||
"ReplaceImagesInBatch",
|
||||
"ResizeMask",
|
||||
"ReverseImageBatch",
|
||||
@ -3812,6 +3821,7 @@
|
||||
[
|
||||
"ColorizeDepthmap",
|
||||
"MarigoldDepthEstimation",
|
||||
"RemapDepth",
|
||||
"SaveImageOpenEXR"
|
||||
],
|
||||
{
|
||||
@ -5308,6 +5318,14 @@
|
||||
"title_aux": "Simple Wildcard"
|
||||
}
|
||||
],
|
||||
"https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": [
|
||||
[
|
||||
"ChatGptPrompt"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Chat-GPT-Integration"
|
||||
}
|
||||
],
|
||||
"https://github.com/wallish77/wlsh_nodes": [
|
||||
[
|
||||
"Alternating KSampler (WLSH)",
|
||||
@ -5384,6 +5402,7 @@
|
||||
"EZHttpPostNode",
|
||||
"EZLoadImgBatchFromUrlsNode",
|
||||
"EZLoadImgFromUrlNode",
|
||||
"EZRemoveImgBackground",
|
||||
"EZVideoCombiner"
|
||||
],
|
||||
{
|
||||
|
||||
@ -9,6 +9,28 @@
|
||||
"description": "If you see this message, your ComfyUI-Manager is outdated.\nRecent channel provides only the list of the latest nodes. If you want to find the complete node list, please go to the Default channel."
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"author": "MNeMoNiCuZ",
|
||||
"title": "ComfyUI-mnemic-nodes",
|
||||
"reference": "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes",
|
||||
"files": [
|
||||
"https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Save Text File"
|
||||
},
|
||||
{
|
||||
"author": "vienteck",
|
||||
"title": "ComfyUI-Chat-GPT-Integration",
|
||||
"reference": "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration",
|
||||
"files": [
|
||||
"https://github.com/vienteck/ComfyUI-Chat-GPT-Integration"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
|
||||
"description": "This extension is a reimagined version based on the [a/ComfyUI-QualityOfLifeSuit_Omar92](https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92) extension, and it supports integration with ChatGPT through the new OpenAI API.\nNOTE: See detailed installation instructions on the [a/repository](https://github.com/vienteck/ComfyUI-Chat-GPT-Integration)."
|
||||
},
|
||||
{
|
||||
"author": "Haoming02",
|
||||
"title": "ComfyUI Tab Handler",
|
||||
@ -679,36 +701,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI-GTSuya-Nodes is a ComyUI extension designed to add several wildcards supports into ComfyUI. Wildcards allow you to use __name__ syntax in your prompt to get a random line from a file named name.txt in a wildcards directory."
|
||||
},
|
||||
{
|
||||
"author": "jojkaart",
|
||||
"title": "ComfyUI-sampler-lcm-alternative",
|
||||
"reference": "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative",
|
||||
"files": [
|
||||
"https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:LCMScheduler, SamplerLCMAlternative, SamplerLCMCycle. ComfyUI Custom Sampler nodes that add a new improved LCM sampler functions"
|
||||
},
|
||||
{
|
||||
"author": "LonicaMewinsky",
|
||||
"title": "ComfyUI-RawSaver",
|
||||
"reference": "https://github.com/LonicaMewinsky/ComfyUI-RawSaver",
|
||||
"files": [
|
||||
"https://github.com/LonicaMewinsky/ComfyUI-RawSaver"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:SaveTifImage. ComfyUI custom node for purpose of saving image as uint16 tif file."
|
||||
},
|
||||
{
|
||||
"author": "natto-maki",
|
||||
"title": "ComfyUI-NegiTools",
|
||||
"reference": "https://github.com/natto-maki/ComfyUI-NegiTools",
|
||||
"files": [
|
||||
"https://github.com/natto-maki/ComfyUI-NegiTools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:OpenAI DALLe3, OpenAI Translate to English, String Function, Seed Generator"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -979,6 +979,14 @@
|
||||
"title_aux": "KepPromptLang"
|
||||
}
|
||||
],
|
||||
"https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": [
|
||||
[
|
||||
"Save Text File_mne"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-mnemic-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/ManglerFTW/ComfyI2I": [
|
||||
[
|
||||
"Color Transfer",
|
||||
@ -1335,9 +1343,11 @@
|
||||
"CR Prompt Weight Scheduler",
|
||||
"CR Radial Gradient",
|
||||
"CR Random Hex Color",
|
||||
"CR Random LoRA Stack",
|
||||
"CR Random Multiline Values",
|
||||
"CR Random RGB",
|
||||
"CR Random RGB Gradient",
|
||||
"CR Random Weight LoRA",
|
||||
"CR SD1.5 Aspect Ratio",
|
||||
"CR SDXL Aspect Ratio",
|
||||
"CR SDXL Base Prompt Encoder",
|
||||
@ -3792,7 +3802,6 @@
|
||||
"NormalizeLatent",
|
||||
"OffsetMask",
|
||||
"ReferenceOnlySimple3",
|
||||
"RemapDepth",
|
||||
"ReplaceImagesInBatch",
|
||||
"ResizeMask",
|
||||
"ReverseImageBatch",
|
||||
@ -3812,6 +3821,7 @@
|
||||
[
|
||||
"ColorizeDepthmap",
|
||||
"MarigoldDepthEstimation",
|
||||
"RemapDepth",
|
||||
"SaveImageOpenEXR"
|
||||
],
|
||||
{
|
||||
@ -5308,6 +5318,14 @@
|
||||
"title_aux": "Simple Wildcard"
|
||||
}
|
||||
],
|
||||
"https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": [
|
||||
[
|
||||
"ChatGptPrompt"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Chat-GPT-Integration"
|
||||
}
|
||||
],
|
||||
"https://github.com/wallish77/wlsh_nodes": [
|
||||
[
|
||||
"Alternating KSampler (WLSH)",
|
||||
@ -5384,6 +5402,7 @@
|
||||
"EZHttpPostNode",
|
||||
"EZLoadImgBatchFromUrlsNode",
|
||||
"EZLoadImgFromUrlNode",
|
||||
"EZRemoveImgBackground",
|
||||
"EZVideoCombiner"
|
||||
],
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user