File size: 1,200 Bytes
499a66e
 
7a6d5a0
499a66e
7a6d5a0
fd6b1e9
7a6d5a0
fd6b1e9
7a6d5a0
 
 
 
 
 
 
 
 
 
 
 
fd6b1e9
 
7a6d5a0
fd6b1e9
7a6d5a0
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
license: mit
library_name: diffusers
---

# Stage-A-ft-HQ

`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/>
`stage-a-ft-hq` works with any Würstchen-derived model (including [Stable Cascade](https://huggingface.co/stabilityai/stable-cascade)).

> TODO: comparison goes here

## 🧨 Diffusers Usage

```py
# TODO: code goes here
```

## Explanation

Image generators like Würstchen and Stable Cascade create images via a multi-stage process. <br/>
Stage A is the ultimate stage, responsible for rendering out full-resolution, human-interpretable images (based on the output from prior stages).

The original Stage A tends to render slightly-smoothed-out images with a distinctive grain pattern on top.

`stage-a-ft-hq` was finetuned on a high-quality dataset in order to generate cleaner, sharper, more realistic textures with fewer distinctive artifacts.

## Recommended Settings

To generate highly detailed images, you probably want to use `stage-a-ft-hq` (which improves very fine detail) in combination with a large Stage B step count (which improves mid-level detail).