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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -18,7 +18,8 @@ from diffusers import StableDiffusionXLPipeline
18
  import torch
19
 
20
  model = "IDK-ab0ut/Yiffymix_v51"
21
- pipeline = StableDiffusionXLPipeline.from_pretrained(model, torch_dtype=torch.float16).to("cuda")
 
22
 
23
  prompt = "a cat, detailed background, dynamic lighting"
24
  negative_prompt = "low resolution, bad quality, deformed"
 
18
  import torch
19
 
20
  model = "IDK-ab0ut/Yiffymix_v51"
21
+ pipeline = StableDiffusionXLPipeline.from_pretrained(
22
+ model, torch_dtype=torch.float16).to("cuda")
23
 
24
  prompt = "a cat, detailed background, dynamic lighting"
25
  negative_prompt = "low resolution, bad quality, deformed"