Commit
·
26eb81c
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +132 -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,132 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: >-
|
9 |
+
An image of a monochromatic rough sketch with a messy line art of the
|
10 |
+
close-up of a cyberpunk woman with a beautiful face and messy black hair in
|
11 |
+
an overgrown sci-fi city. The sun is setting.
|
12 |
+
output:
|
13 |
+
url: images/Flux.1_Upscaled_00562_.png
|
14 |
+
- text: >-
|
15 |
+
An image of a monochromatic rough sketch with a messy line art of a tropical
|
16 |
+
sci-fi city at the ocean. On the left is the cyan ocean with waves and a
|
17 |
+
sand beach and palm trees and to the right is the city with huge buildings
|
18 |
+
and futuristic architecture with a few unique and outstanding buildings.
|
19 |
+
Behind the city are mountains. The sun is setting, creating a orange pinkish
|
20 |
+
sky. There is also a planet in the sky with a few stars.
|
21 |
+
output:
|
22 |
+
url: images/Sci-fi_Upscaled_00011_.png
|
23 |
+
- text: >-
|
24 |
+
An image of a rough sketch with a messy line art of a east asian inspired
|
25 |
+
town in the meadows at a stream. There small windswept curly trees with
|
26 |
+
leaves flying of and many beautiful flowers in the grass. In the background
|
27 |
+
are tall snow tipped mountains. The sky is bright with a few soft clouds.
|
28 |
+
output:
|
29 |
+
url: images/Sci-fi_Upscaled_00032_.png
|
30 |
+
- text: >-
|
31 |
+
An image of a rough monochromatic sketch with a messy line art of the
|
32 |
+
close-up of the silhouette of a woman standing on a cliff, looking at a
|
33 |
+
giant eldritch style space horror monster with wings, sharp claws, sharp
|
34 |
+
teeth and many eyes. It is in front and close to the woman. They are in the
|
35 |
+
ruins of a sci-fi city with gigantic buildings and complex architecture and
|
36 |
+
multi-level design. It is overgrown by alien vegetation. The sky is black
|
37 |
+
and features a few stars and a black hole with a nebula around it in the
|
38 |
+
center. There is also a large planet with a ring and moons.
|
39 |
+
output:
|
40 |
+
url: images/Sci-fi_Upscaled_00078_.png
|
41 |
+
- text: >-
|
42 |
+
An image of a rough monochromatic sketch with a messy line art of a
|
43 |
+
beautiful futuristic buildings in a giant mangrove jungle. The architecture
|
44 |
+
is complex and elegant, while also showing its ancient marks. Ancient
|
45 |
+
symbols are carved into certain parts. Roots are growing around the building
|
46 |
+
and it is overall overgrown. The building is surrounded by shallow water and
|
47 |
+
a small sand beach. The mangrove trees are massive, a few reaching the
|
48 |
+
clouds. A fog layer forms over the water. In the distance are mountains and
|
49 |
+
sky is grey, indicating overcast weather.
|
50 |
+
output:
|
51 |
+
url: images/Sci-fi_Upscaled_00086_.png
|
52 |
+
- text: >-
|
53 |
+
An image of a rough monochromatic sketch with a messy line art of a woman in
|
54 |
+
her mid 20s sitting at the window in her bedroom. She has tall and slender
|
55 |
+
figure, brown hair with a ponytail, blunt fringe and bangs, no make-up and
|
56 |
+
tired eyes. She wears grey over-ear headphones and a rosé gold chain, grey
|
57 |
+
fabric jacket and a white shirt. On the right is a shelf with books and
|
58 |
+
other decorations. On the right is the open window and outside you can see
|
59 |
+
ghetto with weathered concrete buildings, wires and graffiti. In the
|
60 |
+
distance is a futuristic skyline with gigantic complex buildings. The sun is
|
61 |
+
setting, creating a pinkish sky and clouds.
|
62 |
+
output:
|
63 |
+
url: images/Sci-fi_Upscaled_00094_.png
|
64 |
+
- text: >-
|
65 |
+
An image of a rough sketch with a messy line art of a giant space monster.
|
66 |
+
It has a horrific head with multiple eyes and sharp teeth. Its four arms
|
67 |
+
have have long claws. It is demon like wings and a dragon tail. Is also has
|
68 |
+
scales and some futuristic metal parts. It is in a barren desert landscape
|
69 |
+
with sand dunes and rocks. The sky is filled with huge storm clouds and thus
|
70 |
+
gets dark.
|
71 |
+
output:
|
72 |
+
url: images/Sci-fi_Upscaled_00099_.png
|
73 |
+
- text: >-
|
74 |
+
An image of a rough sketch with a messy line art of the close-up of the
|
75 |
+
silhouette of a woman standing on a cliff, looking at a giant eldritch style
|
76 |
+
space horror monster with wings, sharp claws, sharp teeth and many eyes. It
|
77 |
+
is in front and close to the woman. They are in the ruins of a sci-fi city
|
78 |
+
with gigantic buildings and complex architecture and multi-level design. It
|
79 |
+
is overgrown by alien vegetation. The sky is black and features a few stars
|
80 |
+
and a black hole with a nebula around it in the center. There is also a
|
81 |
+
large planet with a ring and moons.
|
82 |
+
output:
|
83 |
+
url: images/Sci-fi_Upscaled_00126_.png
|
84 |
+
- text: >-
|
85 |
+
An image of a rough sketch with a messy line art of a beautiful futuristic
|
86 |
+
buildings in a giant mangrove jungle. The architecture is complex and
|
87 |
+
elegant, while also showing its ancient marks. Ancient symbols are carved
|
88 |
+
into certain parts. Roots are growing around the building and it is overall
|
89 |
+
overgrown. The building is surrounded by shallow water and a small sand
|
90 |
+
beach. The mangrove trees are massive, a few reaching the clouds. A fog
|
91 |
+
layer forms over the water. In the distance are mountains and sky is grey,
|
92 |
+
indicating overcast weather.
|
93 |
+
output:
|
94 |
+
url: images/Sci-fi_Upscaled_00127_.png
|
95 |
+
- text: >-
|
96 |
+
An image of a rough sketch with a messy line art of a beautiful futuristic
|
97 |
+
buildings in a giant mangrove jungle. The architecture is complex and
|
98 |
+
elegant, while also showing its ancient marks. Ancient symbols are carved
|
99 |
+
into certain parts. Roots are growing around the building and it is overall
|
100 |
+
overgrown. The building is surrounded by shallow water and a small sand
|
101 |
+
beach. The mangrove trees are massive, a few reaching the clouds. A fog
|
102 |
+
layer forms over the water. In the distance are mountains and sky is grey,
|
103 |
+
indicating overcast weather.
|
104 |
+
output:
|
105 |
+
url: images/Sci-fi_Upscaled_00134_.png
|
106 |
+
base_model: black-forest-labs/FLUX.1-dev
|
107 |
+
instance_prompt: null
|
108 |
+
license: mit
|
109 |
+
---
|
110 |
+
# Sci-fi Sketch Style Flux
|
111 |
+
|
112 |
+
<Gallery />
|
113 |
+
|
114 |
+
## Model description
|
115 |
+
|
116 |
+
This LoRA is designed to produce a rough pen sketch style, while also being able to generate futuristic places, natural environments, space, horrifying monsters, giant mechas and aesthetic people.
|
117 |
+
|
118 |
+
Usage
|
119 |
+
There is no trigger word, but "rough sketch", "monochromatic/desaturated", " messy line art" or "flat color" and "sci-fi" can help a lot.
|
120 |
+
The training was done on CivitAI and trained with over 500 images generated using Microsoft's Copilot Designer and auto generated captions with a few manual adjustments.
|
121 |
+
|
122 |
+
Notes
|
123 |
+
- this is my first LoRA ever, though I am surprised how well it turned out
|
124 |
+
- there were no NSFW images in the training data, but it should still be able to produce good results
|
125 |
+
|
126 |
+
|
127 |
+
|
128 |
+
## Download model
|
129 |
+
|
130 |
+
Weights for this model are available in Safetensors format.
|
131 |
+
|
132 |
+
[Download](/ivolegrey/Sci-fi_Sketch_Style_Flux/tree/main) them in the Files & versions tab.
|