update DB

This commit is contained in:
Dr.Lt.Data 2024-07-22 06:47:02 +09:00
parent 18a5a19326
commit 5bf9914e17
5 changed files with 982 additions and 867 deletions

View File

@ -11743,6 +11743,17 @@
"install_type": "git-clone",
"description": "Just a simple node to filter out NSFW outputs. This node utilizes [a/AdamCodd/vit-base-nsfw-detector](https://huggingface.co/AdamCodd/vit-base-nsfw-detector) to score the outputs. I chose this model because it's small, fast, and performed very well in my testing. Nudity tends to be scored in the 0.95+ range, but I've set the default to 0.8 as a safe baseline."
},
{
"author": "BetaDoggo",
"title": "ComfyUI Video Player",
"id": "videoplayer",
"reference": "https://github.com/BetaDoggo/ComfyUI-VideoPlayer",
"files": [
"https://github.com/BetaDoggo/ComfyUI-VideoPlayer"
],
"install_type": "git-clone",
"description": "1 step closer to replacing all software with comfy"
},
{
"author": "WX-NPS1598",
"title": "Auto Crop By NPS",
@ -11765,6 +11776,28 @@
"install_type": "git-clone",
"description": "Better user experience plugin for ComfyUI."
},
{
"author": "wootwootwootwoot",
"title": "ComfyUI-RK-Sampler",
"id": "rk-sampler",
"reference": "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler",
"files": [
"https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler"
],
"install_type": "git-clone",
"description": "Batched Runge-Kutta Samplers for ComfyUI"
},
{
"author": "TechnoByteJS",
"title": "TechNodes",
"id": "technodes",
"reference": "https://github.com/TechnoByteJS/ComfyUI-TechNodes",
"files": [
"https://github.com/TechnoByteJS/ComfyUI-TechNodes"
],
"install_type": "git-clone",
"description": "ComfyUI nodes for merging, testing and more. SDNext Merge, VAE Merge, MBW Layers, Repeat VAE, Quantization."
},

View File

@ -751,6 +751,7 @@
"ETN_LoadImageBase64",
"ETN_LoadMaskBase64",
"ETN_MergeImageTile",
"ETN_NSFWFilter",
"ETN_SendImageWebSocket",
"ETN_TileLayout"
],
@ -1161,6 +1162,14 @@
"title_aux": "ComfyUI Deploy"
}
],
"https://github.com/BetaDoggo/ComfyUI-VideoPlayer": [
[
"LoadFrame"
],
{
"title_aux": "ComfyUI Video Player"
}
],
"https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": [
[
"YetAnotherSafetyChecker"
@ -5179,6 +5188,24 @@
"title_aux": "ComfyUI-TeaNodes"
}
],
"https://github.com/TechnoByteJS/ComfyUI-TechNodes": [
[
"ClipQuant",
"MBW Layers String",
"ModelQuant",
"SD1 MBW Layers",
"SD1 MBW Layers Binary",
"SDNext Merge",
"SDXL MBW Layers",
"SDXL MBW Layers Binary",
"VAE Merge",
"VAEQuant",
"VAERepeat"
],
{
"title_aux": "TechNodes"
}
],
"https://github.com/TemryL/ComfyS3": [
[
"DownloadFileS3",
@ -14958,10 +14985,8 @@
],
"https://github.com/smthemex/ComfyUI_Streamv2v_Plus": [
[
"Load_Stream",
"Text2IMG",
"Video2Video",
"WebCam2Video"
"Stream_Model_Loader",
"Stream_Sampler"
],
{
"title_aux": "ComfyUI_Streamv2v_Plus"
@ -15907,6 +15932,7 @@
],
"https://github.com/wTechArtist/ComfyUI-CustomNodes": [
[
"IPAdapter Mad Scientist Weight_Type",
"Image Blending Mode Mask",
"Load Image With Bool"
],
@ -16055,6 +16081,18 @@
"title_aux": "ComfyUi_String_Function_Tree"
}
],
"https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": [
[
"RungeKuttaSampler"
],
{
"author": "wootwootwootwoot",
"description": "Batched Runge-Kutta Samplers for ComfyUI",
"nickname": "ComfyUI-RK-Sampler",
"title": "ComfyUI-RK-Sampler",
"title_aux": "ComfyUI-RK-Sampler"
}
],
"https://github.com/wsippel/comfyui_ws/raw/main/sdxl_utility.py": [
[
"SDXLResolutionPresets"

File diff suppressed because it is too large Load Diff

View File

@ -12,6 +12,40 @@
{
"author": "TechnoByteJS",
"title": "TechNodes",
"id": "technodes",
"reference": "https://github.com/TechnoByteJS/ComfyUI-TechNodes",
"files": [
"https://github.com/TechnoByteJS/ComfyUI-TechNodes"
],
"install_type": "git-clone",
"description": "ComfyUI nodes for merging, testing and more. SDNext Merge, VAE Merge, MBW Layers, Repeat VAE, Quantization."
},
{
"author": "wootwootwootwoot",
"title": "ComfyUI-RK-Sampler",
"id": "rk-sampler",
"reference": "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler",
"files": [
"https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler"
],
"install_type": "git-clone",
"description": "Batched Runge-Kutta Samplers for ComfyUI"
},
{
"author": "BetaDoggo",
"title": "ComfyUI Video Player",
"id": "videoplayer",
"reference": "https://github.com/BetaDoggo/ComfyUI-VideoPlayer",
"files": [
"https://github.com/BetaDoggo/ComfyUI-VideoPlayer"
],
"install_type": "git-clone",
"description": "1 step closer to replacing all software with comfy"
},
{
"author": "googincheng",
"title": "ComfyUX",
@ -660,49 +694,6 @@
],
"install_type": "git-clone",
"description": "Meme Maker Node for ComfyUI."
},
{
"author": "kijai",
"title": "ComfyUI-LivePortraitKJ",
"id": "liveportrait-kijai",
"reference": "https://github.com/kijai/ComfyUI-LivePortraitKJ",
"files": [
"https://github.com/kijai/ComfyUI-LivePortraitKJ"
],
"install_type": "git-clone",
"description": "Nodes for [a/LivePortrait](https://github.com/KwaiVGI/LivePortrait), insightface is required"
},
{
"author": "metncelik",
"title": "comfyui_met_suite",
"reference": "https://github.com/metncelik/comfyui_met_suite",
"files": [
"https://github.com/metncelik/comfyui_met_suite"
],
"install_type": "git-clone",
"description": "Nodes: Primitive BBOX, BBOX Padding, BBOX Resize, ImageResize KeepRatio."
},
{
"author": "shadowcz007",
"title": "comfyui-liveportrait",
"id": "liveportrait",
"reference": "https://github.com/shadowcz007/comfyui-liveportrait",
"files": [
"https://github.com/shadowcz007/comfyui-liveportrait"
],
"install_type": "git-clone",
"description": "The ComfyUI version of [a/LivePortrait](https://github.com/KwaiVGI/LivePortrait)."
},
{
"author": "Tritant",
"title": "ComfyUI-CreaPrompt",
"id": "creaprompt",
"reference": "https://github.com/tritant/ComfyUI_CreaPrompt",
"files": [
"https://github.com/tritant/ComfyUI_CreaPrompt"
],
"install_type": "git-clone",
"description": "Generate random prompts easily."
}
]
}

View File

@ -751,6 +751,7 @@
"ETN_LoadImageBase64",
"ETN_LoadMaskBase64",
"ETN_MergeImageTile",
"ETN_NSFWFilter",
"ETN_SendImageWebSocket",
"ETN_TileLayout"
],
@ -1161,6 +1162,14 @@
"title_aux": "ComfyUI Deploy"
}
],
"https://github.com/BetaDoggo/ComfyUI-VideoPlayer": [
[
"LoadFrame"
],
{
"title_aux": "ComfyUI Video Player"
}
],
"https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": [
[
"YetAnotherSafetyChecker"
@ -5179,6 +5188,24 @@
"title_aux": "ComfyUI-TeaNodes"
}
],
"https://github.com/TechnoByteJS/ComfyUI-TechNodes": [
[
"ClipQuant",
"MBW Layers String",
"ModelQuant",
"SD1 MBW Layers",
"SD1 MBW Layers Binary",
"SDNext Merge",
"SDXL MBW Layers",
"SDXL MBW Layers Binary",
"VAE Merge",
"VAEQuant",
"VAERepeat"
],
{
"title_aux": "TechNodes"
}
],
"https://github.com/TemryL/ComfyS3": [
[
"DownloadFileS3",
@ -14958,10 +14985,8 @@
],
"https://github.com/smthemex/ComfyUI_Streamv2v_Plus": [
[
"Load_Stream",
"Text2IMG",
"Video2Video",
"WebCam2Video"
"Stream_Model_Loader",
"Stream_Sampler"
],
{
"title_aux": "ComfyUI_Streamv2v_Plus"
@ -15907,6 +15932,7 @@
],
"https://github.com/wTechArtist/ComfyUI-CustomNodes": [
[
"IPAdapter Mad Scientist Weight_Type",
"Image Blending Mode Mask",
"Load Image With Bool"
],
@ -16055,6 +16081,18 @@
"title_aux": "ComfyUi_String_Function_Tree"
}
],
"https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": [
[
"RungeKuttaSampler"
],
{
"author": "wootwootwootwoot",
"description": "Batched Runge-Kutta Samplers for ComfyUI",
"nickname": "ComfyUI-RK-Sampler",
"title": "ComfyUI-RK-Sampler",
"title_aux": "ComfyUI-RK-Sampler"
}
],
"https://github.com/wsippel/comfyui_ws/raw/main/sdxl_utility.py": [
[
"SDXLResolutionPresets"