Commit
·
4841894
1
Parent(s):
b5ae9ed
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,39 +12,4 @@ widget:
|
|
| 12 |
example_title: example 1girl
|
| 13 |
---
|
| 14 |
|
| 15 |
-
# Olivia V1.0
|
| 16 |
-
|
| 17 |
-
ยินดีต้อนรับสู่ Olivia V1.0 โมเดลนี้เป็นเพียงแค่การสาธิต และอยู่ในช่วงระหว่างการทดสอบเท่านั้น!
|
| 18 |
-
|
| 19 |
-
## 🧨 Diffusers
|
| 20 |
-
|
| 21 |
-
โมเดลนี้สามารถใช้งานได้เหมือนกับโมเดล Stable Diffusion อื่นๆ [คลิกเพื่ออ่านเพิ่มเติม](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion)
|
| 22 |
-
|
| 23 |
-
```python
|
| 24 |
-
from diffusers import StableDiffusionPipeline
|
| 25 |
-
import torch
|
| 26 |
-
|
| 27 |
-
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, blue hair"
|
| 32 |
-
image = pipe(prompt).images[0]
|
| 33 |
-
|
| 34 |
-
image.save("./olivia_img.png")
|
| 35 |
-
```
|
| 36 |
-
## 🐶 Examples
|
| 37 |
-
|
| 38 |
-
ด้านล่างนี้คือตัวอย่างบางส่วนของภาพที่สร้างขึ้นโดยใช้ Olivia V1.0 และไม่รวม VAE :
|
| 39 |
-
|
| 40 |
-

|
| 41 |
-
```
|
| 42 |
-
Prompt: 1girl, armor, armored_dress, blonde_hair, parkling_eyes, blue_eyes, blurry, blurry_background, braid, chain, cross, depth_of_field, headpiece, jeanned'arc(fate), jeanned'arc(fate/apocrypha), lips, long_hair, looking_at_viewer, rain, realistic, solo, upper_body
|
| 43 |
-
Steps: 50, Sampler: Euler a, CFG scale: 7.5
|
| 44 |
-
```
|
| 45 |
-
|
| 46 |
-

|
| 47 |
-
```
|
| 48 |
-
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
|
| 49 |
-
Steps: 50, Sampler: Euler a, CFG scale: 7.5
|
| 50 |
-
```
|
|
|
|
| 12 |
example_title: example 1girl
|
| 13 |
---
|
| 14 |
|
| 15 |
+
# Olivia V1.0 Beta
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|