git: 7f520739477c - main - misc/py-comfyui-workflow-templates: New port: ComfyUI: Workflow templates

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 18 Mar 2026 15:48:21 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7f520739477cb12865257a3d26d2cfac7e00321f

commit 7f520739477cb12865257a3d26d2cfac7e00321f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-03-18 04:36:01 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-03-18 15:48:09 +0000

    misc/py-comfyui-workflow-templates: New port: ComfyUI: Workflow templates
---
 misc/Makefile                                |  1 +
 misc/py-comfyui-workflow-templates/Makefile  | 28 ++++++++++++++++++++++++++++
 misc/py-comfyui-workflow-templates/distinfo  |  3 +++
 misc/py-comfyui-workflow-templates/pkg-descr |  3 +++
 4 files changed, 35 insertions(+)

diff --git a/misc/Makefile b/misc/Makefile
index d21721fdb69a..9448ed5c1830 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -447,6 +447,7 @@
     SUBDIR += py-colorzero
     SUBDIR += py-comfy-aimdo
     SUBDIR += py-comfyui-embedded-docs
+    SUBDIR += py-comfyui-workflow-templates
     SUBDIR += py-comfyui-workflow-templates-core
     SUBDIR += py-comfyui-workflow-templates-media-api
     SUBDIR += py-comfyui-workflow-templates-media-image
diff --git a/misc/py-comfyui-workflow-templates/Makefile b/misc/py-comfyui-workflow-templates/Makefile
new file mode 100644
index 000000000000..583bd0eb2933
--- /dev/null
+++ b/misc/py-comfyui-workflow-templates/Makefile
@@ -0,0 +1,28 @@
+PORTNAME=	comfyui-workflow-templates
+DISTVERSION=	0.9.26
+CATEGORIES=	misc python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	${PORTNAME:S/-/_/g}-${DISTVERSION}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	ComfyUI: Workflow templates
+WWW=		https://github.com/Comfy-Org/workflow_templates
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}comfyui-workflow-templates-core>=0.3.173:misc/py-comfyui-workflow-templates-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}comfyui-workflow-templates-media-api>=0.3.64:misc/py-comfyui-workflow-templates-media-api@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}comfyui-workflow-templates-media-video>=0.3.62:misc/py-comfyui-workflow-templates-media-video@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}comfyui-workflow-templates-media-image>=0.3.107:misc/py-comfyui-workflow-templates-media-image@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}comfyui-workflow-templates-media-other>=0.3.146:misc/py-comfyui-workflow-templates-media-other@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	pep517 autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/misc/py-comfyui-workflow-templates/distinfo b/misc/py-comfyui-workflow-templates/distinfo
new file mode 100644
index 000000000000..7873c7158702
--- /dev/null
+++ b/misc/py-comfyui-workflow-templates/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1773766106
+SHA256 (comfyui_workflow_templates-0.9.26.tar.gz) = c0e76f3e1fbcfa1d75e9bc59c59a08ee265b8f177a10593dab7f2ab1978502df
+SIZE (comfyui_workflow_templates-0.9.26.tar.gz) = 16255
diff --git a/misc/py-comfyui-workflow-templates/pkg-descr b/misc/py-comfyui-workflow-templates/pkg-descr
new file mode 100644
index 000000000000..e4c9e23ac5c7
--- /dev/null
+++ b/misc/py-comfyui-workflow-templates/pkg-descr
@@ -0,0 +1,3 @@
+Official ComfyUI workflow templates and subgraph blueprints. This package
+provides ready-to-use workflow templates for various stable diffusion tasks
+and reusable node components.