fix: models linking
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 15s

This commit is contained in:
2025-11-26 23:51:21 +01:00
parent 15182802ed
commit 874e9a639d

View File

@@ -224,8 +224,8 @@ scripts:
artifact_huggingface_download.sh download -c ./models/models_huggingface.yaml --cache-dir ./.cache/huggingface
models/link: |
artifact_civitai_download.sh link -c ./models/models_civitai.yaml --cache-dir ./.cache/civitai --output-dir ./services/comfyui/models
artifact_huggingface_download.sh link -c ./models/models_huggingface.yaml --cache-dir ./.cache/huggingface --output-dir ./services/comfyui/models
artifact_civitai_download.sh link -c ./models/models_civitai.yaml --cache-dir $PWD/.cache/civitai --output-dir ./services/comfyui/models
artifact_huggingface_download.sh link -c ./models/models_huggingface.yaml --cache-dir $PWD/.cache/huggingface --output-dir ./services/comfyui/models
#
# Supervisor Control Scripts