Skip to content

Commit 1ab7060

Browse files
committed
make style
1 parent f42fe8c commit 1ab7060

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/diffusers/pipelines/flux/pipeline_flux_prior_redux.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -391,9 +391,9 @@ def __call__(
391391
or tensors, the expected shape should be `(B, C, H, W)` or `(C, H, W)`. If it is a numpy array or a
392392
list of arrays, the expected shape should be `(B, H, W, C)` or `(H, W, C)`
393393
prompt (`str` or `List[str]`, *optional*):
394-
The prompt or prompts to guide the image generation.
395-
**experimental feature**: to use this feature, make sure to explicitly load text encoders to
396-
the pipeline. Prompts will be ignored if text encoders are not loaded.
394+
The prompt or prompts to guide the image generation. **experimental feature**: to use this feature,
395+
make sure to explicitly load text encoders to the pipeline. Prompts will be ignored if text encoders
396+
are not loaded.
397397
prompt_2 (`str` or `List[str]`, *optional*):
398398
The prompt or prompts to be sent to the `tokenizer_2` and `text_encoder_2`.
399399
prompt_embeds (`torch.FloatTensor`, *optional*):

0 commit comments

Comments
 (0)