Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetters-amd committed Sep 26, 2024
1 parent 38b6248 commit 077815c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/shark_studio/api/shark_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,9 @@ def generate_images(
pass
elif base_model == "sd3":
pass
# existing_args = pipeline_args
pass
existing_args = pipeline_args
pipeline = new_pipeline
pipelines[base_model] = (existing_args, pipeline)

generated_images = []
for current_batch in range(batch_count):
Expand Down

0 comments on commit 077815c

Please sign in to comment.