Disty0 commited on
Commit
a26ed32
·
verified ·
1 Parent(s): 497b2d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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/vladmandic/sdnext/wiki/SDNQ-Quantization).
16
 
17
  Usage:
18
  ```
19
- pip install git+https://github.com/Disty0/sdnq
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