| license: apache-2.0 | |
| pipeline_tag: text-to-image | |
| base_model: epfl-vita/flux2-klein-1step-rdm | |
| tags: | |
| - gguf | |
| - flux | |
| - one-step-generation | |
| - stable-diffusion-cpp | |
| # FLUX.2 Klein 4B 1-step RDM Q4_0 for NovelAide | |
| This repository contains the immutable Apple Silicon installation assets used | |
| by NovelAide for `epfl-vita/flux2-klein-1step-rdm`. | |
| The DiT comes from upstream revision | |
| `b42d9dd041fe98a9fa6819041a7ba2c4dfd13037`. NovelAide removes the released | |
| adapter-only `model.` tensor-name prefix and converts the BF16 weights to Q4_0 | |
| GGUF with `stable-diffusion.cpp` revision | |
| `22516991cbdf725e69b0b4a87e52ca16cce07c2d`. | |
| The Qwen3 text encoder, FLUX.2 small decoder, and `sd-server` runtime are pinned | |
| components of the NovelAide asset. The model and derived weights are released | |
| under Apache-2.0; the bundled runtime is covered by `runtime/LICENSE`. | |