Update README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,7 @@ from diffusers import StableDiffusionInstructPix2PixPipeline
|
|
38 |
import torch
|
39 |
|
40 |
pipe = StableDiffusionInstructPix2PixPipeline.from_pretrained(
|
41 |
-
"
|
42 |
).to("cuda")
|
43 |
generator = torch.Generator("cuda").manual_seed(0)
|
44 |
```
|
|
|
38 |
import torch
|
39 |
|
40 |
pipe = StableDiffusionInstructPix2PixPipeline.from_pretrained(
|
41 |
+
"mlii0117/sd1.5_MPECT", torch_dtype=torch.float16
|
42 |
).to("cuda")
|
43 |
generator = torch.Generator("cuda").manual_seed(0)
|
44 |
```
|