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,