mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-05-06 02:07:53 +08:00
update DB
This commit is contained in:
@ -31,6 +31,56 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Provide a simple interface to simplify prompt writing."
|
||||
},
|
||||
{
|
||||
"author": "Suzu008",
|
||||
"title": "ComfyUI-CryptIO",
|
||||
"reference": "https://github.com/Suzu008/ComfyUI-CryptIO",
|
||||
"files": [
|
||||
"https://github.com/Suzu008/ComfyUI-CryptIO"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A collection of custom nodes for ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "IRCSS",
|
||||
"title": "comfyUI-blender-wrapper",
|
||||
"reference": "https://github.com/IRCSS/comfyUI-blender-wrapper",
|
||||
"files": [
|
||||
"https://github.com/IRCSS/comfyUI-blender-wrapper"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI Blender Wrapper lets you call Blender in headless mode from ComfyUI (or any Python environment), run reusable pipeline stages stored inside files, and pass configs in/out via JSON. It's meant for tech-art / asset-pipeline tasks like cleanup, decimation, unwrap, baking, rigging, etc."
|
||||
},
|
||||
{
|
||||
"author": "calibancode",
|
||||
"title": "ComfyUI-bevvy",
|
||||
"reference": "https://github.com/calibancode/ComfyUI-bevvy",
|
||||
"files": [
|
||||
"https://github.com/calibancode/ComfyUI-bevvy"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI custom node that saves images as WebP."
|
||||
},
|
||||
{
|
||||
"author": "GraftingRayman",
|
||||
"title": "ComfyUI-Games",
|
||||
"reference": "https://github.com/GraftingRayman/ComfyUI-Games",
|
||||
"files": [
|
||||
"https://github.com/GraftingRayman/ComfyUI-Games"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI node providing Tetris game functionality. (Description by CC)"
|
||||
},
|
||||
{
|
||||
"author": "aicuai",
|
||||
"title": "comfyui-save-image-watermark",
|
||||
"reference": "https://github.com/aicuai/comfyui-save-image-watermark",
|
||||
"files": [
|
||||
"https://github.com/aicuai/comfyui-save-image-watermark"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Save images with visible watermarks (logo/text), invisible watermarks (LSB steganography), and metadata embedding. Supports PNG/JPEG/WebP with browser download."
|
||||
},
|
||||
{
|
||||
"author": "migero",
|
||||
"title": "ComfyUI-Equirectangular-Strip",
|
||||
|
||||
@ -8718,6 +8718,14 @@
|
||||
"title_aux": "ComfyUI Visual Dimension Selector"
|
||||
}
|
||||
],
|
||||
"https://github.com/GraftingRayman/ComfyUI-Games": [
|
||||
[
|
||||
"TetrisNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Games"
|
||||
}
|
||||
],
|
||||
"https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": [
|
||||
[
|
||||
"GRApplyPulidFlux",
|
||||
@ -10021,6 +10029,49 @@
|
||||
"title_aux": "Notification Bridge"
|
||||
}
|
||||
],
|
||||
"https://github.com/IRCSS/comfyUI-blender-wrapper": [
|
||||
[
|
||||
"BlenderGenericNode",
|
||||
"CV2InpaintTexture",
|
||||
"DownloadAndLoadHy3DDelightModel",
|
||||
"DownloadAndLoadHy3DPaintModel",
|
||||
"Hy3DApplyTexture",
|
||||
"Hy3DBPT",
|
||||
"Hy3DBakeFromMultiview",
|
||||
"Hy3DCameraConfig",
|
||||
"Hy3DDelightImage",
|
||||
"Hy3DDiffusersSchedulerConfig",
|
||||
"Hy3DExportMesh",
|
||||
"Hy3DFastSimplifyMesh",
|
||||
"Hy3DGenerateMesh",
|
||||
"Hy3DGenerateMeshMultiView",
|
||||
"Hy3DGetMeshPBRTextures",
|
||||
"Hy3DIMRemesh",
|
||||
"Hy3DLoadMesh",
|
||||
"Hy3DMeshInfo",
|
||||
"Hy3DMeshUVWrap",
|
||||
"Hy3DMeshVerticeInpaintTexture",
|
||||
"Hy3DModelLoader",
|
||||
"Hy3DNvdiffrastRenderer",
|
||||
"Hy3DPostprocessMesh",
|
||||
"Hy3DRenderMultiView",
|
||||
"Hy3DRenderMultiViewDepth",
|
||||
"Hy3DRenderSingleView",
|
||||
"Hy3DSampleMultiView",
|
||||
"Hy3DSetMeshPBRAttributes",
|
||||
"Hy3DSetMeshPBRTextures",
|
||||
"Hy3DTorchCompileSettings",
|
||||
"Hy3DUploadMesh",
|
||||
"Hy3DVAEDecode",
|
||||
"Hy3DVAELoader",
|
||||
"Hy3D_2_1SimpleMeshGen",
|
||||
"MESHToTrimesh",
|
||||
"TrimeshToMESH"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyUI-blender-wrapper"
|
||||
}
|
||||
],
|
||||
"https://github.com/ITurchenko/ComfyUI-SizeFromArray": [
|
||||
[
|
||||
"SizeFromArray"
|
||||
@ -19233,6 +19284,21 @@
|
||||
"title_aux": "Comfyroll Studio"
|
||||
}
|
||||
],
|
||||
"https://github.com/Suzu008/ComfyUI-CryptIO": [
|
||||
[
|
||||
"PreviewImageCryptIO",
|
||||
"PreviewVideoCryptIO",
|
||||
"SaveImageCryptIO",
|
||||
"SaveVideoCryptIO",
|
||||
"TextDecrypt",
|
||||
"TextEncrypt",
|
||||
"UploadImageCryptIO",
|
||||
"UploadVideoCryptIO"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-CryptIO"
|
||||
}
|
||||
],
|
||||
"https://github.com/SuzumiyaAkizuki/ComfyUI-LLM_Prompt_XML_Formatter": [
|
||||
[
|
||||
"LLM_Prompt_Formatter",
|
||||
@ -22948,6 +23014,16 @@
|
||||
"title_aux": "aicu-comfyui-stability-ai-api"
|
||||
}
|
||||
],
|
||||
"https://github.com/aicuai/comfyui-save-image-watermark": [
|
||||
[
|
||||
"ExtractInvisibleWatermark",
|
||||
"Local Save",
|
||||
"LocalSaveImageWithWatermark"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-save-image-watermark"
|
||||
}
|
||||
],
|
||||
"https://github.com/aidec/Comfyui_TextBatch_aidec": [
|
||||
[
|
||||
"DataTempManager",
|
||||
@ -26861,6 +26937,14 @@
|
||||
"title_aux": "Arc2Face ComfyUI Node Library"
|
||||
}
|
||||
],
|
||||
"https://github.com/calibancode/ComfyUI-bevvy": [
|
||||
[
|
||||
"SaveImageWebP"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-bevvy"
|
||||
}
|
||||
],
|
||||
"https://github.com/camenduru/ComfyUI-TostAI": [
|
||||
[
|
||||
"SendToTostAI"
|
||||
|
||||
Reference in New Issue
Block a user