mirror of
https://github.com/eliasstepanik/stable-diffusion-webui-docker.git
synced 2026-01-14 22:18:29 +00: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:
parent
5698c49653
commit
3b3c244c31
@ -31,3 +31,5 @@ for to_path in "${!MOUNTS[@]}"; do
|
|||||||
ln -sT "${from_path}" "${to_path}"
|
ln -sT "${from_path}" "${to_path}"
|
||||||
echo Mounted $(basename "${from_path}")
|
echo Mounted $(basename "${from_path}")
|
||||||
done
|
done
|
||||||
|
|
||||||
|
mkdir -p /output/saved
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user