1
0
Fork 0

pass latents again

This commit is contained in:
Sean Sube 2023-08-29 20:54:28 -05:00
parent 8ce09d307b
commit 5e5915c3ff
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ class SourceTxt2ImgStage(BaseStage):
width=latent_size.width,
generator=rng,
guidance_scale=params.cfg,
# latents=latents,
latents=latents,
negative_prompt=negative_prompt,
num_images_per_prompt=params.batch,
num_inference_steps=params.steps,