Update README.md
Browse files
README.md
CHANGED
|
@@ -24,7 +24,7 @@ import torch
|
|
| 24 |
from diffusers import StableDiffusionPipeline
|
| 25 |
|
| 26 |
pipe = StableDiffusionPipeline.from_pretrained(
|
| 27 |
-
"nateraw/
|
| 28 |
torch_dtype=torch.float16
|
| 29 |
).to("cuda")
|
| 30 |
|
|
|
|
| 24 |
from diffusers import StableDiffusionPipeline
|
| 25 |
|
| 26 |
pipe = StableDiffusionPipeline.from_pretrained(
|
| 27 |
+
"nateraw/zack-fox",
|
| 28 |
torch_dtype=torch.float16
|
| 29 |
).to("cuda")
|
| 30 |
|