Commit bae3d352 authored by gushiqiao's avatar gushiqiao Committed by GitHub
Browse files

Merge pull request #124 from ModelTC/dev_gsq

FIX
parents c4d4d674 627123e8
......@@ -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:
- `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
- `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
......
......@@ -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)中的以下路径配置可以省略:
- `dit_quantized_ckpt` 无需指定,代码会自动在模型目录下查找
- `tiny_vae_path`:无需指定,代码会自动在模型目录下查找
- `clip_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