stable-diffusion-webui-docker
stable-diffusion-webui-docker copied to clipboard
scripts
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.
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?