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

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