Skip to content

Commit 55e41e0

Browse files
authored
SDXL: Update MLC commands to support model download through R2 (#2373)
1 parent a921baf commit 55e41e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text_to_image/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ We host two checkpoints (fp32 and fp16) that are a snapshot of the [Hugging Face
5555
The following MLCommons MLC commands can be used to programmatically download the model checkpoints.
5656

5757
```
58-
mlcr get,ml-model,sdxl,_fp16,_rclone --outdirname=$MODEL_PATH
58+
mlcr get,ml-model,sdxl,_fp16,_r2-downloader --outdirname=$MODEL_PATH -j
5959
```
6060
```
61-
mlcr get,ml-model,sdxl,_fp32,_rclone --outdirname=$MODEL_PATH
61+
mlcr get,ml-model,sdxl,_fp32,_r2-downloader --outdirname=$MODEL_PATH -j
6262
```
6363
#### Manual method
6464

0 commit comments

Comments
 (0)