1
0
Fork 0
This commit is contained in:
Sean Sube 2023-01-16 07:36:35 -06:00
parent 7c9dbf2c7e
commit c8944a2be8
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ def run_txt2img_pipeline(
negative_prompt=params.negative_prompt, negative_prompt=params.negative_prompt,
num_inference_steps=params.steps, num_inference_steps=params.steps,
).images[0] ).images[0]
image = upscale_resrgan(image, ctx.models) image = upscale_resrgan(image, ctx.model_path)
image.save(output.path) image.save(output.path)
print('saved txt2img output: %s' % (output.file)) print('saved txt2img output: %s' % (output.file))