clarified potential GPU incompatibility in readme

This commit is contained in:
itsnachocheese
2025-12-14 16:53:44 -08:00
parent 45d73f328a
commit b32b3a17a5
+16
View File
@@ -11,6 +11,22 @@ This Docker setup provides a containerized version of Stable Diffusion WebUI wit
- **Persistent storage** for models, outputs, and configurations - **Persistent storage** for models, outputs, and configurations
- **Optimized** Docker build with multi-stage construction - **Optimized** Docker build with multi-stage construction
## Compatibility Notes
This configuration uses older versions for compatibility with the upstream Stable Diffusion WebUI project:
- **ROCm 5.7**
- **Ubuntu 22.04**
- **PyTorch 2.0**
**GPU Compatibility**: This setup may not work with GPUs newer than the Radeon RX 7900 XTX. For newer GPUs, users may wish to try updating to newer ROCm versions (7.11+) and Ubuntu versions (24.04+).
For newer hardware compatibility, consider:
1. Updating ROCm to version 7.11 or later
2. Using Ubuntu 24.04 LTS instead of 22.04
3. Updating PyTorch to a newer version compatible with newer ROCm versions
This approach prioritizes stability and compatibility with the upstream project over newer hardware support.
## Requirements ## Requirements
- Docker Engine (20.10+ recommended) - Docker Engine (20.10+ recommended)