update DB
This commit is contained in:
@@ -20,6 +20,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "The Fast and Simple Face Swap Extension Node for ComfyUI, based on ReActor SD-WebUI Face Swap Extension"
|
||||
},
|
||||
{
|
||||
"author" : "strand1",
|
||||
"title": "ComfyUI-Autogen",
|
||||
"reference": "https://github.com/strand1/ComfyUI-Autogen",
|
||||
"files": [
|
||||
"https://github.com/strand1/ComfyUI-Autogen"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A collection of nodes for using Autogen with ComfyUI\n[a/AutoGen](https://github.com/microsoft/AutoGen): assistant agents, group chats, code executor, etc."
|
||||
},
|
||||
{
|
||||
"author": "BoyuanJiang",
|
||||
"title": "FitDiT[official] - High-fidelity Virtual Try-on",
|
||||
@@ -42,14 +52,15 @@
|
||||
"description": "Node and workflow profiling. Find bottlenecks in your workflows. See trends over time."
|
||||
},
|
||||
{
|
||||
"author": "ngosset",
|
||||
"title": "ComfyUI Image Similarity Node",
|
||||
"author" : "ngosset",
|
||||
"title": "ImageSimilarity",
|
||||
"id": "imageSimilarity",
|
||||
"reference": "https://github.com/ngosset/ComfyUI-ImageSimilarity",
|
||||
"files": [
|
||||
"https://github.com/ngosset/ComfyUI-ImageSimilarity"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This node allows you to compare two images and determine their visual similarity using deep learning features extracted from ResNet models. It outputs both a boolean indicating if the images are similar (based on a threshold) and the actual cosine similarity score."
|
||||
"description": "Uses ResNet embeddings and cosine similarity to compare the likeness of two images."
|
||||
},
|
||||
{
|
||||
"author": "1038lab",
|
||||
|
||||
Reference in New Issue
Block a user