Skip to content

Commit

Permalink
Revert "introduce minimalistic reimplementation of SDXL on the SDXL d…
Browse files Browse the repository at this point in the history
…oc (#4532)"

This reverts commit e7e3749.
  • Loading branch information
patrickvonplaten authored Aug 9, 2023
1 parent 16ad13b commit 7ac21c9
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit 7ac21c9

Please sign in to comment.