Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,27 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: diffusers
|
6 |
+
pipeline_tag: text-to-image
|
7 |
+
tags:
|
8 |
+
- damage
|
9 |
+
- lora
|
10 |
---
|
11 |
+
|
12 |
+
# Knives and time, a damaged LORA
|
13 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6537927953b7eb25ce03c962/3w1IVcvt0z6ULcffgir0z.png)
|
14 |
+
|
15 |
+
Knives and time is a LORA model trained on public domain and CC0 images. The data was collected from wikimedia commons and annotated with a mixture of BLIP annotation and manual annotation.
|
16 |
+
|
17 |
+
## Usage
|
18 |
+
The base trigger is katabd.
|
19 |
+
|
20 |
+
For paintings: painting, yellowed, abrasion, scratches, flaking, damage, torn, cut, pierced.
|
21 |
+
For photography: photograph, monochrome, overlit, overexposed, torn, cut.
|
22 |
+
|
23 |
+
I recommend using it combined with an LCM sampler.
|
24 |
+
|
25 |
+
|
26 |
+
## Training
|
27 |
+
The model was trained on the 'knives and time, a damaged dataset' for ~45 minutes resulting in six epochs.
|