mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
update DB
This commit is contained in:
parent
025f25bd5f
commit
db081659fe
@ -4284,6 +4284,27 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "python and web UX improvements for ComfyUI.\n[w/'DynamicPrompts.js' and 'EditAttention.js' from the core, along with 'ImageFeed.js' and 'favicon.js' from the custom scripts of pythongosssss, are not compatible. Therefore, manual deletion of these files is required to use this web extension.]"
|
||||
},
|
||||
{
|
||||
"author": "prozacgod",
|
||||
"title": "ComfyUI Multi-Workspace",
|
||||
"reference": "https://github.com/prozacgod/comfyui-pzc-multiworkspace",
|
||||
"files": [
|
||||
"https://github.com/prozacgod/comfyui-pzc-multiworkspace"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A simple, quick, and dirty implementation of multiple workspaces within ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "Siberpone",
|
||||
"title": "Lazy Pony Prompter",
|
||||
"reference": "https://github.com/Siberpone/lazy-pony-prompter",
|
||||
"files": [
|
||||
"https://github.com/Siberpone/lazy-pony-prompter"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A pony prompt helper extension for AUTOMATIC1111's Stable Diffusion Web UI and ComfyUI that utilizes the full power of your favorite booru query syntax. Currently supports [a/Derpibooru](https://derpibooru/org) and [a/E621](https://e621.net/)."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -4603,16 +4624,6 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"author": "prozacgod",
|
||||
"title": "ComfyUI Multi-Workspace",
|
||||
"reference": "https://github.com/prozacgod/comfyui-pzc-multiworkspace",
|
||||
"files": [
|
||||
"https://github.com/prozacgod/comfyui-pzc-multiworkspace"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A simple, quick, and dirty implementation of multiple workspaces within ComfyUI."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -1119,6 +1119,7 @@
|
||||
"VHS_MergeImages",
|
||||
"VHS_MergeLatents",
|
||||
"VHS_MergeMasks",
|
||||
"VHS_PruneOutputs",
|
||||
"VHS_SelectEveryNthImage",
|
||||
"VHS_SelectEveryNthLatent",
|
||||
"VHS_SelectEveryNthMask",
|
||||
@ -1794,6 +1795,19 @@
|
||||
"title_aux": "SDXL_sizing"
|
||||
}
|
||||
],
|
||||
"https://github.com/Siberpone/lazy-pony-prompter": [
|
||||
[
|
||||
"LPP_Deleter",
|
||||
"LPP_Derpibooru",
|
||||
"LPP_E621",
|
||||
"LPP_Loader_Derpibooru",
|
||||
"LPP_Loader_E621",
|
||||
"LPP_Saver"
|
||||
],
|
||||
{
|
||||
"title_aux": "Lazy Pony Prompter"
|
||||
}
|
||||
],
|
||||
"https://github.com/Smuzzies/comfyui_chatbox_overlay/raw/main/chatbox_overlay.py": [
|
||||
[
|
||||
"Chatbox Overlay"
|
||||
@ -2813,7 +2827,7 @@
|
||||
"Aegisflow SDXL Tuple Pass",
|
||||
"Aegisflow VAE Pass",
|
||||
"Aegisflow controlnet preprocessor bus",
|
||||
"Brightness & Contrast_Ally",
|
||||
"Brightness_Contrast_Ally",
|
||||
"Gaussian Blur_Ally",
|
||||
"Image Flip_ally",
|
||||
"Placeholder Tuple",
|
||||
|
||||
@ -10,6 +10,26 @@
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"author": "prozacgod",
|
||||
"title": "ComfyUI Multi-Workspace",
|
||||
"reference": "https://github.com/prozacgod/comfyui-pzc-multiworkspace",
|
||||
"files": [
|
||||
"https://github.com/prozacgod/comfyui-pzc-multiworkspace"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A simple, quick, and dirty implementation of multiple workspaces within ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "Siberpone",
|
||||
"title": "Lazy Pony Prompter",
|
||||
"reference": "https://github.com/Siberpone/lazy-pony-prompter",
|
||||
"files": [
|
||||
"https://github.com/Siberpone/lazy-pony-prompter"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A pony prompt helper extension for AUTOMATIC1111's Stable Diffusion Web UI and ComfyUI that utilizes the full power of your favorite booru query syntax. Currently supports [a/Derpibooru](https://derpibooru/org) and [a/E621](https://e621.net/)."
|
||||
},
|
||||
{
|
||||
"author": "chaojie",
|
||||
"title": "ComfyUI-MotionCtrl-SVD",
|
||||
|
||||
@ -1119,6 +1119,7 @@
|
||||
"VHS_MergeImages",
|
||||
"VHS_MergeLatents",
|
||||
"VHS_MergeMasks",
|
||||
"VHS_PruneOutputs",
|
||||
"VHS_SelectEveryNthImage",
|
||||
"VHS_SelectEveryNthLatent",
|
||||
"VHS_SelectEveryNthMask",
|
||||
@ -1794,6 +1795,19 @@
|
||||
"title_aux": "SDXL_sizing"
|
||||
}
|
||||
],
|
||||
"https://github.com/Siberpone/lazy-pony-prompter": [
|
||||
[
|
||||
"LPP_Deleter",
|
||||
"LPP_Derpibooru",
|
||||
"LPP_E621",
|
||||
"LPP_Loader_Derpibooru",
|
||||
"LPP_Loader_E621",
|
||||
"LPP_Saver"
|
||||
],
|
||||
{
|
||||
"title_aux": "Lazy Pony Prompter"
|
||||
}
|
||||
],
|
||||
"https://github.com/Smuzzies/comfyui_chatbox_overlay/raw/main/chatbox_overlay.py": [
|
||||
[
|
||||
"Chatbox Overlay"
|
||||
@ -2813,7 +2827,7 @@
|
||||
"Aegisflow SDXL Tuple Pass",
|
||||
"Aegisflow VAE Pass",
|
||||
"Aegisflow controlnet preprocessor bus",
|
||||
"Brightness & Contrast_Ally",
|
||||
"Brightness_Contrast_Ally",
|
||||
"Gaussian Blur_Ally",
|
||||
"Image Flip_ally",
|
||||
"Placeholder Tuple",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user