mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-14 16:47:55 -05: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