pull/35/head
Vladimir Mandic 2023-09-07 10:40:20 -04:00
parent 761cf83c93
commit 83dd4d8f65
1 changed files with 1 additions and 1 deletions

View File

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