Update README.md
Browse files
README.md
CHANGED
@@ -12,12 +12,13 @@ This is a Diffusers-compatible version of [Yiffymix v51 by chilon249](https://ci
|
|
12 |
|
13 |
This repo uses DPM++ 2M Karras as its sampler (Diffusers only).
|
14 |
|
15 |
-
|
|
|
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 |
```
|
20 |
-
|
21 |
After the installation, you can run SDXL with Yiffymix v51 model using the code below:
|
22 |
```py
|
23 |
from diffusers import StableDiffusionXLPipeline
|
|
|
12 |
|
13 |
This repo uses DPM++ 2M Karras as its sampler (Diffusers only).
|
14 |
|
15 |
+
# Diffusers Installation 🧨
|
16 |
+
### Dependencies Installation 📁
|
17 |
First, you'll need to install few dependencies. This is a one-time operation, you only need to run the code once.
|
18 |
```py
|
19 |
!pip install -q diffusers transformers accelerate
|
20 |
```
|
21 |
+
### Model Installation 💽
|
22 |
After the installation, you can run SDXL with Yiffymix v51 model using the code below:
|
23 |
```py
|
24 |
from diffusers import StableDiffusionXLPipeline
|