Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,38 @@
|
|
1 |
---
|
2 |
library_name: keras
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
-
|
5 |
## Model description
|
6 |
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
## Intended uses & limitations
|
10 |
|
11 |
-
|
|
|
|
|
12 |
|
13 |
## Training and evaluation data
|
14 |
|
|
|
1 |
---
|
2 |
library_name: keras
|
3 |
+
tags:
|
4 |
+
- keras-dreambooth
|
5 |
+
- wildcard
|
6 |
+
license: cc-by-nc-4.0
|
7 |
---
|
|
|
8 |
## Model description
|
9 |
|
10 |
+
This Stable-Diffusion Model has been fine-tuned on images of Cars from Start to End of the 1980s.
|
11 |
+
|
12 |
+
Here are some examples using the following Hyperparameters:
|
13 |
+
|
14 |
+
Prompt: photo of eighties_cars car, high quality, 8k
|
15 |
+
|
16 |
+
Negative Prompt: bad, ugly, malformed, deformed, out of frame, blurry, cropped, noisy
|
17 |
+
|
18 |
+
Denoising Steps: 50
|
19 |
+
|
20 |
+
Guidance Scale: 7.5
|
21 |
+
|
22 |
+
![Example Image](examples/tmpy00t8dcv.png)
|
23 |
+
![Example Image](examples/tmpl2opz8ge.png)
|
24 |
+
![Example Image](examples/tmpfz8hgvyf.png)
|
25 |
+
![Example Image](examples/tmpemqvra3_.png)
|
26 |
+
![Example Image](examples/tmp870efxa6.png)
|
27 |
+
![Example Image](examples/tmp4zcmco8b.png)
|
28 |
+
![Example Image](examples/tmp4mg3h4sq.png)
|
29 |
+
![Example Image](examples/tmp3nd374rn.png)
|
30 |
|
31 |
## Intended uses & limitations
|
32 |
|
33 |
+
Anyone may use this model for non-commercial usecases under the Linked License, as long as Paragraph 5 of the [Open RAIL-M License](https://raw.githubusercontent.com/CompVis/stable-diffusion/main/LICENSE) are respected as well. The original Model adheres under Open RAIL-M.
|
34 |
+
|
35 |
+
It was made solely as an experiment for keras_cv Dreambooth Training.
|
36 |
|
37 |
## Training and evaluation data
|
38 |
|