Browse Source

update DB

pull/237/head
dr.lt.data 11 months ago
parent
commit
a0993fe257
  1. 10
      custom-node-list.json
  2. 8
      extension-node-map.json
  3. 10
      node_db/new/custom-node-list.json
  4. 8
      node_db/new/extension-node-map.json

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

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

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

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

Loading…
Cancel
Save