mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
* fix web server handling of rel and abs outdir paths * Can now specify either a relative or absolute path for outdir * Outdir path does not need to be inside the stable-diffusion directory * Closes security hole that allowed user to read any file within stable-diffusion (eek!) * Closes #536