mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
update DB
This commit is contained in:
parent
bf3f6c745f
commit
676b3cfb0f
@ -10089,7 +10089,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Add_text_by_mask"
|
||||
},
|
||||
|
||||
{
|
||||
"author": "MackinationsAi",
|
||||
"title": "ComfyUi_Stuctured-Outputs",
|
||||
"id": "struct-output",
|
||||
"reference": "https://github.com/MackinationsAi/ComfyUi_Stuctured-Outputs",
|
||||
"files": [
|
||||
"https://github.com/MackinationsAi/ComfyUi_Stuctured-Outputs"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This repository contains a custom node for ComfyUI that allows users to save generative image outputs with custom filenames and folder structures. The filenames are padded to four digits, and the positive and negative prompts are embedded in the image metadata."
|
||||
},
|
||||
|
||||
|
||||
|
||||
@ -10395,16 +10405,6 @@
|
||||
"install_type": "copy",
|
||||
"description": "Extension to show random cat GIFs while queueing prompt."
|
||||
},
|
||||
{
|
||||
"author": "archifancy",
|
||||
"title": "Image-vector-for-ComfyUI",
|
||||
"reference": "https://github.com/archifancy/Image-vector-for-ComfyUI",
|
||||
"files": [
|
||||
"https://github.com/archifancy/Image-vector-for-ComfyUI/raw/main/AIvector.py"
|
||||
],
|
||||
"install_type": "copy",
|
||||
"description": "Nodes:AIvector. A wrapped comfyui node for converting pixels to vectors using Vtracer. Check it out here: [a/https://github.com/visioncortex/vtracer](https://github.com/visioncortex/vtracer)."
|
||||
},
|
||||
{
|
||||
"author": "barckley75",
|
||||
"title": "comfyUI_DaVinciResolve",
|
||||
|
||||
@ -2712,6 +2712,14 @@
|
||||
"title_aux": "ComfyUI-mnemic-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/MackinationsAi/ComfyUi_Stuctured-Outputs": [
|
||||
[
|
||||
"SaveImageWithMetadata"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUi_Stuctured-Outputs"
|
||||
}
|
||||
],
|
||||
"https://github.com/Makeezi/ComfyUI-promptLAB": [
|
||||
[
|
||||
"PromptLAB"
|
||||
|
||||
@ -735,6 +735,10 @@
|
||||
"stars": 23,
|
||||
"last_update": "2024-06-04 23:56:25"
|
||||
},
|
||||
"https://github.com/MackinationsAi/ComfyUi_Stuctured-Outputs": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-06-08 01:57:57"
|
||||
},
|
||||
"https://github.com/Makeezi/ComfyUI-promptLAB": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-05-23 01:24:51"
|
||||
|
||||
@ -13,6 +13,17 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "MackinationsAi",
|
||||
"title": "ComfyUi_Stuctured-Outputs",
|
||||
"id": "struct-output",
|
||||
"reference": "https://github.com/MackinationsAi/ComfyUi_Stuctured-Outputs",
|
||||
"files": [
|
||||
"https://github.com/MackinationsAi/ComfyUi_Stuctured-Outputs"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This repository contains a custom node for ComfyUI that allows users to save generative image outputs with custom filenames and folder structures. The filenames are padded to four digits, and the positive and negative prompts are embedded in the image metadata."
|
||||
},
|
||||
{
|
||||
"author": "LZpenguin",
|
||||
"title": "ComfyUI-Text",
|
||||
@ -681,50 +692,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Basic support for StyleGAN2 and StyleGAN3 models."
|
||||
},
|
||||
{
|
||||
"author": "Mason-McGough",
|
||||
"title": "🎨 ComfyUI-Mosaica",
|
||||
"id": "mosaica",
|
||||
"reference": "https://github.com/Mason-McGough/ComfyUI-Mosaica",
|
||||
"files": [
|
||||
"https://github.com/Mason-McGough/ComfyUI-Mosaica"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Create colorful mosaic images in ComfyUI by computing label images and applying lookup tables."
|
||||
},
|
||||
{
|
||||
"author": "larsupb",
|
||||
"title": "LoRA Power-Merger ComfyUI",
|
||||
"id": "lora-powermerger",
|
||||
"reference": "https://github.com/larsupb/LoRA-Merger-ComfyUI",
|
||||
"files": [
|
||||
"https://github.com/larsupb/LoRA-Merger-ComfyUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "An extension for merging LoRAs. Offers a wide range of LoRA merge techniques (including dare) and XY plots. XY plots require efficiency nodes."
|
||||
},
|
||||
{
|
||||
"author": "alessandrozonta",
|
||||
"title": "Save Layers Node for ComfyUI",
|
||||
"id": "layers",
|
||||
"reference": "https://github.com/alessandrozonta/ComfyUI-Layers",
|
||||
"files": [
|
||||
"https://github.com/alessandrozonta/ComfyUI-Layers"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This custom node for ComfyUI allows you to create layers of an image based on input masks and save them into a PSD file."
|
||||
},
|
||||
{
|
||||
"author": "githubYiheng",
|
||||
"title": "comfyui_meanshift_filter",
|
||||
"id": "meanshift-filter",
|
||||
"reference": "https://github.com/githubYiheng/comfyui_meanshift_filter",
|
||||
"files": [
|
||||
"https://github.com/githubYiheng/comfyui_meanshift_filter"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Apply Meanshift Filter"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -2712,6 +2712,14 @@
|
||||
"title_aux": "ComfyUI-mnemic-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/MackinationsAi/ComfyUi_Stuctured-Outputs": [
|
||||
[
|
||||
"SaveImageWithMetadata"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUi_Stuctured-Outputs"
|
||||
}
|
||||
],
|
||||
"https://github.com/Makeezi/ComfyUI-promptLAB": [
|
||||
[
|
||||
"PromptLAB"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user