update DB

This commit is contained in:
Dr.Lt.Data 2024-08-06 08:52:07 +09:00
parent cc09a166da
commit d845c4f832
8 changed files with 399 additions and 278 deletions

View File

@ -12432,6 +12432,26 @@
"install_type": "git-clone",
"description": "A small set of useful nodes which aid with the tagging process by splitting tags and strings, alternating tags from multiple sources and removing duplicates."
},
{
"author": "caleboleary",
"title": "Arc2Face ComfyUI Node Library",
"reference": "https://github.com/caleboleary/ComfyUI-Arc2Face",
"files": [
"https://github.com/caleboleary/ComfyUI-Arc2Face"
],
"install_type": "git-clone",
"description": "This ComfyUI node library builds upon the work done to train the [a/Arc2Face](https://github.com/foivospar/Arc2Face) model by foivospar. It provides a set of nodes for ComfyUI that allow users to extract face embeddings, generate images based on these embeddings, and perform image-to-image transformations."
},
{
"author": "GeekyGhost",
"title": "ComfyUI-GeekyRemB",
"reference": "https://github.com/GeekyGhost/ComfyUI-GeekyRemB",
"files": [
"https://github.com/GeekyGhost/ComfyUI-GeekyRemB"
],
"install_type": "git-clone",
"description": "GeekyRemB is a powerful and versatile image processing node for ComfyUI, designed to remove backgrounds from images with advanced customization options. This node leverages the rembg library and offers a wide range of features for fine-tuning the background removal process and enhancing the resulting images."
},

View File

@ -2367,6 +2367,14 @@
"title_aux": "ComfyUI-SD3LatentSelectRes"
}
],
"https://github.com/GeekyGhost/ComfyUI-GeekyRemB": [
[
"GeekyRemB"
],
{
"title_aux": "ComfyUI-GeekyRemB"
}
],
"https://github.com/GentlemanHu/ComfyUI-SunoAI": [
[
"GentlemanHu_SunoAI",
@ -3716,6 +3724,19 @@
"title_aux": "ComfyUI-Paint3D-Nodes"
}
],
"https://github.com/NMWave/ComfyUI-Nader-Tagging": [
[
"Load Text List",
"Split Sentences",
"Split Tags",
"Tag Alternating Combiner",
"Tag Duplicate Remover",
"Token Counter"
],
{
"title_aux": "Image Captioning and Tagging Assistor Nodes"
}
],
"https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": [
[
"SuperPrompterNode"
@ -7492,6 +7513,19 @@
"title_aux": "ComfyUI_SUNoise"
}
],
"https://github.com/caleboleary/ComfyUI-Arc2Face": [
[
"Arc2FaceEncoderLoader",
"Arc2FaceFaceExtractor",
"Arc2FaceGenerator",
"Arc2FaceImageGridGenerator",
"Arc2FaceImg2ImgGenerator",
"Arc2FaceUNetLoader"
],
{
"title_aux": "Arc2Face ComfyUI Node Library"
}
],
"https://github.com/catscandrive/comfyui-imagesubfolders/raw/main/loadImageWithSubfolders.py": [
[
"LoadImagewithSubfolders"

View File

@ -809,6 +809,11 @@
"last_update": "2024-07-31 13:51:25",
"author_account_age_days": 4610
},
"https://github.com/GeekyGhost/ComfyUI-GeekyRemB": {
"stars": 26,
"last_update": "2024-08-03 23:53:49",
"author_account_age_days": 712
},
"https://github.com/GentlemanHu/ComfyUI-SunoAI": {
"stars": 13,
"last_update": "2024-08-03 04:14:44",
@ -1319,6 +1324,11 @@
"last_update": "2024-07-13 01:24:57",
"author_account_age_days": 119
},
"https://github.com/NMWave/ComfyUI-Nader-Tagging": {
"stars": 0,
"last_update": "2024-08-05 22:58:36",
"author_account_age_days": 621
},
"https://github.com/Nestorchik/NStor-ComfyUI-Translation": {
"stars": 2,
"last_update": "2024-06-14 10:25:32",
@ -2459,6 +2469,11 @@
"last_update": "2024-08-03 03:57:46",
"author_account_age_days": 1217
},
"https://github.com/caleboleary/ComfyUI-Arc2Face": {
"stars": 2,
"last_update": "2024-08-05 22:57:32",
"author_account_age_days": 3345
},
"https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": {
"stars": 285,
"last_update": "2024-08-01 09:05:38",

View File

@ -12,6 +12,16 @@
{
"author": "kijai",
"title": "ComfyUI-CogVideoXWrapper [WIP]",
"reference": "https://github.com/kijai/ComfyUI-CogVideoXWrapper",
"files": [
"https://github.com/kijai/ComfyUI-CogVideoXWrapper"
],
"install_type": "git-clone",
"description": "Original repo: [a/https://github.com/THUDM/CogVideo](https://github.com/THUDM/CogVideo)\nNOTE:Currently requires diffusers with PR: [a/huggingface/diffusers#9082](https://github.com/huggingface/diffusers/pull/9082)"
},
{
"author": "neuratech-ai",
"title": "ComfyUI-MultiGPU",
@ -298,16 +308,6 @@
"install_type": "git-clone",
"description": "This repository provides developers with a way to better manage their ComfyUI model memory. It includes nodes that allow developers to either unload all models or unload one model at a time. These nodes are designed as pass-through nodes, so they can be used anywhere in the flow. The nodes can be found in the 'Unload Model' section.[w/These are massive hammers, and it could be possible to break things, please don't use them if you need finesse.]"
},
{
"author": "GeekyGhost",
"title": "ComfyUI-GeekyRemB v2",
"reference": "https://github.com/GeekyGhost/ComfyUI-GeekyRemB",
"files": [
"https://github.com/GeekyGhost/ComfyUI-GeekyRemB/raw/SketchUITest/GeekyRembv2.py"
],
"install_type": "copy",
"description": "GeekyRemB Node Description: GeekyRemB is a powerful and versatile image processing node for ComfyUI, designed to remove backgrounds from images with advanced customization options. This node leverages the rembg library and offers a wide range of features for fine-tuning the background removal process and enhancing the resulting images."
},
{
"author": "AIFSH",
"title": "ComfyUI-OpenDIT [WIP]",

View File

@ -1002,8 +1002,13 @@
],
"https://github.com/blepping/comfyui_overly_complicated_sampling": [
[
"ComposableSampler",
"ComposableStepSampler"
"OCS Group",
"OCS ModelSetMaxSigma",
"OCS MultiParam",
"OCS Param",
"OCS Sampler",
"OCS SimpleRestartSchedule",
"OCS Substeps"
],
{
"title_aux": "comfyui_overly_complicated_sampling"
@ -1499,16 +1504,6 @@
"title_aux": "comfyui-cem-tools"
}
],
"https://github.com/futureversecom/ComfyUI-JEN": [
[
"JEN_download",
"JEN_extend",
"JEN_generate"
],
{
"title_aux": "ComfyUI-JEN"
}
],
"https://github.com/gameltb/ComfyUI_stable_fast": [
[
"ApplyStableFastUnet",
@ -1910,6 +1905,17 @@
"title_aux": "ComfyUI-CV-VAE"
}
],
"https://github.com/kijai/ComfyUI-CogVideoXWrapper": [
[
"CogVideoDecode",
"CogVideoEncodePrompt",
"CogVideoSampler",
"DownloadAndLoadCogVideoModel"
],
{
"title_aux": "ComfyUI-CogVideoXWrapper [WIP]"
}
],
"https://github.com/kijai/ComfyUI-DeepSeek-VL": [
[
"deepseek_vl_inference",
@ -2152,6 +2158,19 @@
"title_aux": "ComfyUI GLIGEN GUI Node"
}
],
"https://github.com/neuratech-ai/ComfyUI-MultiGPU": [
[
"CLIPLoaderMultiGPU",
"CheckpointLoaderMultiGPU",
"ControlNetLoaderMultiGPU",
"DualCLIPLoaderMultiGPU",
"UNETLoaderMultiGPU",
"VAELoaderMultiGPU"
],
{
"title_aux": "ComfyUI-MultiGPU"
}
],
"https://github.com/nidefawl/ComfyUI-nidefawl": [
[
"BlendImagesWithBoundedMasks",
@ -2218,6 +2237,7 @@
"https://github.com/pamparamm/ComfyUI-ppm": [
[
"AttentionCouplePPM",
"CFGLimiterGuider",
"CFGPPSamplerSelect",
"CLIPMicroConditioning",
"CLIPNegPip",

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,17 @@
},
{
"author": "caleboleary",
"title": "Arc2Face ComfyUI Node Library",
"reference": "https://github.com/caleboleary/ComfyUI-Arc2Face",
"files": [
"https://github.com/caleboleary/ComfyUI-Arc2Face"
],
"install_type": "git-clone",
"description": "This ComfyUI node library builds upon the work done to train the [a/Arc2Face](https://github.com/foivospar/Arc2Face) model by foivospar. It provides a set of nodes for ComfyUI that allow users to extract face embeddings, generate images based on these embeddings, and perform image-to-image transformations."
},
{
"author": "NMWave",
"title": "Image Captioning and Tagging Assistor Nodes",
@ -30,6 +41,16 @@
"install_type": "git-clone",
"description": "Image caption node for ComfyUI. You can load your image caption model and generate prompts with the given picture. Insert prompt node is added here to help the users to add their prompts easily."
},
{
"author": "GeekyGhost",
"title": "ComfyUI-GeekyRemB",
"reference": "https://github.com/GeekyGhost/ComfyUI-GeekyRemB",
"files": [
"https://github.com/GeekyGhost/ComfyUI-GeekyRemB"
],
"install_type": "git-clone",
"description": "GeekyRemB is a powerful and versatile image processing node for ComfyUI, designed to remove backgrounds from images with advanced customization options. This node leverages the rembg library and offers a wide range of features for fine-tuning the background removal process and enhancing the resulting images."
},
{
"author": "AIFSH",
"title": "AniTalker-ComfyUI",
@ -671,39 +692,6 @@
],
"install_type": "git-clone",
"description": "Nodes:Match two faces' shape before using other face swap nodes\nFace-swapping tools typically only replace facial features during the swap, without altering the facial shape. When there is a significant difference in facial shape between the target person and the person in the original photo, the result of the face swap is less satisfactory.\nThis project is a small script that can first liquefy and stretch the face in the original photo according to the horizontal and vertical proportions of the target person's facial contour. The resulting image can be used as input for other face-swapping nodes."
},
{
"author": "Marksusu",
"title": "ComfyUI_MTEncode",
"id": "mtencode",
"reference": "https://github.com/Marksusu/ComfyUI_MTEncode",
"files": [
"https://github.com/Marksusu/ComfyUI_MTEncode"
],
"install_type": "git-clone",
"description": "Nodes:MTCLIPEncode"
},
{
"author": "ShmuelRonen",
"title": "ComfyUI-AstralAnimator",
"id": "astralanimator",
"reference": "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator",
"files": [
"https://github.com/ShmuelRonen/ComfyUI-AstralAnimator"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that enables smooth, keyframe-based animations for image generation. Create dynamic sequences with control over motion, zoom, rotation, and easing effects. Ideal for AI-assisted animation and video content creation."
},
{
"author": "AIFSH",
"title": "VocalSeparation-ComfyUI",
"id": "vocalseparation",
"reference": "https://github.com/AIFSH/VocalSeparation-ComfyUI",
"files": [
"https://github.com/AIFSH/VocalSeparation-ComfyUI"
],
"install_type": "git-clone",
"description": "a custom node for separation vocals from music based on [a/ZFTurbo/Music-Source-Separation-Training](https://github.com/ZFTurbo/Music-Source-Separation-Training)"
}
]
}

View File

@ -2367,6 +2367,14 @@
"title_aux": "ComfyUI-SD3LatentSelectRes"
}
],
"https://github.com/GeekyGhost/ComfyUI-GeekyRemB": [
[
"GeekyRemB"
],
{
"title_aux": "ComfyUI-GeekyRemB"
}
],
"https://github.com/GentlemanHu/ComfyUI-SunoAI": [
[
"GentlemanHu_SunoAI",
@ -3716,6 +3724,19 @@
"title_aux": "ComfyUI-Paint3D-Nodes"
}
],
"https://github.com/NMWave/ComfyUI-Nader-Tagging": [
[
"Load Text List",
"Split Sentences",
"Split Tags",
"Tag Alternating Combiner",
"Tag Duplicate Remover",
"Token Counter"
],
{
"title_aux": "Image Captioning and Tagging Assistor Nodes"
}
],
"https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": [
[
"SuperPrompterNode"
@ -7492,6 +7513,19 @@
"title_aux": "ComfyUI_SUNoise"
}
],
"https://github.com/caleboleary/ComfyUI-Arc2Face": [
[
"Arc2FaceEncoderLoader",
"Arc2FaceFaceExtractor",
"Arc2FaceGenerator",
"Arc2FaceImageGridGenerator",
"Arc2FaceImg2ImgGenerator",
"Arc2FaceUNetLoader"
],
{
"title_aux": "Arc2Face ComfyUI Node Library"
}
],
"https://github.com/catscandrive/comfyui-imagesubfolders/raw/main/loadImageWithSubfolders.py": [
[
"LoadImagewithSubfolders"