mapping_networks.checkpoint.CheckpointCompatibilityError

exception mapping_networks.checkpoint.CheckpointCompatibilityError

Raised when a checkpoint’s architecture is incompatible with the model.

Possible causes:

  • Schema version from a future release is not understood by this version.

  • Target ParameterSpec names or shapes differ (different architecture).

  • Latent or buffer tensors do not match the current generator’s keys.