Instructions to use InsecureErasure/FLUX.2-small-decoder-BF16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use InsecureErasure/FLUX.2-small-decoder-BF16 with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,8 @@ tags:
|
|
| 8 |
- image-editing
|
| 9 |
- flux
|
| 10 |
- diffusion-single-file
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
This is a BF16 conversion of [`black-forest-labs/FLUX.2-small-decoder`](https://huggingface.co/black-forest-labs/FLUX.2-small-decoder), converted using `diffusers` and `safetensors`. Weights cast from FP32 to BF16; `bn` statistics preserved as-is.
|
|
|
|
| 8 |
- image-editing
|
| 9 |
- flux
|
| 10 |
- diffusion-single-file
|
| 11 |
+
base_model:
|
| 12 |
+
- black-forest-labs/FLUX.2-small-decoder
|
| 13 |
---
|
| 14 |
|
| 15 |
This is a BF16 conversion of [`black-forest-labs/FLUX.2-small-decoder`](https://huggingface.co/black-forest-labs/FLUX.2-small-decoder), converted using `diffusers` and `safetensors`. Weights cast from FP32 to BF16; `bn` statistics preserved as-is.
|