nvvaulin commited on
Commit
7184d02
·
verified ·
1 Parent(s): f813848

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -99,7 +99,7 @@ Kandinsky 5.0 Image Lite:
99
 
100
  ```python
101
  import torch
102
- from diffusers import Kandinsky5I2IPipeline
103
  from diffusers.utils import load_image
104
  # Load the pipeline
105
  model_id = "kandinskylab/Kandinsky-5.0-I2I-Lite-sft-Diffusers"
 
99
 
100
  ```python
101
  import torch
102
+ from diffusers import Kandinsky5I2IPipeline # use duffusers fork: pip install git+https://github.com/leffff/diffusers
103
  from diffusers.utils import load_image
104
  # Load the pipeline
105
  model_id = "kandinskylab/Kandinsky-5.0-I2I-Lite-sft-Diffusers"