update
parent
761cf83c93
commit
83dd4d8f65
|
|
@ -28,7 +28,7 @@ args = {
|
||||||
|
|
||||||
|
|
||||||
def run_benchmark(batch: int, extra: bool):
|
def run_benchmark(batch: int, extra: bool):
|
||||||
shared.state.begin()
|
shared.state.begin('benchmark')
|
||||||
if args['sd_model'] is None:
|
if args['sd_model'] is None:
|
||||||
args['sd_model'] = shared.sd_model
|
args['sd_model'] = shared.sd_model
|
||||||
args['batch_size'] = batch
|
args['batch_size'] = batch
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue