From dd02ace41f69541044e9db106feaa76bf02da8f6 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 12 Dec 2022 08:05:06 +0100 Subject: Dreambooth: Support loading Textual Inversion embeddings --- infer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infer.py') diff --git a/infer.py b/infer.py index e3fa9e5..5bd926a 100644 --- a/infer.py +++ b/infer.py @@ -291,7 +291,7 @@ def generate(output_dir, pipeline, args): num_inference_steps=args.steps, guidance_scale=args.guidance_scale, generator=generator, - latents_or_image=init_image, + image=init_image, strength=args.image_noise, ).images -- cgit v1.2.3-54-g00ecf