Update README.md
Browse files
README.md
CHANGED
@@ -11,14 +11,14 @@ inference: true
|
|
11 |
---
|
12 |
|
13 |
Diffuser model for this SD checkpoint:
|
14 |
-
https://civitai.com/models/
|
15 |
|
16 |
-
**
|
17 |
|
18 |
Examples | Examples | Examples
|
19 |
---- | ---- | ----
|
20 |
-
![](https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/
|
21 |
-
![](https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/
|
22 |
-------
|
23 |
|
24 |
|
@@ -32,7 +32,7 @@ please have a look at the [Stable Diffusion](https://huggingface.co/docs/diffuse
|
|
32 |
from diffusers import StableDiffusionPipeline
|
33 |
import torch
|
34 |
|
35 |
-
model_id = "emilianJR/
|
36 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
37 |
pipe = pipe.to("cuda")
|
38 |
|
|
|
11 |
---
|
12 |
|
13 |
Diffuser model for this SD checkpoint:
|
14 |
+
https://civitai.com/models/15003/cyberrealistic
|
15 |
|
16 |
+
**emilianJR/CyberRealistic_V3** is the HuggingFace diffuser that you can use with **diffusers.StableDiffusionPipeline()**.
|
17 |
|
18 |
Examples | Examples | Examples
|
19 |
---- | ---- | ----
|
20 |
+
![](https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/92c05a74-23f0-471e-ac1a-fb7061177dc8/width=450/3.18.jpeg) | ![](https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9e5435dc-dbd2-4afd-8430-7d0267299788/width=450/3.13.jpeg) | ![](https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/c5ca3fb9-b347-4e89-9694-b62528e4bd8b/width=450/3.11.jpeg)
|
21 |
+
![](https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/83f2dff8-029c-463d-9df4-b21fe672f07f/width=450/3.22.jpeg) | ![](https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/583afcde-8696-4349-b8ff-1ae2465d9cad/width=450/320.jpeg) | ![](https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/53472642-36a3-45c1-942c-d7b7c0a87c8c/width=450/3.21.jpeg)
|
22 |
-------
|
23 |
|
24 |
|
|
|
32 |
from diffusers import StableDiffusionPipeline
|
33 |
import torch
|
34 |
|
35 |
+
model_id = "emilianJR/CyberRealistic_V3"
|
36 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
37 |
pipe = pipe.to("cuda")
|
38 |
|