Skip to content

Commit 6106fc1

Browse files
committed
updates
1 parent 9bd5a67 commit 6106fc1

File tree

2 files changed

+1
-85
lines changed

2 files changed

+1
-85
lines changed

README.md

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -39,32 +39,7 @@ For hardware, we used a 96GB 700W H100 GPU. Some of the optimizations applied (B
3939

4040
## Run the optimized pipeline
4141

42-
```sh
43-
python optimized_flux_inference.py
44-
```
45-
46-
This will use Flux Schnell and will also use the AOT serialized binaries. If the binaries don't exist, they will be
47-
automatically downloaded from [here](https://hf.co/jbschlosser/flux-fast).
48-
49-
Usage:
50-
51-
```usage: optimized_flux_inference.py [-h] [--cache_dir CACHE_DIR] [--ckpt CKPT] [--prompt PROMPT]
52-
[--num_inference_steps NUM_INFERENCE_STEPS] [--guidance_scale GUIDANCE_SCALE] [--seed SEED]
53-
[--output_file OUTPUT_FILE]
54-
55-
options:
56-
-h, --help show this help message and exit
57-
--cache_dir CACHE_DIR
58-
Directory where we should expect to fine the AOT exported artifacts as well as the model params.
59-
--ckpt CKPT
60-
--prompt PROMPT
61-
--num_inference_steps NUM_INFERENCE_STEPS
62-
--guidance_scale GUIDANCE_SCALE
63-
Ignored when using Schnell.
64-
--seed SEED
65-
--output_file OUTPUT_FILE
66-
Output image file path
67-
```
42+
TODO
6843

6944
> [!IMPORTANT]
7045
> The binaries won't work for hardware that are different from the ones they were obtained on. For example, if the binaries were obtained on an H100, they won't work on A100.

optimized_flux_inference.py

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)