hartmark / sd-rocm

Docker Compose for Stable Diffusion ROCm
GNU Affero General Public License v3.0
4 stars 0 forks source link

Docker Compose for Stable Diffusion for ROCm

Simple docker compose for getting ComfyUI and sd-webui (Forge) up and running with minimal modification on the main system.

Requirements

Instructions

  1. clone this repo
  2. open repo directory in terminal
  3. start up the docker container by typing:
    1. docker-compose up
    2. It will take a while to download all python libraries
    3. wait a while until you see the text: To see the GUI go to: http://0.0.0.0:80
    4. After getting that message start ComfyUI by open browser with the following link: http://localhost
    5. or WebUI by going to http://localhost:81

The script creates a marker file that will skip downloading of python libraries to speedup the startup.

If you want to start over you can run this oneliner:

Notes

Big thanks for all Open Source gang that have made this possible.

Links