update DB

This commit is contained in:
Dr.Lt.Data 2024-06-01 15:56:51 +09:00
parent e117f7fcea
commit 8e10e33200
7 changed files with 116 additions and 11 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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"

View File

@ -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"
}
]
}

View File

@ -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",

View File

@ -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",

View File

@ -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",