Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1 |
---
|
2 |
-
license:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: creativeml-openrail-m
|
3 |
+
base_model: runwayml/stable-diffusion-v1-5
|
4 |
+
instance_prompt: a sea of lavender and gold flowers in the world of fairy tales is my hometown
|
5 |
+
tags:
|
6 |
+
- stable-diffusion
|
7 |
+
- stable-diffusion-ppdiffusers
|
8 |
+
- text-to-image
|
9 |
+
- ppdiffusers
|
10 |
+
- lora
|
11 |
+
inference: false
|
12 |
+
language:
|
13 |
+
- en
|
14 |
+
library_name: diffusers
|
15 |
---
|
16 |
+
|
17 |
+
# LoRA DreamBooth - peteli/hometown
|
18 |
+
本仓库的 LoRA 权重是基于 runwayml/stable-diffusion-v1-5 训练而来的,我们采用[DreamBooth](https://dreambooth.github.io/)的技术并使用 a sea of lavender and gold flowers in the world of fairy tales is my hometown 文本进行了训练。
|