File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/mflux/models/z_image/cli Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11"""CLI entrypoint for Z-Image Image-to-LoRA (i2L).
22
33Usage:
4- mflux-z-image-i2l --image-path ./style_images/ --output style_lora.safetensors
4+ mflux-z-image-i2l --image-path ./style_images --output style_lora.safetensors
55 mflux-z-image-i2l --image-path img1.jpg img2.jpg --output style_lora.safetensors
66"""
77
@@ -42,10 +42,10 @@ def main():
4242 formatter_class = argparse .RawDescriptionHelpFormatter ,
4343 epilog = """
4444Examples:
45- mflux-z-image-i2l --image-path ./my_style/
46- mflux-z-image-i2l --image-path ./my_style/ --output my_style.safetensors
45+ mflux-z-image-i2l --image-path ./my_style
46+ mflux-z-image-i2l --image-path ./my_style --output my_style.safetensors
4747 mflux-z-image-i2l --image-path img1.jpg img2.jpg img3.jpg img4.jpg
48- mflux-z-image-i2l --image-path ./style_a/ ./style_b/photo.png
48+ mflux-z-image-i2l --image-path ./style_a ./style_b/photo.png
4949
5050The generated LoRA can then be used with mflux-generate-z-image-turbo:
5151 mflux-generate-z-image-turbo --prompt "a cat" --lora-paths style.safetensors
You can’t perform that action at this time.
0 commit comments