eramth commited on
Commit
f92a63d
·
verified ·
1 Parent(s): 2fcff8a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -12,7 +12,10 @@ The Flux Kontext model with **FP4** transformer and T5 encoder.
12
 
13
 
14
  # Usage
15
- ```pip install bitsandbytes```
 
 
 
16
  ```python
17
  from diffusers import FluxKontextPipeline
18
  import torch
 
12
 
13
 
14
  # Usage
15
+ ```
16
+ pip install bitsandbytes
17
+ ```
18
+
19
  ```python
20
  from diffusers import FluxKontextPipeline
21
  import torch