mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 18:33:05 +08:00
update DB
This commit is contained in:
parent
8916748405
commit
302beec4bb
@ -4824,6 +4824,26 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Enhancing Image Restoration. (ref:[a/InstructIR](https://github.com/mv-lab/InstructIR))"
|
"description": "Enhancing Image Restoration. (ref:[a/InstructIR](https://github.com/mv-lab/InstructIR))"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "LyazS",
|
||||||
|
"title": "Anime Character Segmentation node for comfyui",
|
||||||
|
"reference": "https://github.com/LyazS/comfyui-anime-seg",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/LyazS/comfyui-anime-seg"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A Anime Character Segmentation node for comfyui, based on [this hf space](https://huggingface.co/spaces/skytnt/anime-remove-background)."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "Chan-0312",
|
||||||
|
"title": "ComfyUI-IPAnimate",
|
||||||
|
"reference": "https://github.com/Chan-0312/ComfyUI-IPAnimate",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Chan-0312/ComfyUI-IPAnimate"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "This is a project that generates videos frame by frame based on IPAdapter+ControlNet. Unlike [a/Steerable-motion](https://github.com/banodoco/Steerable-Motion), we do not rely on AnimateDiff. This decision is primarily due to the fact that the videos generated by AnimateDiff are often blurry. Through frame-by-frame control using IPAdapter+ControlNet, we can produce higher definition and more controllable videos."
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -5136,16 +5156,6 @@
|
|||||||
"install_type": "unzip",
|
"install_type": "unzip",
|
||||||
"description": "Various image processing nodes."
|
"description": "Various image processing nodes."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"author": "LyazS",
|
|
||||||
"title": "Anime Character Segmentation node for comfyui",
|
|
||||||
"reference": "https://github.com/LyazS/comfyui-anime-seg",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/LyazS/comfyui-anime-seg"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "A Anime Character Segmentation node for comfyui, based on [this hf space](https://huggingface.co/spaces/skytnt/anime-remove-background)."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"author": "aimingfail",
|
"author": "aimingfail",
|
||||||
"title": "Image2Halftone Node for ComfyUI",
|
"title": "Image2Halftone Node for ComfyUI",
|
||||||
|
|||||||
@ -425,6 +425,14 @@
|
|||||||
"title_aux": "ComfyUIInvisibleWatermark"
|
"title_aux": "ComfyUIInvisibleWatermark"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/Chan-0312/ComfyUI-IPAnimate": [
|
||||||
|
[
|
||||||
|
"IPAdapterAnimate"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-IPAnimate"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": [
|
"https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": [
|
||||||
[
|
[
|
||||||
"LoadImageFromPath"
|
"LoadImageFromPath"
|
||||||
@ -1379,6 +1387,14 @@
|
|||||||
"title_aux": "ComfyUI-RawSaver"
|
"title_aux": "ComfyUI-RawSaver"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/LyazS/comfyui-anime-seg": [
|
||||||
|
[
|
||||||
|
"Anime Character Seg"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Anime Character Segmentation node for comfyui"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/M1kep/ComfyLiterals": [
|
"https://github.com/M1kep/ComfyLiterals": [
|
||||||
[
|
[
|
||||||
"Checkpoint",
|
"Checkpoint",
|
||||||
@ -4016,8 +4032,7 @@
|
|||||||
"https://github.com/chrisgoringe/cg-image-picker": [
|
"https://github.com/chrisgoringe/cg-image-picker": [
|
||||||
[
|
[
|
||||||
"Preview Chooser",
|
"Preview Chooser",
|
||||||
"Preview Chooser Fabric",
|
"Preview Chooser Fabric"
|
||||||
"Safe Save Image"
|
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"author": "chrisgoringe",
|
"author": "chrisgoringe",
|
||||||
|
|||||||
@ -10,6 +10,26 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
"author": "Chan-0312",
|
||||||
|
"title": "ComfyUI-IPAnimate",
|
||||||
|
"reference": "https://github.com/Chan-0312/ComfyUI-IPAnimate",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Chan-0312/ComfyUI-IPAnimate"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "This is a project that generates videos frame by frame based on IPAdapter+ControlNet. Unlike [a/Steerable-motion](https://github.com/banodoco/Steerable-Motion), we do not rely on AnimateDiff. This decision is primarily due to the fact that the videos generated by AnimateDiff are often blurry. Through frame-by-frame control using IPAdapter+ControlNet, we can produce higher definition and more controllable videos."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "LyazS",
|
||||||
|
"title": "Anime Character Segmentation node for comfyui",
|
||||||
|
"reference": "https://github.com/LyazS/comfyui-anime-seg",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/LyazS/comfyui-anime-seg"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A Anime Character Segmentation node for comfyui, based on [this hf space](https://huggingface.co/spaces/skytnt/anime-remove-background)."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "zhongpei",
|
"author": "zhongpei",
|
||||||
"title": "ComfyUI for InstructIR",
|
"title": "ComfyUI for InstructIR",
|
||||||
|
|||||||
@ -425,6 +425,14 @@
|
|||||||
"title_aux": "ComfyUIInvisibleWatermark"
|
"title_aux": "ComfyUIInvisibleWatermark"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/Chan-0312/ComfyUI-IPAnimate": [
|
||||||
|
[
|
||||||
|
"IPAdapterAnimate"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-IPAnimate"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": [
|
"https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": [
|
||||||
[
|
[
|
||||||
"LoadImageFromPath"
|
"LoadImageFromPath"
|
||||||
@ -1379,6 +1387,14 @@
|
|||||||
"title_aux": "ComfyUI-RawSaver"
|
"title_aux": "ComfyUI-RawSaver"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/LyazS/comfyui-anime-seg": [
|
||||||
|
[
|
||||||
|
"Anime Character Seg"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Anime Character Segmentation node for comfyui"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/M1kep/ComfyLiterals": [
|
"https://github.com/M1kep/ComfyLiterals": [
|
||||||
[
|
[
|
||||||
"Checkpoint",
|
"Checkpoint",
|
||||||
@ -4016,8 +4032,7 @@
|
|||||||
"https://github.com/chrisgoringe/cg-image-picker": [
|
"https://github.com/chrisgoringe/cg-image-picker": [
|
||||||
[
|
[
|
||||||
"Preview Chooser",
|
"Preview Chooser",
|
||||||
"Preview Chooser Fabric",
|
"Preview Chooser Fabric"
|
||||||
"Safe Save Image"
|
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"author": "chrisgoringe",
|
"author": "chrisgoringe",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user