Miraculix200/StableDiffusionUI_SageMakerSL

is there a way to make images not save to tmp?

Closed this issue · 2 comments

i want to keep my images

Yes, comment out this line:
!ln -vs /tmp/outputs stable-diffusion-webui/outputs
and change this line
!mkdir -p /tmp/outputs
to
!mkdir -p ~/sagemaker-studiolab-notebooks/stable-diffusion-webui/outputs

I forgot you may have to enter
rm ~/sagemaker-studiolab-notebooks/stable-diffusion-webui/outputs
in the console before starting the webui the next time