mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-06-24 09:21:18 +08:00
Small typo fixed in flux README.md (#1035)
This commit is contained in:
parent
a5f2bab070
commit
d8611dd69f
@ -160,8 +160,8 @@ The adapters are saved in `mlx_output` and can be used directly by the
|
||||
`txt2image.py` script. For instance,
|
||||
|
||||
```shell
|
||||
python txt2img.py --model dev --save-raw --image-size 512x512 --n-images 1 \
|
||||
--adapter mlx_output/mlx_output/0001200_adapters.safetensors \
|
||||
python txt2image.py --model dev --save-raw --image-size 512x512 --n-images 1 \
|
||||
--adapter mlx_output/0001200_adapters.safetensors \
|
||||
--fuse-adapter \
|
||||
--no-t5-padding \
|
||||
'A photo of an sks dog lying on the sand at a beach in Greece'
|
||||
|
Loading…
Reference in New Issue
Block a user