Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
shlee007 committed Dec 11, 2024
1 parent d25e5e1 commit 80a1a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ The video is heavily compressed due to compliance of GitHub policy. The high qua
- [Run a Gradio Server](#run-a-gradio-server)
- [More Configurations](#more-configurations)
- [🚀 Parallel Inference on Multiple GPUs by xDiT](#-parallel-inference-on-multiple-gpus-by-xdit)
- [Install Dependencies Compatible with xDiT](#install-dependencies-compatible-with-xdit)
- [Using Command Line](#using-command-line-1)
- [🔗 BibTeX](#-bibtex)
- [🧩 Projects that use HunyuanVideo](#-projects-that-use-hunyuanvideo)
Expand Down
5 changes: 2 additions & 3 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,11 @@
- [🛠️ 安装和依赖](#️-安装和依赖)
- [Linux 安装指引](#linux-安装指引)
- [🧱 下载预训练模型](#-下载预训练模型)
- [🔑 推理](#-推理)
- [🔑 单卡推理](#-单卡推理)
- [使用命令行](#使用命令行)
- [运行gradio服务](#运行gradio服务)
- [更多配置](#更多配置)
- [🚀 使用 xDiT 实现多卡并行推理](#-使用-xdit-实现多卡并行推理)
- [安装与 xDiT 兼容的依赖项](#安装与-xdit-兼容的依赖项)
- [使用命令行](#使用命令行-1)
- [🔗 BibTeX](#-bibtex)
- [🧩 使用 HunyuanVideo 的项目](#-使用-hunyuanvideo-的项目)
Expand Down Expand Up @@ -254,7 +253,7 @@ docker run -itd --gpus all --init --net=host --uts=host --ipc=host --name hunyua

下载预训练模型参考[这里](ckpts/README.md)

## 🔑 推理
## 🔑 单卡推理
我们在下表中列出了支持的高度/宽度/帧数设置。

| 分辨率 | h/w=9:16 | h/w=16:9 | h/w=4:3 | h/w=3:4 | h/w=1:1 |
Expand Down

0 comments on commit 80a1a69

Please sign in to comment.