mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 14:14:54 +08:00
update DB
This commit is contained in:
parent
fde04fbc8b
commit
1f5f58147d
@ -3702,6 +3702,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "The easiest way to run & share any ComfyUI workflow [a/https://comfyrun.com](https://comfyrun.com)"
|
||||
},
|
||||
{
|
||||
"author": "styler00dollar",
|
||||
"title": "ComfyUI-sudo-latent-upscale",
|
||||
"reference": "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale",
|
||||
"files": [
|
||||
"https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Directly upscaling inside the latent space. Model was trained for SD1.5 and drawn content. Might add new architectures or update models at some point. This took heavy inspriration from [city96/SD-Latent-Upscaler](https://github.com/city96/SD-Latent-Upscaler) and [Ttl/ComfyUi_NNLatentUpscale](https://github.com/Ttl/ComfyUi_NNLatentUpscale). "
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -62,9 +62,14 @@
|
||||
],
|
||||
"https://github.com/AI2lab/comfyUI-tool-2lab": [
|
||||
[
|
||||
"ImageToMask_2lab",
|
||||
"MaskToImage_2lab",
|
||||
"PreviewText_2lab"
|
||||
"Azure_Openai_GPT",
|
||||
"ChatGLM_GPT",
|
||||
"Openai_chatGPT",
|
||||
"baidu_translator",
|
||||
"properties_loader",
|
||||
"show_text",
|
||||
"show_web_image",
|
||||
"youdao_translator"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyUI-tool-2lab"
|
||||
@ -1614,6 +1619,7 @@
|
||||
"CR Display Font",
|
||||
"CR Draw OBJ",
|
||||
"CR Draw Perspective Text",
|
||||
"CR Draw Shape",
|
||||
"CR Draw Text",
|
||||
"CR Encode Scheduled Prompts",
|
||||
"CR Feathered Border",
|
||||
@ -1684,6 +1690,7 @@
|
||||
"CR Multi Upscale Stack",
|
||||
"CR Multi-ControlNet Stack",
|
||||
"CR Multi-Panel Meme Template",
|
||||
"CR Multiline Text",
|
||||
"CR Output Flow Frames",
|
||||
"CR Output Schedule To File",
|
||||
"CR Overlay Text",
|
||||
@ -4148,6 +4155,7 @@
|
||||
"GetImagesFromBatchIndexed",
|
||||
"GrowMaskWithBlur",
|
||||
"INTConstant",
|
||||
"ImageBatchRepeatInterleaving",
|
||||
"ImageBatchTestPattern",
|
||||
"ImageConcanate",
|
||||
"ImageGrabPIL",
|
||||
@ -5503,6 +5511,14 @@
|
||||
"title_aux": "ComfyUI_Strimmlarns_aesthetic_score"
|
||||
}
|
||||
],
|
||||
"https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": [
|
||||
[
|
||||
"SudoLatentUpscale"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-sudo-latent-upscale"
|
||||
}
|
||||
],
|
||||
"https://github.com/syllebra/bilbox-comfyui": [
|
||||
[
|
||||
"BilboXLut",
|
||||
@ -5670,7 +5686,8 @@
|
||||
[
|
||||
"Batch Unsampler",
|
||||
"Iterative Mixing KSampler",
|
||||
"Iterative Mixing KSampler Advanced"
|
||||
"Iterative Mixing KSampler Advanced",
|
||||
"Latent Batch Statistics Plot"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Iterative Mixing Nodes"
|
||||
@ -5988,23 +6005,43 @@
|
||||
[
|
||||
"dynamicThresholdingFull",
|
||||
"easy LLLiteLoader",
|
||||
"easy XYPlot",
|
||||
"easy a1111Loader",
|
||||
"easy comfyLoader",
|
||||
"easy controlnetLoader",
|
||||
"easy controlnetLoaderADV",
|
||||
"easy detailerFix",
|
||||
"easy fullLoader",
|
||||
"easy fullkSampler",
|
||||
"easy globalSeed",
|
||||
"easy hiresFix",
|
||||
"easy imageInsetCrop",
|
||||
"easy imagePixelPerfect",
|
||||
"easy imageRemoveBG",
|
||||
"easy imageSize",
|
||||
"easy imageSizeByLongerSide",
|
||||
"easy imageSizeBySide",
|
||||
"easy kSampler",
|
||||
"easy kSamplerSDTurbo",
|
||||
"easy kSamplerTiled",
|
||||
"easy loraStack",
|
||||
"easy negative",
|
||||
"easy pipeIn",
|
||||
"easy pipeOut",
|
||||
"easy portraitMaster",
|
||||
"easy poseEditor",
|
||||
"easy positive",
|
||||
"easy preDetailerFix",
|
||||
"easy preSampling",
|
||||
"easy preSamplingAdvanced",
|
||||
"easy preSamplingDynamicCFG",
|
||||
"easy preSamplingSdTurbo",
|
||||
"easy showSpentTime"
|
||||
"easy samLoaderPipe",
|
||||
"easy showSpentTime",
|
||||
"easy svdLoader",
|
||||
"easy ultralyticsDetectorPipe",
|
||||
"easy wildcards",
|
||||
"easy zero123Loader"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Easy Use"
|
||||
|
||||
@ -10,6 +10,16 @@
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"author": "styler00dollar",
|
||||
"title": "ComfyUI-sudo-latent-upscale",
|
||||
"reference": "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale",
|
||||
"files": [
|
||||
"https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Directly upscaling inside the latent space. Model was trained for SD1.5 and drawn content. Might add new architectures or update models at some point. This took heavy inspriration from [city96/SD-Latent-Upscaler](https://github.com/city96/SD-Latent-Upscaler) and [Ttl/ComfyUi_NNLatentUpscale](https://github.com/Ttl/ComfyUi_NNLatentUpscale). "
|
||||
},
|
||||
{
|
||||
"author": "thecooltechguy",
|
||||
"title": "ComfyUI-ComfyRun",
|
||||
@ -310,7 +320,7 @@
|
||||
"https://github.com/AI2lab/comfyUI-tool-2lab"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Mask to Image (2lab), Image to Mask (2lab)."
|
||||
"description": "Integrate non-painting capabilities into comfyUI, including data, algorithms, video processing, large models, etc., to facilitate the construction of more powerful workflows."
|
||||
},
|
||||
{
|
||||
"author": "LZC",
|
||||
|
||||
@ -62,9 +62,14 @@
|
||||
],
|
||||
"https://github.com/AI2lab/comfyUI-tool-2lab": [
|
||||
[
|
||||
"ImageToMask_2lab",
|
||||
"MaskToImage_2lab",
|
||||
"PreviewText_2lab"
|
||||
"Azure_Openai_GPT",
|
||||
"ChatGLM_GPT",
|
||||
"Openai_chatGPT",
|
||||
"baidu_translator",
|
||||
"properties_loader",
|
||||
"show_text",
|
||||
"show_web_image",
|
||||
"youdao_translator"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyUI-tool-2lab"
|
||||
@ -1614,6 +1619,7 @@
|
||||
"CR Display Font",
|
||||
"CR Draw OBJ",
|
||||
"CR Draw Perspective Text",
|
||||
"CR Draw Shape",
|
||||
"CR Draw Text",
|
||||
"CR Encode Scheduled Prompts",
|
||||
"CR Feathered Border",
|
||||
@ -1684,6 +1690,7 @@
|
||||
"CR Multi Upscale Stack",
|
||||
"CR Multi-ControlNet Stack",
|
||||
"CR Multi-Panel Meme Template",
|
||||
"CR Multiline Text",
|
||||
"CR Output Flow Frames",
|
||||
"CR Output Schedule To File",
|
||||
"CR Overlay Text",
|
||||
@ -4148,6 +4155,7 @@
|
||||
"GetImagesFromBatchIndexed",
|
||||
"GrowMaskWithBlur",
|
||||
"INTConstant",
|
||||
"ImageBatchRepeatInterleaving",
|
||||
"ImageBatchTestPattern",
|
||||
"ImageConcanate",
|
||||
"ImageGrabPIL",
|
||||
@ -5503,6 +5511,14 @@
|
||||
"title_aux": "ComfyUI_Strimmlarns_aesthetic_score"
|
||||
}
|
||||
],
|
||||
"https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": [
|
||||
[
|
||||
"SudoLatentUpscale"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-sudo-latent-upscale"
|
||||
}
|
||||
],
|
||||
"https://github.com/syllebra/bilbox-comfyui": [
|
||||
[
|
||||
"BilboXLut",
|
||||
@ -5670,7 +5686,8 @@
|
||||
[
|
||||
"Batch Unsampler",
|
||||
"Iterative Mixing KSampler",
|
||||
"Iterative Mixing KSampler Advanced"
|
||||
"Iterative Mixing KSampler Advanced",
|
||||
"Latent Batch Statistics Plot"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Iterative Mixing Nodes"
|
||||
@ -5988,23 +6005,43 @@
|
||||
[
|
||||
"dynamicThresholdingFull",
|
||||
"easy LLLiteLoader",
|
||||
"easy XYPlot",
|
||||
"easy a1111Loader",
|
||||
"easy comfyLoader",
|
||||
"easy controlnetLoader",
|
||||
"easy controlnetLoaderADV",
|
||||
"easy detailerFix",
|
||||
"easy fullLoader",
|
||||
"easy fullkSampler",
|
||||
"easy globalSeed",
|
||||
"easy hiresFix",
|
||||
"easy imageInsetCrop",
|
||||
"easy imagePixelPerfect",
|
||||
"easy imageRemoveBG",
|
||||
"easy imageSize",
|
||||
"easy imageSizeByLongerSide",
|
||||
"easy imageSizeBySide",
|
||||
"easy kSampler",
|
||||
"easy kSamplerSDTurbo",
|
||||
"easy kSamplerTiled",
|
||||
"easy loraStack",
|
||||
"easy negative",
|
||||
"easy pipeIn",
|
||||
"easy pipeOut",
|
||||
"easy portraitMaster",
|
||||
"easy poseEditor",
|
||||
"easy positive",
|
||||
"easy preDetailerFix",
|
||||
"easy preSampling",
|
||||
"easy preSamplingAdvanced",
|
||||
"easy preSamplingDynamicCFG",
|
||||
"easy preSamplingSdTurbo",
|
||||
"easy showSpentTime"
|
||||
"easy samLoaderPipe",
|
||||
"easy showSpentTime",
|
||||
"easy svdLoader",
|
||||
"easy ultralyticsDetectorPipe",
|
||||
"easy wildcards",
|
||||
"easy zero123Loader"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Easy Use"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user