ShibaDeveloper commited on
Commit
03352d4
·
1 Parent(s): e139658

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -14,17 +14,11 @@ widget:
14
 
15
  # Olivia V1.0
16
 
17
- ยินดีต้อนรับสู่ Olivia V1.0 โมเดลนี้เป็นเพียงแค่การสาธิต และอยู่ในช่วงระหว่างการทดสอบเท่านั้น!
18
-
19
- ![Girl](https://huggingface.co/ShibaDeveloper/olivia-v1.0/resolve/main/girl.png)
20
- ```
21
- 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
22
- Steps: 50, Sampler: DDIM, CFG scale: 12
23
- ```
24
 
25
  ## 🧨 Diffusers
26
 
27
- โมเดลนี้สามารถใช้งานได้เหมือนกับโมเดล Stable Diffusion อื่นๆ [คลิกเพื่ออ่านเพิ่มเติม](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion)
28
 
29
  ```python
30
  from diffusers import StableDiffusionPipeline
@@ -38,4 +32,11 @@ prompt = "1girl, detailed, intricate, elegant, highly detailed, digital painting
38
  image = pipe(prompt).images[0]
39
 
40
  image.save("./olivia_img.png")
 
 
 
 
 
 
 
41
  ```
 
14
 
15
  # Olivia V1.0
16
 
17
+ welcome to Olivia V1.0 This model is for educational and testing purposes only.
 
 
 
 
 
 
18
 
19
  ## 🧨 Diffusers
20
 
21
+ This model can be used like any other model. [Click to read more](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion)
22
 
23
  ```python
24
  from diffusers import StableDiffusionPipeline
 
32
  image = pipe(prompt).images[0]
33
 
34
  image.save("./olivia_img.png")
35
+ ```
36
+ ## 🐶 Examples
37
+
38
+ ![Girl](https://huggingface.co/ShibaDeveloper/olivia-v1.0/resolve/main/girl.png)
39
+ ```
40
+ 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
41
+ Steps: 50, Sampler: DDIM, CFG scale: 12
42
  ```