From df00109074af0006f5497bde7573aba3274dac50 Mon Sep 17 00:00:00 2001 From: jaydrennan Date: Mon, 18 Dec 2023 19:08:43 -0800 Subject: [PATCH] refactor: space formatting --- imaginairy/cli/edit.py | 2 +- imaginairy/cli/imagine.py | 2 +- imaginairy/cli/shared.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/imaginairy/cli/edit.py b/imaginairy/cli/edit.py index ab9349c..cdce40e 100644 --- a/imaginairy/cli/edit.py +++ b/imaginairy/cli/edit.py @@ -112,7 +112,7 @@ def edit_cmd( output_file_extension=output_file_extension, repeats=repeats, size=size, - steps= steps, + steps=steps, seed=seed, upscale=upscale, fix_faces=fix_faces, diff --git a/imaginairy/cli/imagine.py b/imaginairy/cli/imagine.py index 35ec60f..c166366 100644 --- a/imaginairy/cli/imagine.py +++ b/imaginairy/cli/imagine.py @@ -189,7 +189,7 @@ def imagine_cmd( prompt_texts=prompt_texts, negative_prompt=negative_prompt, prompt_strength=prompt_strength, - init_image= init_image, + init_image=init_image, init_image_strength=init_image_strength, outdir=outdir, output_file_extension=output_file_extension, diff --git a/imaginairy/cli/shared.py b/imaginairy/cli/shared.py index 8748590..8aefff1 100644 --- a/imaginairy/cli/shared.py +++ b/imaginairy/cli/shared.py @@ -26,7 +26,7 @@ def imaginairy_click_context(log_level="INFO"): def _imagine_cmd( - *, + *, ctx, prompt_texts, negative_prompt,