In dream.py, the [outdir is created whether run as a command line app or a web app](https://github.com/lstein/stable-diffusion/blob/751283a2de81bee4bb571fbabe4adb19f1d85b97/scripts/dream.py#L69-L71). However, the outdir is only respected [if run as a command line app](https://github.com/lstein/stable-diffusion/blob/751283a2de81bee4bb571fbabe4adb19f1d85b97/scripts/dream.py#L103-L106). It would be nice if --outdir were respected from the web app as well.
In dream.py, the outdir is created whether run as a command line app or a web app.
However, the outdir is only respected if run as a command line app. It would be nice if --outdir were respected from the web app as well.