Rename main.py to run.py

This commit is contained in:
filipstrand 2024-09-06 20:51:15 +02:00
parent b8102f2a2f
commit 23e44c768b
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ like [Numpy](https://numpy.org) and [Pillow](https://pypi.org/project/pillow/) f
``` ```
### Generating an image ### Generating an image
Run the provided [main.py](src/mflux/main.py) by specifying a prompt and some optional arguments like so using the `schnell` model: Run the provided [main.py](src/mflux/run.py) by specifying a prompt and some optional arguments like so using the `schnell` model:
``` ```
python main.py --model schnell --prompt "Luxury food photograph" --steps 2 --seed 2 -q 8 python main.py --model schnell --prompt "Luxury food photograph" --steps 2 --seed 2 -q 8
@ -116,7 +116,7 @@ image = flux.generate_image(
image.save(path="image.png") image.save(path="image.png")
``` ```
For more options on how to configure MFLUX, please see [main.py](src/mflux/main.py). For more options on how to configure MFLUX, please see [main.py](src/mflux/run.py).
### Image generation speed (updated) ### Image generation speed (updated)