From 8e10e332001f0442bb1056bdb36994e38b261049 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 1 Jun 2024 15:56:51 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 12 ++++++ extension-node-map.json | 9 +++++ github-stats.json | 8 +++- model-list.json | 62 +++++++++++++++++++++++++++++ node_db/dev/custom-node-list.json | 12 +++--- node_db/new/custom-node-list.json | 15 +++++-- node_db/new/extension-node-map.json | 9 +++++ 7 files changed, 116 insertions(+), 11 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index bc3cf847..acacd3c7 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -7516,6 +7516,18 @@ "install_type": "git-clone", "description": "Bilateral Reference Network achieves SOTA result in multi Salient Object Segmentation dataset, this repo pack BiRefNet as ComfyUI nodes, and make this SOTA model easier use for everyone." }, + { + "author": "viperyl", + "title": "ComfyUI-RGT", + "id": "rgt", + "reference": "https://github.com/viperyl/ComfyUI-RGT", + "pip": ["loguru"], + "files": [ + "https://github.com/viperyl/ComfyUI-RGT" + ], + "install_type": "git-clone", + "description": "This repo cast Recursive Generalization Transformer for Image Super-Resolution to ComfyUI, the original [a/paper link](https://arxiv.org/abs/2303.06373) and [a/github link](https://github.com/zhengchen1999/RGT)" + }, { "author": "SuperBeastsAI", "title": "ComfyUI-SuperBeasts", diff --git a/extension-node-map.json b/extension-node-map.json index 67d5eaeb..4cbea665 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -5794,6 +5794,7 @@ "ObjectDetection", "QuestionAnswering", "Segmentation", + "TextToImage", "Translation" ], { @@ -13291,6 +13292,14 @@ "title_aux": "ComfyUI-BiRefNet" } ], + "https://github.com/viperyl/ComfyUI-RGT": [ + [ + "RGT_Upscale" + ], + { + "title_aux": "ComfyUI-RGT" + } + ], "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": [ [ "Any String", diff --git a/github-stats.json b/github-stats.json index 7f463c1d..a7eb33e7 100644 --- a/github-stats.json +++ b/github-stats.json @@ -1024,8 +1024,8 @@ "last_update": "2024-05-23 00:25:37" }, "https://github.com/TMElyralab/Comfyui-MusePose": { - "stars": 19, - "last_update": "2024-05-31 12:11:48" + "stars": 30, + "last_update": "2024-05-31 23:52:36" }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 16, @@ -3411,6 +3411,10 @@ "stars": 149, "last_update": "2024-05-23 00:18:06" }, + "https://github.com/viperyl/ComfyUI-RGT": { + "stars": 1, + "last_update": "2024-06-01 04:59:55" + }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 3, "last_update": "2024-05-23 00:10:56" diff --git a/model-list.json b/model-list.json index 2bed852f..f88198e3 100644 --- a/model-list.json +++ b/model-list.json @@ -2665,6 +2665,68 @@ "reference": "https://huggingface.co/TTPlanet/TTPLanet_SDXL_Controlnet_Tile_Realistic", "filename": "TTPLANET_Controlnet_Tile_realistic_v2_fp16.safetensors", "url": "https://huggingface.co/TTPlanet/TTPLanet_SDXL_Controlnet_Tile_Realistic/resolve/main/TTPLANET_Controlnet_Tile_realistic_v2_fp16.safetensors" + }, + + { + "name": "ViperYX/RGT_x2.pth", + "type": "RGT", + "base": "RGT", + "save_path": "RGT/RGT", + "description": "[180MB] RGT x2 upscale model for ComfyUI-RGT", + "reference": "https://huggingface.co/ViperYX/RGT/tree/main", + "filename": "RGT_x2.pth", + "url": "https://huggingface.co/ViperYX/RGT/resolve/main/RGT/RGT_x2.pth" + }, + { + "name": "ViperYX/RGT_x3.pth", + "type": "RGT", + "base": "RGT", + "save_path": "RGT/RGT", + "description": "[180MB] RGT x3 upscale model for ComfyUI-RGT", + "reference": "https://huggingface.co/ViperYX/RGT/tree/main", + "filename": "RGT_x3.pth", + "url": "https://huggingface.co/ViperYX/RGT/resolve/main/RGT/RGT_x3.pth" + }, + { + "name": "ViperYX/RGT_x4.pth", + "type": "RGT", + "base": "RGT", + "save_path": "RGT/RGT", + "description": "[180MB] RGT_S x4 upscale model for ComfyUI-RGT", + "reference": "https://huggingface.co/ViperYX/RGT/tree/main", + "filename": "RGT_x4.pth", + "url": "https://huggingface.co/ViperYX/RGT/resolve/main/RGT/RGT_x4.pth" + }, + + { + "name": "ViperYX/RGT_S_x2.pth", + "type": "RGT", + "base": "RGT", + "save_path": "RGT/RGT_S", + "description": "[135MB] RGT_S x2 upscale model for ComfyUI-RGT", + "reference": "https://huggingface.co/ViperYX/RGT/tree/main", + "filename": "RGT_S_x2.pth", + "url": "https://huggingface.co/ViperYX/RGT/resolve/main/RGT_S/RGT_S_x2.pth" + }, + { + "name": "ViperYX/RGT_S_x3.pth", + "type": "RGT", + "base": "RGT", + "save_path": "RGT/RGT_S", + "description": "[136MB] RGT_S x3 upscale model for ComfyUI-RGT", + "reference": "https://huggingface.co/ViperYX/RGT/tree/main", + "filename": "RGT_S_x3.pth", + "url": "https://huggingface.co/ViperYX/RGT/resolve/main/RGT_S/RGT_S_x3.pth" + }, + { + "name": "ViperYX/RGT_S_x4.pth", + "type": "RGT", + "base": "RGT", + "save_path": "RGT/RGT_S", + "description": "[136MB] RGT_S x4 upscale model for ComfyUI-RGT", + "reference": "https://huggingface.co/ViperYX/RGT/tree/main", + "filename": "RGT_S_x4.pth", + "url": "https://huggingface.co/ViperYX/RGT/resolve/main/RGT_S/RGT_S_x4.pth" } ] } diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 7181738f..e0df18fa 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -11,15 +11,15 @@ { - "author": "viperyl", - "title": "ComfyUI-RGT [WIP]", - "id": "rgt", - "reference": "https://github.com/viperyl/ComfyUI-RGT", + "author": "brycegoh", + "title": "brycegoh/comfyui-custom-nodes", + "id": "brycegoh", + "reference": "https://github.com/brycegoh/comfyui-custom-nodes", "files": [ - "https://github.com/viperyl/ComfyUI-RGT" + "https://github.com/brycegoh/comfyui-custom-nodes" ], "install_type": "git-clone", - "description": "This repo cast Recursive Generalization Transformer for Image Super-Resolution to ComfyUI, the original [a/paper link](https://arxiv.org/abs/2303.06373) and [a/zhengchen1999/RGT: PyTorch code for our ICLR 2024 paper 'Recursive Generalization Transformer for Image Super-Resolution'](https://github.com/zhengchen1999/RGT)" + "description": "Nodes:MaskAreaComparisonSegment, FillMaskedArea, OCRAndMask" }, { "author": "LykosAI", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 57ab6486..588ff3cf 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -12,9 +12,18 @@ - - - + { + "author": "viperyl", + "title": "ComfyUI-RGT", + "id": "rgt", + "reference": "https://github.com/viperyl/ComfyUI-RGT", + "pip": ["loguru"], + "files": [ + "https://github.com/viperyl/ComfyUI-RGT" + ], + "install_type": "git-clone", + "description": "This repo cast Recursive Generalization Transformer for Image Super-Resolution to ComfyUI, the original [a/paper link](https://arxiv.org/abs/2303.06373) and [a/github link](https://github.com/zhengchen1999/RGT)" + }, { "author": "TMElyralab", "title": "Comfyui-MusePose", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 67d5eaeb..4cbea665 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -5794,6 +5794,7 @@ "ObjectDetection", "QuestionAnswering", "Segmentation", + "TextToImage", "Translation" ], { @@ -13291,6 +13292,14 @@ "title_aux": "ComfyUI-BiRefNet" } ], + "https://github.com/viperyl/ComfyUI-RGT": [ + [ + "RGT_Upscale" + ], + { + "title_aux": "ComfyUI-RGT" + } + ], "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": [ [ "Any String",