From a0993fe257c791ceb238739e87e2691b1b585966 Mon Sep 17 00:00:00 2001 From: "dr.lt.data" Date: Mon, 11 Dec 2023 18:09:37 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 10 ++++++++++ extension-node-map.json | 8 ++++++++ node_db/new/custom-node-list.json | 10 ++++++++++ node_db/new/extension-node-map.json | 8 ++++++++ 4 files changed, 36 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index fafa3d8d..c2af0d00 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3280,6 +3280,16 @@ "install_type": "git-clone", "description": "This custom node allow controlling output without training. The reducing method is similar to [Spatial-Reduction Attention](https://paperswithcode.com/method/spatial-reduction-attention), but generating speed may not be increased on typical image sizes due to overheads. (In some cases, slightly slower)" }, + { + "author": "brianfitzgerald", + "title": "StyleAligned for ComfyUI", + "reference": "https://github.com/brianfitzgerald/style_aligned_comfy", + "files": [ + "https://github.com/brianfitzgerald/style_aligned_comfy" + ], + "install_type": "git-clone", + "description": "Implementation of the [StyleAligned](https://style-aligned-gen.github.io/) paper for ComfyUI. This node allows you to apply a consistent style to all images in a batch; by default it will use the first image in the batch as the style reference, forcing all other images to be consistent with it." + }, { "author": "Ser-Hilary", "title": "SDXL_sizing", diff --git a/extension-node-map.json b/extension-node-map.json index 3504f747..ef5f1ad6 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2691,6 +2691,14 @@ "title_aux": "braintacles-nodes" } ], + "https://github.com/brianfitzgerald/style_aligned_comfy": [ + [ + "StyleAlignedPatch" + ], + { + "title_aux": "StyleAligned for ComfyUI" + } + ], "https://github.com/bronkula/comfyui-fitsize": [ [ "FS: Crop Image Into Even Pieces", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index a5c4abb6..c4ac2df0 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "brianfitzgerald", + "title": "StyleAligned for ComfyUI", + "reference": "https://github.com/brianfitzgerald/style_aligned_comfy", + "files": [ + "https://github.com/brianfitzgerald/style_aligned_comfy" + ], + "install_type": "git-clone", + "description": "Implementation of the [StyleAligned](https://style-aligned-gen.github.io/) paper for ComfyUI. This node allows you to apply a consistent style to all images in a batch; by default it will use the first image in the batch as the style reference, forcing all other images to be consistent with it." + }, { "author": "MitoshiroPJ", "title": "ComfyUI Slothful Attention", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 3504f747..ef5f1ad6 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2691,6 +2691,14 @@ "title_aux": "braintacles-nodes" } ], + "https://github.com/brianfitzgerald/style_aligned_comfy": [ + [ + "StyleAlignedPatch" + ], + { + "title_aux": "StyleAligned for ComfyUI" + } + ], "https://github.com/bronkula/comfyui-fitsize": [ [ "FS: Crop Image Into Even Pieces",