emilianJR commited on
Commit
07daf21
1 Parent(s): d62f9b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -11,14 +11,14 @@ inference: true
11
  ---
12
 
13
  Diffuser model for this SD checkpoint:
14
- https://civitai.com/models/22402/fantasticmix
15
 
16
- **fantasticmix** is the HuggingFace diffuser that you can use with **diffusers.StableDiffusionPipeline()**.
17
 
18
  Examples | Examples | Examples
19
  ---- | ---- | ----
20
- ![](https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/3becfbe1-2c2b-4807-9242-1c4dd4b2951d/width=400/20230522_212035_709500.jpeg) | ![](https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/75a8cef1-f0f1-4486-bb4a-315d4ae162c8/width=400/20230522_194420_265983.jpeg) | ![](https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/d70699ee-8b7e-4283-8f33-6c1971f20948/width=400/20230522_194845_416509.jpeg)
21
- ![](https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8d5ebd73-ce72-4c3f-a94b-f007e981a950/width=400/20230522_183739_592683.jpeg) | ![](https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/8c6d7827-f101-44b1-9c36-a2be3013cb2a/width=400/20230522_212245_329331.jpeg) | ![](https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ff942f66-dc5b-4e81-905d-c8ebc783d1d3/width=400/01141.jpeg)
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/fantasticmix"
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/4201?modelVersionId=29460
15
 
16
+ **emilianJR/RealisticVision_V2** is the HuggingFace diffuser that you can use with **diffusers.StableDiffusionPipeline()**.
17
 
18
  Examples | Examples | Examples
19
  ---- | ---- | ----
20
+ ![](https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/393713d6-c943-4c6a-7247-ad5f03583200/width=450/333323.jpeg) | ![](https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/9faea504-44ab-4b11-5eb9-8969d2a75400/width=450/341670.jpeg) | ![](https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/ce9c1a30-5820-4e85-a002-633f2026cab7/width=450/sd-1684967529-401198045-2876.jpeg)
21
+ ![](https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/cf4b9664-975a-4f56-8fba-afe4b5827a00/width=450/334107.jpeg) | ![](https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/6777a3bb-3215-4250-22d8-556b06676c00/width=450/334752.jpeg) | ![](https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/efce54be-dd3b-4ac5-8a06-b1ff865a8a11/width=450/00005-183275852.0.jpeg)
22
  -------
23
 
24
 
 
32
  from diffusers import StableDiffusionPipeline
33
  import torch
34
 
35
+ model_id = "emilianJR/RealisticVision_V2"
36
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
37
  pipe = pipe.to("cuda")
38