adamelliotfields commited on
Commit
7f1904f
1 Parent(s): 3338233
Files changed (3) hide show
  1. DOCS.md +7 -2
  2. README.md +10 -1
  3. partials/intro.html +1 -1
DOCS.md CHANGED
@@ -20,7 +20,12 @@ Rescale up to 4x using [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN) fro
20
 
21
  ## Models
22
 
23
- TBD
 
 
 
 
 
24
 
25
  ## Advanced
26
 
@@ -34,4 +39,4 @@ TBD
34
 
35
  ### Refiner
36
 
37
- TBD
 
20
 
21
  ## Models
22
 
23
+ Each model checkpoint has a different aesthetic:
24
+
25
+ * [cagliostrolab/animagine-xl-3.1](https://huggingface.co/cagliostrolab/animagine-xl-3.1): anime
26
+ * [fluently/Fluently-XL-Final](https://huggingface.co/fluently/Fluently-XL-Final): general purpose
27
+ * [SG161222/RealVisXL_V5.0](https://huggingface.co/SG161222/RealVisXL_V5.0): photorealistic
28
+ * [stabilityai/stable-diffusion-xl-base-1.0](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0): base
29
 
30
  ## Advanced
31
 
 
39
 
40
  ### Refiner
41
 
42
+ Use the [ensemble of expert denoisers](https://research.nvidia.com/labs/dir/eDiff-I/) technique, where the first 80% of timesteps are denoised by the base model and the remaining 80% by the [refiner](https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0). Enabled by default. Not available with image-to-image pipelines.
README.md CHANGED
@@ -47,7 +47,16 @@ preload_from_hub:
47
 
48
  # diffusion-xl
49
 
50
- Gradio app for Stable Diffusion XL.
 
 
 
 
 
 
 
 
 
51
 
52
  ## Usage
53
 
 
47
 
48
  # diffusion-xl
49
 
50
+ Gradio app for Stable Diffusion XL featuring:
51
+
52
+ * txt2img pipeline with refiner (img2img with IP-Adapter and ControlNet coming soon)
53
+ * Curated models (LoRAs and TIs coming soon)
54
+ * 100+ styles from sdxl_prompt_styler
55
+ * 150+ prompts from StableStudio
56
+ * Compel prompt weighting
57
+ * Multiple samplers with Karras scheduling
58
+ * DeepCache for speed
59
+ * Real-ESRGAN upscaling
60
 
61
  ## Usage
62
 
partials/intro.html CHANGED
@@ -12,7 +12,7 @@
12
  <a href="https://huggingface.co/spaces/adamelliotfields/diffusion" target="_blank" rel="noopener noreferrer">1.5</a>
13
  <span>XL</span>
14
  <a href="https://huggingface.co/spaces/adamelliotfields/diffusion-flux" target="_blank" rel="noopener noreferrer">FLUX.1</a>
15
- <a href="https://huggingface.co/spaces/adamelliotfields/diffusion/blob/main/DOCS.md" target="_blank" rel="noopener noreferrer">Docs</a>
16
  <a href="https://adamelliotfields-diffusion-xl.hf.space" target="_blank" rel="noopener noreferrer">
17
  <svg style="display: inline-block" width="14px" height="14px" viewBox="0 0 12 12" fill="currentColor" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid meet">
18
  <path fill-rule="evenodd" clip-rule="evenodd" d="M7.5 1.75H9.75C9.88807 1.75 10 1.86193 10 2V4.25C10 4.38807 9.88807 4.5 9.75 4.5C9.61193 4.5 9.5 4.38807 9.5 4.25V2.60355L6.42678 5.67678C6.32915 5.77441 6.17085 5.77441 6.07322 5.67678C5.97559 5.57915 5.97559 5.42085 6.07322 5.32322L9.14645 2.25H7.5C7.36193 2.25 7.25 2.13807 7.25 2C7.25 1.86193 7.36193 1.75 7.5 1.75Z" fill="currentColor"></path>
 
12
  <a href="https://huggingface.co/spaces/adamelliotfields/diffusion" target="_blank" rel="noopener noreferrer">1.5</a>
13
  <span>XL</span>
14
  <a href="https://huggingface.co/spaces/adamelliotfields/diffusion-flux" target="_blank" rel="noopener noreferrer">FLUX.1</a>
15
+ <a href="https://huggingface.co/spaces/adamelliotfields/diffusion-xl/blob/main/DOCS.md" target="_blank" rel="noopener noreferrer">Docs</a>
16
  <a href="https://adamelliotfields-diffusion-xl.hf.space" target="_blank" rel="noopener noreferrer">
17
  <svg style="display: inline-block" width="14px" height="14px" viewBox="0 0 12 12" fill="currentColor" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid meet">
18
  <path fill-rule="evenodd" clip-rule="evenodd" d="M7.5 1.75H9.75C9.88807 1.75 10 1.86193 10 2V4.25C10 4.38807 9.88807 4.5 9.75 4.5C9.61193 4.5 9.5 4.38807 9.5 4.25V2.60355L6.42678 5.67678C6.32915 5.77441 6.17085 5.77441 6.07322 5.67678C5.97559 5.57915 5.97559 5.42085 6.07322 5.32322L9.14645 2.25H7.5C7.36193 2.25 7.25 2.13807 7.25 2C7.25 1.86193 7.36193 1.75 7.5 1.75Z" fill="currentColor"></path>