You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/en/api/pipelines/bria_fibo.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,10 @@ With only 8 billion parameters, FIBO provides a new level of image quality, prom
21
21
FIBO is trained exclusively on a structured prompt and will not work with freeform text prompts.
22
22
you can use the [FIBO-VLM-prompt-to-JSON](https://huggingface.co/briaai/FIBO-VLM-prompt-to-JSON) model or the [FIBO-gemini-prompt-to-JSON](https://huggingface.co/briaai/FIBO-gemini-prompt-to-JSON) to convert your freeform text prompt to a structured JSON prompt.
23
23
24
-
its not recommended to use freeform text prompts directly with FIBO, as it will not produce the best results.
24
+
> [!NOTE]
25
+
> Avoid using freeform text prompts directly with FIBO because it does not produce the best results.
25
26
26
-
you can learn more about FIBO in [Bria Fibo Hugging Face page](https://huggingface.co/briaai/FIBO).
27
+
Refer to the Bria Fibo Hugging Face [page](https://huggingface.co/briaai/FIBO) to learn more.
Copy file name to clipboardExpand all lines: docs/source/en/api/pipelines/flux2.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,12 @@ Original model checkpoints for Flux can be found [here](https://huggingface.co/b
26
26
>
27
27
> [Caching](../../optimization/cache) may also speed up inference by storing and reusing intermediate outputs.
28
28
29
+
## Caption upsampling
30
+
31
+
Flux.2 can potentially generate better better outputs with better prompts. We can "upsample"
32
+
an input prompt by setting the `caption_upsample_temperature` argument in the pipeline call arguments.
33
+
The [official implementation](https://github.com/black-forest-labs/flux2/blob/5a5d316b1b42f6b59a8c9194b77c8256be848432/src/flux2/text_encoder.py#L140) recommends this value to be 0.15.
self.system_message="You are an AI that reasons about image descriptions. You give structured responses focusing on object relationships, object attribution and actions without speculation."
system_message: str="You are an AI that reasons about image descriptions. You give structured responses focusing on object relationships, object attribution and actions without speculation.",
0 commit comments