diff --git a/README.md b/README.md index 3b2037e..78e8965 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,22 @@ This Docker setup provides a containerized version of Stable Diffusion WebUI wit - **Persistent storage** for models, outputs, and configurations - **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 - Docker Engine (20.10+ recommended)