OzzyGT HF Staff commited on
Commit
32ce5cd
verified
1 Parent(s): 0a411f1

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -16,6 +16,10 @@ library_name: diffusers
16
  ---
17
  # Krea 2 Turbo SDNQ Dynamic INT4
18
 
 
 
 
 
19
  This is an int4 quantized version of [krea/Krea-2-Turbo](https://huggingface.co/krea/Krea-2-Turbo) using [SDNQ](https://github.com/Disty0/sdnq) (SD.Next Quantization) with the dynamic option and Hadamard Rotation.
20
 
21
  Note: You need SDNQ v0.2.0 or v0.2.2 and above (v0.2.1 is incompatible)
@@ -26,9 +30,7 @@ You can find ready-to-use scripts in the [diffusers-recipes](https://github.com/
26
 
27
  ## Sample image
28
 
29
- ![Sample generation](sample_benchmark.png)
30
-
31
- The sample above was generated with the following prompt and settings (seed `7`):
32
 
33
  ```python
34
  import sdnq # register the SDNQ backend before loading
 
16
  ---
17
  # Krea 2 Turbo SDNQ Dynamic INT4
18
 
19
+ ![bf16 vs SDNQ int4 comparison](comparison_bf16_vs_sdnq.png)
20
+
21
+ *Left: original bf16  路  Right: this SDNQ int4 model (same prompt and seed).*
22
+
23
  This is an int4 quantized version of [krea/Krea-2-Turbo](https://huggingface.co/krea/Krea-2-Turbo) using [SDNQ](https://github.com/Disty0/sdnq) (SD.Next Quantization) with the dynamic option and Hadamard Rotation.
24
 
25
  Note: You need SDNQ v0.2.0 or v0.2.2 and above (v0.2.1 is incompatible)
 
30
 
31
  ## Sample image
32
 
33
+ The quantized (right) image above was generated with the following prompt and settings (seed `7`):
 
 
34
 
35
  ```python
36
  import sdnq # register the SDNQ backend before loading