Add HF model card metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# FLUX.2-dev – Transformer INT8 Weight-Only (torchao)
|
| 2 |
|
| 3 |
This repository provides an **INT8 weight-only quantized transformer** for
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
tags:
|
| 4 |
+
- diffusers
|
| 5 |
+
- image-generation
|
| 6 |
+
- quantization
|
| 7 |
+
- int8
|
| 8 |
+
- torchao
|
| 9 |
+
- amd
|
| 10 |
+
- rocm
|
| 11 |
+
base_model: black-forest-labs/FLUX.2-dev
|
| 12 |
+
library_name: diffusers
|
| 13 |
+
pipeline_tag: text-to-image
|
| 14 |
+
---
|
| 15 |
# FLUX.2-dev – Transformer INT8 Weight-Only (torchao)
|
| 16 |
|
| 17 |
This repository provides an **INT8 weight-only quantized transformer** for
|