Update README.md
Browse files
README.md
CHANGED
@@ -52,7 +52,7 @@ You can also export the model to [ONNX](https://huggingface.co/docs/diffusers/op
|
|
52 |
from diffusers import StableDiffusionPipeline
|
53 |
import torch
|
54 |
|
55 |
-
model_id = "robotjung/SemiRealMix
|
56 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
57 |
pipe = pipe.to("cuda")
|
58 |
|
|
|
52 |
from diffusers import StableDiffusionPipeline
|
53 |
import torch
|
54 |
|
55 |
+
model_id = "robotjung/SemiRealMix"
|
56 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
57 |
pipe = pipe.to("cuda")
|
58 |
|