--- title: SenseNova U1 Infographic V3 emoji: 📊 colorFrom: blue colorTo: purple sdk: gradio sdk_version: 6.15.2 python_version: '3.12' app_file: app.py pinned: false short_description: Infographic generation & editing with SenseNova-U1 V3 startup_duration_timeout: 1h --- # SenseNova-U1-8B-MoT-Infographic-V3 📊 Unified **infographic generation and editing** with [`sensenova/SenseNova-U1-8B-MoT-Infographic-V3`](https://huggingface.co/sensenova/SenseNova-U1-8B-MoT-Infographic-V3), running on ZeroGPU. SenseNova-U1-8B-MoT-Infographic-V3 is a monolithic **any-to-any (NEO-Unify)** model that unifies multimodal understanding, generation, and editing in one architecture (no separate visual encoder / VAE). It renders complex, text-dense infographics (charts, posters, knowledge illustrations) across English and Chinese, and — new in V3 — edits existing images via natural-language instructions: local text edits, content insert / remove / replace, global style changes, and layout tweaks. This Space exposes two tabs: - **Generate** — text → infographic (`t2i_generate`). - **Edit** — image + instruction → edited image (`it2i_generate`). Generation and editing use the model's officially recommended settings: `cfg_scale=4.0`, `img_cfg_scale=1.0`, `cfg_norm="none"`, `timestep_shift=3.0`, `num_steps=50`. The `sensenova_u1` package is vendored locally to register the NEO-Unify model architecture with `transformers`.