Update README.md
Browse files
README.md
CHANGED
|
@@ -7,8 +7,11 @@ tags:
|
|
| 7 |
- text-generation-inference
|
| 8 |
---
|
| 9 |
|
| 10 |
-
pip install git+https://github.com/huggingface/diffusers.git
|
| 11 |
|
|
|
|
|
|
|
|
|
|
| 12 |
```py
|
| 13 |
import torch
|
| 14 |
from diffusers import FluxKontextPipeline
|
|
|
|
| 7 |
- text-generation-inference
|
| 8 |
---
|
| 9 |
|
| 10 |
+
- pip install git+https://github.com/huggingface/diffusers.git
|
| 11 |
|
| 12 |
+
- pip install bitsandbytes
|
| 13 |
+
|
| 14 |
+
- pip install transformers
|
| 15 |
```py
|
| 16 |
import torch
|
| 17 |
from diffusers import FluxKontextPipeline
|