baseten-admin commited on
Commit
dd81754
·
verified ·
1 Parent(s): a91dba9

Update download_flux_model.py

Browse files
Files changed (1) hide show
  1. download_flux_model.py +2 -2
download_flux_model.py CHANGED
@@ -11,8 +11,8 @@ ready for diffusers from_pretrained().
11
 
12
  Usage:
13
  python download_flux_model.py \
14
- --repo-id baseten/distilled_8step_FLUX.2-dev \
15
- --output-dir ./ \
16
  [--text-encoder-repo black-forest-labs/FLUX.2-dev] \
17
  [--hf-cache-dir /path/to/hf_cache]
18
  """
 
11
 
12
  Usage:
13
  python download_flux_model.py \
14
+ --output-dir ./DISTILLED_FLUX2 \
15
+ [--repo-id baseten/distilled_8step_FLUX.2-dev] \
16
  [--text-encoder-repo black-forest-labs/FLUX.2-dev] \
17
  [--hf-cache-dir /path/to/hf_cache]
18
  """