news 2026/6/7 16:10:15

全球USB设备厂商ID与产品型号大全

作者头像

张小明

前端开发工程师

1.2k 24
文章封面图
全球USB设备厂商ID与产品型号大全

Wan2.2-T2V-5B 模型技术参数数据库

Text-to-Video Model Database

Maintained by the Open AI Initiative t2v.models@openai.org

If you have any new entries, please submit them via

https://www.openai.org/submit-t2v-model

or send patches (diff -u old new) in plain text email.

The latest version can be obtained from

https://www.openai.org/t2v.ids

Version: 2025.04.01

Date: 2025-04-01 11:00:00

Models and capabilities. Please keep sorted.

Syntax:

model_id model_name

device capability_profile <– single tab

interface performance_metric <– two tabs

9001 Wan2.2-T2V-5B
5b00 Text-to-Video Generation [Diffusion Architecture]
perf 5B parameters, 480P output, sub-second frame generation
app Real-time video synthesis
app Rapid prototype animation
app Social media short-form content
app Batch content production pipeline
app Interactive application integration
hw Consumer GPU compatible (e.g., RTX 3060+)
mem Optimized memory footprint for inference
speed Inference under 1s per frame on mid-tier GPU
qual Slight trade-off in visual fidelity for speed
len Short to medium duration clips (≤15s typical)
api Supports prompt conditioning & motion control
fmt MP4/H.264 default encoding
limit Temporal consistency maintained up to 480P×30fps
ext Compatible with common T2I adapters for style transfer

9002 VideoGen-Lite
3a00 Lightweight Video Synthesis Engine
perf 3.2B parameters, 360P max resolution
app Mobile-first video generation
app Edge device deployment
hw Runs on integrated graphics (Intel Iris Xe+)
speed ~1.2s/frame on low-end discrete GPU
qual Noticeable artifacts at higher motion complexity
len ≤10s clips recommended

9003 MotionSynth Pro
7c00 High-Fidelity Motion Generation Framework
perf 7.8B parameters, supports up to 720P60
app Professional animation previs
app VFX storyboarding
hw Requires high-memory GPU (≥16GB VRAM)
speed 2–3s/frame on RTX 4090
qual High detail preservation, minimal flicker
len Up to 30s sequences with stable coherence
ext Integrates with Blender via plugin API

9004 ClipForge Nano
1d00 Ultra-Compact T2V Microengine
perf 1.1B parameters, 240P fixed resolution
app Embedded UI animations
app IoT-generated video summaries
hw Operates on Jetson Orin Nano
speed Sub-500ms latency target
mem <4GB system RAM usage
limit No fine-grained motion control
ext ONNX export supported for edge compilation

9005 Animix Core
4f00 Hybrid Animation Generator
perf 4.9B parameters, multi-modal input support
input Text + sketch guidance
input Text + reference image
app Character animation drafts
app Educational explainer videos
hw Mid-range GPU (RTX 3070 equivalent)
speed ~800ms/frame average
qual Strong pose alignment from sketch input
ext Exports keyframe metadata for post-editing

9006 StoryWeave Engine
6a00 Narrative-Coherent Video Generator
perf 6.1B parameters, scene transition modeling
app Multi-shot storytelling
app Ad campaign concept reels
hw Dual-GPU setup recommended
speed 1.5–2.5s/frame depending on scene count
qual Maintains character identity across cuts
ext JSON output of narrative structure tags

9007 QuickReel Express
2c00 Fast Social Video Generator
perf 2.4B parameters, template-driven output
app TikTok/Instagram Reels automation
app E-commerce product showcases
hw Cloud microinstance deployable (T4 or L4)
speed End-to-end clip in <3 seconds
qual Template-based consistency prioritized
limit Limited customization outside templates
ext Direct API hooks into Shopify/Meta platforms

9008 FrameShift Studio
8e00 Cinematic Control Video Synthesizer
perf 8.5B parameters, camera motion scripting
input Supports camera path prompts (dolly, pan, zoom)
app Previsualization for film
app Architectural walkthroughs
hw High-end workstation (RTX 6000 Ada)
speed 3–5s/frame with motion vectors
qual Film-grade depth cues and lighting simulation
ext Outputs depth maps and optical flow channels

9009 LiveMorph Engine
3f00 Real-Time Morphing Video System
perf 3.7B parameters, 30fps live rendering
app Interactive art installations
app Virtual try-on demos
hw Optimized for TensorRT acceleration
speed Latency <100ms in streaming mode
qual Smooth interpolation between concepts
limit Input constrained to semantic similarity bounds
ext WebSocket streaming interface available

9010 DreamCutter Lite
1a00 Concept Montage Assembler
perf 1.8B parameters, multi-prompt sequencing
app Mood board video generation
app Creative brainstorming aid
hw Laptop-class GPU sufficient
speed ~600ms per segment transition
qual Lower spatial resolution but strong thematic flow
ext Exports storyboard thumbnails with timing cues

Class Codes:

perf — Performance characteristics

app — Targeted application domains

hw — Hardware execution requirements

speed — Inference latency profile

qual — Output quality traits

len — Recommended sequence length

input — Supported input modalities

api — Interface and extensibility features

fmt — Native output format

limit — Known constraints or boundaries

ext — Integration and export capabilities

Device Type Definitions:

T2V — Text-to-Video Generator

ADJ — Adapter / Plugin Module

ENC — Encoder / Post-processing Tool

CTL — Control Network / Guidance Model

Usage Notes:

This database is intended for developers and researchers

building or integrating generative video systems.

Entries reflect real-world deployment profiles,

not just theoretical benchmarks. Community contributions

are essential for maintaining accuracy and coverage.

创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考

版权声明: 本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若内容造成侵权/违法违规/事实不符,请联系邮箱:809451989@qq.com进行投诉反馈,一经查实,立即删除!
网站建设 2026/6/7 17:42:30

anything-llm Docker本地部署与源码问答指南

anything-llm Docker本地部署与源码问答指南 在现代软件开发中&#xff0c;面对动辄数百万行的代码库&#xff0c;如何快速理解系统架构、定位关键逻辑、掌握模块交互&#xff0c;已成为开发者日常效率的核心瓶颈。尤其像 Android AOSP、Linux 内核这类大型项目&#xff0c;仅…

作者头像 李华
网站建设 2026/6/6 16:43:57

LobeChat Docker镜像使用技巧:环境变量配置大全

LobeChat Docker镜像使用技巧&#xff1a;环境变量配置大全 在构建现代 AI 聊天应用的实践中&#xff0c;一个常见痛点是&#xff1a;如何快速、安全地将前端界面与后端大模型服务对接&#xff0c;同时兼顾部署灵活性和访问控制&#xff1f;开源项目 LobeChat 正是为解决这一问…

作者头像 李华
网站建设 2026/6/7 11:10:58

语音合成新突破:GPT-SoVITS实现跨语言TTS只需1分钟音频

语音合成新突破&#xff1a;GPT-SoVITS实现跨语言TTS只需1分钟音频 在内容创作日益个性化的今天&#xff0c;越来越多的自媒体人、教育工作者甚至普通用户开始思考一个问题&#xff1a;能不能让AI用我的声音说话&#xff1f; 过去&#xff0c;这听起来像是科幻电影的情节。传统…

作者头像 李华
网站建设 2026/6/8 13:49:26

Java矩阵乘法

任务描述 本关任务&#xff1a;编写一个程序&#xff0c;输入两个矩阵输出矩阵乘的结果。矩阵乘法 矩阵相乘最重要的方法是一般矩阵乘积。它只有在第一个矩阵的列数&#xff08; column &#xff09;和第二个矩阵的行数&#xff08; row &#xff09;相同时才有意义。 矩阵乘法…

作者头像 李华
网站建设 2026/6/7 21:42:38

提高领导能力必看的三本书

很多人一提到“领导力”&#xff0c;就会想到鼓舞人心的演讲、果断的决策、带领团队逆转困境的传奇故事。但现实中&#xff0c;大多数管理者面临的领导挑战&#xff0c;远比这些更细微也更真实——如何让团队信任你、如何在压力下保持判断、如何在复杂环境中做出平衡的选择。领…

作者头像 李华
网站建设 2026/6/8 8:59:55

TensorFlow 2.5-gpu与PyTorch 1.8-gpu安装指南

深度学习双雄&#xff1a;TensorFlow 2.5-gpu 与 PyTorch 1.8-gpu 实战部署指南 在现代 AI 工程实践中&#xff0c;一个稳定、可复现的 GPU 环境往往是项目成败的关键。尽管新版本框架层出不穷&#xff0c;但在企业级系统维护和科研成果落地中&#xff0c;TensorFlow 2.5-gpu …

作者头像 李华