stable-diffusion-webui-docker/services/comfy
Self Denial ba5ecaa941 fix: Ensure correct directory after creating symbolic link in entrypoint.sh
This commit addresses an issue where the script did not change back to the original directory after creating a symbolic link. By adding `&& cd ..` at the end of the `ln -sfT /data/models/upscale_models upscale_models` command, we ensure that the working directory remains consistent and expected for subsequent operations in the script. This fix prevents potential errors or unexpected behavior due to an incorrect current working directory.
2024-11-24 19:05:54 -07:00
..
Dockerfile feat: Enhance ComfyUI Dockerfile with additional features and configurations 2024-11-24 18:29:16 -07:00
entrypoint.sh fix: Ensure correct directory after creating symbolic link in entrypoint.sh 2024-11-24 19:05:54 -07:00
extra_model_paths.yaml feat: Add new model paths to extra_model_paths.yaml 2024-11-24 16:32:41 -07:00