1
0
Fork 0

remove unused param from output

This commit is contained in:
Sean Sube 2023-01-16 10:03:30 -06:00
parent e59449fec1
commit 5fded3cf40
1 changed files with 0 additions and 2 deletions

View File

@ -308,7 +308,6 @@ def txt2img():
params, size = pipeline_from_request() params, size = pipeline_from_request()
output = make_output_name( output = make_output_name(
output_path,
'txt2img', 'txt2img',
params, params,
size) size)
@ -340,7 +339,6 @@ def inpaint():
request.args, 'noise', noise_sources, 'histogram') request.args, 'noise', noise_sources, 'histogram')
output = make_output_name( output = make_output_name(
output_path,
'inpaint', 'inpaint',
params, params,
size, size,