* There is no output to the console when starting the AUTOMATIC1111 image until you generate an image.
This can be fixed by adding the `--tty` argument after `docker run`
* The Vlad image asks you to confirm the download of the default model if it doesn't find one (e.g. because you mounted an empty data directory, or ran the image without a mounted data directory).
If that happens, the container will exit with an error, as you can't confirm the download.
To fix this, run the container with the `--interactive` argument after `docker run`, then you can confirm the download.
If you are using a moounted data directory, this should only be necessary for the first run, as it will find the downloaded model the next time you start the image.