Views
No views yet
model_index.json
feature_extractor/
scheduler/
text_encoder/
tokenizer/
unet/ # DreamShaper 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).Lykon/DreamShaper via diffusers (bundled VAE).ByteDance/Hyper-SD/Hyper-SD15-4steps-lora.safetensors via peft, fuse_lora() it into 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). Full conversion script: scripts/export-dreamshaper-hyper.ps1.| Setting | Value |
|---|---|
| Scheduler | Euler |
| Steps | 4 |
| CFG / guidance scale | 1.0 |
| Negative prompt | Skip |
| Resolution | 512×512 native |
1@misc{lykon-dreamshaper,
2 author = {Lykon},
3 title = {DreamShaper},
4 howpublished = {\url{https://huggingface.co/Lykon/DreamShaper}}
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}