Skip to content

Commit d0ee0fd

Browse files
committed
update README.md
1 parent 6541efb commit d0ee0fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ For FLUX:
109109
from diffusionkit.mlx import FluxPipeline
110110
pipeline = FluxPipeline(
111111
shift=1.0,
112-
model_version="argmaxinc/mlx-FLUX.1-schnell",
112+
model_version="argmaxinc/mlx-FLUX.1-schnell", # model_version="argmaxinc/mlx-FLUX.1-dev" for FLUX.1-dev
113113
low_memory_mode=True,
114114
a16=True,
115115
w16=True,
@@ -120,7 +120,7 @@ Finally, to generate the image, use the `generate_image()` function:
120120
```python
121121
HEIGHT = 512
122122
WIDTH = 512
123-
NUM_STEPS = 4 # 4 for FLUX.1-schnell, 50 for SD3
123+
NUM_STEPS = 4 # 4 for FLUX.1-schnell, 50 for SD3 and FLUX.1-dev
124124
CFG_WEIGHT = 0. # for FLUX.1-schnell, 5. for SD3
125125

126126
image, _ = pipeline.generate_image(

0 commit comments

Comments
 (0)