Skip to content

Commit 4e9850a

Browse files
committed
update
1 parent 3541ab8 commit 4e9850a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/pipelines/omnigen/pipeline_omnigen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def __call__(
361361
generator (`torch.Generator` or `List[torch.Generator]`, *optional*):
362362
One or a list of [torch generator(s)](https://pytorch.org/docs/stable/generated/torch.Generator.html)
363363
to make generation deterministic.
364-
latents (`torch.FloatTensor`, *optional*):
364+
latents (`torch.Tensor`, *optional*):
365365
Pre-generated noisy latents, sampled from a Gaussian distribution, to be used as inputs for image
366366
generation. Can be used to tweak the same generation with different prompts. If not provided, a latents
367367
tensor will ge generated by sampling using the supplied random `generator`.

0 commit comments

Comments
 (0)