update DB

This commit is contained in:
Dr.Lt.Data 2024-07-07 15:15:10 +09:00
parent a539f6bbca
commit 2b4d229763
6 changed files with 885 additions and 802 deletions

View File

@ -6111,6 +6111,17 @@
"install_type": "git-clone",
"description": "The comfyui supported version of the [a/Magic Clothing](https://github.com/ShineChen1024/MagicClothing) project, not the diffusers version, allows direct integration with modules such as ipadapter"
},
{
"author": "longgui0318",
"title": "comfyui-common-util",
"id": "common-util",
"reference": "https://github.com/longgui0318/comfyui-common-util",
"files": [
"https://github.com/longgui0318/comfyui-common-util"
],
"install_type": "git-clone",
"description": "Nodes:Init Layer Info Array, Added Layer Info To Array, Layer Info Array Fuse, Layer Image Seleted, Layer Images IPAdapter Advanced, Enhanced Random Light Source"
},
{
"author": "DimaChaichan",
"title": "LAizypainter-Exporter-ComfyUI",
@ -11145,6 +11156,17 @@
"install_type": "git-clone",
"description": "Meme Maker Node for ComfyUI."
},
{
"author": "bluevisor",
"title": "ComfyUI_PS_Blend_Node",
"reference": "https://github.com/bluevisor/ComfyUI_PS_Blend_Node",
"files": [
"https://github.com/bluevisor/ComfyUI_PS_Blend_Node"
],
"install_type": "git-clone",
"description": "This repository contains a simple custom node for ComfyUI that implements familiar PS-style blend modes using PyTorch. The PSBlendNode allows you to blend two images together using a variety of blend modes and an opacity parameter."
},

View File

@ -6454,6 +6454,14 @@
"title_aux": "comfyUI_SillyNodes"
}
],
"https://github.com/bluevisor/ComfyUI_PS_Blend_Node": [
[
"PSBlendNode"
],
{
"title_aux": "ComfyUI_PS_Blend_Node"
}
],
"https://github.com/bmad4ever/comfyui_ab_samplercustom": [
[
"AB SamplerCustom (experimental)"
@ -11798,6 +11806,19 @@
"title_aux": "Tracking Nodes for Videos"
}
],
"https://github.com/longgui0318/comfyui-common-util": [
[
"Added Layer Info To Array",
"Enhanced Random Light Source",
"Init Layer Info Array",
"Layer Image Seleted",
"Layer Images IPAdapter Advanced",
"Layer Info Array Fuse"
],
{
"title_aux": "comfyui-common-util"
}
],
"https://github.com/longgui0318/comfyui-llm-assistant": [
[
"Chat With LLM",

File diff suppressed because it is too large Load Diff

View File

@ -10,6 +10,16 @@
},
{
"author": "Grant-CP",
"title": "ComfyUI-LivePortraitKJ-MPS",
"reference": "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS",
"files": [
"https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS"
],
"install_type": "git-clone",
"description": "If you wish to incorporate these changes into your repo, feel free to open an issue and ask. The commits should be pretty clear, and I also label almost all changes with #HACK so a full text search will work too.\nPlease let me know if you decide to incorporate any of these changes into your LivePortrait implementation so I can direct people to you repository. I do not intend to maintain this repo.\nSome operations are simply not supported on MPS and I didn't rewrite them. Most of my changes are just to .cuda calls and that sort of thing. Many operations are still done on CPU, so don't expect awesome performance."
},
{
"author": "justUmen",
"title": "Bjornulf_custom_nodes [WIP]",

View File

@ -12,6 +12,27 @@
{
"author": "bluevisor",
"title": "ComfyUI_PS_Blend_Node",
"reference": "https://github.com/bluevisor/ComfyUI_PS_Blend_Node",
"files": [
"https://github.com/bluevisor/ComfyUI_PS_Blend_Node"
],
"install_type": "git-clone",
"description": "This repository contains a simple custom node for ComfyUI that implements familiar PS-style blend modes using PyTorch. The PSBlendNode allows you to blend two images together using a variety of blend modes and an opacity parameter."
},
{
"author": "longgui0318",
"title": "comfyui-common-util",
"id": "common-util",
"reference": "https://github.com/longgui0318/comfyui-common-util",
"files": [
"https://github.com/longgui0318/comfyui-common-util"
],
"install_type": "git-clone",
"description": "Nodes:Init Layer Info Array, Added Layer Info To Array, Layer Info Array Fuse, Layer Image Seleted, Layer Images IPAdapter Advanced, Enhanced Random Light Source"
},
{
"author": "kijai",
"title": "ComfyUI-KwaiKolorsWrapper",
@ -669,28 +690,6 @@
],
"install_type": "git-clone",
"description": "Nodes:Save Image with Options"
},
{
"author": "asagi4",
"title": "Adaptive Guidance for ComfyUI",
"id": "asagi-nodes",
"reference": "https://github.com/asagi4/ComfyUI-Adaptive-Guidance",
"files": [
"https://github.com/asagi4/ComfyUI-Adaptive-Guidance"
],
"install_type": "git-clone",
"description": "An implementation of adaptive guidance for ComfyUI\nSee [a/https://bcv-uniandes.github.io/adaptiveguidance-wp/](https://bcv-uniandes.github.io/adaptiveguidance-wp/)"
},
{
"author": "kijai",
"title": "ComfyUI-Florence2",
"id": "florence2-kijai",
"reference": "https://github.com/kijai/ComfyUI-Florence2",
"files": [
"https://github.com/kijai/ComfyUI-Florence2"
],
"install_type": "git-clone",
"description": "ComfyUI nodes to use Microsoft's Florence2 vision model. Supports captioning, object detection and segmentation"
}
]
}

View File

@ -6454,6 +6454,14 @@
"title_aux": "comfyUI_SillyNodes"
}
],
"https://github.com/bluevisor/ComfyUI_PS_Blend_Node": [
[
"PSBlendNode"
],
{
"title_aux": "ComfyUI_PS_Blend_Node"
}
],
"https://github.com/bmad4ever/comfyui_ab_samplercustom": [
[
"AB SamplerCustom (experimental)"
@ -11798,6 +11806,19 @@
"title_aux": "Tracking Nodes for Videos"
}
],
"https://github.com/longgui0318/comfyui-common-util": [
[
"Added Layer Info To Array",
"Enhanced Random Light Source",
"Init Layer Info Array",
"Layer Image Seleted",
"Layer Images IPAdapter Advanced",
"Layer Info Array Fuse"
],
{
"title_aux": "comfyui-common-util"
}
],
"https://github.com/longgui0318/comfyui-llm-assistant": [
[
"Chat With LLM",