ShibaDeveloper commited on
Commit
91634a7
·
1 Parent(s): 96ffbcd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -8,7 +8,7 @@ tags:
8
  inference: true
9
  widget:
10
  - text: >-
11
- 1girl, detailed, intricate, elegant, highly detailed, digital painting, artstation, concept art, matte, sharp focus, illustration, by dan mumford, yusuke murata, makoto shinkai, ross tran
12
  example_title: example 1girl
13
  ---
14
 
@@ -28,7 +28,7 @@ model_id = "ShibaDeveloper/olivia-v1.0"
28
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
29
  pipe = pipe.to("cuda")
30
 
31
- prompt = "1girl, detailed, intricate, elegant, highly detailed, digital painting, artstation, concept art, matte, sharp focus, illustration, by dan mumford, yusuke murata, makoto shinkai, ross tran"
32
  image = pipe(prompt).images[0]
33
 
34
  image.save("./olivia_img.png")
 
8
  inference: true
9
  widget:
10
  - text: >-
11
+ 1girl, beautiful girl, face, yellow eyes, blue hair
12
  example_title: example 1girl
13
  ---
14
 
 
28
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
29
  pipe = pipe.to("cuda")
30
 
31
+ prompt = "1girl, beautiful girl, face, yellow eyes, blue hair"
32
  image = pipe(prompt).images[0]
33
 
34
  image.save("./olivia_img.png")