Update README.md
Browse files
README.md
CHANGED
@@ -1,33 +1,12 @@
|
|
|
|
1 |
|
2 |
-
|
3 |
-
license: creativeml-openrail-m
|
4 |
-
base_model: runwayml/stable-diffusion-v1-5
|
5 |
-
tags:
|
6 |
-
- stable-diffusion
|
7 |
-
- stable-diffusion-diffusers
|
8 |
-
- text-to-image
|
9 |
-
- diffusers
|
10 |
-
- lora
|
11 |
-
inference: true
|
12 |
-
---
|
13 |
-
|
14 |
-
# LoRA text2image fine-tuning - iamkaikai/amazing-logos-lora
|
15 |
-
These are LoRA adaption weights for runwayml/stable-diffusion-v1-5. The weights were fine-tuned on the iamkaikai/amazing_logos dataset. You can find some example images in the following.
|
16 |
|
17 |
-
|
18 |
-
![img_1](./image_1.png)
|
19 |
-
![img_2](./image_2.png)
|
20 |
-
![img_3](./image_3.png)
|
21 |
-
![img_4](./image_4.png)
|
22 |
-
![img_5](./image_5.png)
|
23 |
-
![img_6](./image_6.png)
|
24 |
-
![img_7](./image_7.png)
|
25 |
-
![img_8](./image_8.png)
|
26 |
-
![img_9](./image_9.png)
|
27 |
-
![img_10](./image_10.png)
|
28 |
-
![img_11](./image_11.png)
|
29 |
-
![img_12](./image_12.png)
|
30 |
-
![img_13](./image_13.png)
|
31 |
-
![img_14](./image_14.png)
|
32 |
-
![img_15](./image_15.png)
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Prompt format
|
2 |
|
3 |
+
[template keywords] + [company name] + [concept & country] + [template keywords]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
|
5 |
+
Simple elegant logo for a **[company name]**, **[keywords of concept seperated by space]**, successful vibe, minimalist, thought-provoking, abstract, recognizable
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
+
- example: Simple elegant logo for a **zoological garden**, **D A circle**, successful vibe, minimalist, thought-provoking, abstract, recognizable
|
8 |
+
- example: Simple elegant logo for a **3M Technology Products**, **3 M United states**, successful vibe, minimalist, thought-provoking, abstract, recognizable
|
9 |
+
- example: Simple elegant logo for a **38Energy**, **Circle Dot Drop Fire Flame United kingdom Water**, successful vibe, minimalist, thought provoking, abstract, recognizable, relatable, sharp, vector art, even edges
|
10 |
+
|
11 |
+
|
12 |
+
![img](./preview.png)
|