File size: 1,585 Bytes
5292e29
325f453
 
 
1d8f68f
 
 
 
 
325f453
1d8f68f
 
 
5292e29
1d8f68f
90c81c8
325f453
90c81c8
 
 
 
 
c38e29c
90c81c8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48ed924
90c81c8
 
1d8f68f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
license: creativeml-openrail-m
base_model: runwayml/stable-diffusion-v1-5
tags:
  - stable-diffusion
  - stable-diffusion-diffusers
  - text-to-image
  - diffusers
  - lora
inference: true
datasets:
  - iamkaikai/amazing_logos
pipeline_tag: text-to-image
---

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.

- train_batch_size=14 
- gradient_accumulation_steps=30 
- max_train_steps=3000 
- learning_rate=1e-04 
- lr_scheduler="cosine" --lr_warmup_steps=2900 


#  
# Prompt Format
The prompt format is as follows:

```javascript
{template keywords} + [company name] + [concept & country] + {template keywords}
```

For example:
```text
Simple elegant logo for a **[Google]**, **[G circle United states]**, successful vibe, minimalist, thought-provoking, abstract, recognizable
```

The [concept & country] section can include words such as:
- lines
- circles
- triangles
- dot
- cross
- waves
- square
- letters (A-Z).

Here are some examples of prompts:

- Simple elegant logo for a Digital Art, **D A circle**, successful vibe, minimalist, thought-provoking, abstract, recognizable
- Simple elegant logo for a 3M Technology Products, **3 M lines United states**, successful vibe, minimalist, thought-provoking, abstract, recognizable
- Simple elegant logo for a 38Energy, **lines drop fire flame water**, successful vibe, minimalist, thought provoking, abstract, recognizable, relatable, sharp, vector art, even edges

# Preview
![img_0](./preview.png)