Update README.md
Browse files
README.md
CHANGED
@@ -13,10 +13,12 @@ inference: true
|
|
13 |
Diffuser model for this SD checkpoint:
|
14 |
https://civitai.com/models/43331/majicmix-realistic
|
15 |
|
16 |
-
**emilianJR/
|
17 |
|
18 |
Examples | Examples | Examples
|
19 |
---- | ---- | ----
|
|
|
|
|
20 |
-------
|
21 |
|
22 |
|
@@ -30,7 +32,7 @@ please have a look at the [Stable Diffusion](https://huggingface.co/docs/diffuse
|
|
30 |
from diffusers import StableDiffusionPipeline
|
31 |
import torch
|
32 |
|
33 |
-
model_id = "emilianJR/
|
34 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
35 |
pipe = pipe.to("cuda")
|
36 |
|
|
|
13 |
Diffuser model for this SD checkpoint:
|
14 |
https://civitai.com/models/43331/majicmix-realistic
|
15 |
|
16 |
+
**emilianJR/majicMIX_realistic_v6** is the HuggingFace diffuser that you can use with **diffusers.StableDiffusionPipeline()**.
|
17 |
|
18 |
Examples | Examples | Examples
|
19 |
---- | ---- | ----
|
20 |
+
![](https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/55e308aa-aec9-4816-b76e-523d9235a6e1/width=450/00005-321001525.jpeg) | ![](https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/f1bb9271-3628-45c6-8b2c-05ee3b19af0f/width=450/00027-1961413425.jpeg) | ![](https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/18150a9d-1e07-494f-8498-cd0c033907c5/width=450/00042-2448422190.jpeg)
|
21 |
+
![](https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d748fcfd-29f1-4fe1-95e2-d34765bccca9/width=450/00058-3698311310.jpeg) | ![](https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/a5b348c9-7b5b-4235-a943-834eec84a17a/width=450/00003-703532927.jpeg) | ![](https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/66820fd3-98f2-4fbb-b904-0507de39c36a/width=450/00002-140050360.jpeg)
|
22 |
-------
|
23 |
|
24 |
|
|
|
32 |
from diffusers import StableDiffusionPipeline
|
33 |
import torch
|
34 |
|
35 |
+
model_id = "emilianJR/majicMIX_realistic_v6"
|
36 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
37 |
pipe = pipe.to("cuda")
|
38 |
|