Update README.md
Browse files
README.md
CHANGED
|
@@ -17,6 +17,9 @@ Diffusers-compatible transformer weights extracted from [Phr00t/Qwen-Image-Edit-
|
|
| 17 |
|
| 18 |
## **Quick Start with Diffusers🧨**
|
| 19 |
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
```py
|
| 22 |
import torch
|
|
|
|
| 17 |
|
| 18 |
## **Quick Start with Diffusers🧨**
|
| 19 |
|
| 20 |
+
```
|
| 21 |
+
pip install -U torch transformers diffusers
|
| 22 |
+
```
|
| 23 |
|
| 24 |
```py
|
| 25 |
import torch
|