patrickvonplaten commited on
Commit
69e81b7
·
1 Parent(s): 3724069

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -35,12 +35,12 @@ We release our two models:
35
 
36
  ## Installing
37
 
38
- To install repo first one need to create conda environment:
39
 
40
  ```
41
- pip install git+https://github.com/ai-forever/diffusers_kandinsky3.git
 
42
  ```
43
- The exact dependencies is got using `pip freeze` and can be found in `exact_requirements.txt`
44
 
45
  ## How to use:
46
 
 
35
 
36
  ## Installing
37
 
38
+ Make sure to install `diffusers` from main as well as Transformers, Accelerate
39
 
40
  ```
41
+ pip install git+https://github.com/huggingface/diffusers.git
42
+ pip install --upgrade transformers accelerate
43
  ```
 
44
 
45
  ## How to use:
46