update DB

This commit is contained in:
Dr.Lt.Data 2024-02-11 11:09:17 +09:00
parent 504ec60748
commit 5e95151557
4 changed files with 102 additions and 32 deletions

View File

@ -5074,6 +5074,26 @@
"install_type": "git-clone",
"description": "ComfyUI-TrashNodes-DownloadHuggingface is a ComfyUI node designed to facilitate the download of models you have just trained and uploaded to Hugging Face. This node is particularly useful for users who employ Google Colab for training and need to quickly download their models for deployment."
},
{
"author": "mbrostami",
"title": "ComfyUI-HF",
"reference": "https://github.com/mbrostami/ComfyUI-HF",
"files": [
"https://github.com/mbrostami/ComfyUI-HF"
],
"install_type": "git-clone",
"description": "ComfyUI Node to work with Hugging Face repositories"
},
{
"author": "Billius-AI",
"title": "ComfyUI-Path-Helper",
"reference": "https://github.com/Billius-AI/ComfyUI-Path-Helper",
"files": [
"https://github.com/Billius-AI/ComfyUI-Path-Helper"
],
"install_type": "git-clone",
"description": "Nodes:Create Project Root, Add Folder, Add Folder Advanced, Add File Name Prefix, Add File Name Prefix Advanced, ShowPath"
},

View File

@ -337,6 +337,19 @@
"title_aux": "Waveform Extensions"
}
],
"https://github.com/Billius-AI/ComfyUI-Path-Helper": [
[
"Add File Name Prefix",
"Add File Name Prefix Advanced",
"Add Folder",
"Add Folder Advanced",
"Create Project Root",
"ShowPath"
],
{
"title_aux": "ComfyUI-Path-Helper"
}
],
"https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": [
[
"BNK_AddCLIPSDXLParams",
@ -1290,6 +1303,8 @@
"ADE_ApplyAnimateDiffModel",
"ADE_ApplyAnimateDiffModelSimple",
"ADE_BatchedContextOptions",
"ADE_CustomCFG",
"ADE_CustomCFGKeyframe",
"ADE_EmptyLatentImageLarge",
"ADE_IterationOptsDefault",
"ADE_IterationOptsFreeInit",
@ -1302,6 +1317,11 @@
"ADE_NoiseLayerAdd",
"ADE_NoiseLayerAddWeighted",
"ADE_NoiseLayerReplace",
"ADE_RawSigmaSchedule",
"ADE_SigmaSchedule",
"ADE_SigmaScheduleSplitAndCombine",
"ADE_SigmaScheduleWeightedAverage",
"ADE_SigmaScheduleWeightedAverageInterp",
"ADE_StandardStaticContextOptions",
"ADE_StandardStaticViewOptions",
"ADE_StandardUniformContextOptions",
@ -4353,6 +4373,7 @@
"CLIPSave",
"CLIPSetLastLayer",
"CLIPTextEncode",
"CLIPTextEncodeControlnet",
"CLIPTextEncodeSDXL",
"CLIPTextEncodeSDXLRefiner",
"CLIPVisionEncode",
@ -6234,6 +6255,14 @@
"title_aux": "Facerestore CF (Code Former)"
}
],
"https://github.com/mbrostami/ComfyUI-HF": [
[
"GPT2Node"
],
{
"title_aux": "ComfyUI-HF"
}
],
"https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": [
[
"DynamicThresholdingFull",
@ -6679,7 +6708,8 @@
"https://github.com/pkpkTech/ComfyUI-TemporaryLoader": [
[
"LoadTempCheckpoint",
"LoadTempLoRA"
"LoadTempLoRA",
"LoadTempMultiLoRA"
],
{
"title_aux": "ComfyUI-TemporaryLoader"

View File

@ -10,6 +10,26 @@
},
{
"author": "Billius-AI",
"title": "ComfyUI-Path-Helper",
"reference": "https://github.com/Billius-AI/ComfyUI-Path-Helper",
"files": [
"https://github.com/Billius-AI/ComfyUI-Path-Helper"
],
"install_type": "git-clone",
"description": "Nodes:Create Project Root, Add Folder, Add Folder Advanced, Add File Name Prefix, Add File Name Prefix Advanced, ShowPath"
},
{
"author": "mbrostami",
"title": "ComfyUI-HF",
"reference": "https://github.com/mbrostami/ComfyUI-HF",
"files": [
"https://github.com/mbrostami/ComfyUI-HF"
],
"install_type": "git-clone",
"description": "ComfyUI Node to work with Hugging Face repositories"
},
{
"author": "digitaljohn",
"title": "ComfyUI-ProPost",
@ -669,36 +689,6 @@
],
"install_type": "git-clone",
"description": "Make it possible to edit the prompt using the Monaco Editor, an editor implementation used in VSCode.\nNOTE: This extension supports both ComfyUI and A1111 simultaneously."
},
{
"author": "JcandZero",
"title": "ComfyUI_GLM4Node",
"reference": "https://github.com/JcandZero/ComfyUI_GLM4Node",
"files": [
"https://github.com/JcandZero/ComfyUI_GLM4Node"
],
"install_type": "git-clone",
"description": "GLM4 Vision Integration"
},
{
"author": "miosp",
"title": "ComfyUI-FBCNN",
"reference": "https://github.com/Miosp/ComfyUI-FBCNN",
"files": [
"https://github.com/Miosp/ComfyUI-FBCNN"
],
"install_type": "git-clone",
"description": "A node for JPEG de-artifacting using [a/FBCNN](https://github.com/jiaxi-jiang/FBCNN)."
},
{
"author": "chaojie",
"title": "ComfyUI-LightGlue",
"reference": "https://github.com/chaojie/ComfyUI-LightGlue",
"files": [
"https://github.com/chaojie/ComfyUI-LightGlue"
],
"install_type": "git-clone",
"description": "This is an ComfyUI implementation of LightGlue to generate motion brush"
}
]
}

View File

@ -337,6 +337,19 @@
"title_aux": "Waveform Extensions"
}
],
"https://github.com/Billius-AI/ComfyUI-Path-Helper": [
[
"Add File Name Prefix",
"Add File Name Prefix Advanced",
"Add Folder",
"Add Folder Advanced",
"Create Project Root",
"ShowPath"
],
{
"title_aux": "ComfyUI-Path-Helper"
}
],
"https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": [
[
"BNK_AddCLIPSDXLParams",
@ -1290,6 +1303,8 @@
"ADE_ApplyAnimateDiffModel",
"ADE_ApplyAnimateDiffModelSimple",
"ADE_BatchedContextOptions",
"ADE_CustomCFG",
"ADE_CustomCFGKeyframe",
"ADE_EmptyLatentImageLarge",
"ADE_IterationOptsDefault",
"ADE_IterationOptsFreeInit",
@ -1302,6 +1317,11 @@
"ADE_NoiseLayerAdd",
"ADE_NoiseLayerAddWeighted",
"ADE_NoiseLayerReplace",
"ADE_RawSigmaSchedule",
"ADE_SigmaSchedule",
"ADE_SigmaScheduleSplitAndCombine",
"ADE_SigmaScheduleWeightedAverage",
"ADE_SigmaScheduleWeightedAverageInterp",
"ADE_StandardStaticContextOptions",
"ADE_StandardStaticViewOptions",
"ADE_StandardUniformContextOptions",
@ -4353,6 +4373,7 @@
"CLIPSave",
"CLIPSetLastLayer",
"CLIPTextEncode",
"CLIPTextEncodeControlnet",
"CLIPTextEncodeSDXL",
"CLIPTextEncodeSDXLRefiner",
"CLIPVisionEncode",
@ -6234,6 +6255,14 @@
"title_aux": "Facerestore CF (Code Former)"
}
],
"https://github.com/mbrostami/ComfyUI-HF": [
[
"GPT2Node"
],
{
"title_aux": "ComfyUI-HF"
}
],
"https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": [
[
"DynamicThresholdingFull",
@ -6679,7 +6708,8 @@
"https://github.com/pkpkTech/ComfyUI-TemporaryLoader": [
[
"LoadTempCheckpoint",
"LoadTempLoRA"
"LoadTempLoRA",
"LoadTempMultiLoRA"
],
{
"title_aux": "ComfyUI-TemporaryLoader"