Update README.md
Browse files
README.md
CHANGED
|
@@ -41,35 +41,35 @@ image = pipe(prompt).images[0]
|
|
| 41 |
image.save("./pikachu.png")
|
| 42 |
```
|
| 43 |
|
| 44 |
-
##
|
| 45 |
|
| 46 |
-
|
| 47 |
|
| 48 |
-
|
| 49 |

|
| 50 |
```
|
| 51 |
1girl, brown hair, green eyes, colorful, autumn, cumulonimbus clouds, lighting, blue sky, falling leaves, garden
|
| 52 |
Steps: 50, Sampler: DDIM, CFG scale: 12
|
| 53 |
```
|
| 54 |
-
|
| 55 |

|
| 56 |
```
|
| 57 |
1boy, medium hair, blonde hair, blue eyes, bishounen, colorful, autumn, cumulonimbus clouds, lighting, blue sky, falling leaves, garden
|
| 58 |
Steps: 50, Sampler: DDIM, CFG scale: 12
|
| 59 |
```
|
| 60 |
-
|
| 61 |

|
| 62 |
```
|
| 63 |
scenery, shibuya tokyo, post-apocalypse, ruins, rust, sky, skyscraper, abandoned, blue sky, broken window, building, cloud, crane machine, outdoors, overgrown, pillar, sunset
|
| 64 |
Steps: 50, Sampler: DDIM, CFG scale: 12
|
| 65 |
```
|
| 66 |
|
| 67 |
-
##
|
| 68 |
|
| 69 |
-
|
| 70 |
-
|
| 71 |
|
| 72 |
-
1.
|
| 73 |
-
2.
|
| 74 |
-
3.
|
| 75 |
-
[
|
|
|
|
| 41 |
image.save("./pikachu.png")
|
| 42 |
```
|
| 43 |
|
| 44 |
+
## 例子
|
| 45 |
|
| 46 |
+
以下是使用此模型生成的一些图像示例:
|
| 47 |
|
| 48 |
+
**动漫女孩:**
|
| 49 |

|
| 50 |
```
|
| 51 |
1girl, brown hair, green eyes, colorful, autumn, cumulonimbus clouds, lighting, blue sky, falling leaves, garden
|
| 52 |
Steps: 50, Sampler: DDIM, CFG scale: 12
|
| 53 |
```
|
| 54 |
+
**动漫男孩:**
|
| 55 |

|
| 56 |
```
|
| 57 |
1boy, medium hair, blonde hair, blue eyes, bishounen, colorful, autumn, cumulonimbus clouds, lighting, blue sky, falling leaves, garden
|
| 58 |
Steps: 50, Sampler: DDIM, CFG scale: 12
|
| 59 |
```
|
| 60 |
+
**风景:**
|
| 61 |

|
| 62 |
```
|
| 63 |
scenery, shibuya tokyo, post-apocalypse, ruins, rust, sky, skyscraper, abandoned, blue sky, broken window, building, cloud, crane machine, outdoors, overgrown, pillar, sunset
|
| 64 |
Steps: 50, Sampler: DDIM, CFG scale: 12
|
| 65 |
```
|
| 66 |
|
| 67 |
+
## 许可证
|
| 68 |
|
| 69 |
+
该模型是开放访问的,所有人都可以使用,CreativeML OpenRAIL-M 许可证进一步指定了权利和使用。
|
| 70 |
+
CreativeML OpenRAIL许可证规定。
|
| 71 |
|
| 72 |
+
1. 你不能使用该模型来故意生产或分享非法或有害的产出或内容。
|
| 73 |
+
2. 作者对你产生的产出没有任何权利,你可以自由使用它们,并对它们的使用负责,不得违反许可证中的规定。
|
| 74 |
+
3. 你可以重新分配权重,并在商业上和/或作为服务使用该模型。如果你这样做,请注意你必须包括与许可证中相同的使用限制,并将CreativeML OpenRAIL-M的副本分享给你的所有用户(请完全和仔细地阅读许可证)
|
| 75 |
+
[请在此阅读完整的许可证](https://huggingface.co/spaces/CompVis/stable-diffusion-license)
|