iamkaikai commited on
Commit
90c81c8
1 Parent(s): c663345

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -6
README.md CHANGED
@@ -12,13 +12,44 @@ datasets:
12
  - iamkaikai/amazing_logos
13
  pipeline_tag: text-to-image
14
  ---
15
- # Prompt format
16
- [template keywords] + [company name] + [concept & country] + [template keywords]
17
 
18
- example: {Simple elegant logo for a} [Google], [G circle United states], {successful vibe, minimalist, thought-provoking, abstract, recognizable}
19
 
20
- - Simple elegant logo for a Digital Art, D A circle, successful vibe, minimalist, thought-provoking, abstract, recognizable
21
- - Simple elegant logo for a 3M Technology Products, 3 M United states, successful vibe, minimalist, thought-provoking, abstract, recognizable
22
- - 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
 
 
23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ![img_0](./preview.png)
 
12
  - iamkaikai/amazing_logos
13
  pipeline_tag: text-to-image
14
  ---
 
 
15
 
16
+ This pipeline uses a LoRA model that has been finetuned from the **runwayml/stable-diffusion-v1-5** base model on the **iamkaikai/amazing_logos** dataset with Nvidia A6000.
17
 
18
+ - train_batch_size=14
19
+ - gradient_accumulation_steps=30
20
+ - max_train_steps=3000
21
+ - learning_rate=1e-04
22
+ - lr_scheduler="cosine" --lr_warmup_steps=2900
23
 
24
+
25
+ #
26
+ # Prompt Format
27
+ The prompt format is as follows:
28
+
29
+ ```javascript
30
+ {template keywords} + [company name] + [concept & country] + {template keywords}
31
+ ```
32
+
33
+ For example:
34
+ ```text
35
+ Simple elegant logo for a **[Google]**, **[G circle United states]**, successful vibe, minimalist, thought-provoking, abstract, recognizable
36
+ ```
37
+
38
+ The [concept & country] section can include words such as:
39
+ - lines
40
+ - circles
41
+ - triangles
42
+ - dot
43
+ - cross
44
+ - waves
45
+ - square
46
+ - letters (A-Z).
47
+
48
+ Here are some examples of prompts:
49
+
50
+ - Simple elegant logo for a Digital Art, **D A circle**, successful vibe, minimalist, thought-provoking, abstract, recognizable
51
+ - Simple elegant logo for a 3M Technology Products, **3 M lines United states**, successful vibe, minimalist, thought-provoking, abstract, recognizable
52
+ - 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
53
+
54
+ # Preview
55
  ![img_0](./preview.png)