Skip to content

Commit

Permalink
fix(api): load LPW pipeline from local source (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Mar 9, 2023
1 parent 26f4b7e commit 6e71775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/onnx_web/diffusers/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def load_pipeline(
run_gc([device])

if lpw:
custom_pipeline = "./onnx_web/diffusion/lpw_stable_diffusion_onnx.py"
custom_pipeline = "./onnx_web/diffusers/lpw_stable_diffusion_onnx.py"
else:
custom_pipeline = None

Expand Down

0 comments on commit 6e71775

Please sign in to comment.