Update README.md
Browse files
README.md
CHANGED
|
@@ -96,7 +96,7 @@ Kandinsky 5.0 Image Lite:
|
|
| 96 |
|
| 97 |
```python
|
| 98 |
import torch
|
| 99 |
-
from diffusers import Kandinsky5T2IPipeline
|
| 100 |
|
| 101 |
# Load the pipeline
|
| 102 |
model_id = "kandinskylab/Kandinsky-5.0-T2I-Lite-sft-Diffusers"
|
|
|
|
| 96 |
|
| 97 |
```python
|
| 98 |
import torch
|
| 99 |
+
from diffusers import Kandinsky5T2IPipeline # use duffusers fork pip install git+https://github.com/leffff/diffusers
|
| 100 |
|
| 101 |
# Load the pipeline
|
| 102 |
model_id = "kandinskylab/Kandinsky-5.0-T2I-Lite-sft-Diffusers"
|