update DB
This commit is contained in:
@@ -12,6 +12,18 @@
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "BetaDoggo",
|
||||
"title": "ComfyUI YetAnotherSafetyChecker",
|
||||
"id": "yetanothersafetychecker",
|
||||
"reference": "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker",
|
||||
"files": [
|
||||
"https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker"
|
||||
],
|
||||
"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": "smthemex",
|
||||
"title": "ComfyUI_FollowYourEmoji",
|
||||
@@ -23,6 +35,28 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "You can make emoji from a video and a image in comfyui"
|
||||
},
|
||||
{
|
||||
"author": "fssorc",
|
||||
"title": "ComfyUI_FaceShaper",
|
||||
"id": "facesharper",
|
||||
"reference": "https://github.com/fssorc/ComfyUI_FaceShaper",
|
||||
"files": [
|
||||
"https://github.com/fssorc/ComfyUI_FaceShaper"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Match two faces' shape before using other face swap nodes\nFace-swapping tools typically only replace facial features during the swap, without altering the facial shape. When there is a significant difference in facial shape between the target person and the person in the original photo, the result of the face swap is less satisfactory.\nThis project is a small script that can first liquefy and stretch the face in the original photo according to the horizontal and vertical proportions of the target person's facial contour. The resulting image can be used as input for other face-swapping nodes."
|
||||
},
|
||||
{
|
||||
"author": "Marksusu",
|
||||
"title": "ComfyUI_MTEncode",
|
||||
"id": "mtencode",
|
||||
"reference": "https://github.com/Marksusu/ComfyUI_MTEncode",
|
||||
"files": [
|
||||
"https://github.com/Marksusu/ComfyUI_MTEncode"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:MTCLIPEncode"
|
||||
},
|
||||
{
|
||||
"author": "ShmuelRonen",
|
||||
"title": "ComfyUI-AstralAnimator",
|
||||
@@ -659,48 +693,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Optimized wrapper nodes for MimicMotion: [a/https://github.com/tencent/MimicMotion](https://github.com/tencent/MimicMotion)"
|
||||
},
|
||||
{
|
||||
"author": "kijai",
|
||||
"title": "ComfyUI-OpenDiTWrapper",
|
||||
"id": "opendit-kijai",
|
||||
"reference": "https://github.com/kijai/ComfyUI-OpenDiTWrapper",
|
||||
"files": [
|
||||
"https://github.com/kijai/ComfyUI-OpenDiTWrapper"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Wrapper nodes for OpenDiT: [a/OpenDiT](https://github.com/NUS-HPC-AI-Lab/OpenDiT/), supports Open-Sora t2i and i2i"
|
||||
},
|
||||
{
|
||||
"author": "smthemex",
|
||||
"title": "ComfyUI_MS_Diffusion",
|
||||
"id": "MS_Diffusion",
|
||||
"reference": "https://github.com/smthemex/ComfyUI_MS_Diffusion",
|
||||
"files": [
|
||||
"https://github.com/smthemex/ComfyUI_MS_Diffusion"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "You can using MS-diffusion make story in comfyUI."
|
||||
},
|
||||
{
|
||||
"author": "christian-byrne",
|
||||
"title": "audio-separation-nodes-comfyui",
|
||||
"reference": "https://github.com/christian-byrne/audio-separation-nodes-comfyui",
|
||||
"files": [
|
||||
"https://github.com/christian-byrne/audio-separation-nodes-comfyui"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:AudioSeparation, AudioCrop, AudioCombine, AudioTempoMatch."
|
||||
},
|
||||
{
|
||||
"author": "yiwangsimple",
|
||||
"title": "comfy-groqchat",
|
||||
"reference": "https://github.com/yiwangsimple/ComfyUI_GroqChat",
|
||||
"files": [
|
||||
"https://github.com/yiwangsimple/ComfyUI_GroqChat"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Content generation with open source models in comfyui via graq api implementation."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user