refactor: space formatting

pull/425/head
jaydrennan 5 months ago committed by Bryce Drennan
parent d39486af54
commit df00109074

@ -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,

@ -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,

@ -26,7 +26,7 @@ def imaginairy_click_context(log_level="INFO"):
def _imagine_cmd(
*,
*,
ctx,
prompt_texts,
negative_prompt,

Loading…
Cancel
Save