i need more sleep
Browse files
README.md
CHANGED
|
@@ -49,7 +49,7 @@ from torch import autocast
|
|
| 49 |
from diffusers import StableDiffusionPipeline
|
| 50 |
|
| 51 |
pipe = StableDiffusionPipeline.from_pretrained(
|
| 52 |
-
'waifu-diffusion',
|
| 53 |
torch_dtype=torch.float32
|
| 54 |
).to('cuda')
|
| 55 |
|
|
|
|
| 49 |
from diffusers import StableDiffusionPipeline
|
| 50 |
|
| 51 |
pipe = StableDiffusionPipeline.from_pretrained(
|
| 52 |
+
'hakurei/waifu-diffusion',
|
| 53 |
torch_dtype=torch.float32
|
| 54 |
).to('cuda')
|
| 55 |
|