Update README.md
Browse files
README.md
CHANGED
@@ -40,7 +40,7 @@ model_id = "Linaqruf/hitokomoru-diffusion"
|
|
40 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
41 |
pipe = pipe.to("cuda")
|
42 |
|
43 |
-
prompt = "hatsune_miku
|
44 |
image = pipe(prompt).images[0]
|
45 |
|
46 |
image.save("./hatsune_miku.png")
|
|
|
40 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
41 |
pipe = pipe.to("cuda")
|
42 |
|
43 |
+
prompt = "hatsune_miku"
|
44 |
image = pipe(prompt).images[0]
|
45 |
|
46 |
image.save("./hatsune_miku.png")
|