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