git: 86a7e1e9b4ed - main - misc/comfyui: Add pkg-message, add comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Mar 2026 18:05:15 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=86a7e1e9b4eddd1e14ca5575b343ef17a6f7affa
commit 86a7e1e9b4eddd1e14ca5575b343ef17a6f7affa
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-03-20 17:58:41 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-03-20 18:05:13 +0000
misc/comfyui: Add pkg-message, add comment
---
misc/comfyui/Makefile | 5 +++--
misc/comfyui/pkg-message | 25 +++++++++++++++++++++++++
2 files changed, 28 insertions(+), 2 deletions(-)
diff --git a/misc/comfyui/Makefile b/misc/comfyui/Makefile
index 1862643522c9..3a2c5a4ee525 100644
--- a/misc/comfyui/Makefile
+++ b/misc/comfyui/Makefile
@@ -1,11 +1,12 @@
PORTNAME= comfyui
DISTVERSIONPREFIX= v
DISTVERSION= 0.17.2
-CATEGORIES= misc python
+CATEGORIES= misc python # machine-learning
MAINTAINER= yuri@FreeBSD.org
COMMENT= Powerful and modular stable diffusion GUI with graph/nodes interface
-WWW= https://github.com/Comfy-Org/ComfyUI
+WWW= https://www.comfy.org/ \
+ https://github.com/Comfy-Org/ComfyUI
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
diff --git a/misc/comfyui/pkg-message b/misc/comfyui/pkg-message
new file mode 100644
index 000000000000..678706692804
--- /dev/null
+++ b/misc/comfyui/pkg-message
@@ -0,0 +1,25 @@
+[
+{ type: install
+ message: <<EOM
+You installed ComfyUI: a powerful and modular Stable Diffusion GUI.
+
+ComfyUI provides a web GUI that you need to access via your browser.
+It by default listens on http://127.0.0.1:8188.
+
+ComfyUI stores its data, including downloaded models, input images,
+and output images, in /var/db/comfyui.
+
+To use ComfyUI, you will likely need to download an archived Stable Diffusion
+model (checkpoint) file from the https://huggingface.co website
+and place it in:
+/var/db/comfyui/models/checkpoints
+
+The name of the file is one of
+* v1-5-pruned-emaonly.safetensors
+* v1-5-pruned-emaonly-fp16.safetensors
+* sd_xl_base_1.0.safetensors.
+
+Refer to the official documentation for further information.
+EOM
+}
+]