From 041681d6367a342531ea8a8da28ee52aa1ed1ccf Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 18:58:47 +0000 Subject: [PATCH] Remove external Hugging Face links from SDXL tutorial --- tutorials/flash/image-generation-with-sdxl.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/tutorials/flash/image-generation-with-sdxl.mdx b/tutorials/flash/image-generation-with-sdxl.mdx index e72bc2ac..b0413eaa 100644 --- a/tutorials/flash/image-generation-with-sdxl.mdx +++ b/tutorials/flash/image-generation-with-sdxl.mdx @@ -661,6 +661,4 @@ def generate_image(prompt, ...): - [Endpoint functions guide](/flash/create-endpoints). - [Configuration reference](/flash/configuration/parameters). -- [Hugging Face diffusers documentation](https://huggingface.co/docs/diffusers/index). - [Stable Diffusion XL model card](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0). -- [Prompt engineering guide](https://huggingface.co/docs/diffusers/using-diffusers/write_good_prompt).