Update README.md
Browse files
README.md
CHANGED
|
@@ -12,11 +12,11 @@ tags:
|
|
| 12 |
- image-editing
|
| 13 |
- 4-bit
|
| 14 |
---
|
| 15 |
-
4 bit (UINT4 with SVD rank 32) quantization of [black-forest-labs/FLUX.2-dev](https://huggingface.co/black-forest-labs/FLUX.2-dev) using [SDNQ](https://github.com/
|
| 16 |
|
| 17 |
Usage:
|
| 18 |
```
|
| 19 |
-
pip install
|
| 20 |
```
|
| 21 |
|
| 22 |
```py
|
|
|
|
| 12 |
- image-editing
|
| 13 |
- 4-bit
|
| 14 |
---
|
| 15 |
+
4 bit (UINT4 with SVD rank 32) quantization of [black-forest-labs/FLUX.2-dev](https://huggingface.co/black-forest-labs/FLUX.2-dev) using [SDNQ](https://github.com/Disty0/sdnq).
|
| 16 |
|
| 17 |
Usage:
|
| 18 |
```
|
| 19 |
+
pip install sdnq
|
| 20 |
```
|
| 21 |
|
| 22 |
```py
|