Update README.md
Browse files
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(
|
|
|
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"
|