update DB

This commit is contained in:
Dr.Lt.Data
2025-03-09 21:06:59 +09:00
parent 97d0dc20f1
commit 9d5faa096c
8 changed files with 710 additions and 47 deletions

View File

@@ -12,6 +12,56 @@
{
"author": "longzoho",
"title": "ComfyUI-Qdrant-Saver",
"reference": "https://github.com/longzoho/ComfyUI-Qdrant-Saver",
"files": [
"https://github.com/longzoho/ComfyUI-Qdrant-Saver"
],
"install_type": "git-clone",
"description": "NODES: QDrant Saver Node"
},
{
"author": "nova-florealis",
"title": "comfyui-alien",
"reference": "https://github.com/nova-florealis/comfyui-alien",
"files": [
"https://github.com/nova-florealis/comfyui-alien"
],
"install_type": "git-clone",
"description": "NODES: Text to Text (LLM), Text Output, Convert to Markdown, List Display (Debug)"
},
{
"author": "RUFFY-369",
"title": "ComfyUI-FeatureBank",
"reference": "https://github.com/RUFFY-369/ComfyUI-FeatureBank",
"files": [
"https://github.com/RUFFY-369/ComfyUI-FeatureBank"
],
"install_type": "git-clone",
"description": "NODES: FeatureBankAttentionProcessor"
},
{
"author": "Pablerdo",
"title": "ComfyUI-Sa2VAWrapper",
"reference": "https://github.com/Pablerdo/ComfyUI-Sa2VAWrapper",
"files": [
"https://github.com/Pablerdo/ComfyUI-Sa2VAWrapper"
],
"install_type": "git-clone",
"description": "Wrapper for the Sa2VA model"
},
{
"author": "S4MUEL-404",
"title": "ComfyUI-Folder-Images-Preview [UNSAFE]",
"reference": "https://github.com/S4MUEL-404/ComfyUI-Folder-Images-Preview",
"files": [
"https://github.com/S4MUEL-404/ComfyUI-Folder-Images-Preview"
],
"install_type": "git-clone",
"description": "A ComfyUI nodes , Generate a picture and quickly preview the pictures in the folder and the picture file name\n[w/This custom node has a path traversal vulnerability.]"
},
{
"author": "aria1th",
"title": "ComfyUI-camietagger-onnx",

View File

@@ -1126,6 +1126,36 @@
"title_aux": "RK_Comfyui"
}
],
"https://github.com/KurtHokke/ComfyUI_KurtHokke-Nodes": [
[
"AIO_Tuner",
"AIO_Tuner_Pipe",
"BasicAdvScheduler",
"Beta_Config",
"BooleanFromPipe",
"BooleanToPipe",
"CkptPipe",
"EmptyLatentSize",
"EmptyLatentSize64",
"ExpMath",
"ExpMathDual",
"ExpMathQuad",
"LMS_Config",
"LoadUnetAndClip",
"LoraFluxParams",
"ModelPipe1",
"ModelPipe2",
"SamplerCustomAdvanced_Pipe",
"SamplerSel",
"SchedulerSel",
"UnetClipLoraLoader",
"UnetClipLoraLoaderBasic",
"stopipe"
],
{
"title_aux": "ComfyUI_KurtHokke-Nodes"
}
],
"https://github.com/LZpenguin/ComfyUI-Text": [
[
"Add_text_by_mask"
@@ -1424,6 +1454,14 @@
"title_aux": "Patatajec-Nodes [WIP]"
}
],
"https://github.com/Pablerdo/ComfyUI-Sa2VAWrapper": [
[
"GetCaptionFromImages"
],
{
"title_aux": "ComfyUI-Sa2VAWrapper"
}
],
"https://github.com/PluMaZero/ComfyUI-SpaceFlower": [
[
"SpaceFlower_HangulPrompt",
@@ -1502,6 +1540,14 @@
"title_aux": "comfyui-promptbymood [WIP]"
}
],
"https://github.com/RUFFY-369/ComfyUI-FeatureBank": [
[
"FeatureBankAttentionProcessor"
],
{
"title_aux": "ComfyUI-FeatureBank"
}
],
"https://github.com/RicherdLee/comfyui-oss-image-save": [
[
"SaveImageOSS"
@@ -1531,6 +1577,14 @@
"title_aux": "Miscomfy Nodes [WIP]"
}
],
"https://github.com/S4MUEL-404/ComfyUI-Folder-Images-Preview": [
[
"FolderImagesPreview"
],
{
"title_aux": "ComfyUI-Folder-Images-Preview [UNSAFE]"
}
],
"https://github.com/SS-snap/ComfyUI-Snap_Processing": [
[
"AreaCalculator",
@@ -4300,6 +4354,14 @@
"title_aux": "comfyui-one-more-step [WIP]"
}
],
"https://github.com/longzoho/ComfyUI-Qdrant-Saver": [
[
"QDrantSaver"
],
{
"title_aux": "ComfyUI-Qdrant-Saver"
}
],
"https://github.com/lordwedggie/xcpNodes": [
[
"derpBaseAlpha",
@@ -4779,6 +4841,18 @@
"title_aux": "ComfyUI_Cluster [WIP]"
}
],
"https://github.com/nova-florealis/comfyui-alien": [
[
"ConvertMarkdown",
"ListDisplayNode",
"MarkdownConverterModule",
"TextOutput",
"TextToText"
],
{
"title_aux": "comfyui-alien"
}
],
"https://github.com/oshtz/ComfyUI-oshtz-nodes": [
[
"EasyAspectRatioNode",

View File

@@ -509,6 +509,11 @@
"last_update": "2025-02-26 16:26:39",
"author_account_age_days": 2192
},
"https://github.com/Pablerdo/ComfyUI-Sa2VAWrapper": {
"stars": 0,
"last_update": "2025-03-09 02:09:19",
"author_account_age_days": 3058
},
"https://github.com/PluMaZero/ComfyUI-SpaceFlower": {
"stars": 4,
"last_update": "2023-12-09 05:55:15",
@@ -534,6 +539,11 @@
"last_update": "2025-01-25 11:21:59",
"author_account_age_days": 42
},
"https://github.com/RUFFY-369/ComfyUI-FeatureBank": {
"stars": 0,
"last_update": "2025-03-07 19:30:55",
"author_account_age_days": 1734
},
"https://github.com/RicherdLee/comfyui-oss-image-save": {
"stars": 0,
"last_update": "2024-12-10 09:08:39",
@@ -549,6 +559,11 @@
"last_update": "2025-03-06 19:36:33",
"author_account_age_days": 2663
},
"https://github.com/S4MUEL-404/ComfyUI-Folder-Images-Preview": {
"stars": 0,
"last_update": "2025-03-09 11:29:04",
"author_account_age_days": 3345
},
"https://github.com/SS-snap/ComfyUI-Snap_Processing": {
"stars": 59,
"last_update": "2024-10-22 07:38:50",
@@ -1489,6 +1504,11 @@
"last_update": "2024-05-07 08:40:56",
"author_account_age_days": 4422
},
"https://github.com/longzoho/ComfyUI-Qdrant-Saver": {
"stars": 0,
"last_update": "2025-03-07 13:44:52",
"author_account_age_days": 1777
},
"https://github.com/lordwedggie/xcpNodes": {
"stars": 0,
"last_update": "2024-11-15 06:24:48",
@@ -1739,6 +1759,11 @@
"last_update": "2024-08-11 22:22:04",
"author_account_age_days": 4287
},
"https://github.com/nova-florealis/comfyui-alien": {
"stars": 0,
"last_update": "2025-03-07 18:51:32",
"author_account_age_days": 562
},
"https://github.com/oshtz/ComfyUI-oshtz-nodes": {
"stars": 5,
"last_update": "2025-03-03 14:44:49",