Update README.md
Browse files
README.md
CHANGED
@@ -1,18 +1,27 @@
|
|
1 |
---
|
2 |
library_name: keras
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
## Model description
|
6 |
|
7 |
-
|
8 |
|
9 |
-
|
10 |
|
11 |
-
|
|
|
12 |
|
13 |
-
##
|
14 |
|
15 |
-
|
|
|
16 |
|
17 |
## Training procedure
|
18 |
|
|
|
1 |
---
|
2 |
library_name: keras
|
3 |
+
license: apache-2.0
|
4 |
+
tags:
|
5 |
+
- keras
|
6 |
+
- stable-diffusion
|
7 |
+
- text-to-image
|
8 |
+
- keras-dreambooth
|
9 |
+
- consentful
|
10 |
---
|
11 |
|
12 |
## Model description
|
13 |
|
14 |
+
This is a Keras Dreambooth model fine-tuned to some 18th century etching artworks by italian artist [Giambattista Piranesi](https://en.wikipedia.org/wiki/Giovanni_Battista_Piranesi).
|
15 |
|
16 |
+
A few samples below
|
17 |
|
18 |
+
   
|
19 |
+

|
20 |
|
21 |
+
## Intended uses & limitations
|
22 |
|
23 |
+
The base prompt is "image of monuments in sks style".
|
24 |
+
A slightly better prompt would be "image of monuments in sks style, 8k, high quality, old paper" with negative prompt "distorted".
|
25 |
|
26 |
## Training procedure
|
27 |
|