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 |
+
 |  | 
|
21 |
+
 |  | 
|
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 |
|