update DB

This commit is contained in:
Dr.Lt.Data
2023-09-03 10:27:53 +09:00
parent 8b32f0f453
commit 8be3cf19d9
6 changed files with 185 additions and 73 deletions

View File

@@ -1,5 +1,25 @@
{
"custom_nodes": [
{
"author": "seanlynch",
"title": "ComfyUI Optical Flow",
"reference": "https://github.com/seanlynch/comfyui-optical-flow",
"files": [
"https://github.com/seanlynch/comfyui-optical-flow"
],
"install_type": "git-clone",
"description": "This package contains three nodes to help you compute optical flow between pairs of images, usually adjacent frames in a video, visualize the flow, and apply the flow to another image of the same dimensions. Most of the code is from Deforum, so this is released under the same license (MIT)."
},
{
"author": "bmad4ever",
"title": "ComfyUI-Bmad-Custom-Nodes",
"reference": "https://github.com/bmad4ever/ComfyUI-Bmad-Custom-Nodes",
"files": [
"https://github.com/bmad4ever/ComfyUI-Bmad-Custom-Nodes"
],
"install_type": "git-clone",
"description": "This custom node offers the following functionalities: API support for setting up API requests, computer vision primarily for masking purposes using GrabCut or contours, and general utility to streamline workflow setup or implement essential missing features."
},
{
"author": "RockOfFire",
"title": "CR Animation Nodes",