nvvaulin commited on
Commit
25da1e8
·
verified ·
1 Parent(s): 6eb6958

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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"