-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Open
Description
diffusers/src/diffusers/pipelines/flux/pipeline_flux_prior_redux.py
Lines 388 to 392 in fdcbbdf
| image (`torch.Tensor`, `PIL.Image.Image`, `np.ndarray`, `List[torch.Tensor]`, `List[PIL.Image.Image]`, or `List[np.ndarray]`): | |
| `Image`, numpy array or tensor representing an image batch to be used as the starting point. For both | |
| numpy array and pytorch tensor, the expected value range is between `[0, 1]` If it's a tensor or a list | |
| or tensors, the expected shape should be `(B, C, H, W)` or `(C, H, W)`. If it is a numpy array or a | |
| list of arrays, the expected shape should be `(B, H, W, C)` or `(H, W, C)` |
For both numpy array and pytorch tensor, the expected value range should be between
[0, 255], not [0, 1].adkAurora
Metadata
Metadata
Assignees
Labels
No labels