ShibaDeveloper commited on
Commit
6c244a0
1 Parent(s): 5134386

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ model_id = "ShibaDeveloper/olivia-v1.0"
20
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
21
  pipe = pipe.to("cuda")
22
 
23
- prompt = "1girl, detailed, intricate, elegant, highly detailed, digital painting, artstation, concept art, matte, sharp focus, illustration, pink_hair, sparkling_eyes, pink_eyes, decorated with flowers, by dan mumford, yusuke murata, makoto shinkai, ross tran"
24
  image = pipe(prompt).images[0]
25
 
26
  image.save("./olivia_img.png")
 
20
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
21
  pipe = pipe.to("cuda")
22
 
23
+ prompt = "1girl, black_hair, black_wings, blue_eyes, crown, grey_background, grey_sky, hat, light_particles, lips, looking_at_viewer, mask, short_hair, skull, snow, snowflakes, snowing, solo, upper_body, wings, winter"
24
  image = pipe(prompt).images[0]
25
 
26
  image.save("./olivia_img.png")