mirror of
https://github.com/NVIDIA/dgx-spark-playbooks.git
synced 2026-04-26 03:43:52 +00:00
chore: Regenerate all playbooks
This commit is contained in:
parent
38d0b6bdfc
commit
0d492abd3f
@ -13,13 +13,14 @@
|
|||||||
|
|
||||||
## Basic idea
|
## Basic idea
|
||||||
|
|
||||||
ComfyUI is an open-source web server application for AI image generation using diffusion based models like SDXL, Flux and others.
|
ComfyUI is an open-source web server application for AI image generation using diffusion-based models like SDXL, Flux and others.
|
||||||
It has a browser-based UI that lets you create, edit and run image generation and editing workflows with multiple steps.
|
It has a browser-based UI that lets you create, edit and run image generation and editing workflows with multiple steps.
|
||||||
Generation and editing steps (e.g. loading a model, adding text or sampling) are configurable in the UI as a node, and you connect nodes with wires to form a workflow.
|
Generation and editing steps (e.g. loading a model, adding text or sampling) are configurable in the UI as a node, and you connect nodes with wires to form a workflow.
|
||||||
Workflows are saved as JSON files, so you can version them for future work, collaboration and reproducibility.
|
|
||||||
|
|
||||||
ComfyUI uses the host's GPU for inference, so you can install it on your Spark and do all of your image generation and editing directly on device.
|
ComfyUI uses the host's GPU for inference, so you can install it on your Spark and do all of your image generation and editing directly on device.
|
||||||
|
|
||||||
|
Workflows are saved as JSON files, so you can version them for future work, collaboration and reproducibility.
|
||||||
|
|
||||||
## What you'll accomplish
|
## What you'll accomplish
|
||||||
|
|
||||||
You'll install and configure ComfyUI on your NVIDIA DGX Spark device so you can use the unified memory to work with large models.
|
You'll install and configure ComfyUI on your NVIDIA DGX Spark device so you can use the unified memory to work with large models.
|
||||||
@ -35,17 +36,17 @@ You'll install and configure ComfyUI on your NVIDIA DGX Spark device so you can
|
|||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
**Hardware Requirements:**
|
**Hardware Requirements:**
|
||||||
- [ ] NVIDIA Spark device with Blackwell architecture
|
- NVIDIA Spark device with Blackwell architecture
|
||||||
- [ ] Minimum 8GB GPU memory for Stable Diffusion models
|
- Minimum 8GB GPU memory for Stable Diffusion models
|
||||||
- [ ] At least 20GB available storage space
|
- At least 20GB available storage space
|
||||||
|
|
||||||
**Software Requirements:**
|
**Software Requirements:**
|
||||||
- [ ] Python 3.8 or higher installed: `python3 --version`
|
- Python 3.8 or higher installed: `python3 --version`
|
||||||
- [ ] pip package manager available: `pip3 --version`
|
- pip package manager available: `pip3 --version`
|
||||||
- [ ] CUDA toolkit compatible with Blackwell: `nvcc --version`
|
- CUDA toolkit compatible with Blackwell: `nvcc --version`
|
||||||
- [ ] Git version control: `git --version`
|
- Git version control: `git --version`
|
||||||
- [ ] Network access to download models from Hugging Face
|
- Network access to download models from Hugging Face
|
||||||
- [ ] Web browser access to `<SPARK_IP>:8188` port
|
- Web browser access to `<SPARK_IP>:8188` port
|
||||||
|
|
||||||
## Ancillary files
|
## Ancillary files
|
||||||
|
|
||||||
@ -80,7 +81,7 @@ nvcc --version
|
|||||||
nvidia-smi
|
nvidia-smi
|
||||||
```
|
```
|
||||||
|
|
||||||
Expected output should show Python 3.8+, pip available, CUDA toolkit, and GPU detection.
|
Expected output should show Python 3.8+, pip available, CUDA toolkit and GPU detection.
|
||||||
|
|
||||||
## Step 2. Create Python virtual environment
|
## Step 2. Create Python virtual environment
|
||||||
|
|
||||||
@ -165,6 +166,7 @@ Open a web browser and navigate to `http://<SPARK_IP>:8188` where `<SPARK_IP>` i
|
|||||||
| Web interface inaccessible | Firewall blocking port 8188 | Configure firewall to allow port 8188, check IP address |
|
| Web interface inaccessible | Firewall blocking port 8188 | Configure firewall to allow port 8188, check IP address |
|
||||||
| Out of GPU memory errors | Insufficient VRAM for model | Use smaller models or enable CPU fallback mode |
|
| Out of GPU memory errors | Insufficient VRAM for model | Use smaller models or enable CPU fallback mode |
|
||||||
|
|
||||||
|
|
||||||
## Step 10. Optional - Cleanup and rollback
|
## Step 10. Optional - Cleanup and rollback
|
||||||
|
|
||||||
If you need to remove the installation completely, follow these steps:
|
If you need to remove the installation completely, follow these steps:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user