mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
update DB
This commit is contained in:
parent
15667eacef
commit
a0993fe257
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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…
x
Reference in New Issue
Block a user