We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3541ab8 commit 4e9850aCopy full SHA for 4e9850a
src/diffusers/pipelines/omnigen/pipeline_omnigen.py
@@ -361,7 +361,7 @@ def __call__(
361
generator (`torch.Generator` or `List[torch.Generator]`, *optional*):
362
One or a list of [torch generator(s)](https://pytorch.org/docs/stable/generated/torch.Generator.html)
363
to make generation deterministic.
364
- latents (`torch.FloatTensor`, *optional*):
+ latents (`torch.Tensor`, *optional*):
365
Pre-generated noisy latents, sampled from a Gaussian distribution, to be used as inputs for image
366
generation. Can be used to tweak the same generation with different prompts. If not provided, a latents
367
tensor will ge generated by sampling using the supplied random `generator`.
0 commit comments