Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- logo-wizard/modern-logo-dataset
|
4 |
+
tags:
|
5 |
+
- text-to-image
|
6 |
+
- lora
|
7 |
+
- stable-diffusion
|
8 |
+
pipeline_tag: text-to-image
|
9 |
+
license: creativeml-openrail-m
|
10 |
+
---
|
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)
|