renderartist
commited on
Commit
•
b105d35
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +88 -0
.gitattributes
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
37 |
+
# Audio files - uncompressed
|
38 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
39 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
40 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
41 |
+
# Audio files - compressed
|
42 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
43 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
44 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
45 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
46 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
47 |
+
# Image files - uncompressed
|
48 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
49 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
50 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
51 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
52 |
+
# Image files - compressed
|
53 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: >-
|
9 |
+
m1dc3ntury ad 1960s photograph of a man sitting in a new luxury red car for
|
10 |
+
an automotive advertisement, facing the viewer, photography shoot, post
|
11 |
+
production, the image has printing artifacts and wear from being aged over
|
12 |
+
years. Rule of thirds composition, ethereal science fiction style scene,
|
13 |
+
avocado green carpet floors. This is a full page ad with the text above
|
14 |
+
saying "The New Flux PYTHON" subheading "Live fast, drive comfortably."
|
15 |
+
output:
|
16 |
+
url: images/ComfyUI_temp_fcsrh_00027_.png
|
17 |
+
- text: >-
|
18 |
+
m1dc3ntury ad from the 1950s layout for a sword, a woman is happily
|
19 |
+
admiring the blade holding the handle in a catalog scan the ad headline "New
|
20 |
+
FLUX Swords are the Sharpest!"
|
21 |
+
output:
|
22 |
+
url: images/ComfyUI_temp_fcsrh_00081_.png
|
23 |
+
- text: >-
|
24 |
+
m1c3ntury ad layout of a man wearing a suit and sitting in a Burger Planet
|
25 |
+
dining hall smiling with his wife, the colorful realism illustration is the
|
26 |
+
epitome of Midcentury advertisement art the text for the ad headline says
|
27 |
+
"I'm Fluxing It!" the subheading reads "Visit our New Locations in LATENT
|
28 |
+
SPACE Today!
|
29 |
+
output:
|
30 |
+
url: images/ComfyUI_09896_.png
|
31 |
+
- text: >-
|
32 |
+
m1dc3ntury ad from the 1950s layout for a computer graphics card hardware
|
33 |
+
GPU, a woman is happily admiring the GPU holding the device in her hands in
|
34 |
+
a catalog scan the ad headline "GPUs Never Go Out of Style." the brand name
|
35 |
+
is COMFY
|
36 |
+
output:
|
37 |
+
url: images/ComfyUI_09927_.png
|
38 |
+
- text: >-
|
39 |
+
m1dc3ntury ad 1960s photograph of a man and a woman sitting a boat laughing
|
40 |
+
candid, advertisement, facing the viewer, photography shoot, post
|
41 |
+
production, the image has printing artifacts and wear from being aged over
|
42 |
+
years. Rule of thirds composition, avocado green boat, blue waters. This is
|
43 |
+
a full page ad with the red text above saying "Visit LATENT SPACE"
|
44 |
+
subheading in black "The ultimate destination for lively fun."
|
45 |
+
output:
|
46 |
+
url: images/ComfyUI_09912_.png
|
47 |
+
- text: >-
|
48 |
+
m1c3ntury ad layout of a man wearing a suit and sitting in a Burger Planet
|
49 |
+
dining hall smiling with his wife, the colorful realism illustration is the
|
50 |
+
epitome of Midcentury advertisement art the text for the ad headline says
|
51 |
+
"I'm Fluxing It!" the subheading reads "Visit our New Locations in LATENT
|
52 |
+
SPACE Today!
|
53 |
+
output:
|
54 |
+
url: images/ComfyUI_09894_.png
|
55 |
+
base_model: black-forest-labs/FLUX.1-dev
|
56 |
+
instance_prompt: m1dc3ntury, vintage advertisement
|
57 |
+
license: bigscience-openrail-m
|
58 |
+
---
|
59 |
+
# Retro Ad Flux
|
60 |
+
|
61 |
+
<Gallery />
|
62 |
+
|
63 |
+
## Model description
|
64 |
+
|
65 |
+
Retro Ad Flux is a Flux LoRA trained on mid-century print advertisements, blending elements of iconic photorealistic illustrations and nostalgic photographs. I used 216 images 3 repeats 15 epochs and 0.0001 learning rate. These were all captioned using Joy Caption Batch.
|
66 |
+
|
67 |
+
When prompting use natural language describing the ad layout, you can specify things like headlines, subheadings and image styles and for the most part it works as expected. Be creative, it's possible to create many different styles, the model appears to be receptive to mentioning stylized font faces and other attributes.
|
68 |
+
|
69 |
+
I used very similar settings as I have with my previous LoRAs so I won't go into detail for the sake of my time and brevity, low learning rates with less repeats and good data work best for simple styles.
|
70 |
+
|
71 |
+
I'll post a v2 version of this LoRA soon with a focus on the cropped images particular, excluding the text. This should help capture the style of imagery without the ad layouts.
|
72 |
+
|
73 |
+
Trigger keyword: 'm1dc3ntury' 'vintage advertisement'
|
74 |
+
|
75 |
+
Recommended strengths: 0.7 - 0.9
|
76 |
+
|
77 |
+
## Trigger words
|
78 |
+
|
79 |
+
You should use `m1dc3ntury` to trigger the image generation.
|
80 |
+
|
81 |
+
You should use `vintage advertisement` to trigger the image generation.
|
82 |
+
|
83 |
+
|
84 |
+
## Download model
|
85 |
+
|
86 |
+
Weights for this model are available in Safetensors format.
|
87 |
+
|
88 |
+
[Download](/renderartist/retroadflux/tree/main) them in the Files & versions tab.
|