Views
No views yet
model_index.json
feature_extractor/
scheduler/
text_encoder/
tokenizer/
unet/ # AbsoluteReality UNet + Hyper-SD-15 4-step LoRA fused in
vae_decoder/
vae_encoder/unet/model.onnx is paired with unet/model.onnx_data (external-weights file). Both must be downloaded.Lykon/AbsoluteReality via diffusers (uses its bundled VAE — no separate VAE pairing needed).ByteDance/Hyper-SD/Hyper-SD15-4steps-lora.safetensors via peft and call fuse_lora() on the UNet.optimum-cli export onnx --model <temp> <output>.optimum 1.24.0, diffusers 0.31.0, transformers 4.45.2, torch 2.4.x (CUDA 12.4), peft latest. Full conversion script: scripts/export-absolute-reality-hyper.ps1 in the Heliosoph repo.| Setting | Value |
|---|---|
| Scheduler | Euler (sample/x0 prediction is not required — 4-step Hyper is epsilon) |
| Steps | 4 |
| CFG / guidance scale | 1.0 (no classifier-free guidance) |
| Negative prompt | Skip — CFG = 1 ignores it |
| Resolution | 512×512 native (768×768 works, smaller resolutions degrade fast) |
LICENSE-*.md files are included in this repo and travel with redistribution. By using this model you accept those terms — see the included license files for acceptable-use clauses.1@misc{lykon-absolutereality,
2 author = {Lykon},
3 title = {AbsoluteReality},
4 howpublished = {\url{https://huggingface.co/Lykon/AbsoluteReality}}
5}
6@article{ren2024hypersd,
7 title = {Hyper-SD: Trajectory Segmented Consistency Model for Efficient Image Synthesis},
8 author = {Ren, Yuxi and others},
9 journal = {arXiv preprint arXiv:2404.13686},
10 year = {2024}
11}