diff --git a/sdcli/txt2img.py b/sdcli/txt2img.py index 4574477..2a00b14 100644 --- a/sdcli/txt2img.py +++ b/sdcli/txt2img.py @@ -32,7 +32,7 @@ def main( if seed == -1: seed_generated = util.generate_seed() start_time = time.time() - images = stub.app.run_inference.remote( + images = stub.run_inference.remote( prompt=prompt, n_prompt=n_prompt, height=height,