Resolving conflicts in rebase to origin/main

This commit is contained in:
user1 2023-05-04 15:01:04 -07:00 committed by Kent Keirsey
parent fdef53b2de
commit 4ae4bf4ff9

View File

@ -328,6 +328,7 @@ class TextToLatentsInvocation(BaseInvocation):
latents_shape=noise.shape,
do_classifier_free_guidance=(self.cfg_scale >= 1.0))
# TODO: Verify the noise is the right size
result_latents, result_attention_map_saver = model.latents_from_embeddings(
latents=torch.zeros_like(noise, dtype=torch_dtype(model.device)),