Files
SparkyUI/.gitignore
T
Evan Carmen 1f5aeb5248 Initial commit: SparkyUI - ComfyUI for DGX Spark (Blackwell GB10)
Docker-based ComfyUI setup for NVIDIA DGX Spark ARM64 + sm_121:
- CUDA 13.0.2 base (required for compute_121 support)
- PyTorch 2.9.1+cu130 ARM64 wheels
- SageAttention compiled with TORCH_CUDA_ARCH_LIST="12.1"
- Triton/torch.compile disabled (no sm_121 support yet)
- ComfyUI-Manager auto-installed at runtime
- Configurable model/data paths via .env

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 20:28:30 -06:00

61 lines
696 B
Plaintext

# Project-specific internal docs
CLAUDE.md
# Environment (contains local paths)
.env
*.env.local
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
.venv/
venv/
# Docker
.docker/
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# Runtime directories - ignore contents but keep .gitkeep
custom_nodes/*
!custom_nodes/.gitkeep
output/*
!output/.gitkeep
input/*
!input/.gitkeep
workflows/*
!workflows/.gitkeep
# Wheels directory - for prebuilt ARM64/sm_121 binaries
# Ignore contents except .gitkeep (add wheels explicitly if needed)
wheels/*
!wheels/.gitkeep