1
0
Fork 0

fix controlnet

This commit is contained in:
Sean Sube 2024-01-09 09:21:51 -06:00
parent 0d1439734c
commit 055f6e2956
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ def run_img2img_pipeline(
) )
if source_filter is not None and source_filter != "none": if source_filter is not None and source_filter != "none":
images.push_image(source) images.push_image(source, ImageMetadata.unknown_image())
save_result(server, images, worker.job) save_result(server, images, worker.job)