gen-cards: add Use-it markers
Browse files
README.md
CHANGED
|
@@ -20,6 +20,9 @@ CVPR 2025) converted for Apple's **Core AI** stack. AdcSR compresses the one-ste
|
|
| 20 |
Diffusion 2.1 UNet + a half-size VAE decoder, run in **one forward pass** — no iterative denoising,
|
| 21 |
no prompt, no noise — so it is fast and small enough to run fully on-device, including iPhone.
|
| 22 |
|
|
|
|
|
|
|
|
|
|
| 23 |
## What it is
|
| 24 |
|
| 25 |
- **fp32, ~1.7 GB.** Output matches the torch reference (cosine 1.000012). fp32 because the
|
|
|
|
| 20 |
Diffusion 2.1 UNet + a half-size VAE decoder, run in **one forward pass** — no iterative denoising,
|
| 21 |
no prompt, no noise — so it is fast and small enough to run fully on-device, including iPhone.
|
| 22 |
|
| 23 |
+
<!-- gen-cards:use-it begin id=adcsr-x4 (managed by scripts/gen-cards — edit cards.json / QuickStart.swift, not this block) -->
|
| 24 |
+
<!-- gen-cards:use-it end -->
|
| 25 |
+
|
| 26 |
## What it is
|
| 27 |
|
| 28 |
- **fp32, ~1.7 GB.** Output matches the torch reference (cosine 1.000012). fp32 because the
|