From 3c6904a253f67462c892836b0e64e0510f533f88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Tue, 25 Nov 2025 12:33:00 +0100 Subject: [PATCH] feat: add comfyui-workspace-manager custom node MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added comfyui-workspace-manager plugin to arty.yml for ComfyUI workflow and model management. Repository: https://github.com/11cafe/comfyui-workspace-manager Features: - Workflow management with version history - Model browser with one-click CivitAI downloads - Image gallery per workflow - Auto-save and keyboard shortcuts Note: Plugin is marked as obsolete (April 2025) as ComfyUI now has built-in workspace features, but added per user request. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- arty.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arty.yml b/arty.yml index 0dd627d..78d54c1 100644 --- a/arty.yml +++ b/arty.yml @@ -93,6 +93,11 @@ references: description: "GGUF quantization support for memory-efficient model loading" essential: false + - url: https://github.com/11cafe/comfyui-workspace-manager.git + into: $COMFYUI_ROOT/custom_nodes/comfyui-workspace-manager + description: "Workspace manager for ComfyUI - workflow/model organization (obsolete but requested)" + essential: false + # Environment profiles for selective repository management envs: # RunPod environment variables