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
5399206a5d
commit
ffd01826d8
@ -8422,6 +8422,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Simple ComfyUI node that predicts the score of an aesthetic image with SigLIP-based predictor."
|
||||
},
|
||||
{
|
||||
"author": "AIFSH",
|
||||
"title": "DiffMorpher-ComfyUI",
|
||||
"id": "uvr5",
|
||||
"reference": "https://github.com/AIFSH/DiffMorpher-ComfyUI",
|
||||
"files": [
|
||||
"hhttps://github.com/AIFSH/DiffMorpher-ComfyUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "a custom node for [a/DiffMorpher](https://github.com/Kevin-thu/DiffMorpher),you can find base workflow in [a/doc](https://github.com/AIFSH/DiffMorpher-ComfyUI/blob/main/doc)"
|
||||
},
|
||||
{
|
||||
"author": "AIFSH",
|
||||
"title": "ComfyUI-UVR5",
|
||||
@ -11565,6 +11576,39 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Two simple to install nodes to get Live Portrait working in ComfyUI without the need for a fancy GPU (Replicate account needed)."
|
||||
},
|
||||
{
|
||||
"author": "aaronchm",
|
||||
"title": "z-a1111-sd-webui-DanTagGen",
|
||||
"id":"z-a1111-sd-webui-DanTagGen",
|
||||
"reference": "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen",
|
||||
"files":[
|
||||
"https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen"
|
||||
],
|
||||
"install_type":"git-clone",
|
||||
"description":"Improved DanTagGen implementation that posesses all functionality of the A1111 webui extension."
|
||||
},
|
||||
{
|
||||
"author": "mikebilly",
|
||||
"title": "Transparent-background-comfyUI",
|
||||
"id":"transparent-background-comfyui",
|
||||
"reference": "https://github.com/mikebilly/Transparent-background-comfyUI",
|
||||
"files":[
|
||||
"https://github.com/mikebilly/Transparent-background-comfyUI"
|
||||
],
|
||||
"install_type":"git-clone",
|
||||
"description":"Removes background using Transparent Background"
|
||||
},
|
||||
{
|
||||
"author": "un-seen",
|
||||
"title": "comfyui-tensorop",
|
||||
"id":"comfyui-tensorop",
|
||||
"reference": "https://github.com/un-seen/comfyui-tensorops",
|
||||
"files":[
|
||||
"https://github.com/un-seen/comfyui-tensorops"
|
||||
],
|
||||
"install_type":"git-clone",
|
||||
"description":"Nodes to perform tensor operations in ComfyUI"
|
||||
},
|
||||
|
||||
|
||||
|
||||
@ -11952,17 +11996,6 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"author": "aaronchm",
|
||||
"title": "z-a1111-sd-webui-DanTagGen",
|
||||
"id":"z-a1111-sd-webui-DanTagGen",
|
||||
"reference": "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen",
|
||||
"files":[
|
||||
"https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen"
|
||||
],
|
||||
"install_type":"git-clone",
|
||||
"description":"Improved DanTagGen implementation that posesses all functionality of the A1111 webui extension."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -632,6 +632,14 @@
|
||||
"title_aux": "APZmedia Clean File Name Node"
|
||||
}
|
||||
],
|
||||
"https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": [
|
||||
[
|
||||
"DanTagGen"
|
||||
],
|
||||
{
|
||||
"title_aux": "z-a1111-sd-webui-DanTagGen"
|
||||
}
|
||||
],
|
||||
"https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": [
|
||||
[
|
||||
"APS_LatentBatch",
|
||||
@ -13025,6 +13033,14 @@
|
||||
"title_aux": "mihaiiancu/Inpaint"
|
||||
}
|
||||
],
|
||||
"https://github.com/mikebilly/Transparent-background-comfyUI": [
|
||||
[
|
||||
"Transparentbackground RemBg"
|
||||
],
|
||||
{
|
||||
"title_aux": "Transparent-background-comfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/mikkel/ComfyUI-text-overlay": [
|
||||
[
|
||||
"Image Text Overlay"
|
||||
@ -15514,6 +15530,19 @@
|
||||
"title_aux": "comfyui-webcam-node"
|
||||
}
|
||||
],
|
||||
"https://github.com/un-seen/comfyui-tensorops": [
|
||||
[
|
||||
"ChannelSelector",
|
||||
"DownloadAndLoadFlorence2Model",
|
||||
"Florence2Run",
|
||||
"MaskImage",
|
||||
"SaveJsonToSurreal",
|
||||
"SaveTextToSurreal"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-tensorop"
|
||||
}
|
||||
],
|
||||
"https://github.com/unwdef/unwdef-nodes-comfyui": [
|
||||
[
|
||||
"RandomTextFromMultiline",
|
||||
|
||||
@ -1,4 +1,9 @@
|
||||
{
|
||||
"hhttps://github.com/AIFSH/DiffMorpher-ComfyUI": {
|
||||
"stars": 2,
|
||||
"last_update": "2024-07-16 12:06:15",
|
||||
"author_account_age_days": 253
|
||||
},
|
||||
"https://github.com/0xbitches/ComfyUI-LCM": {
|
||||
"stars": 248,
|
||||
"last_update": "2023-11-11 21:24:33",
|
||||
@ -249,6 +254,11 @@
|
||||
"last_update": "2024-07-16 09:38:13",
|
||||
"author_account_age_days": 2499
|
||||
},
|
||||
"https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": {
|
||||
"stars": 1,
|
||||
"last_update": "2024-07-16 12:05:32",
|
||||
"author_account_age_days": 1548
|
||||
},
|
||||
"https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": {
|
||||
"stars": 189,
|
||||
"last_update": "2024-06-14 07:04:37",
|
||||
@ -4084,6 +4094,11 @@
|
||||
"last_update": "2024-05-22 18:19:38",
|
||||
"author_account_age_days": 2684
|
||||
},
|
||||
"https://github.com/mikebilly/Transparent-background-comfyUI": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-07-16 18:12:59",
|
||||
"author_account_age_days": 2586
|
||||
},
|
||||
"https://github.com/mikkel/ComfyUI-text-overlay": {
|
||||
"stars": 31,
|
||||
"last_update": "2024-05-22 21:13:59",
|
||||
@ -5059,6 +5074,11 @@
|
||||
"last_update": "2024-06-14 08:25:13",
|
||||
"author_account_age_days": 2336
|
||||
},
|
||||
"https://github.com/un-seen/comfyui-tensorops": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-07-16 16:33:32",
|
||||
"author_account_age_days": 1338
|
||||
},
|
||||
"https://github.com/unwdef/unwdef-nodes-comfyui": {
|
||||
"stars": 1,
|
||||
"last_update": "2024-06-27 23:14:09",
|
||||
|
||||
@ -11,6 +11,16 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "JichaoLiang",
|
||||
"title": "Immortal_comfyUI",
|
||||
"reference": "https://github.com/JichaoLiang/Immortal_comfyUI",
|
||||
"files":[
|
||||
"https://github.com/JichaoLiang/Immortal_comfyUI"
|
||||
],
|
||||
"install_type":"git-clone",
|
||||
"description":"Nodes: NewNode, AppendNode, MergeNode, SetProperties, SaveToDirectory, ..."
|
||||
},
|
||||
{
|
||||
"author": "googincheng",
|
||||
"title": "ComfyUX",
|
||||
|
||||
@ -10,6 +10,18 @@
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "AIFSH",
|
||||
"title": "DiffMorpher-ComfyUI",
|
||||
"id": "uvr5",
|
||||
"reference": "https://github.com/AIFSH/DiffMorpher-ComfyUI",
|
||||
"files": [
|
||||
"hhttps://github.com/AIFSH/DiffMorpher-ComfyUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "a custom node for [a/DiffMorpher](https://github.com/Kevin-thu/DiffMorpher),you can find base workflow in [a/doc](https://github.com/AIFSH/DiffMorpher-ComfyUI/blob/main/doc)"
|
||||
},
|
||||
{
|
||||
"author": "2kpr",
|
||||
"title": "ComfyUI-UltraPixel",
|
||||
@ -32,6 +44,39 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Two simple to install nodes to get Live Portrait working in ComfyUI without the need for a fancy GPU (Replicate account needed)."
|
||||
},
|
||||
{
|
||||
"author": "aaronchm",
|
||||
"title": "z-a1111-sd-webui-DanTagGen",
|
||||
"id":"z-a1111-sd-webui-DanTagGen",
|
||||
"reference": "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen",
|
||||
"files":[
|
||||
"https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen"
|
||||
],
|
||||
"install_type":"git-clone",
|
||||
"description":"Improved DanTagGen implementation that posesses all functionality of the A1111 webui extension."
|
||||
},
|
||||
{
|
||||
"author": "mikebilly",
|
||||
"title": "Transparent-background-comfyUI",
|
||||
"id":"transparent-background-comfyui",
|
||||
"reference": "https://github.com/mikebilly/Transparent-background-comfyUI",
|
||||
"files":[
|
||||
"https://github.com/mikebilly/Transparent-background-comfyUI"
|
||||
],
|
||||
"install_type":"git-clone",
|
||||
"description":"Removes background using Transparent Background"
|
||||
},
|
||||
{
|
||||
"author": "un-seen",
|
||||
"title": "comfyui-tensorop",
|
||||
"id":"comfyui-tensorop",
|
||||
"reference": "https://github.com/un-seen/comfyui-tensorops",
|
||||
"files":[
|
||||
"https://github.com/un-seen/comfyui-tensorops"
|
||||
],
|
||||
"install_type":"git-clone",
|
||||
"description":"Nodes to perform tensor operations in ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "ader47",
|
||||
"title": "ComfyUI-MeshHamer",
|
||||
|
||||
@ -632,6 +632,14 @@
|
||||
"title_aux": "APZmedia Clean File Name Node"
|
||||
}
|
||||
],
|
||||
"https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": [
|
||||
[
|
||||
"DanTagGen"
|
||||
],
|
||||
{
|
||||
"title_aux": "z-a1111-sd-webui-DanTagGen"
|
||||
}
|
||||
],
|
||||
"https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": [
|
||||
[
|
||||
"APS_LatentBatch",
|
||||
@ -13025,6 +13033,14 @@
|
||||
"title_aux": "mihaiiancu/Inpaint"
|
||||
}
|
||||
],
|
||||
"https://github.com/mikebilly/Transparent-background-comfyUI": [
|
||||
[
|
||||
"Transparentbackground RemBg"
|
||||
],
|
||||
{
|
||||
"title_aux": "Transparent-background-comfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/mikkel/ComfyUI-text-overlay": [
|
||||
[
|
||||
"Image Text Overlay"
|
||||
@ -15514,6 +15530,19 @@
|
||||
"title_aux": "comfyui-webcam-node"
|
||||
}
|
||||
],
|
||||
"https://github.com/un-seen/comfyui-tensorops": [
|
||||
[
|
||||
"ChannelSelector",
|
||||
"DownloadAndLoadFlorence2Model",
|
||||
"Florence2Run",
|
||||
"MaskImage",
|
||||
"SaveJsonToSurreal",
|
||||
"SaveTextToSurreal"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-tensorop"
|
||||
}
|
||||
],
|
||||
"https://github.com/unwdef/unwdef-nodes-comfyui": [
|
||||
[
|
||||
"RandomTextFromMultiline",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user