oshtz
commited on
Commit
·
2f3eebe
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +128 -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,128 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
pointcrayonstyle illustration, at a lighthouse, the ambiance is exotic and
|
11 |
+
mysterious
|
12 |
+
output:
|
13 |
+
url: >-
|
14 |
+
images/pointcrayonstyle illustration, at a lighthouse, the ambiance is
|
15 |
+
exotic and mysterious.png
|
16 |
+
- text: >-
|
17 |
+
pointcrayonstyle illustration, mario is building a tower out of jellybeans
|
18 |
+
at a fish market, the mood is solemn and respectful
|
19 |
+
output:
|
20 |
+
url: >-
|
21 |
+
images/pointcrayonstyle illustration, mario is building a tower out of
|
22 |
+
jellybeans at a fish market, the mood is solemn and respectful.png
|
23 |
+
- text: >-
|
24 |
+
pointcrayonstyle illustration, pikachu is whispering lullabies to the wind
|
25 |
+
at a farmer's market, the mood is light and cheerful
|
26 |
+
output:
|
27 |
+
url: >-
|
28 |
+
images/pointcrayonstyle illustration, pikachu is whispering lullabies to
|
29 |
+
the wind at a farmer's market, the mood is light and cheerful.png
|
30 |
+
- text: >-
|
31 |
+
pointcrayonstyle illustration, someone is catching shadows in a butterfly
|
32 |
+
net at a wine bar, the atmosphere is welcoming and friendly
|
33 |
+
output:
|
34 |
+
url: >-
|
35 |
+
images/pointcrayonstyle illustration, someone is catching shadows in a
|
36 |
+
butterfly net at a wine bar, the atmosphere is welcoming and friendly.png
|
37 |
+
- text: >-
|
38 |
+
pointcrayonstyle illustration, someone is reading a book made of leaves at a
|
39 |
+
fire station, the mood is solemn and respectful
|
40 |
+
output:
|
41 |
+
url: >-
|
42 |
+
images/pointcrayonstyle illustration, someone is reading a book made of
|
43 |
+
leaves at a fire station, the mood is solemn and respectful.png
|
44 |
+
- text: >-
|
45 |
+
pointcrayonstyle illustration, sonic the hedgehog is drawing a map to
|
46 |
+
nowhere at a casino, the feeling is mysterious and enigmatic
|
47 |
+
output:
|
48 |
+
url: >-
|
49 |
+
images/pointcrayonstyle illustration, sonic the hedgehog is drawing a map
|
50 |
+
to nowhere at a casino, the feeling is mysterious and enigmatic.png
|
51 |
+
- text: >-
|
52 |
+
pointcrayonstyle, haunted amusement park where ghostly visitors ride
|
53 |
+
spectral roller coasters and play with phantom cotton candy, featuring
|
54 |
+
translucent carnival games and a ferris wheel that phases
|
55 |
+
output:
|
56 |
+
url: >-
|
57 |
+
images/pointcrayonstyle, haunted amusement park where ghostly visitors
|
58 |
+
ride spectral roller coasters and play with phantom cotton candy,
|
59 |
+
featuring translucent carnival games and a ferris wheel that phases.png
|
60 |
+
- text: >-
|
61 |
+
pointcrayonstyle, intergalactic farmer's market with alien vendors selling
|
62 |
+
exotic fruits and vegetables from different planets, featuring
|
63 |
+
gravity-defying display stands and holographic price tags
|
64 |
+
output:
|
65 |
+
url: >-
|
66 |
+
images/pointcrayonstyle, intergalactic farmer's market with alien vendors
|
67 |
+
selling exotic fruits and vegetables from different planets, featuring
|
68 |
+
gravity-defying display stands and holographic price tags.png
|
69 |
+
- text: >-
|
70 |
+
pointcrayonstyle, microscopic view of a computer chip city with data streams
|
71 |
+
flowing like rivers and transistors as skyscrapers, inhabited by nanobots
|
72 |
+
commuting in quantum tunnels and binary code b
|
73 |
+
output:
|
74 |
+
url: >-
|
75 |
+
images/pointcrayonstyle, microscopic view of a computer chip city with
|
76 |
+
data streams flowing like rivers and transistors as skyscrapers, inhabited
|
77 |
+
by nanobots commuting in quantum tunnels and binary code b.png
|
78 |
+
- text: >-
|
79 |
+
pointcrayonstyle, robotic chef preparing a gourmet meal in a kitchen made
|
80 |
+
entirely of candy
|
81 |
+
output:
|
82 |
+
url: >-
|
83 |
+
images/pointcrayonstyle, robotic chef preparing a gourmet meal in a
|
84 |
+
kitchen made entirely of candy.png
|
85 |
+
- text: >-
|
86 |
+
pointcrayonstyle, steampunk-inspired beehive city with tiny airships buzzing
|
87 |
+
between honeycombs and clockwork flowers, populated by bee-people in
|
88 |
+
Victorian attire tending to gear-driven gardens
|
89 |
+
output:
|
90 |
+
url: >-
|
91 |
+
images/pointcrayonstyle, steampunk-inspired beehive city with tiny
|
92 |
+
airships buzzing between honeycombs and clockwork flowers, populated by
|
93 |
+
bee-people in Victorian attire tending to gear-driven gardens.png
|
94 |
+
- text: >-
|
95 |
+
pointcrayonstyle, underwater ballet performance featuring mermaids, whales,
|
96 |
+
and bioluminescent sea creatures as the audience, with coral reefs forming
|
97 |
+
the stage and schools of fish as the orchestra
|
98 |
+
output:
|
99 |
+
url: >-
|
100 |
+
images/pointcrayonstyle, underwater ballet performance featuring mermaids,
|
101 |
+
whales, and bioluminescent sea creatures as the audience, with coral reefs
|
102 |
+
forming the stage and schools of fish as the orchestra.png
|
103 |
+
base_model: black-forest-labs/FLUX.1-dev
|
104 |
+
instance_prompt: pointcrayonstyle
|
105 |
+
license: other
|
106 |
+
license_name: flux-1-dev-non-commercial-license
|
107 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
108 |
+
---
|
109 |
+
# flux-pointcrayonstyle
|
110 |
+
|
111 |
+
<Gallery />
|
112 |
+
|
113 |
+
## Model description
|
114 |
+
|
115 |
+
flux.1 'pointcrayonstyle' lora
|
116 |
+
|
117 |
+
trigger words [pointcrayonstyle] used in dataset, with [illustration] sometimes added. trained on dev but also works on schnell, enjoy.
|
118 |
+
|
119 |
+
## Trigger words
|
120 |
+
|
121 |
+
You should use `pointcrayonstyle` to trigger the image generation.
|
122 |
+
|
123 |
+
|
124 |
+
## Download model
|
125 |
+
|
126 |
+
Weights for this model are available in Safetensors format.
|
127 |
+
|
128 |
+
[Download](/oshtz/flux-pointcrayonstyle/tree/main) them in the Files & versions tab.
|