stable-diffusion-webui-docker icon indicating copy to clipboard operation
stable-diffusion-webui-docker copied to clipboard

scripts

Open simonmcnair opened this issue 1 year ago • 1 comments
trafficstars

referring to services/AUTOMATIC1111/entrypoint.sh

find "${ROOT}/scripts/" -maxdepth 1 -type l -delete cp -vrfTs /data/config/auto/scripts/ "${ROOT}/scripts/"

I wonder if this is stopping me from getting updated scripts from auto1111 ? All my scripts appear to be out of date, and I can't update them. eg Prompts from file or textbox should have an option to append, or prepend, but mine doesn't as it's out of date.

Apologies if I'm wrong, it has just been bugging me for ages that my scripts appear wrong.

simonmcnair avatar Feb 21 '24 16:02 simonmcnair

This part of code removes any existing symlinks (-type l) and then links them again. You should update scripts in ./data/config/auto/scripts directory.

How are you updating your scripts?

DevilaN avatar Apr 25 '24 10:04 DevilaN