Update README.md
Browse files
README.md
CHANGED
@@ -10,12 +10,12 @@ tags:
|
|
10 |
- artistic
|
11 |
- diffusers
|
12 |
- absolute-realism
|
13 |
-
duplicated_from: lykon
|
14 |
---
|
15 |
|
16 |
-
# Absolute
|
17 |
|
18 |
-
`lykon
|
19 |
|
20 |
Please consider supporting me:
|
21 |
- on [Patreon](https://www.patreon.com/Lykon275)
|
@@ -36,7 +36,7 @@ pip install diffusers transformers accelerate
|
|
36 |
from diffusers import AutoPipelineForText2Image, DEISMultistepScheduler
|
37 |
import torch
|
38 |
|
39 |
-
pipe = AutoPipelineForText2Image.from_pretrained('lykon
|
40 |
pipe.scheduler = DEISMultistepScheduler.from_config(pipe.scheduler.config)
|
41 |
pipe = pipe.to("cuda")
|
42 |
|
|
|
10 |
- artistic
|
11 |
- diffusers
|
12 |
- absolute-realism
|
13 |
+
duplicated_from: lykon/absolute-reality-1.81
|
14 |
---
|
15 |
|
16 |
+
# Absolute reality 1.81
|
17 |
|
18 |
+
`lykon/absolute-reality-1.81` is a Stable Diffusion model that has been fine-tuned on [runwayml/stable-diffusion-v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5).
|
19 |
|
20 |
Please consider supporting me:
|
21 |
- on [Patreon](https://www.patreon.com/Lykon275)
|
|
|
36 |
from diffusers import AutoPipelineForText2Image, DEISMultistepScheduler
|
37 |
import torch
|
38 |
|
39 |
+
pipe = AutoPipelineForText2Image.from_pretrained('lykon/absolute-reality-1.81', torch_dtype=torch.float16, variant="fp16")
|
40 |
pipe.scheduler = DEISMultistepScheduler.from_config(pipe.scheduler.config)
|
41 |
pipe = pipe.to("cuda")
|
42 |
|