update DB

This commit is contained in:
dr.lt.data 2023-12-11 18:09:37 +09:00
parent 15667eacef
commit a0993fe257
4 changed files with 36 additions and 0 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",