Add What's Included section, fix repo URL

- 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 <noreply@anthropic.com>
This commit is contained in:
Evan Carmen
2026-01-03 21:27:42 -06:00
parent 687ce72dd3
commit 434a90741c
+8 -1
View File
@@ -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) 4. Disabling **Triton/torch.compile** (doesn't support sm_121 yet)
5. **Optimized for Grace-Blackwell unified memory architecture** 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 ## 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. 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 ```bash
# Clone # Clone
git clone https://github.com/YOUR_USERNAME/SparkyUI.git git clone https://github.com/ecarmen16/SparkyUI.git
cd SparkyUI cd SparkyUI
# Configure paths # Configure paths