English | 简体中文
SenseNova-U1.5-8B-MoT 是我们最新的原生统一多模态权重,面向更准确、更一致、更可靠且更具审美表现力的视觉创作。基于 NEO-unify,我们进一步强化了 patchify 层、数据质量与分布、任务定义、Prompt 增强和后训练流程。
正式版重点提升了六项用户可感知的能力:
参考推理代码位于 SenseNova-U1 GitHub 仓库。
git clone https://github.com/OpenSenseNova/SenseNova-U1.git
cd SenseNova-U1
uv sync
source .venv/bin/activate上游环境使用 Python 3.11、PyTorch 2.8 和 CUDA 12.8。其他 CUDA 版本及可选的 FlashAttention 配置请参阅安装指南。
python examples/t2i/inference.py \
--model_path sensenova/SenseNova-U1.5-8B-MoT \
--prompt "A cinematic mountain lake at sunrise, realistic photography." \
--width 2048 --height 2048 \
--device_map auto \
--output output.pngpython examples/editing/inference.py \
--model_path sensenova/SenseNova-U1.5-8B-MoT \
--image input.png \
--prompt "Change the jacket to cobalt blue. Preserve the face, pose, background, lighting, and framing." \
--output edited.png更多推理选项、支持的分辨率及批量处理方法请参阅推理示例。
对于主体明确、约束较少的任务,直接使用自然语言 Prompt 通常即可。复杂生成或编辑任务可在需要额外规划时使用 Prompt 增强,并明确写出必须保持不变的内容。
安装说明以及可选的 Image PE、Caption-to-Prompt 和 Editing PE Recipe 请参阅 SenseNova-U1.5 Cookbook。
正式版在预览版基础上有所改进,但以下方面仍存在挑战:
cfg_scale 缓解。如果这个项目对您的研究有帮助,请考虑为仓库点 Star 并引用:
@misc{sensenova2026neounify,
title = {NEO-unify: Building Native Multimodal Unified Models End to End},
author = {SenseNova},
journal = {Hugging Face blog},
url = {https://huggingface.co/blog/sensenova/neo-unify},
year = {2026}
}
@article{sensenova2026sensenovau1,
title = {SenseNova-U1: Unifying Multimodal Understanding and Generation with NEO-unify Architecture},
author = {Diao, Haiwen and Wu, Penghao and Deng, Hanming and Wang, Jiahao and Bai, Shihao and Wu, Silei and Fan, Weichen and Ye, Wenjie and Tong, Wenwen and Fan, Xiangyu and others},
journal = {arXiv preprint arXiv:2605.12500},
year = {2026}
}本模型基于 Apache 2.0 License 开源发布。