ShibaDeveloper
commited on
Commit
•
6a30551
1
Parent(s):
c0ea96b
Update README.md
Browse files
README.md
CHANGED
@@ -6,13 +6,11 @@ tags:
|
|
6 |
---
|
7 |
# Olivia V1.0
|
8 |
|
9 |
-
ยินดีต้อนรับสู่ Olivia V1.0
|
10 |
-
|
11 |
-
![Girl](https://huggingface.co/ShibaDeveloper/olivia-v1.0/resolve/main/olivia_example01.png)
|
12 |
|
13 |
## 🌥️ Diffusers
|
14 |
|
15 |
-
โมเดลนี้สามารถใช้งานได้เหมือนกับโมเดล Stable Diffusion อื่นๆ [
|
16 |
|
17 |
```python
|
18 |
from diffusers import StableDiffusionPipeline
|
@@ -26,4 +24,15 @@ prompt = "1girl, artist_name, black_background, camellia, cherry_blossoms, daisy
|
|
26 |
image = pipe(prompt).images[0]
|
27 |
|
28 |
image.save("./olivia_img.png")
|
29 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
# Olivia V1.0
|
8 |
|
9 |
+
ยินดีต้อนรับสู่ Olivia V1.0 โมเดลนี้เป็นเพียงแค่การสาธิต และอยู่ในช่วงระหว่างการทดสอบเท่านั้น!
|
|
|
|
|
10 |
|
11 |
## 🌥️ Diffusers
|
12 |
|
13 |
+
โมเดลนี้สามารถใช้งานได้เหมือนกับโมเดล Stable Diffusion อื่นๆ [คลิกเพื่ออ่านเพิ่มเติม](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion)
|
14 |
|
15 |
```python
|
16 |
from diffusers import StableDiffusionPipeline
|
|
|
24 |
image = pipe(prompt).images[0]
|
25 |
|
26 |
image.save("./olivia_img.png")
|
27 |
+
```
|
28 |
+
## 🐶 Examples
|
29 |
+
|
30 |
+
ด้านล่างนี้คือตัวอย่างบางส่วนของภาพที่สร้างขึ้นโดยใช้ Olivia V1.0 :
|
31 |
+
|
32 |
+
**Girl:**
|
33 |
+
![Girl](https://huggingface.co/ShibaDeveloper/olivia-v1.0/resolve/main/olivia_example01.png)
|
34 |
+
```
|
35 |
+
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
|
36 |
+
Steps: 50, Sampler: Euler a, CFG scale: 7.5
|
37 |
+
```
|
38 |
+
ปล.ควรใส่ negative prompt เพื่อคุณภาพที่ดียิ่งขึ้น
|