mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-10-27 08:14:26 -04:00
Add Empty dir for saving (#126)
Fixes #124 Creates empty dir for saving, should be done by the UI...
This commit is contained in:
@@ -31,3 +31,5 @@ for to_path in "${!MOUNTS[@]}"; do
|
||||
ln -sT "${from_path}" "${to_path}"
|
||||
echo Mounted $(basename "${from_path}")
|
||||
done
|
||||
|
||||
mkdir -p /output/saved
|
||||
|
||||
Reference in New Issue
Block a user