Views
No views yet
Correction notice (26 July 2026): the UNet in the repository's earlier revisions produced incorrectly low-amplitude noise predictions and must not be used. The currentmainbranch replaces it with a fresh export from the official Stability AI checkpoint. Existing clones should pull the current revision and replace both files inunet/.
.sentis artifact from
dtaddis/localimagegen-sdxl-refiner-fp16.unet/model.onnx and unet/model.onnx_data.stabilityai/stable-diffusion-xl-refiner-1.05d4cfe854c9a9a87939ff3653551c2b3c99a4356model.onnx_datasample, timestep, encoder_hidden_states, text_embeds,
time_idsout_sampleexport_sdxl_refiner_unet.py documents the reproducible export
wrapper and command-line interface. The tokenizer, text encoder, scheduler,
and VAE files retained in this repository are shared SDXL pipeline components;
LocalImageGen's Refiner profile reuses those components from its SDXL Base
profile and downloads only the optimized Refiner UNet.model.onnx and model.onnx_data together in the same directory without
renaming either file.| File | Bytes | SHA-256 |
|---|---|---|
unet/model.onnx | 2,858,274 | 47957faab78710349a73de650b1c6590b98f950e4c384903a8c7264fc20c09ef |
unet/model.onnx_data | 9,038,106,640 | b60900c7457ccf354cd72e56a34c0dad25911a900a00cad2e84be7962875f28e |
LICENSE.md. This is a transformed inference
artifact, not a newly trained model; all model credit belongs to Stability AI
and the upstream contributors. Downstream users are responsible for reviewing
and complying with the license and applicable laws.