update DB

This commit is contained in:
Dr.Lt.Data 2023-10-30 22:37:52 +09:00
parent ec066950be
commit 8a7d024eca
4 changed files with 92 additions and 12 deletions

View File

@ -1314,6 +1314,16 @@
"install_type": "git-clone",
"description": "Nodes: KepRotateImage"
},
{
"author": "M1kep",
"title": "ComfyUI-OtherVAEs",
"reference": "https://github.com/M1kep/ComfyUI-OtherVAEs",
"files": [
"https://github.com/M1kep/ComfyUI-OtherVAEs"
],
"install_type": "git-clone",
"description": "Nodes: TAESD VAE Decode"
},
{
"author": "uarefans",
"title": "ComfyUI-Fans",
@ -2365,6 +2375,16 @@
"install_type": "git-clone",
"description": "Nodes:TileSplit, TileMerge."
},
{
"author": "Fictiverse",
"title": "ComfyUI Fictiverse Nodes",
"reference": "https://github.com/Fictiverse/ComfyUI_Fictiverse",
"files": [
"https://github.com/Fictiverse/ComfyUI_Fictiverse"
],
"install_type": "git-clone",
"description": "Nodes:Color correction."
},
{
"author": "Ser-Hilary",
"title": "SDXL_sizing",

View File

@ -117,6 +117,7 @@
"BSZLatentOffsetXL",
"BSZLatentRGBAImage",
"BSZLatentbuster",
"BSZMakeVPred",
"BSZPixelbuster",
"BSZPixelbusterHelp",
"BSZPrincipledConditioning",
@ -449,6 +450,14 @@
"title_aux": "ComfyUI's ControlNet Auxiliary Preprocessors"
}
],
"https://github.com/Fictiverse/ComfyUI_Fictiverse": [
[
"Color correction"
],
{
"title_aux": "ComfyUI Fictiverse Nodes"
}
],
"https://github.com/FizzleDorf/ComfyUI-AIT": [
[
"AIT_Unet_Loader",
@ -739,6 +748,14 @@
"title_aux": "ComfyLiterals"
}
],
"https://github.com/M1kep/ComfyUI-OtherVAEs": [
[
"OtherVAE_Taesd"
],
{
"title_aux": "ComfyUI-OtherVAEs"
}
],
"https://github.com/M1kep/Comfy_KepKitchenSink": [
[
"KepRotateImage"
@ -1023,8 +1040,6 @@
"CR Apply Model Merge",
"CR Apply Multi Upscale",
"CR Apply Multi-ControlNet",
"CR Aspect Ratio",
"CR Aspect Ratio SDXL",
"CR Batch Process Switch",
"CR Checker Pattern",
"CR Clip Input Switch",
@ -1039,7 +1054,6 @@
"CR Float To Integer",
"CR Float To String",
"CR Halftone Grid",
"CR Halftones",
"CR Hires Fix Process Switch",
"CR Image Input Switch",
"CR Image Input Switch (4 way)",
@ -1071,13 +1085,11 @@
"CR Overlay Text",
"CR Pipe Switch",
"CR Polygons",
"CR Process Switch",
"CR Prompt Text",
"CR SD1.5 Aspect Ratio",
"CR SDXL Aspect Ratio",
"CR SDXL Base Prompt Encoder",
"CR SDXL Prompt Mix Presets",
"CR SDXL Prompt Mixer",
"CR SDXL Style Text",
"CR Seed",
"CR Seed to Int",
@ -1926,6 +1938,8 @@
],
"https://github.com/aszc-dev/ComfyUI-CoreMLSuite": [
[
"CoreMLModelAdapter",
"CoreMLSampler",
"CoreMLUNetLoader"
],
{
@ -2020,7 +2034,8 @@
"TextPreserve",
"Upscale Tile Calculator",
"Wildcard Processor",
"WildcardAndLoraSyntaxProcessor"
"WildcardAndLoraSyntaxProcessor",
"WildcardOobaPrompt"
],
{
"title_aux": "Mikey Nodes"
@ -2729,6 +2744,7 @@
],
"https://github.com/kinfolk0117/ComfyUI_SimpleTiles": [
[
"TileCalc",
"TileMerge",
"TileSplit"
],
@ -3732,10 +3748,13 @@
"https://github.com/taabata/LCM_Inpaint-Outpaint_Comfy": [
[
"FreeU_LCM",
"ImageOutputToComfyNodes",
"ImageShuffle",
"LCMGenerate",
"LCMGenerate_ReferenceOnly",
"LCMGenerate_img2img",
"LCMLoader",
"LCMLoader_RefInpaint",
"LCMLoader_ReferenceOnly",
"LCMLoader_img2img",
"LCM_outpaint_prep",
@ -4009,6 +4028,7 @@
"GroupChat",
"Image_generation_Conditioning",
"LM_Studio",
"LoadAPIconfig",
"Memory_Excel",
"Model_1",
"Ollama",

View File

@ -1,5 +1,25 @@
{
"custom_nodes": [
{
"author": "M1kep",
"title": "ComfyUI-OtherVAEs",
"reference": "https://github.com/M1kep/ComfyUI-OtherVAEs",
"files": [
"https://github.com/M1kep/ComfyUI-OtherVAEs"
],
"install_type": "git-clone",
"description": "Nodes: TAESD VAE Decode"
},
{
"author": "Fictiverse",
"title": "ComfyUI Fictiverse Nodes",
"reference": "https://github.com/Fictiverse/ComfyUI_Fictiverse",
"files": [
"https://github.com/Fictiverse/ComfyUI_Fictiverse"
],
"install_type": "git-clone",
"description": "Nodes:Color correction."
},
{
"author": "kinfolk0117",
"title": "ComfyUI_SimpleTiles",

View File

@ -117,6 +117,7 @@
"BSZLatentOffsetXL",
"BSZLatentRGBAImage",
"BSZLatentbuster",
"BSZMakeVPred",
"BSZPixelbuster",
"BSZPixelbusterHelp",
"BSZPrincipledConditioning",
@ -449,6 +450,14 @@
"title_aux": "ComfyUI's ControlNet Auxiliary Preprocessors"
}
],
"https://github.com/Fictiverse/ComfyUI_Fictiverse": [
[
"Color correction"
],
{
"title_aux": "ComfyUI Fictiverse Nodes"
}
],
"https://github.com/FizzleDorf/ComfyUI-AIT": [
[
"AIT_Unet_Loader",
@ -739,6 +748,14 @@
"title_aux": "ComfyLiterals"
}
],
"https://github.com/M1kep/ComfyUI-OtherVAEs": [
[
"OtherVAE_Taesd"
],
{
"title_aux": "ComfyUI-OtherVAEs"
}
],
"https://github.com/M1kep/Comfy_KepKitchenSink": [
[
"KepRotateImage"
@ -1023,8 +1040,6 @@
"CR Apply Model Merge",
"CR Apply Multi Upscale",
"CR Apply Multi-ControlNet",
"CR Aspect Ratio",
"CR Aspect Ratio SDXL",
"CR Batch Process Switch",
"CR Checker Pattern",
"CR Clip Input Switch",
@ -1039,7 +1054,6 @@
"CR Float To Integer",
"CR Float To String",
"CR Halftone Grid",
"CR Halftones",
"CR Hires Fix Process Switch",
"CR Image Input Switch",
"CR Image Input Switch (4 way)",
@ -1071,13 +1085,11 @@
"CR Overlay Text",
"CR Pipe Switch",
"CR Polygons",
"CR Process Switch",
"CR Prompt Text",
"CR SD1.5 Aspect Ratio",
"CR SDXL Aspect Ratio",
"CR SDXL Base Prompt Encoder",
"CR SDXL Prompt Mix Presets",
"CR SDXL Prompt Mixer",
"CR SDXL Style Text",
"CR Seed",
"CR Seed to Int",
@ -1926,6 +1938,8 @@
],
"https://github.com/aszc-dev/ComfyUI-CoreMLSuite": [
[
"CoreMLModelAdapter",
"CoreMLSampler",
"CoreMLUNetLoader"
],
{
@ -2020,7 +2034,8 @@
"TextPreserve",
"Upscale Tile Calculator",
"Wildcard Processor",
"WildcardAndLoraSyntaxProcessor"
"WildcardAndLoraSyntaxProcessor",
"WildcardOobaPrompt"
],
{
"title_aux": "Mikey Nodes"
@ -2729,6 +2744,7 @@
],
"https://github.com/kinfolk0117/ComfyUI_SimpleTiles": [
[
"TileCalc",
"TileMerge",
"TileSplit"
],
@ -3732,10 +3748,13 @@
"https://github.com/taabata/LCM_Inpaint-Outpaint_Comfy": [
[
"FreeU_LCM",
"ImageOutputToComfyNodes",
"ImageShuffle",
"LCMGenerate",
"LCMGenerate_ReferenceOnly",
"LCMGenerate_img2img",
"LCMLoader",
"LCMLoader_RefInpaint",
"LCMLoader_ReferenceOnly",
"LCMLoader_img2img",
"LCM_outpaint_prep",
@ -4009,6 +4028,7 @@
"GroupChat",
"Image_generation_Conditioning",
"LM_Studio",
"LoadAPIconfig",
"Memory_Excel",
"Model_1",
"Ollama",