calm-and-collected
commited on
Commit
•
cf6235a
1
Parent(s):
b74d412
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,89 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
datasets:
|
4 |
+
- calm-and-collected/wish_you_were_here
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
library_name: diffusers
|
8 |
+
pipeline_tag: text-to-image
|
9 |
+
tags:
|
10 |
+
- art
|
11 |
+
- vintage
|
12 |
+
- postcard
|
13 |
---
|
14 |
+
# Wish You Were Here - a 1.5 LORA for vintage postcard replication
|
15 |
+
|
16 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
17 |
+
|
18 |
+
Wish you were here is a LORA model developped to create vintage postcard images. The model was trained on Stable Diffusion 1.5.
|
19 |
+
|
20 |
+
### Model Description
|
21 |
+
|
22 |
+
<!-- Provide a longer summary of what this model is. -->
|
23 |
+
Wish You Were Here (WYWH) is a LORA model developped to replicate the look and feel of vintage postcards. This is done via harvesting public domain images from WikiMedia via
|
24 |
+
manual review and using a combination of manual and automated annotation to describe the images. The specific feature desired to extract were: color, damage and printing
|
25 |
+
technique. The model was developped over a duration of 2 days over 100 epochs of which one epoch was taken as resulting image.
|
26 |
+
|
27 |
+
|
28 |
+
- **Developed by:** calm-and-collected
|
29 |
+
- **Model type:** LORA
|
30 |
+
- **License:** CC-BY 4.0
|
31 |
+
- **Finetuned from model [optional]:** Stable diffusion 1.5 pruned
|
32 |
+
|
33 |
+
## Bias, Risks, and Limitations
|
34 |
+
|
35 |
+
The model is trained of images from ~650 images. From observation, the majority of these images are from american origins. The model is thus excelent at replicating USA
|
36 |
+
destinations. The model will also replicate damage seen in the images.
|
37 |
+
|
38 |
+
[More Information Needed]
|
39 |
+
|
40 |
+
### Recommendations
|
41 |
+
|
42 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
43 |
+
|
44 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
45 |
+
|
46 |
+
## How to Get Started with the Model
|
47 |
+
|
48 |
+
Use the code below to get started with the model.
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
## Training Details
|
53 |
+
|
54 |
+
### Training Data
|
55 |
+
|
56 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
57 |
+
|
58 |
+
[More Information Needed]
|
59 |
+
|
60 |
+
### Training Procedure
|
61 |
+
|
62 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
63 |
+
|
64 |
+
#### Preprocessing [optional]
|
65 |
+
|
66 |
+
[More Information Needed]
|
67 |
+
|
68 |
+
|
69 |
+
#### Training Hyperparameters
|
70 |
+
|
71 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
72 |
+
|
73 |
+
## Technical Specifications [optional]
|
74 |
+
|
75 |
+
#### Hardware
|
76 |
+
|
77 |
+
The model was trained on two GTX 4090 for a duration of 2 days to extract 100 epochs of the model.
|
78 |
+
|
79 |
+
#### Software
|
80 |
+
|
81 |
+
The model was trained via the Kohya_SS gui.
|
82 |
+
|
83 |
+
## Citation [optional]
|
84 |
+
|
85 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
86 |
+
|
87 |
+
## Model Card Contact
|
88 |
+
|
89 |
+
Use the community section of this repository to contact me.
|