Remove an unnecessary line.
This commit is contained in:
parent
332b194164
commit
5914453b49
@ -30,7 +30,6 @@ 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 = sd.run_inference(seed=seed_generated)
|
|
||||||
images = stub.app.run_inference.call(
|
images = stub.app.run_inference.call(
|
||||||
prompt=prompt,
|
prompt=prompt,
|
||||||
n_prompt=n_prompt,
|
n_prompt=n_prompt,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user