ffy2000 commited on
Commit
12eca61
·
verified ·
1 Parent(s): 0e391a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -256,6 +256,7 @@ bash inference_lance.sh
256
 
257
  - Before running, please configure the inference parameters at the top of `inference_lance.sh`.
258
  - **Supported tasks:** `t2i`, `t2v`, `image_edit`, `video_edit`, `x2t_image`, and `x2t_video`. You can modify `TASK_DEFAULT_CONFIGS` in `inference_lance.py` to customize the default data samples for each task.
 
259
 
260
  #### Available Tasks
261
 
 
256
 
257
  - Before running, please configure the inference parameters at the top of `inference_lance.sh`.
258
  - **Supported tasks:** `t2i`, `t2v`, `image_edit`, `video_edit`, `x2t_image`, and `x2t_video`. You can modify `TASK_DEFAULT_CONFIGS` in `inference_lance.py` to customize the default data samples for each task.
259
+ - **Note:** For all tasks, we recommend following the `prompt` format used in the provided examples when writing input prompts, as this typically leads to better generation quality.
260
 
261
  #### Available Tasks
262