bodza commited on
Commit
db53f8e
1 Parent(s): 15c40f4

added example images and infos

Browse files
README.md CHANGED
@@ -11,11 +11,54 @@ tags:
11
  - replicate
12
  base_model: "black-forest-labs/FLUX.1-dev"
13
  pipeline_tag: text-to-image
14
- instance_prompt: TOK
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ---
16
 
 
 
 
 
 
 
 
 
 
17
  # Flux_Lora_Retro_Linedrawing_Style_V1
18
 
 
 
 
 
 
19
  Trained on Replicate using:
20
 
21
  https://replicate.com/ostris/flux-dev-lora-trainer/train
 
11
  - replicate
12
  base_model: "black-forest-labs/FLUX.1-dev"
13
  pipeline_tag: text-to-image
14
+ instance_prompt: Retro TOK illustration style of
15
+ widget:
16
+ - text: >-
17
+ Retro TOK illustration style of a lone hiker standing triumphantly on the summit of a snow-capped mountain. The hiker, wearing a red jacket and backpack, is silhouetted against a clear blue sky. The word "ASCEND" is painted in bold, blue letters at the base of the mountain, adding a powerful message to the image. The overall impression is one of determination, achievement, and the beauty of nature. Dramatic high quality
18
+ output:
19
+ url: images/ascend.webp
20
+ - text: >-
21
+ Retro TOK illustration style of a vivid aurora borealis lighting up a landscape with norwegian houses
22
+ output:
23
+ url: images/aurora.webp
24
+ - text: >-
25
+ Retro TOK illustration style of a cyclist riding through a scenic mountain trail
26
+ output:
27
+ url: images/bike.webp
28
+ - text: >-
29
+ Retro TOK illustration style of a person giving a ted talk on a TED stage with the TED logo, "the speaker"
30
+ output:
31
+ url: images/ted.webp
32
+ - text: >-
33
+ Retro TOK illustration style of a quaint, old-fashioned bookstore, with the words "Tales of Wonder" etched in gold lettering above the storefront
34
+ output:
35
+ url: images/bookstore.webp
36
+ - text: >-
37
+ Retro TOK illustration style of a painting of a barista creating an intricate latte art design, with the "Coffee Creations" logo skillfully formed within the latte foam, grey linedrawing background
38
+ output:
39
+ url: images/coffee.webp
40
+ - text: >-
41
+ Retro TOK illustration style of a painting of a barista creating an intricate latte art design, with the "Coffee Creations" logo skillfully formed within the latte foam
42
+ output:
43
+ url: images/coffee2.webp
44
  ---
45
 
46
+ <Gallery />
47
+
48
+ # Template:
49
+ ```
50
+ Retro TOK illustration style of
51
+ ```
52
+
53
+ If you want to enforce the grey linedrawing of the background a bit more, include the words `grey linedrawing background`
54
+
55
  # Flux_Lora_Retro_Linedrawing_Style_V1
56
 
57
+ Dataset based on manually processed images from: Dictionnaire universel d'histoire naturelle
58
+ https://www.biodiversitylibrary.org/page/19537981
59
+
60
+ This only used the images from the book above. There are more different volumes with different subjects.
61
+
62
  Trained on Replicate using:
63
 
64
  https://replicate.com/ostris/flux-dev-lora-trainer/train
images/ascend.webp ADDED
images/aurora.webp ADDED
images/bike.webp ADDED
images/bookstore.webp ADDED
images/coffee.webp ADDED
images/coffee2.webp ADDED
images/ted.webp ADDED