Update README.md
Browse files
README.md
CHANGED
|
@@ -20,4 +20,19 @@ These files are not normal SDXL checkpoints. They contain only `model.diffusion_
|
|
| 20 |
UNet tensors plus `__orbitquant__` metadata/codebooks/rotations. They require a custom
|
| 21 |
runtime that supports packed OrbitQuant weights and A4 activation quantization.
|
| 22 |
|
| 23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
UNet tensors plus `__orbitquant__` metadata/codebooks/rotations. They require a custom
|
| 21 |
runtime that supports packed OrbitQuant weights and A4 activation quantization.
|
| 22 |
|
| 23 |
+
## Examples
|
| 24 |
+
|
| 25 |
+
<table>
|
| 26 |
+
<tr>
|
| 27 |
+
<td align="center">
|
| 28 |
+
<img src="examples/630df8e8-f7b1-4225-889b-247dcb55e2f0.png" width="360">
|
| 29 |
+
<br>
|
| 30 |
+
<strong>W4A4</strong>
|
| 31 |
+
</td>
|
| 32 |
+
<td align="center">
|
| 33 |
+
<img src="examples/download.png" width="360">
|
| 34 |
+
<br>
|
| 35 |
+
<strong>W2A4</strong>
|
| 36 |
+
</td>
|
| 37 |
+
</tr>
|
| 38 |
+
</table>
|