-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update A1111 to v1.10.1 and add ROCm support on A1111 #774
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…grades Refactor Dockerfile and docker-compose for ROCm support and improved build context Refactor docker-compose.yml for improved service configuration and organization
| group_add: | ||
| - video | ||
| deploy: | ||
| # resources: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i had to uncomment this to run the profile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch!
|
i'm getting this error on my machine: any thoughts? |
That is a weird error. I'll try to look into it. Meanwhile, did you update the env vars to match your system: - ROCm_VERSION=6.4
- HIP_VISIBLE_DEVICES=0
- HSA_OVERRIDE_GFX_VERSION=11.0.0 |
Co-authored-by: Anders Jenbo <anders@jenbo.dk>
Co-authored-by: Anders Jenbo <anders@jenbo.dk>
This pull request introduces significant updates to the Docker setup for Stable Diffusion web UI services, with a focus on improving hardware compatibility, updating dependencies, and refactoring service definitions. The changes include upgrading base images and software versions, adding support for AMD ROCm devices, and restructuring the
docker-compose.ymlfile to better organize service configurations for CUDA, ROCm, and CPU environments.Hardware compatibility and service configuration:
auto-rocmservice and correspondingDockerfile-rocm, including device, environment, and build settings for ROCm hardware. [1] [2]docker-compose.ymlto split service definitions by hardware type (CUDA, ROCm, CPU) and grouped CLI arguments for each, improving maintainability and clarity. [1] [2]Dependency and version updates:
General improvements and bug fixes:
routes.pyfiles dynamically and applying changes, with added error handling. [1] [2]