Skip to content

Commit

Permalink
Update rp_handler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell committed Oct 3, 2023
1 parent f2c8618 commit f65d4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rp_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def generate_image(job):
strength=job_input['strength'],
image=init_image,
generator=generator
).images[0]
).images
else:
# Generate latent image using pipe
image = base(
Expand Down

0 comments on commit f65d4f4

Please sign in to comment.