stage-a-ft-hq / README.md
madebyollin's picture
Update README.md
fd6b1e9 verified
|
raw
history blame
No virus
1.2 kB
---
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).