update DB

This commit is contained in:
Dr.Lt.Data
2024-05-03 20:31:47 +09:00
parent 27443d2ee5
commit f87c8637cf
7 changed files with 306 additions and 191 deletions

View File

@@ -1389,6 +1389,16 @@
"install_type": "git-clone",
"description": "The Fast and Simple 'roop-like' Face Swap Extension Node for ComfyUI, based on ReActor (ex Roop-GE) SD-WebUI Face Swap Extension"
},
{
"author": "Gourieff",
"title": "ComfyUI-FutureWarningIgnore",
"reference": "https://github.com/Gourieff/ComfyUI-FutureWarningIgnore",
"files": [
"https://github.com/Gourieff/ComfyUI-FutureWarningIgnore/raw/main/0_FutureWarningIgnore.py"
],
"install_type": "copy",
"description": "This extension collapses 'future warning'"
},
{
"author": "imb101",
"title": "FaceSwap",
@@ -5510,6 +5520,16 @@
"install_type": "git-clone",
"description": "Convert Text-to-Speech inside ComfyUI using [a/Piper](https://github.com/rhasspy/piper)"
},
{
"author": "yuvraj108c",
"title": "ComfyUI Upscaler TensorRT",
"reference": "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt",
"files": [
"https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt"
],
"install_type": "git-clone",
"description": "This project provides a Tensorrt implementation for fast image upscaling inside ComfyUI (3-4x faster)"
},
{
"author": "blepping",
"title": "ComfyUI-bleh",
@@ -7890,6 +7910,16 @@
"install_type": "git-clone",
"description": "This extension contains a custom node for ComfyUI. The node, called 'Bounding Box Crop', is designed to compute the top-left coordinates of a cropped bounding box based on input coordinates and dimensions of the final cropped image. It does so computing the center of the cropping area and then computing where the top-left coordinates would be."
},
{
"author": "curiousjp",
"title": "ComfyUI-MaskBatchPermutations",
"reference": "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations",
"files": [
"https://github.com/curiousjp/ComfyUI-MaskBatchPermutations"
],
"install_type": "git-clone",
"description": "Permutes a mask batch to present possible additive combinations. Passing a mask batch (e.g. out of [a/SEGS to Mask Batch](https://github.com/ltdrdata/ComfyUI-Impact-Pack)) will return a new mask batch representing all the possible combinations of the included masks. So, a mask batch with two mask sections, 'A' and 'B', will return a batch containing an empty mask, an empty mask & A, an empty mask & B, and an empty mask & A & B."
},