From 7ac21c91ab2cb2c6ba764e0d790dc79aef9679c7 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Wed, 9 Aug 2023 19:05:58 +0200 Subject: [PATCH] Revert "introduce minimalistic reimplementation of SDXL on the SDXL doc (#4532)" This reverts commit e7e3749498921121d6e710cb7524f48617cec233. --- .../en/api/pipelines/stable_diffusion/stable_diffusion_xl.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/source/en/api/pipelines/stable_diffusion/stable_diffusion_xl.md b/docs/source/en/api/pipelines/stable_diffusion/stable_diffusion_xl.md index 7f6a88987860..8486641da2c4 100644 --- a/docs/source/en/api/pipelines/stable_diffusion/stable_diffusion_xl.md +++ b/docs/source/en/api/pipelines/stable_diffusion/stable_diffusion_xl.md @@ -425,7 +425,3 @@ prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" prompt_2 = "monet painting" image = pipe(prompt=prompt, prompt_2=prompt_2).images[0] ``` - -## Single-file Implementation of SDXL Unet Model - -If you are curious about how SDXL Unet is implemented and would like to make quick modifications / experimentations, you can alternatively head to [`minSDXL`](https://github.com/cloneofsimo/minSDXL) that is very `diffusers` friendly. It is a single-file implementation of SDXL Unet model that is written in PyTorch with exact same model naming and structure as in `diffusers`. \ No newline at end of file