diff --git a/api/launch-extras.sh b/api/launch-extras.sh index ac94fc1e..8e793771 100755 --- a/api/launch-extras.sh +++ b/api/launch-extras.sh @@ -21,7 +21,7 @@ python3 -m onnx_web.convert \ --diffusion \ --upscaling \ --correction \ - --extras=${ONNX_WEB_EXTRA_MODELS:-extras.json} \ + --extras=${ONNX_WEB_EXTRA_MODELS:-../models/extras.json} \ --token=${HF_TOKEN:-} \ ${ONNX_WEB_EXTRA_ARGS:-} diff --git a/api/launch.sh b/api/launch.sh index 75ad02ec..8e793771 100755 --- a/api/launch.sh +++ b/api/launch.sh @@ -21,7 +21,7 @@ python3 -m onnx_web.convert \ --diffusion \ --upscaling \ --correction \ - --extras=${ONNX_WEB_EXTRA_MODELS:-..\models\extras.json} \ + --extras=${ONNX_WEB_EXTRA_MODELS:-../models/extras.json} \ --token=${HF_TOKEN:-} \ ${ONNX_WEB_EXTRA_ARGS:-}