madebyollin
commited on
Commit
•
fd6b1e9
1
Parent(s):
7a6d5a0
Update README.md
Browse files
README.md
CHANGED
@@ -3,9 +3,9 @@ license: mit
|
|
3 |
library_name: diffusers
|
4 |
---
|
5 |
|
6 |
-
#
|
7 |
|
8 |
-
`stage-a-ft-hq` is a version of [Würstchen](https://huggingface.co/warp-ai/wuerstchen)'s **Stage A** that was finetuned to generate sharper details and textures.
|
9 |
`stage-a-ft-hq` works with any Würstchen-derived model (including [Stable Cascade](https://huggingface.co/stabilityai/stable-cascade)).
|
10 |
|
11 |
> TODO: comparison goes here
|
@@ -18,10 +18,10 @@ library_name: diffusers
|
|
18 |
|
19 |
## Explanation
|
20 |
|
21 |
-
Image generators like Würstchen and Stable Cascade create images via a multi-stage process.
|
22 |
-
Stage A is the ultimate stage, responsible for rendering out full-resolution human-interpretable images.
|
23 |
|
24 |
-
The original Stage A tends to render smoothed-out
|
25 |
|
26 |
`stage-a-ft-hq` was finetuned on a high-quality dataset in order to generate cleaner, sharper, more realistic textures with fewer distinctive artifacts.
|
27 |
|
|
|
3 |
library_name: diffusers
|
4 |
---
|
5 |
|
6 |
+
# Stage-A-ft-HQ
|
7 |
|
8 |
+
`stage-a-ft-hq` is a version of [Würstchen](https://huggingface.co/warp-ai/wuerstchen)'s **Stage A** that was finetuned to generate sharper details and textures. <br/>
|
9 |
`stage-a-ft-hq` works with any Würstchen-derived model (including [Stable Cascade](https://huggingface.co/stabilityai/stable-cascade)).
|
10 |
|
11 |
> TODO: comparison goes here
|
|
|
18 |
|
19 |
## Explanation
|
20 |
|
21 |
+
Image generators like Würstchen and Stable Cascade create images via a multi-stage process. <br/>
|
22 |
+
Stage A is the ultimate stage, responsible for rendering out full-resolution, human-interpretable images (based on the output from prior stages).
|
23 |
|
24 |
+
The original Stage A tends to render slightly-smoothed-out images with a distinctive grain pattern on top.
|
25 |
|
26 |
`stage-a-ft-hq` was finetuned on a high-quality dataset in order to generate cleaner, sharper, more realistic textures with fewer distinctive artifacts.
|
27 |
|