1
0
Fork 0

fix(api): load LPW pipeline from local source (#224)

This commit is contained in:
Sean Sube 2023-03-08 19:47:22 -06:00
parent 26f4b7e5b9
commit 6e71775782
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ def load_pipeline(
run_gc([device]) run_gc([device])
if lpw: if lpw:
custom_pipeline = "./onnx_web/diffusion/lpw_stable_diffusion_onnx.py" custom_pipeline = "./onnx_web/diffusers/lpw_stable_diffusion_onnx.py"
else: else:
custom_pipeline = None custom_pipeline = None