Commit
·
5f0b3b6
1
Parent(s):
73764e7
Update README.md
Browse files
README.md
CHANGED
|
@@ -62,7 +62,7 @@ You can also export the model to [ONNX](https://huggingface.co/docs/diffusers/op
|
|
| 62 |
```python
|
| 63 |
from diffusers import StableDiffusionPipeline
|
| 64 |
import torch
|
| 65 |
-
model_id = "GeneralAwareness/
|
| 66 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
| 67 |
pipe = pipe.to("cuda")
|
| 68 |
prompt = "a woman by mirrormask"
|
|
|
|
| 62 |
```python
|
| 63 |
from diffusers import StableDiffusionPipeline
|
| 64 |
import torch
|
| 65 |
+
model_id = "GeneralAwareness/MirrorMask"
|
| 66 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
| 67 |
pipe = pipe.to("cuda")
|
| 68 |
prompt = "a woman by mirrormask"
|