-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance report - 2023 M2 Max 96GB #6
Comments
@explorigin Thanks for the report (and nice picture with the food for --seed 2 :) ). I have looked at your PR and will include this performance result and some other numbers in the README once this PR is merged. |
On the same machine (M2 Max 96GB MBP), the same prompt takes about 8 seconds longer to complete. I'm not sure what the reason is. I'm running this within a conda virtual environment with python 3.12.4 time python main.py --prompt "Luxury food photograph" --steps 2 --seed 2 time python main.py --prompt "detailed cinematic dof render of an old dusty detailed CRT monitor on a wooden desk in a dim room with items around, messy dirty room. On the screen are the letters "FLUX" glowing softly. High detail hard surface render" --steps 2 --seed 2 |
There could be a loading time difference. Let's compare a few more things:
|
Thanks for the reply. Here is mine:
|
Forgot one thing, I'm using the latest version of mflux |
Encryption also includes compression. For loading large models into memory, that might be the difference if the drive is the bottleneck. I'm speculating. |
Interesting. If the drive is the bottleneck, then the time difference for FLUX.1 dev, which takes 20 steps, should be less. |
I tried turning on encryption and it didn't take significantly less time, it was still around 34s 😂 |
That leaves drive size as the remaining differentiator. |
Yeah, maybe the 4T harddrive doesn't have the same read/write speeds as 1T... |
(Using my CLI options here )
So about 25-26 seconds.
The text was updated successfully, but these errors were encountered: