IDK-ab0ut commited on
Commit
ab2d4cc
·
verified ·
1 Parent(s): de3909e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -18,13 +18,13 @@ First, you'll need to install few dependencies. This is a one-time operation, yo
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
25
  import torch
26
 
27
- model = "IDK-ab0ut/Yiffymix_v51"
28
  pipeline = StableDiffusionXLPipeline.from_pretrained(
29
  model, torch_dtype=torch.float16).to("cuda")
30
 
 
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
25
  import torch
26
 
27
+ model = "IDK-ab0ut/Yiffymix_v51-XL"
28
  pipeline = StableDiffusionXLPipeline.from_pretrained(
29
  model, torch_dtype=torch.float16).to("cuda")
30