update DB
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user