From c036c6fcd96497a1e83e65d1750e401b42826329 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Thu, 5 Jan 2023 15:48:23 -0600 Subject: [PATCH] fix(api): match model and output paths from readme --- api/serve.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/serve.py b/api/serve.py index e54a5766..823f5e8d 100644 --- a/api/serve.py +++ b/api/serve.py @@ -27,8 +27,8 @@ max_height = 512 max_width = 512 # paths -model_path = environ.get('ONNX_WEB_MODEL_PATH', "../../stable_diffusion_onnx") -output_path = environ.get('ONNX_WEB_OUTPUT_PATH', "../../web_output") +model_path = environ.get('ONNX_WEB_MODEL_PATH', "../models/stable-diffusion-onnx-v1-5") +output_path = environ.get('ONNX_WEB_OUTPUT_PATH', "../outputs") # schedulers scheduler_list = {