From beb3411811e18575c021750b80bd42ffb5ff979f Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Wed, 8 Feb 2023 23:41:41 -0600 Subject: [PATCH] load local extras by default on Windows --- api/launch.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/launch.bat b/api/launch.bat index 89e1d8e2..9d851e31 100644 --- a/api/launch.bat +++ b/api/launch.bat @@ -1,5 +1,5 @@ echo "Downloading and converting models to ONNX format..." -python -m onnx_web.convert --diffusion --upscaling --correction --extras=%ONNX_WEB_EXTRA_MODELS% --token=%HF_TOKEN% +python -m onnx_web.convert --diffusion --upscaling --correction --extras=extras.json --token=%HF_TOKEN% echo "Launching API server..." flask --app=onnx_web.serve run --host=0.0.0.0