Update README.md
Browse files
README.md
CHANGED
|
@@ -64,7 +64,7 @@ python -m torch.distributed.launch --nproc_per_node=1 --master_port 29501 --use_
|
|
| 64 |
--jsonl_path data/val.jsonl \
|
| 65 |
--output_dir work_dirs/output \
|
| 66 |
--distributed \
|
| 67 |
-
--num_inference_steps
|
| 68 |
--true_cfg_scale 4.0 \
|
| 69 |
--transformer transformer_path \
|
| 70 |
--skip_existing
|
|
|
|
| 64 |
--jsonl_path data/val.jsonl \
|
| 65 |
--output_dir work_dirs/output \
|
| 66 |
--distributed \
|
| 67 |
+
--num_inference_steps 8 \
|
| 68 |
--true_cfg_scale 4.0 \
|
| 69 |
--transformer transformer_path \
|
| 70 |
--skip_existing
|