Merge pull request #30 from hodanov/feature/repair_bug
Repair duplicate error
This commit is contained in:
commit
141c95049e
@ -32,7 +32,7 @@ def main(
|
|||||||
if seed == -1:
|
if seed == -1:
|
||||||
seed_generated = util.generate_seed()
|
seed_generated = util.generate_seed()
|
||||||
start_time = time.time()
|
start_time = time.time()
|
||||||
images = stub.app.run_inference.remote(
|
images = stub.run_inference.remote(
|
||||||
prompt=prompt,
|
prompt=prompt,
|
||||||
n_prompt=n_prompt,
|
n_prompt=n_prompt,
|
||||||
height=height,
|
height=height,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user