update DB

This commit is contained in:
Dr.Lt.Data 2023-11-08 21:39:35 +09:00
parent 84979f6438
commit 566142fc81
4 changed files with 66 additions and 2 deletions

View File

@ -1585,6 +1585,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes:Load LoRA Weight Only, Load LoRA from Weight, Merge LoRA, Save LoRA. This extension provides nodes for merging LoRA." "description": "Nodes:Load LoRA Weight Only, Load LoRA from Weight, Merge LoRA, Save LoRA. This extension provides nodes for merging LoRA."
}, },
{
"author": "laksjdjf",
"title": "LCMSampler-ComfyUI",
"reference": "https://github.com/laksjdjf/LCMSampler-ComfyUI",
"files": [
"https://github.com/laksjdjf/LCMSampler-ComfyUI"
],
"install_type": "git-clone",
"description": "This extension node is intended for the use of LCM conversion for SSD-1B-anime. It does not guarantee operation with the original LCM (as it cannot load weights in the current version). To take advantage of fast generation with LCM, a node for using TAESD as a decoder is also provided. This is inspired by ComfyUI-OtherVAEs."
},
{ {
"author": "alsritter", "author": "alsritter",
"title": "asymmetric-tiling-comfyui", "title": "asymmetric-tiling-comfyui",

View File

@ -497,6 +497,9 @@
"BatchValueSchedule", "BatchValueSchedule",
"BatchValueScheduleLatentInput", "BatchValueScheduleLatentInput",
"CosWave", "CosWave",
"FizzFrame",
"FizzFrameConcatenate",
"Init FizzFrame",
"InvCosWave", "InvCosWave",
"InvSinWave", "InvSinWave",
"Lerp", "Lerp",
@ -507,6 +510,7 @@
"SawtoothWave", "SawtoothWave",
"SinWave", "SinWave",
"SquareWave", "SquareWave",
"StringConcatenate",
"StringSchedule", "StringSchedule",
"TriangleWave", "TriangleWave",
"ValueSchedule" "ValueSchedule"
@ -1059,6 +1063,7 @@
"CR Apply Model Merge", "CR Apply Model Merge",
"CR Apply Multi Upscale", "CR Apply Multi Upscale",
"CR Apply Multi-ControlNet", "CR Apply Multi-ControlNet",
"CR Arabic Text RTL",
"CR Aspect Ratio SDXL", "CR Aspect Ratio SDXL",
"CR Batch Process Switch", "CR Batch Process Switch",
"CR Checker Pattern", "CR Checker Pattern",
@ -1067,6 +1072,7 @@
"CR Color Gradient", "CR Color Gradient",
"CR Color Panel", "CR Color Panel",
"CR Color Tint", "CR Color Tint",
"CR Comic Panel Templates",
"CR Composite Text", "CR Composite Text",
"CR Conditioning Input Switch", "CR Conditioning Input Switch",
"CR ControlNet Input Switch", "CR ControlNet Input Switch",
@ -1074,6 +1080,7 @@
"CR Draw Text", "CR Draw Text",
"CR Float To Integer", "CR Float To Integer",
"CR Float To String", "CR Float To String",
"CR Halftone Filter",
"CR Halftone Grid", "CR Halftone Grid",
"CR Hires Fix Process Switch", "CR Hires Fix Process Switch",
"CR Image Border", "CR Image Border",
@ -1106,10 +1113,12 @@
"CR Module Pipe Loader", "CR Module Pipe Loader",
"CR Multi Upscale Stack", "CR Multi Upscale Stack",
"CR Multi-ControlNet Stack", "CR Multi-ControlNet Stack",
"CR Multi-Panel Meme Template",
"CR Overlay Text", "CR Overlay Text",
"CR Page Layout", "CR Page Layout",
"CR Pipe Switch", "CR Pipe Switch",
"CR Polygons", "CR Polygons",
"CR Popular Meme Templates",
"CR Prompt Text", "CR Prompt Text",
"CR Radial Gradient", "CR Radial Gradient",
"CR SD1.5 Aspect Ratio", "CR SD1.5 Aspect Ratio",
@ -1344,7 +1353,9 @@
"FC_CropMask", "FC_CropMask",
"FC_FaceDetection", "FC_FaceDetection",
"FC_FaceFusion", "FC_FaceFusion",
"FC_LoraMerge" "FC_LoraMerge",
"FC_Segment",
"FC_StyleLoraLoad"
], ],
{ {
"title_aux": "ComfyUI-FaceChain" "title_aux": "ComfyUI-FaceChain"
@ -2936,6 +2947,15 @@
"title_aux": "IPAdapter-ComfyUI" "title_aux": "IPAdapter-ComfyUI"
} }
], ],
"https://github.com/laksjdjf/LCMSampler-ComfyUI": [
[
"SamplerLCM",
"TAESDLoader"
],
{
"title_aux": "LCMSampler-ComfyUI"
}
],
"https://github.com/laksjdjf/LoRA-Merger-ComfyUI": [ "https://github.com/laksjdjf/LoRA-Merger-ComfyUI": [
[ [
"LoraLoaderFromWeight", "LoraLoaderFromWeight",
@ -3949,6 +3969,7 @@
"ImageOutputToComfyNodes", "ImageOutputToComfyNodes",
"ImageShuffle", "ImageShuffle",
"LCMGenerate", "LCMGenerate",
"LCMGenerate_RIVAL",
"LCMGenerate_ReferenceOnly", "LCMGenerate_ReferenceOnly",
"LCMGenerate_img2img", "LCMGenerate_img2img",
"LCMGenerate_img2img_IPAdapter", "LCMGenerate_img2img_IPAdapter",
@ -3956,6 +3977,7 @@
"LCMGenerate_inpaintv2", "LCMGenerate_inpaintv2",
"LCMGenerate_inpaintv3", "LCMGenerate_inpaintv3",
"LCMLoader", "LCMLoader",
"LCMLoader_RIVAL",
"LCMLoader_RefInpaint", "LCMLoader_RefInpaint",
"LCMLoader_ReferenceOnly", "LCMLoader_ReferenceOnly",
"LCMLoader_controlnet", "LCMLoader_controlnet",

View File

@ -1,5 +1,15 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "laksjdjf",
"title": "LCMSampler-ComfyUI",
"reference": "https://github.com/laksjdjf/LCMSampler-ComfyUI",
"files": [
"https://github.com/laksjdjf/LCMSampler-ComfyUI"
],
"install_type": "git-clone",
"description": "This extension node is intended for the use of LCM conversion for SSD-1B-anime. It does not guarantee operation with the original LCM (as it cannot load weights in the current version). To take advantage of fast generation with LCM, a node for using TAESD as a decoder is also provided. This is inspired by ComfyUI-OtherVAEs."
},
{ {
"author": "palant", "author": "palant",
"title": "Integrated Nodes for ComfyUI", "title": "Integrated Nodes for ComfyUI",

View File

@ -497,6 +497,9 @@
"BatchValueSchedule", "BatchValueSchedule",
"BatchValueScheduleLatentInput", "BatchValueScheduleLatentInput",
"CosWave", "CosWave",
"FizzFrame",
"FizzFrameConcatenate",
"Init FizzFrame",
"InvCosWave", "InvCosWave",
"InvSinWave", "InvSinWave",
"Lerp", "Lerp",
@ -507,6 +510,7 @@
"SawtoothWave", "SawtoothWave",
"SinWave", "SinWave",
"SquareWave", "SquareWave",
"StringConcatenate",
"StringSchedule", "StringSchedule",
"TriangleWave", "TriangleWave",
"ValueSchedule" "ValueSchedule"
@ -1059,6 +1063,7 @@
"CR Apply Model Merge", "CR Apply Model Merge",
"CR Apply Multi Upscale", "CR Apply Multi Upscale",
"CR Apply Multi-ControlNet", "CR Apply Multi-ControlNet",
"CR Arabic Text RTL",
"CR Aspect Ratio SDXL", "CR Aspect Ratio SDXL",
"CR Batch Process Switch", "CR Batch Process Switch",
"CR Checker Pattern", "CR Checker Pattern",
@ -1067,6 +1072,7 @@
"CR Color Gradient", "CR Color Gradient",
"CR Color Panel", "CR Color Panel",
"CR Color Tint", "CR Color Tint",
"CR Comic Panel Templates",
"CR Composite Text", "CR Composite Text",
"CR Conditioning Input Switch", "CR Conditioning Input Switch",
"CR ControlNet Input Switch", "CR ControlNet Input Switch",
@ -1074,6 +1080,7 @@
"CR Draw Text", "CR Draw Text",
"CR Float To Integer", "CR Float To Integer",
"CR Float To String", "CR Float To String",
"CR Halftone Filter",
"CR Halftone Grid", "CR Halftone Grid",
"CR Hires Fix Process Switch", "CR Hires Fix Process Switch",
"CR Image Border", "CR Image Border",
@ -1106,10 +1113,12 @@
"CR Module Pipe Loader", "CR Module Pipe Loader",
"CR Multi Upscale Stack", "CR Multi Upscale Stack",
"CR Multi-ControlNet Stack", "CR Multi-ControlNet Stack",
"CR Multi-Panel Meme Template",
"CR Overlay Text", "CR Overlay Text",
"CR Page Layout", "CR Page Layout",
"CR Pipe Switch", "CR Pipe Switch",
"CR Polygons", "CR Polygons",
"CR Popular Meme Templates",
"CR Prompt Text", "CR Prompt Text",
"CR Radial Gradient", "CR Radial Gradient",
"CR SD1.5 Aspect Ratio", "CR SD1.5 Aspect Ratio",
@ -1344,7 +1353,9 @@
"FC_CropMask", "FC_CropMask",
"FC_FaceDetection", "FC_FaceDetection",
"FC_FaceFusion", "FC_FaceFusion",
"FC_LoraMerge" "FC_LoraMerge",
"FC_Segment",
"FC_StyleLoraLoad"
], ],
{ {
"title_aux": "ComfyUI-FaceChain" "title_aux": "ComfyUI-FaceChain"
@ -2936,6 +2947,15 @@
"title_aux": "IPAdapter-ComfyUI" "title_aux": "IPAdapter-ComfyUI"
} }
], ],
"https://github.com/laksjdjf/LCMSampler-ComfyUI": [
[
"SamplerLCM",
"TAESDLoader"
],
{
"title_aux": "LCMSampler-ComfyUI"
}
],
"https://github.com/laksjdjf/LoRA-Merger-ComfyUI": [ "https://github.com/laksjdjf/LoRA-Merger-ComfyUI": [
[ [
"LoraLoaderFromWeight", "LoraLoaderFromWeight",
@ -3949,6 +3969,7 @@
"ImageOutputToComfyNodes", "ImageOutputToComfyNodes",
"ImageShuffle", "ImageShuffle",
"LCMGenerate", "LCMGenerate",
"LCMGenerate_RIVAL",
"LCMGenerate_ReferenceOnly", "LCMGenerate_ReferenceOnly",
"LCMGenerate_img2img", "LCMGenerate_img2img",
"LCMGenerate_img2img_IPAdapter", "LCMGenerate_img2img_IPAdapter",
@ -3956,6 +3977,7 @@
"LCMGenerate_inpaintv2", "LCMGenerate_inpaintv2",
"LCMGenerate_inpaintv3", "LCMGenerate_inpaintv3",
"LCMLoader", "LCMLoader",
"LCMLoader_RIVAL",
"LCMLoader_RefInpaint", "LCMLoader_RefInpaint",
"LCMLoader_ReferenceOnly", "LCMLoader_ReferenceOnly",
"LCMLoader_controlnet", "LCMLoader_controlnet",