From d8611dd69f3a2d09f053e84a5ed085e8b985ecf3 Mon Sep 17 00:00:00 2001 From: Ivan Fioravanti Date: Sat, 12 Oct 2024 15:14:01 +0200 Subject: [PATCH] Small typo fixed in flux README.md (#1035) --- flux/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flux/README.md b/flux/README.md index 33bebfd6..62eb9b62 100644 --- a/flux/README.md +++ b/flux/README.md @@ -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'