Linaqruf commited on
Commit
a1a21fe
1 Parent(s): bf3b4f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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")