Z-Image Combined

This repository combines two upstream model snapshots for convenience:

  • base/ contains the Z-Image snapshot.
  • turbo/ contains the Z-Image-Turbo snapshot.

The files are stored as separate subfolders, so loading code should point to the relevant subfolder when calling from_pretrained.

Layout

  • base/ - snapshot of Tongyi-MAI/Z-Image
  • turbo/ - snapshot of Tongyi-MAI/Z-Image-Turbo

Usage

Use the same model class and configuration that the upstream repository expects, then target the subfolder you want to load.

Example pattern:

model = YourModelClass.from_pretrained("xtianjamoner/z-image-combined", subfolder="base")

For the turbo variant:

model = YourModelClass.from_pretrained("xtianjamoner/z-image-combined", subfolder="turbo")

Notes

  • This repository is a convenience mirror of upstream snapshots.
  • Large model files are tracked with Git LFS.
  • Verify the upstream model licenses before redistributing or modifying this repo.
Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support