"tests/vscode:/vscode.git/clone" did not exist on "dc8ca88e5885d9dce234847473acffefa84eeffe"
Unverified Commit 5cbcbe3c authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

Revert "introduce minimalistic reimplementation of SDXL on the SDXL doc" (#4548)

Revert "introduce minimalistic reimplementation of SDXL on the SDXL doc (#4532)"

This reverts commit e7e37494.
parent 7b07f981
...@@ -425,7 +425,3 @@ prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" ...@@ -425,7 +425,3 @@ prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
prompt_2 = "monet painting" prompt_2 = "monet painting"
image = pipe(prompt=prompt, prompt_2=prompt_2).images[0] 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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment