ApacheOne commited on
Commit
ce001b1
·
verified ·
1 Parent(s): 4aa029b

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ pipeline_tag: text-to-image
4
+ tags:
5
+ - sdxl
6
+ - unet
7
+ - orbitquant
8
+ - quantization
9
+ - w4a4
10
+ - w3a4
11
+ - w2a4
12
+ - custom-runtime-required
13
+ ---
14
+
15
+ # OrbitQuant SDXL UNet Exports
16
+
17
+ Custom UNet-only OrbitQuant exports for CreaPrompt Lightning Hyper-SDXL.
18
+
19
+ These files are **not normal SDXL checkpoints**. They contain only `model.diffusion_model.*`
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
+ Expected files:
24
+
25
+ - `creaprompt_UNet_OrbitQuant_W4A4_projio.safetensors`
26
+ - `creaprompt_UNet_OrbitQuant_W3A4_projio.safetensors`
27
+ - `creaprompt_UNet_OrbitQuant_W2A4_projio.safetensors`
28
+
29
+ The VAE and CLIP/text encoders are not included.