"docs/git@developer.sourcefind.cn:OpenDAS/fairscale.git" did not exist on "9a37498cfc34181de969697960b1092f22ae721c"
Unverified Commit e7e37494 authored by Simo Ryu's avatar Simo Ryu Committed by GitHub
Browse files

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

minsdxl
parent c7c0b575
...@@ -425,3 +425,7 @@ prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" ...@@ -425,3 +425,7 @@ 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