From fa9297caec189abf694c04c452e9af8464b6acf0 Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Mon, 23 Sep 2024 02:04:15 +0200 Subject: [PATCH] refractor(ai): remove redundant tip admonition This commit removes a redundant tip admonition. --- ai/pipelines/text-to-image.mdx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ai/pipelines/text-to-image.mdx b/ai/pipelines/text-to-image.mdx index 4e11eff0..8db18cc7 100644 --- a/ai/pipelines/text-to-image.mdx +++ b/ai/pipelines/text-to-image.mdx @@ -101,11 +101,6 @@ In this command: - `model_id` is the diffusion model for image generation. - `prompt` is the text description for the image. - - For examples of effective prompts, visit - [PromptHero](https://prompthero.com/). - - For additional optional parameters, refer to the [Livepeer AI API Reference](/ai/api-reference/text-to-image).