Version: 1.0.0 Protocol Version: 2024-11-05 Last Updated: 2026-01-10
How to properly install ComfyUI / Stable Diffusion UI / Automatic1111 (including dependencies and requirements)
Certain ComfyUI or Automatic1111 extensions require different version of CUDA than the latest. You probably have 12.x installed, since it is the latest available. Unfortunately, the backwards compatibility is poor.
We'll be installing PyTorch for CUDA 11.8, independently, and we can change PyTorch versions without installing the full CUDA toolkit.
- Latest NVidia GPU Drivers installed
- Python 3.10.11 (at the time of writing this, the best version) - Optional, we can do this later
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Check Nahimic service status | |
| $nahimicService = Get-Service -Name "Nahimic service" -ErrorAction SilentlyContinue | |
| if ($nahimicService) { | |
| if ($nahimicService.Status -eq "Running") { | |
| Write-Host "Nahimic service is currently running." -ForegroundColor Yellow | |
| Write-Host "Advice: If you're experiencing issues related to Nahimic or high CPU/RAM usage, consider stopping and disabling the service." | |
| } | |
| else { | |
| Write-Host "Nahimic service is present but currently not running." -ForegroundColor Green |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Download the lastest nightly of octoprint or use Raspberry Imager to burn the lastest nightly with the new camera module. | |
| Https://unofficialpi.org/Distros/Octopi/nightly/ | |
| Install it through an imager, just like normal octoprint image. | |
| For your touchscreen (must be done first) | |
| Sudo apt install xorg* |