IDK-ab0ut commited on
Commit
b22e286
·
verified ·
1 Parent(s): 8296a97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ This is a Diffusers-compatible version of [Yiffymix v51 by chilon249](https://ci
13
  This repo uses DPM++ 2M Karras as its sampler (Diffusers only).
14
 
15
  ## Diffusers Installation 🧨
16
- First, you need to install few dependencies with the code as shown below:
17
  ```py
18
  !pip install -q diffusers transformers accelerate
19
  ```
 
13
  This repo uses DPM++ 2M Karras as its sampler (Diffusers only).
14
 
15
  ## Diffusers Installation 🧨
16
+ First, you'll need to install few dependencies. This is a one-time operation, you only need to run the code once.
17
  ```py
18
  !pip install -q diffusers transformers accelerate
19
  ```