dreamdrop-art
commited on
Commit
•
0716c7c
1
Parent(s):
3763b61
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,44 @@
|
|
1 |
-
---
|
2 |
-
license: creativeml-openrail-m
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: creativeml-openrail-m
|
3 |
+
library_name: diffusers
|
4 |
+
pipeline_tag: text-to-image
|
5 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
6 |
+
tags:
|
7 |
+
- safetensors
|
8 |
+
- stable-diffusion
|
9 |
+
- sdxl
|
10 |
+
- flash
|
11 |
+
- sdxl-flash
|
12 |
+
- lightning
|
13 |
+
- turbo
|
14 |
+
- lcm
|
15 |
+
- hyper
|
16 |
+
- fast
|
17 |
+
- fast-sdxl
|
18 |
+
- sd-community
|
19 |
+
inference:
|
20 |
+
parameters:
|
21 |
+
num_inference_steps: 7
|
22 |
+
guidance_scale: 3
|
23 |
+
negative_prompt: >-
|
24 |
+
(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong
|
25 |
+
anatomy, extra limb, missing limb, floating limbs, (mutated hands and
|
26 |
+
fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting,
|
27 |
+
blurry, amputation
|
28 |
+
---
|
29 |
+
|
30 |
+
# SDXL Flash
|
31 |
+
|
32 |
+
![preview](images/preview.png)
|
33 |
+
|
34 |
+
Introducing the new fast model SDXL Flash, we learned that all fast XL models work fast, but the quality decreases, and we also made a fast model, but it is not as fast as LCM, Turbo, Lightning and Hyper, but the quality is higher. Below you will see the study with steps and cfg.
|
35 |
+
|
36 |
+
### Steps and CFG (Guidance)
|
37 |
+
|
38 |
+
![steps_and_cfg_grid_test](steps_cfg_grid.png)
|
39 |
+
|
40 |
+
### Optimal settings
|
41 |
+
- **Steps**: 6-9
|
42 |
+
- **CFG Scale**: 2.5-3.5
|
43 |
+
- **Sampler**: DPM++ SDE
|
44 |
+
-
|