Miraculix200 / StableDiffusionUI_SageMakerSL

Notebook for running Automatic1111 Stable Diffusion webui on SageMaker Studio Lab
57 stars 20 forks source link

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

Closed nagaisa closed 1 year ago

nagaisa commented 1 year ago

i want to keep my images

Miraculix200 commented 1 year ago

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

Miraculix200 commented 1 year ago

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