Skip to content

Commit

Permalink
Allow use of refiner from img2img outputs from base
Browse files Browse the repository at this point in the history
  • Loading branch information
bghira committed Jul 6, 2023
1 parent b23a000 commit e42d557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions discord_tron_client/classes/image_manipulation/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ def _run_pipeline(
generator=torch_generators,
).images
if use_latent_result:
preprocessed_images = self._refiner_pipeline(
images=preprocessed_images,
new_image = self._refiner_pipeline(
images=new_image,
user_config=user_config,
prompt=positive_prompt,
negative_prompt=negative_prompt,
Expand Down

0 comments on commit e42d557

Please sign in to comment.