SceneWorks commited on
Commit
e9c4785
·
verified ·
1 Parent(s): 51862bc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: flux-1-dev-non-commercial-license
4
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
5
+ language:
6
+ - en
7
+ library_name: diffusers
8
+ base_model: black-forest-labs/FLUX.1-dev
9
+ tags:
10
+ - mlx
11
+ - apple-silicon
12
+ - flux
13
+ - quantized
14
+ - text-to-image
15
+ ---
16
+
17
+ # FLUX.1-dev — MLX quant matrix (bf16 / Q8 / Q4)
18
+
19
+ Pre-quantized, **MLX-ready** repackagings of [`black-forest-labs/FLUX.1-dev`](https://huggingface.co/black-forest-labs/FLUX.1-dev)
20
+ for the [SceneWorks](https://github.com/SceneWorks/SceneWorks) native Apple-Silicon worker (`mlx-gen`).
21
+ Each tier is a complete, self-contained turnkey snapshot that loads directly with no in-app
22
+ conversion peak (epic 8506).
23
+
24
+ | Tier | Subdir | Approx. size |
25
+ |--------|---------|--------------|
26
+ | Q4 | `q4/` | ~8.7 GB |
27
+ | Q8 | `q8/` | ~17 GB |
28
+ | bf16 | `bf16/` | ~31 GB |
29
+
30
+ All four components are packed in Q4/Q8 — the DiT transformer, the CLIP + T5 text encoders, and the
31
+ VAE's mid-block attention — using plain asymmetric group-affine quantization (group size 64),
32
+ byte-identical to the worker's load-time quantization. The bf16 tier is the dense source, mirrored.
33
+
34
+ ## License & attribution — NON-COMMERCIAL
35
+
36
+ **These weights are governed by the FLUX.1 [dev] Non-Commercial License v1.1.1** (see `LICENSE.md`),
37
+ inherited unchanged from the upstream Black Forest Labs release. This repository only re-packages the
38
+ weights (quantization + MLX layout) and adds no new training. Use is permitted for non-commercial
39
+ purposes only, per that license. © Black Forest Labs. Original model card:
40
+ https://huggingface.co/black-forest-labs/FLUX.1-dev