bartduis/modality_forcing

Model

0

stars

1

commits

1

repos using this model

1

linked in READMEs

Jun 12, 2026

updated

depth-estimation
diffusion
flux
flux_rgbd
safetensors
text-to-3d
text-to-image
Browse cluster: Diffusion Model Image Generation and Editing

README

Modality Forcing for Scalable Spatial Generation

Joint text → RGB + depth generation with a single diffusion transformer, built on FLUX.2. Modality Forcing assigns separate noise levels per modality during post-training, so one model supports joint generation (text → RGB-D), image-to-depth, and depth-to-image at inference.

Files

FileDescription
model.safetensorsFluxRGBD DiT (12B total — 9B-class FLUX.2 backbone + depth streams, bf16)
config.jsonModel variant config (flux_rgbd_9b_v2)
ae_encoder.safetensors / ae_decoder.safetensorsFLUX.2 autoencoder

The Qwen3-8B text encoder is pulled separately from Qwen/Qwen3-8B.

Usage

git clone https://github.com/Duisterhof/modality-forcing.git
cd modality-forcing
bash install.sh
python scripts/joint.py --prompt "a cozy sunlit kitchen with wooden cabinets"

The scripts download these weights automatically (bartduis/modality_forcing is the default --model).

License

The model weights are released under CC BY-NC 4.0 (non-commercial). The inference code is Apache-2.0; see the GitHub repository.

Citation

@article{duisterhof2026mofo,
  title   = {Modality Forcing for Scalable Spatial Generation},
  author  = {Duisterhof, Bardienus Pieter and Ramanan, Deva and Ichnowski, Jeffrey and Johnson, Justin and Park, Keunhong},
  journal = {arXiv preprint arXiv:2606.13676},
  year    = {2026}
}

Contributors

bartduis

1 commits

bartduis/modality_forcing

Model

0

stars

1

commits

1

repos using this model

1

linked in READMEs

Jun 12, 2026

updated

depth-estimation
diffusion
flux
flux_rgbd
safetensors
text-to-3d
text-to-image
Browse cluster: Diffusion Model Image Generation and Editing

README

Modality Forcing for Scalable Spatial Generation

Joint text → RGB + depth generation with a single diffusion transformer, built on FLUX.2. Modality Forcing assigns separate noise levels per modality during post-training, so one model supports joint generation (text → RGB-D), image-to-depth, and depth-to-image at inference.

Files

FileDescription
model.safetensorsFluxRGBD DiT (12B total — 9B-class FLUX.2 backbone + depth streams, bf16)
config.jsonModel variant config (flux_rgbd_9b_v2)
ae_encoder.safetensors / ae_decoder.safetensorsFLUX.2 autoencoder

The Qwen3-8B text encoder is pulled separately from Qwen/Qwen3-8B.

Usage

git clone https://github.com/Duisterhof/modality-forcing.git
cd modality-forcing
bash install.sh
python scripts/joint.py --prompt "a cozy sunlit kitchen with wooden cabinets"

The scripts download these weights automatically (bartduis/modality_forcing is the default --model).

License

The model weights are released under CC BY-NC 4.0 (non-commercial). The inference code is Apache-2.0; see the GitHub repository.

Citation

@article{duisterhof2026mofo,
  title   = {Modality Forcing for Scalable Spatial Generation},
  author  = {Duisterhof, Bardienus Pieter and Ramanan, Deva and Ichnowski, Jeffrey and Johnson, Justin and Park, Keunhong},
  journal = {arXiv preprint arXiv:2606.13676},
  year    = {2026}
}

Contributors

bartduis

1 commits