Skip to content

Commit

Permalink
fix(api): rely on pipeline cache for highres and loopback
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Apr 30, 2023
1 parent 93b0226 commit 4ea372d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/onnx_web/diffusers/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,6 @@ def run_img2img_pipeline(
progress,
inversions,
loras,
pipeline=pipe,
)

image = run_highres(
Expand All @@ -435,7 +434,6 @@ def run_img2img_pipeline(
progress,
inversions,
loras,
pipeline=pipe,
)

image = run_upscale_correction(
Expand Down

0 comments on commit 4ea372d

Please sign in to comment.