mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-10 06:34:24 +08:00
update DB
This commit is contained in:
parent
541f58968f
commit
936cc75192
@ -1579,6 +1579,36 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI Easy Padding is a simple custom ComfyUI node that helps you to add padding to images on ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "ArtBot2023",
|
||||
"title": "Character Face Swap",
|
||||
"reference": "https://github.com/ArtBot2023/CharacterFaceSwap",
|
||||
"files": [
|
||||
"https://github.com/ArtBot2023/CharacterFaceSwap"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Character face swap with LoRA and embeddings."
|
||||
},
|
||||
{
|
||||
"author": "mav-rik",
|
||||
"title": "Facerestore CF (Code Former)",
|
||||
"reference": "https://github.com/mav-rik/facerestore_cf",
|
||||
"files": [
|
||||
"https://github.com/mav-rik/facerestore_cf"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This is a copy of <a href='https://civitai.com/models/24690/comfyui-facerestore-node' target='blank'>facerestore custom node</a> with a bit of a change to support CodeFormer Fidelity parameter. These ComfyUI nodes can be used to restore faces in images similar to the face restore option in AUTOMATIC1111 webui."
|
||||
},
|
||||
{
|
||||
"author": "braintacles",
|
||||
"title": "braintacles-nodes",
|
||||
"reference": "https://github.com/braintacles/braintacles-comfyui-nodes",
|
||||
"files": [
|
||||
"https://github.com/braintacles/braintacles-comfyui-nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "nodes:CLIPTextEncodeSDXL-Multi-IO, CLIPTextEncodeSDXL-Pipe, Empty Latent Image from Aspect-Ratio, Random Find and Replace."
|
||||
},
|
||||
{
|
||||
"author": "taabata",
|
||||
"title": "Syrian Falcon Nodes",
|
||||
@ -1820,16 +1850,6 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "Various image processing nodes."
|
||||
},
|
||||
{
|
||||
"author": "ArtBot2023",
|
||||
"title": "Character Face Swap",
|
||||
"reference": "https://github.com/ArtBot2023/CharacterFaceSwap",
|
||||
"files": [
|
||||
"https://github.com/ArtBot2023/CharacterFaceSwap"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Character face swap with LoRA and embeddings."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -21,6 +21,24 @@
|
||||
"title_aux": "ComfyUI Nodes for External Tooling"
|
||||
}
|
||||
],
|
||||
"https://github.com/ArtBot2023/CharacterFaceSwap": [
|
||||
[
|
||||
"Color Blend",
|
||||
"Crop Face",
|
||||
"Exclude Facial Feature",
|
||||
"Generation Parameter Input",
|
||||
"Generation Parameter Output",
|
||||
"Image Full BBox",
|
||||
"Load BiseNet",
|
||||
"Load RetinaFace",
|
||||
"Mask Contour",
|
||||
"Segment Face",
|
||||
"Uncrop Face"
|
||||
],
|
||||
{
|
||||
"title_aux": "Character Face Swap"
|
||||
}
|
||||
],
|
||||
"https://github.com/ArtVentureX/comfyui-animatediff": [
|
||||
[
|
||||
"AnimateDiffCombine",
|
||||
@ -1473,6 +1491,21 @@
|
||||
"title_aux": "ResolutionSelector for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/braintacles/braintacles-comfyui-nodes": [
|
||||
[
|
||||
"CLIPTextEncodeSDXL-Multi-IO",
|
||||
"CLIPTextEncodeSDXL-Pipe",
|
||||
"Empty Latent Image from Aspect-Ratio",
|
||||
"Random Find and Replace",
|
||||
"VAE Decode Pipe",
|
||||
"VAE Decode Tiled Pipe",
|
||||
"VAE Encode Pipe",
|
||||
"VAE Encode Tiled Pipe"
|
||||
],
|
||||
{
|
||||
"title_aux": "braintacles-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/bvhari/ComfyUI_ImageProcessing": [
|
||||
[
|
||||
"BilateralFilter",
|
||||
@ -2127,6 +2160,16 @@
|
||||
"title_aux": "Recommended Resolution Calculator"
|
||||
}
|
||||
],
|
||||
"https://github.com/mav-rik/facerestore_cf": [
|
||||
[
|
||||
"CropFace",
|
||||
"FaceRestoreCFWithModel",
|
||||
"FaceRestoreModelLoader"
|
||||
],
|
||||
{
|
||||
"title_aux": "Facerestore CF (Code Former)"
|
||||
}
|
||||
],
|
||||
"https://github.com/meap158/ComfyUI-GPU-temperature-protection": [
|
||||
[
|
||||
"GPUTemperatureProtection"
|
||||
|
||||
@ -1,5 +1,35 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "braintacles",
|
||||
"title": "braintacles-nodes",
|
||||
"reference": "https://github.com/braintacles/braintacles-comfyui-nodes",
|
||||
"files": [
|
||||
"https://github.com/braintacles/braintacles-comfyui-nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "nodes:CLIPTextEncodeSDXL-Multi-IO, CLIPTextEncodeSDXL-Pipe, Empty Latent Image from Aspect-Ratio, Random Find and Replace."
|
||||
},
|
||||
{
|
||||
"author": "mav-rik",
|
||||
"title": "Facerestore CF (Code Former)",
|
||||
"reference": "https://github.com/mav-rik/facerestore_cf",
|
||||
"files": [
|
||||
"https://github.com/mav-rik/facerestore_cf"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This is a copy of <a href='https://civitai.com/models/24690/comfyui-facerestore-node' target='blank'>facerestore custom node</a> with a bit of a change to support CodeFormer Fidelity parameter. These ComfyUI nodes can be used to restore faces in images similar to the face restore option in AUTOMATIC1111 webui."
|
||||
},
|
||||
{
|
||||
"author": "ArtBot2023",
|
||||
"title": "Character Face Swap",
|
||||
"reference": "https://github.com/ArtBot2023/CharacterFaceSwap",
|
||||
"files": [
|
||||
"https://github.com/ArtBot2023/CharacterFaceSwap"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Character face swap with LoRA and embeddings."
|
||||
},
|
||||
{
|
||||
"author": "cubiq",
|
||||
"title": "ComfyUI_IPAdapter_plus",
|
||||
|
||||
@ -21,6 +21,24 @@
|
||||
"title_aux": "ComfyUI Nodes for External Tooling"
|
||||
}
|
||||
],
|
||||
"https://github.com/ArtBot2023/CharacterFaceSwap": [
|
||||
[
|
||||
"Color Blend",
|
||||
"Crop Face",
|
||||
"Exclude Facial Feature",
|
||||
"Generation Parameter Input",
|
||||
"Generation Parameter Output",
|
||||
"Image Full BBox",
|
||||
"Load BiseNet",
|
||||
"Load RetinaFace",
|
||||
"Mask Contour",
|
||||
"Segment Face",
|
||||
"Uncrop Face"
|
||||
],
|
||||
{
|
||||
"title_aux": "Character Face Swap"
|
||||
}
|
||||
],
|
||||
"https://github.com/ArtVentureX/comfyui-animatediff": [
|
||||
[
|
||||
"AnimateDiffCombine",
|
||||
@ -1473,6 +1491,21 @@
|
||||
"title_aux": "ResolutionSelector for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/braintacles/braintacles-comfyui-nodes": [
|
||||
[
|
||||
"CLIPTextEncodeSDXL-Multi-IO",
|
||||
"CLIPTextEncodeSDXL-Pipe",
|
||||
"Empty Latent Image from Aspect-Ratio",
|
||||
"Random Find and Replace",
|
||||
"VAE Decode Pipe",
|
||||
"VAE Decode Tiled Pipe",
|
||||
"VAE Encode Pipe",
|
||||
"VAE Encode Tiled Pipe"
|
||||
],
|
||||
{
|
||||
"title_aux": "braintacles-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/bvhari/ComfyUI_ImageProcessing": [
|
||||
[
|
||||
"BilateralFilter",
|
||||
@ -2127,6 +2160,16 @@
|
||||
"title_aux": "Recommended Resolution Calculator"
|
||||
}
|
||||
],
|
||||
"https://github.com/mav-rik/facerestore_cf": [
|
||||
[
|
||||
"CropFace",
|
||||
"FaceRestoreCFWithModel",
|
||||
"FaceRestoreModelLoader"
|
||||
],
|
||||
{
|
||||
"title_aux": "Facerestore CF (Code Former)"
|
||||
}
|
||||
],
|
||||
"https://github.com/meap158/ComfyUI-GPU-temperature-protection": [
|
||||
[
|
||||
"GPUTemperatureProtection"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user