Views
No views yet
tokenizer/: tokenizer files used to turn prompt text into model inputsonnx/text_encoder_model_q4f16.onnx + .onnx_data: text encoder that
converts tokenized prompts into conditioning embeddingsonnx/vae_decoder_model_f16.onnx: VAE decoder that turns final latents
into pixelsonnx/vae_pre_process_model_f16.onnx: VAE helper used in the decode pathonnx/scheduler_step_model_f16.onnx: scheduler update model used between
denoising steps to produce the next latent sampleonnx/transformer_model_q4f16.onnx + .onnx_data: reordered /
defragmented monolithic transformer kept as the base form used to build
the shardsonnx/transformer_model_q4f16_shard*.onnx + matching .onnx_data: the
main transformer split from the reordered monolithic form into multiple
shards to reduce peak session sizeonnx/transformer_shards.json: manifest describing the shard setTongyi-MAI/Z-Image-Turbo release.