Repair duplicate error when calling a remote function in sdcli/txt2img.py.

This commit is contained in:
hodanov 2023-09-13 13:02:03 +09:00
parent 5306610337
commit 0bb85fe77e

View File

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