ShibaDeveloper
commited on
Commit
·
8c8af1f
1
Parent(s):
91634a7
Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ tags:
|
|
8 |
inference: true
|
9 |
widget:
|
10 |
- text: >-
|
11 |
-
1girl, beautiful girl, face, yellow eyes,
|
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, beautiful girl, face, yellow eyes,
|
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, black 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, black hair"
|
32 |
image = pipe(prompt).images[0]
|
33 |
|
34 |
image.save("./olivia_img.png")
|