Update README.md
Browse files
README.md
CHANGED
@@ -11,4 +11,16 @@ license: creativeml-openrail-m
|
|
11 |
# INFO
|
12 |
This is checkpoint based on [stabilityai/stable-diffusion-2-1](https://huggingface.co/stabilityai/stable-diffusion-2-1/blob/main/v2-1_768-nonema-pruned.safetensors) and [logo-wizard/logo-diffusion](https://huggingface.co/logo-wizard/logo-diffusion). The weights were fine-tuned on the [logo-wizard/modern-logo-dataset](https://huggingface.co/datasets/logo-wizard/modern-logo-dataset) dataset. You can find some example images in the following.
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
![results](./results.png)
|
|
|
11 |
# INFO
|
12 |
This is checkpoint based on [stabilityai/stable-diffusion-2-1](https://huggingface.co/stabilityai/stable-diffusion-2-1/blob/main/v2-1_768-nonema-pruned.safetensors) and [logo-wizard/logo-diffusion](https://huggingface.co/logo-wizard/logo-diffusion). The weights were fine-tuned on the [logo-wizard/modern-logo-dataset](https://huggingface.co/datasets/logo-wizard/modern-logo-dataset) dataset. You can find some example images in the following.
|
13 |
|
14 |
+
# Best practices
|
15 |
+
We recommend using this model with the following prompt template:
|
16 |
+
**positive:** f"a logo of {company industry}, {some objects}, {colors}, modern, minimalism, vector art, 2d, best quality, centered"
|
17 |
+
**negative:** "low quality, worst quality, bad composition, extra digit, fewer digits, text, inscription, watermark, label, asymmetric"
|
18 |
+
|
19 |
+
Some other recommendations:
|
20 |
+
**num_inference_steps*** = *30*
|
21 |
+
**guidance_scale** = *7.5*
|
22 |
+
**height** = *768*
|
23 |
+
**width** = *768*
|
24 |
+
**scheduler** = diffusers.EulerAncestralDiscreteScheduler (used by default)
|
25 |
+
|
26 |
![results](./results.png)
|