1
0
Fork 0

pass correct params when building img2img name

This commit is contained in:
Sean Sube 2024-03-02 14:21:52 -06:00
parent c95fd5f257
commit fcbb3c421e
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ def img2img(server: ServerContext, pool: DevicePoolExecutor):
replace_wildcards(params.image, get_wildcard_data()) replace_wildcards(params.image, get_wildcard_data())
job_name = make_job_name( job_name = make_job_name(
JobType.IMG2IMG.value, params, params.size, extras=[strength] JobType.IMG2IMG.value, params.image, params.size, extras=[strength]
) )
queue = pool.submit( queue = pool.submit(
job_name, job_name,