orbitquant_unets / README.md
ApacheOne's picture
Update README.md
ccd1ae7 verified
|
Raw
History Blame Contribute Delete
971 Bytes
---
license: other
pipeline_tag: text-to-image
tags:
- sdxl
- unet
- orbitquant
- quantization
- w4a4
- w3a4
- w2a4
- custom-runtime-required
---
### A4 runtime isnt public yet
cant use these models without it, still working on the comfyUI node for loader to pipe into core ksampler
# OrbitQuant SDXL UNet Exports
Custom UNet-only OrbitQuant exports for CreaPrompt Lightning Hyper-SDXL.
These files are not normal SDXL checkpoints. They contain only `model.diffusion_model.*`
UNet tensors plus `__orbitquant__` metadata/codebooks/rotations. They require a custom
runtime that supports packed OrbitQuant weights and A4 activation quantization.
## Examples
<table>
<tr>
<td align="center">
<img src="examples/630df8e8-f7b1-4225-889b-247dcb55e2f0.png" width="360">
<br>
<strong>W4A4</strong>
</td>
<td align="center">
<img src="examples/download.png" width="360">
<br>
<strong>W2A4</strong>
</td>
</tr>
</table>