"script/wheel.py" did not exist on "b9a4c028e1aead32a7daac94d931685f2fcd6abb"
Commit 627123e8 authored by gushiqiao's avatar gushiqiao
Browse files

FIX

parent 43dc3126
...@@ -77,6 +77,7 @@ python gradio_demo_zh.py \ ...@@ -77,6 +77,7 @@ python gradio_demo_zh.py \
When starting with configuration files, such as [configuration file](https://github.com/ModelTC/LightX2V/tree/main/configs/offload/disk/wan_i2v_phase_lazy_load_480p.json), the following path configurations can be omitted: When starting with configuration files, such as [configuration file](https://github.com/ModelTC/LightX2V/tree/main/configs/offload/disk/wan_i2v_phase_lazy_load_480p.json), the following path configurations can be omitted:
- `dit_quantized_ckpt`: No need to specify, code will automatically search in the model directory
- `tiny_vae_path`: No need to specify, code will automatically search in the model directory - `tiny_vae_path`: No need to specify, code will automatically search in the model directory
- `clip_quantized_ckpt`: No need to specify, code will automatically search in the model directory - `clip_quantized_ckpt`: No need to specify, code will automatically search in the model directory
- `t5_quantized_ckpt`: No need to specify, code will automatically search in the model directory - `t5_quantized_ckpt`: No need to specify, code will automatically search in the model directory
......
...@@ -81,6 +81,7 @@ python gradio_demo_zh.py \ ...@@ -81,6 +81,7 @@ python gradio_demo_zh.py \
使用配置文件启动时, 如[配置文件](https://github.com/ModelTC/LightX2V/tree/main/configs/offload/disk/wan_i2v_phase_lazy_load_480p.json)中的以下路径配置可以省略: 使用配置文件启动时, 如[配置文件](https://github.com/ModelTC/LightX2V/tree/main/configs/offload/disk/wan_i2v_phase_lazy_load_480p.json)中的以下路径配置可以省略:
- `dit_quantized_ckpt` 无需指定,代码会自动在模型目录下查找
- `tiny_vae_path`:无需指定,代码会自动在模型目录下查找 - `tiny_vae_path`:无需指定,代码会自动在模型目录下查找
- `clip_quantized_ckpt`:无需指定,代码会自动在模型目录下查找 - `clip_quantized_ckpt`:无需指定,代码会自动在模型目录下查找
- `t5_quantized_ckpt`:无需指定,代码会自动在模型目录下查找 - `t5_quantized_ckpt`:无需指定,代码会自动在模型目录下查找
......
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