英文 | 简体中文
本仓库托管 SenseNova-U1.5-8B-MoT 的官方 LoRA 权重。首个发布的 SenseNova-U1.5-8B-MoT-LoRA-8step 是一个 0.4B 参数的蒸馏适配器,用于在 8 个去噪步骤中实现更快、更高效的文生图推理。
SenseNova-U1.5-8B-MoT 是我们最新的原生统一多模态检查点,面向更精准、一致、可靠且更具审美吸引力的视觉创作。基于 NEO-unify,它在 patchify 层、数据质量与分布、任务设定、提示词增强以及后训练流程方面进行了强化。
本次官方发布聚焦于六项用户可感知的改进:
参考推理实现可在 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 配置,请参阅 安装指南。
下载 LoRA 权重,并将其应用于官方基础 checkpoint:
hf download sensenova/SenseNova-U1.5-8B-MoT-LoRAs \
SenseNova-U1.5-8B-MoT-LoRA-8step.safetensors \
--local-dir ./sensenova/SenseNova-U1.5-8B-MoT-LoRAs
python examples/t2i/inference.py \
--model_path sensenova/SenseNova-U1.5-8B-MoT \
--lora_path ./sensenova/SenseNova-U1.5-8B-MoT-LoRAs/SenseNova-U1.5-8B-MoT-LoRA-8step.safetensors \
--prompt "A cinematic mountain lake at sunrise, realistic photography." \
--width 2048 --height 2048 \
--cfg_scale 1.0 --cfg_norm none --timestep_shift 3.0 --num_steps 8 \
--device_map auto \
--output output.png[!IMPORTANT] 该 LoRA 专用于
sensenova/SenseNova-U1.5-8B-MoT,与早期的SenseNova-U1.5-8B-MoT-Previewcheckpoint 不兼容。
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请参阅推理示例,了解更多选项、支持的分辨率和批量处理。
对于约束较少的清晰任务,直接使用自然语言提示词通常效果较好。对于复杂的生成或编辑任务,在需要额外规划时使用提示增强,并明确指定需要保持不变的内容。
请参阅 SenseNova-U1.5 Cookbook,查看设置说明以及可选的 Image PE、Caption-to-Prompt 和 Editing PE 实践方案。
体验 SenseNova-U1.5 的最快捷方式是通过 SenseNova-Studio——一个 🆓 免费在线体验平台,可直接在浏览器中试用模型,无需安装或 GPU。
正式版相较 Preview 版本已有改进,但在以下方面仍存在挑战:
cfg_scale 来缓解。| 模型 | 阶段 | HF 权重 |
|---|---|---|
| SenseNova-U1.5-8B-MoT | RL | 🤗 模型 |
| SenseNova-U1.5-8B-MoT-LoRA-8step | 8 步蒸馏 LoRA(0.4B) | 🤗 权重 |
| SenseNova-U1.5-8B-MoT-SFT | 监督微调 | 🤗 模型 |
加入我们日益壮大的社区,分享反馈、获取支持,并第一时间了解 SenseNova-U1 的最新进展——我们期待听到你的声音!
| Discord | 飞书群 |
![]() | ![]() |
如果本项目对您的研究有所帮助,请考虑为仓库添加 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.