update DB
This commit is contained in:
@@ -11,6 +11,28 @@
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "gold24park",
|
||||
"title": "loki-comfyui-node",
|
||||
"reference": "https://github.com/gold24park/loki-comfyui-node",
|
||||
"files": [
|
||||
"https://github.com/gold24park/loki-comfyui-node"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: Get Image Luminance, Get Dominant Color, Overlay Text"
|
||||
},
|
||||
{
|
||||
"author": "hayden-fr",
|
||||
"title": "ComfyUI-Image-Browsing [USAFE]",
|
||||
"id": "image-browsing",
|
||||
"reference": "https://github.com/hayden-fr/ComfyUI-Image-Browsing",
|
||||
"files": [
|
||||
"https://github.com/hayden-fr/ComfyUI-Image-Browsing"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Image Browsing: browsing, download and delete."
|
||||
},
|
||||
{
|
||||
"author": "molbal",
|
||||
"title": "comfy-url-fetcher [WIP]",
|
||||
|
||||
@@ -1630,10 +1630,17 @@
|
||||
"FrameBlend",
|
||||
"ImageReferenceUpdate",
|
||||
"ImageSelector",
|
||||
"KeypointComparator",
|
||||
"KeypointComparatorNode",
|
||||
"KeypointsInput",
|
||||
"KeypointsInputNode",
|
||||
"KeypointsToPose",
|
||||
"KeypointsToPoseNode",
|
||||
"PoseDatabase",
|
||||
"PoseDatabaseVisualizer",
|
||||
"PoseDifference",
|
||||
"PoseEstimator",
|
||||
"PoseEstimatorNode",
|
||||
"SimHashCompare",
|
||||
"TemporalConsistency"
|
||||
],
|
||||
@@ -2423,6 +2430,8 @@
|
||||
"ModelMergeAdd",
|
||||
"ModelMergeAuraflow",
|
||||
"ModelMergeBlocks",
|
||||
"ModelMergeCosmos14B",
|
||||
"ModelMergeCosmos7B",
|
||||
"ModelMergeFlux1",
|
||||
"ModelMergeLTXV",
|
||||
"ModelMergeMochiPreview",
|
||||
@@ -2921,6 +2930,16 @@
|
||||
"title_aux": "ComfyUI-Tools-Video-Combine [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/gold24park/loki-comfyui-node": [
|
||||
[
|
||||
"DominantColor",
|
||||
"ImageLuminance",
|
||||
"OverlayText"
|
||||
],
|
||||
{
|
||||
"title_aux": "loki-comfyui-node"
|
||||
}
|
||||
],
|
||||
"https://github.com/grimli333/ComfyUI_Grim": [
|
||||
[
|
||||
"GenerateFileName",
|
||||
@@ -4138,6 +4157,7 @@
|
||||
[
|
||||
"EditableStringNode",
|
||||
"IntegratedCLIPTextEncodeWithExtract",
|
||||
"MagicLatent",
|
||||
"ProcessAndSave",
|
||||
"StringConcat"
|
||||
],
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,27 @@
|
||||
{
|
||||
"models": [
|
||||
{
|
||||
"name": "Inswapper-fp16 (face swap) [REMOVED]",
|
||||
"type": "insightface",
|
||||
"base": "inswapper",
|
||||
"save_path": "insightface",
|
||||
"description": "Checkpoint of the insightface swapper model\n(used by ComfyUI-FaceSwap, comfyui-reactor-node, CharacterFaceSwap,\nComfyUI roop and comfy_mtb)",
|
||||
"reference": "https://github.com/facefusion/facefusion-assets",
|
||||
"filename": "inswapper_128_fp16.onnx",
|
||||
"url": "https://github.com/facefusion/facefusion-assets/releases/download/models/inswapper_128_fp16.onnx",
|
||||
"size": "277.7MB"
|
||||
},
|
||||
{
|
||||
"name": "Inswapper (face swap) [REMOVED]",
|
||||
"type": "insightface",
|
||||
"base": "inswapper",
|
||||
"save_path": "insightface",
|
||||
"description": "Checkpoint of the insightface swapper model\n(used by ComfyUI-FaceSwap, comfyui-reactor-node, CharacterFaceSwap,\nComfyUI roop and comfy_mtb)",
|
||||
"reference": "https://github.com/facefusion/facefusion-assets",
|
||||
"filename": "inswapper_128.onnx",
|
||||
"url": "https://github.com/facefusion/facefusion-assets/releases/download/models/inswapper_128.onnx",
|
||||
"size": "555.3MB"
|
||||
},
|
||||
{
|
||||
"name": "pfg-novel-n10.pt",
|
||||
"type": "PFG",
|
||||
|
||||
@@ -11,6 +11,16 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "zentrocdot",
|
||||
"title": "ComfyUI_Circle_Detection",
|
||||
"reference": "https://github.com/zentrocdot/ComfyUI_Circle_Detection",
|
||||
"files": [
|
||||
"https://github.com/zentrocdot/ComfyUI_Circle_Detection"
|
||||
],
|
||||
"description": "Next to AI mathematical methods can be used for the detection of objects like a circle.",
|
||||
"install_type": "git-clone"
|
||||
},
|
||||
{
|
||||
"author": "AiartvnTeam",
|
||||
"title": "A2V Multi Image Composite",
|
||||
@@ -682,57 +692,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This node enables integration between ComfyUI and external services by adding callback capabilities to the image saving process. When an image is saved, the node automatically call your webhook with your specified URL with custom data."
|
||||
},
|
||||
{
|
||||
"author": "yichengup",
|
||||
"title": "Comfyui-Deepseek",
|
||||
"reference": "https://github.com/yichengup/Comfyui-Deepseek",
|
||||
"files": [
|
||||
"https://github.com/yichengup/Comfyui-Deepseek"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "About DeepSeek Chat API\nGo here to register and get the api-key [a/https://platform.deepseek.com/](https://platform.deepseek.com/) Then enter api_key in config.json"
|
||||
},
|
||||
{
|
||||
"author": "mango125",
|
||||
"title": "ComfyUI-Mango-Random",
|
||||
"reference": "https://github.com/mango-rgb/ComfyUI-Mango-Random-node",
|
||||
"files": [
|
||||
"https://github.com/mango-rgb/ComfyUI-Mango-Random-node"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "🥭 Mango Random Nodes - A collection of random file nodes for ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "meanin2",
|
||||
"title": "ComfyUI Image Watermarking Node",
|
||||
"reference": "https://github.com/meanin2/comfyui-MGnodes",
|
||||
"files": [
|
||||
"https://github.com/meanin2/comfyui-MGnodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A custom node for ComfyUI that allows you to add image watermarks with advanced controls for transparency, positioning, and color manipulation."
|
||||
},
|
||||
{
|
||||
"author": "duchamps0305",
|
||||
"title": "comfyui-white-extractor",
|
||||
"reference": "https://github.com/duchamps0305/comfyui-white-extractor",
|
||||
"files": [
|
||||
"https://github.com/duchamps0305/comfyui-white-extractor"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "a simple white extractor node for comfyui."
|
||||
},
|
||||
|
||||
{
|
||||
"author": "benjiyaya",
|
||||
"title": "ComfyUI-KokoroTTS",
|
||||
"reference": "https://github.com/benjiyaya/ComfyUI-KokoroTTS",
|
||||
"files": [
|
||||
"https://github.com/benjiyaya/ComfyUI-KokoroTTS"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A Text To Speech node using Kokoro TTS in ComfyUI."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -2592,6 +2592,7 @@
|
||||
"PrimereFastSeed",
|
||||
"PrimereHypernetwork",
|
||||
"PrimereImageSegments",
|
||||
"PrimereImgToPrompt",
|
||||
"PrimereKSampler",
|
||||
"PrimereLLMEnhancer",
|
||||
"PrimereLORA",
|
||||
@@ -5550,8 +5551,10 @@
|
||||
"BoolToInt|LP",
|
||||
"BoolToString|LP",
|
||||
"CLIPTextEncodeTranslate|LP",
|
||||
"Delay|LP",
|
||||
"FastCheckerPattern|LP",
|
||||
"FileCounter|LP",
|
||||
"FindValueFromFile|LP",
|
||||
"FloatToInt|LP",
|
||||
"FloatToString|LP",
|
||||
"HardModelUnloader|LP",
|
||||
@@ -13921,6 +13924,8 @@
|
||||
"ModelMergeAdd",
|
||||
"ModelMergeAuraflow",
|
||||
"ModelMergeBlocks",
|
||||
"ModelMergeCosmos14B",
|
||||
"ModelMergeCosmos7B",
|
||||
"ModelMergeFlux1",
|
||||
"ModelMergeLTXV",
|
||||
"ModelMergeMochiPreview",
|
||||
@@ -15789,6 +15794,7 @@
|
||||
"FL_HF_UploaderAbsolute",
|
||||
"FL_HalftonePattern",
|
||||
"FL_HexagonalPattern",
|
||||
"FL_HunyuanDelight",
|
||||
"FL_ImageAdjuster",
|
||||
"FL_ImageBatchToGrid",
|
||||
"FL_ImageBatchToImageList",
|
||||
@@ -23336,6 +23342,7 @@
|
||||
"https://github.com/portu-sim/comfyui_bmab": [
|
||||
[
|
||||
"BMAB Alpha Composit",
|
||||
"BMAB Base64 Image",
|
||||
"BMAB Basic",
|
||||
"BMAB Black And White",
|
||||
"BMAB Blend",
|
||||
@@ -23351,12 +23358,14 @@
|
||||
"BMAB Detect And Paste",
|
||||
"BMAB Detection Crop",
|
||||
"BMAB Detector",
|
||||
"BMAB Dummy",
|
||||
"BMAB Edge",
|
||||
"BMAB Extractor",
|
||||
"BMAB Face Detailer",
|
||||
"BMAB Flux ControlNet",
|
||||
"BMAB Flux Integrator",
|
||||
"BMAB Google Gemini Prompt",
|
||||
"BMAB Image Storage",
|
||||
"BMAB Import Integrator",
|
||||
"BMAB Inpaint",
|
||||
"BMAB Integrator",
|
||||
@@ -23371,6 +23380,7 @@
|
||||
"BMAB Masks To Images",
|
||||
"BMAB Model To Bind",
|
||||
"BMAB Noise Generator",
|
||||
"BMAB Normalize Size",
|
||||
"BMAB Openpose Hand Detailer",
|
||||
"BMAB Outpaint By Ratio",
|
||||
"BMAB Person Detailer",
|
||||
@@ -28035,6 +28045,14 @@
|
||||
"title_aux": "comfyui_visual_anagram"
|
||||
}
|
||||
],
|
||||
"https://github.com/zentrocdot/ComfyUI_Circle_Detection": [
|
||||
[
|
||||
"Circle Detection"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_Circle_Detection"
|
||||
}
|
||||
],
|
||||
"https://github.com/zer0TF/cute-comfy": [
|
||||
[
|
||||
"Cute.Placeholder"
|
||||
|
||||
Reference in New Issue
Block a user