IDK-ab0ut commited on
Commit
b082435
·
verified ·
1 Parent(s): ddb3125

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -13,6 +13,12 @@ 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
  ```py
17
  from diffusers import StableDiffusionXLPipeline
18
  import torch
 
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
+ ```
20
+
21
+ After the installation, you can run SDXL with Yiffymix v51 model using the code below:
22
  ```py
23
  from diffusers import StableDiffusionXLPipeline
24
  import torch