Commit 1202fcd0 authored by gushiqiao's avatar gushiqiao
Browse files

Update docs

parent 308b06dd
...@@ -403,7 +403,7 @@ def run_inference( ...@@ -403,7 +403,7 @@ def run_inference(
"rotary_chunk": rotary_chunk, "rotary_chunk": rotary_chunk,
"rotary_chunk_size": rotary_chunk_size, "rotary_chunk_size": rotary_chunk_size,
"clean_cuda_cache": clean_cuda_cache, "clean_cuda_cache": clean_cuda_cache,
"denoising_step_list": [1000, 750, 500, 250] "denoising_step_list": [1000, 750, 500, 250],
} }
args = argparse.Namespace( args = argparse.Namespace(
......
...@@ -405,7 +405,7 @@ def run_inference( ...@@ -405,7 +405,7 @@ def run_inference(
"rotary_chunk": rotary_chunk, "rotary_chunk": rotary_chunk,
"rotary_chunk_size": rotary_chunk_size, "rotary_chunk_size": rotary_chunk_size,
"clean_cuda_cache": clean_cuda_cache, "clean_cuda_cache": clean_cuda_cache,
"denoising_step_list": [1000, 750, 500, 250] "denoising_step_list": [1000, 750, 500, 250],
} }
args = argparse.Namespace( args = argparse.Namespace(
......
...@@ -261,4 +261,4 @@ echo ========================================== ...@@ -261,4 +261,4 @@ echo ==========================================
echo 📊 Final system resource usage: echo 📊 Final system resource usage:
wmic OS get TotalVisibleMemorySize,FreePhysicalMemory /format:table wmic OS get TotalVisibleMemorySize,FreePhysicalMemory /format:table
pause pause
...@@ -50,8 +50,8 @@ Refer to [Quick Start Guide](../getting_started/quickstart.md) to install enviro ...@@ -50,8 +50,8 @@ Refer to [Quick Start Guide](../getting_started/quickstart.md) to install enviro
#### One-Click Gradio Startup (Recommended) #### One-Click Gradio Startup (Recommended)
**📦 Download Software Package** **📦 Download Software Package**
- [Baidu Cloud]() - To be added - [Baidu Cloud](https://pan.baidu.com/s/1ef3hEXyIuO0z6z9MoXe4nQ?pwd=7g4f)
- [Quark Cloud]() - To be added - [Quark Cloud](https://pan.quark.cn/s/36a0cdbde7d9)
**📁 Directory Structure** **📁 Directory Structure**
After extraction, ensure the directory structure is as follows: After extraction, ensure the directory structure is as follows:
......
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
| **LightX2V_5** | 738 | 16 | **1.05x** | <video src="https://github.com/user-attachments/assets/ce72ab7d-50a7-4467-ac8c-a6ed1b3827a7" width="200px"></video> | | **LightX2V_5** | 738 | 16 | **1.05x** | <video src="https://github.com/user-attachments/assets/ce72ab7d-50a7-4467-ac8c-a6ed1b3827a7" width="200px"></video> |
| **LightX2V_5-Distill** | 68 | 16 | **11.45x** | <video src="https://github.com/user-attachments/assets/5df4b8a7-3162-47f8-a359-e22fbb4d1836" width="200px"></video> | | **LightX2V_5-Distill** | 68 | 16 | **11.45x** | <video src="https://github.com/user-attachments/assets/5df4b8a7-3162-47f8-a359-e22fbb4d1836" width="200px"></video> |
| **LightX2V_6** | 630 | 12 | **1.24x** | <video src="https://github.com/user-attachments/assets/d13cd939-363b-4f8b-80d9-d3a145c46676" width="200px"></video> | | **LightX2V_6** | 630 | 12 | **1.24x** | <video src="https://github.com/user-attachments/assets/d13cd939-363b-4f8b-80d9-d3a145c46676" width="200px"></video> |
| **LightX2V_6-Distill** | 63 | 12 | **🏆 12.36x** | <video src="https://github.com/user-attachments/assets/f372bce4-3c2f-411d-aa6b-c4daeb467d90" width="200px"></video> | **LightX2V_6-Distill** | 63 | 12 | **🏆 12.36x** | <video src="https://github.com/user-attachments/assets/f372bce4-3c2f-411d-aa6b-c4daeb467d90" width="200px"></video>
--- ---
......
...@@ -28,8 +28,8 @@ ...@@ -28,8 +28,8 @@
#### 一键启动Gradio(推荐) #### 一键启动Gradio(推荐)
**📦 下载软件包** **📦 下载软件包**
- [百度云]() - 待补充 - [百度云](https://pan.baidu.com/s/1ef3hEXyIuO0z6z9MoXe4nQ?pwd=7g4f)
- [夸克网盘]() - 待补充 - [夸克网盘](https://pan.quark.cn/s/36a0cdbde7d9)
**📁 目录结构** **📁 目录结构**
解压后,确保目录结构如下: 解压后,确保目录结构如下:
......
...@@ -51,4 +51,4 @@ python -m lightx2v.infer ^ ...@@ -51,4 +51,4 @@ python -m lightx2v.infer ^
--save_video_path %lightx2v_path%/save_results/output_lightx2v_wan_i2v.mp4 --save_video_path %lightx2v_path%/save_results/output_lightx2v_wan_i2v.mp4
echo 推理完成! echo 推理完成!
pause pause
\ No newline at end of file
...@@ -50,4 +50,4 @@ python -m lightx2v.infer ^ ...@@ -50,4 +50,4 @@ python -m lightx2v.infer ^
--save_video_path %lightx2v_path%/save_results/output_lightx2v_wan_t2v.mp4 --save_video_path %lightx2v_path%/save_results/output_lightx2v_wan_t2v.mp4
echo 推理完成! echo 推理完成!
pause pause
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment