Card: mark macOS-only (4B over iPhone memory limit); fix app link to zoo apps/CoreAIImageGen
Browse files
README.md
CHANGED
|
@@ -24,6 +24,11 @@ FLUX.2 [klein] is step-distilled: **4 denoising steps at guidance 1.0** produce
|
|
| 24 |
1024×1024 image. It pairs a 4B flow-matching diffusion transformer (DiT) with an 8B
|
| 25 |
Qwen3 text encoder.
|
| 26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
## Components
|
| 28 |
|
| 29 |
| Component | Description |
|
|
@@ -42,8 +47,8 @@ VAE 0.16 GB.
|
|
| 42 |
|
| 43 |
### Sample app (easiest)
|
| 44 |
|
| 45 |
-
[**
|
| 46 |
-
|
| 47 |
|
| 48 |
### Swift
|
| 49 |
|
|
|
|
| 24 |
1024×1024 image. It pairs a 4B flow-matching diffusion transformer (DiT) with an 8B
|
| 25 |
Qwen3 text encoder.
|
| 26 |
|
| 27 |
+
> **macOS only.** At 4B the peak footprint (~6.5 GB — the text encoder stays resident
|
| 28 |
+
> through the transformer) exceeds a 12 GB iPhone's ~6.1 GB per-process memory limit, even
|
| 29 |
+
> with the transformer AOT-compiled. Use a smaller diffusion model (e.g. Stable Diffusion
|
| 30 |
+
> 0.9B) for on-device iOS image generation.
|
| 31 |
+
|
| 32 |
## Components
|
| 33 |
|
| 34 |
| Component | Description |
|
|
|
|
| 47 |
|
| 48 |
### Sample app (easiest)
|
| 49 |
|
| 50 |
+
[**CoreAIImageGen** (macOS)](https://github.com/john-rocky/coreai-model-zoo/tree/main/apps/CoreAIImageGen)
|
| 51 |
+
— run the `CoreAIImageGenMac` scheme, tap **Download & Load**, type a prompt, **Generate**.
|
| 52 |
|
| 53 |
### Swift
|
| 54 |
|