diff --git a/custom-node-list.json b/custom-node-list.json index fafa3d8..c2af0d0 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 3504f74..ef5f1ad 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 a5c4abb..c4ac2df 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 3504f74..ef5f1ad 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",