From b9baac74d95be9360950e0dcdda5044b90f990da Mon Sep 17 00:00:00 2001 From: Sayak Paul Date: Thu, 27 Nov 2025 09:55:31 +0530 Subject: [PATCH] Update bria_fibo.md with minor fixes --- docs/source/en/api/pipelines/bria_fibo.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/en/api/pipelines/bria_fibo.md b/docs/source/en/api/pipelines/bria_fibo.md index 96cad10dda15..26bc599fb629 100644 --- a/docs/source/en/api/pipelines/bria_fibo.md +++ b/docs/source/en/api/pipelines/bria_fibo.md @@ -21,9 +21,10 @@ With only 8 billion parameters, FIBO provides a new level of image quality, prom FIBO is trained exclusively on a structured prompt and will not work with freeform text prompts. 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. -its not recommended to use freeform text prompts directly with FIBO, as it will not produce the best results. +> [!NOTE] +> It's not recommended to use freeform text prompts directly with FIBO, as it will not produce the best results. -you can learn more about FIBO in [Bria Fibo Hugging Face page](https://huggingface.co/briaai/FIBO). +You can learn more about FIBO in [Bria Fibo Hugging Face page](https://huggingface.co/briaai/FIBO). ## Usage