From 434a90741ca0fd429c8e1291fedaa11b3aca62e4 Mon Sep 17 00:00:00 2001 From: Evan Carmen Date: Sat, 3 Jan 2026 21:27:42 -0600 Subject: [PATCH] Add What's Included section, fix repo URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add "What's Included" section listing ComfyUI, ComfyUI-Manager, SageAttention, and PyTorch versions - Update clone URL to actual GitHub repo (ecarmen16/SparkyUI) - ComfyUI-Manager is auto-installed on first container run 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c3c9d1..b2f569f 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,13 @@ Standard ComfyUI containers and PyTorch wheels don't support sm_121. SparkyUI so 4. Disabling **Triton/torch.compile** (doesn't support sm_121 yet) 5. **Optimized for Grace-Blackwell unified memory architecture** +## What's Included + +- **ComfyUI** (latest master branch) +- **ComfyUI-Manager** - auto-installed on first run for easy custom node management +- **SageAttention** - compiled natively for sm_121 (Blackwell tensor cores) +- **PyTorch 2.9.1+cu130** - ARM64 wheels with CUDA 13.0 support + ## Unified Memory Architecture The DGX Spark's Grace-Blackwell architecture uses **unified memory** - a coherent memory fabric shared between CPU and GPU. This is fundamentally different from discrete GPUs and requires different optimization strategies. @@ -49,7 +56,7 @@ The DGX Spark's Grace-Blackwell architecture uses **unified memory** - a coheren ```bash # Clone -git clone https://github.com/YOUR_USERNAME/SparkyUI.git +git clone https://github.com/ecarmen16/SparkyUI.git cd SparkyUI # Configure paths