Skip to content

Commit 6fbf290

Browse files
committed
doc
1 parent 27acef8 commit 6fbf290

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/diffusers/pipelines/flux/pipeline_flux_prior_redux.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,14 @@ def __call__(
379379
numpy array and pytorch tensor, the expected value range is between `[0, 1]` If it's a tensor or a list
380380
or tensors, the expected shape should be `(B, C, H, W)` or `(C, H, W)`. If it is a numpy array or a
381381
list of arrays, the expected shape should be `(B, H, W, C)` or `(H, W, C)`
382+
prompt (`str` or `List[str]`, *optional*):
383+
The prompt or prompts to guide the image generation.
384+
prompt_2 (`str` or `List[str]`, *optional*):
385+
The prompt or prompts to be sent to the `tokenizer_2` and `text_encoder_2`.
386+
prompt_embeds (`torch.FloatTensor`, *optional*):
387+
Pre-generated text embeddings. Can be used to easily tweak text inputs, *e.g.* prompt weighting.
388+
pooled_prompt_embeds (`torch.FloatTensor`, *optional*):
389+
Pre-generated pooled text embeddings.
382390
return_dict (`bool`, *optional*, defaults to `True`):
383391
Whether or not to return a [`~pipelines.flux.FluxPriorReduxPipelineOutput`] instead of a plain tuple.
384392

0 commit comments

Comments
 (0)