Rift.1-decoder is a VAE decoder made for the Rift model line. It is designed as a drop-in decoder component for compatible Diffusers image pipelines that use AutoencoderKLFlux2. The decoder has been trained as the Rift image reconstruction component.
The exported Diffusers runtime class remains AutoencoderKLFlux2 for loader compatibility. The model metadata identifies the architecture as Rift1Decoder with model type rift1_decoder.
Key Features
Diffusers decoder interface using AutoencoderKLFlux2.
Rift1Decoder metadata in config.json for clear model identity.
32 latent channels for compatible image latent spaces.
512px reconstruction training with edge and frequency losses for sharper detail retention.
Single-file artifacts included for decoder-focused workflows:
diffusion_pytorch_model.safetensors
full_encoder_small_decoder.safetensors
small_decoder.safetensors
Released under the Rift Non-Commercial License v1.0.
Compatible target pipeline family:
Diffusers image pipelines using AutoencoderKLFlux2
This repository contains a VAE decoder component, not a complete text-to-image model.
Visual quality depends on the surrounding diffusion model, scheduler, prompt, latent distribution, and inference settings.
The decoder may introduce color shifts, texture smoothing, edge artifacts, or small structural artifacts.
Text rendered in generated images may be inaccurate or distorted.
Prompt following is handled primarily by the surrounding generation pipeline, not the VAE decoder alone.
This model should be evaluated visually and quantitatively before production use.
Out-of-Scope Use
This model and its derivatives may not be used outside the scope of the Rift Non-Commercial License v1.0, including for unlawful, fraudulent, defamatory, abusive, exploitative, privacy-invasive, or otherwise harmful purposes.
Responsible AI Development
Rift.1-decoder should be evaluated as part of a complete image generation or image reconstruction system. A decoder can affect visual fidelity and artifacts, but safety behavior also depends on the text encoder, diffusion transformer, prompt filters, data pipeline, deployment environment, and downstream product policy.
Users are responsible for applying appropriate safeguards, content review, watermarking or provenance notices where required, and compliance with applicable law.
This project may contain trademarks or references to third-party projects, products, or services. Use of Rift, Rift-ai, or associated marks in modified versions of this project must not imply sponsorship, endorsement, approval, or official status unless explicitly authorized. Third-party trademarks, intellectual property, and logos remain subject to their respective owners' policies.