支持视频生成时插图没必填,大幅提升视频生成速度

This commit is contained in:
puke
2025-11-07 14:09:32 +08:00
parent 514dbfaa1b
commit 8d5c578958
11 changed files with 674 additions and 330 deletions

View File

@@ -22,7 +22,16 @@ Yes, you can use traditional pip + venv approach.
### Q: Do I need to configure ComfyUI?
Not necessarily. You can use RunningHub cloud service without local deployment.
**Not necessarily** - it depends on your template choice:
| Template Type | ComfyUI | Best For | Speed |
|--------------|---------|----------|-------|
| Text-only<br/>(e.g., `simple.html`) | ❌ Not needed | Quotes, announcements, reading prompts | ⚡⚡⚡ Very fast |
| AI Images<br/>(e.g., `default.html`) | ✅ Required | Rich visual content | ⚡ Standard |
**Tip**: Beginners can start with text-only templates for instant zero-barrier experience!
**Alternative**: If you need AI images but don't want local ComfyUI, use RunningHub cloud service.
### Q: Which LLMs are supported?

View File

@@ -22,7 +22,16 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
### Q: 必须要配置 ComfyUI 吗?
不一定。你可以使用 RunningHub 云端服务,无需本地部署。
**不一定**,取决于您选择的模板类型:
| 模板类型 | ComfyUI | 适用场景 | 生成速度 |
|---------|---------|---------|----------|
| 纯文本模板<br/>(如 `simple.html` | ❌ 不需要 | 文字金句、公告、阅读提示 | ⚡⚡⚡ 极快 |
| AI 配图模板<br/>(如 `default.html` | ✅ 需要 | 图文并茂的丰富内容 | ⚡ 标准 |
**推荐**:新手可以从纯文本模板开始,零门槛快速体验!
**其他选项**:如果需要 AI 配图但不想本地部署 ComfyUI可以使用 RunningHub 云端服务。
### Q: 支持哪些 LLM