renderartist
commited on
Commit
•
3239d94
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +131 -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,131 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: w3irdth1ngs illustration, detailed, giant squid on land celestial skin
|
9 |
+
output:
|
10 |
+
url: images/3D__02323_.png
|
11 |
+
- text: >-
|
12 |
+
w3irdth1ngs illustration, detailed, man in a red robe rides a beautiful
|
13 |
+
mythical creature ox-tiger-wolf with a colorful mane, celestial background
|
14 |
+
at night
|
15 |
+
output:
|
16 |
+
url: images/3D__02417_.png
|
17 |
+
- text: w3irdth1ngs illustration, detailed colorful rainbow phoenix with claws
|
18 |
+
output:
|
19 |
+
url: images/3D__02364_.png
|
20 |
+
- text: >-
|
21 |
+
w3irdth1ngs illusion illustration, A surreal portrait of a woman emerges
|
22 |
+
from a cosmic backdrop, her face partially obscured by a striking red
|
23 |
+
triangle that contains a single, all-seeing eye. Her own eyes are closed,
|
24 |
+
with long lashes sweeping downwards, while full red lips and a pale
|
25 |
+
complexion complete her visage. Cascading blue-black hair frames her face,
|
26 |
+
tied with red bands. She wears a high-collared yellow jacket with a
|
27 |
+
prominent zipper. The background is a sea of stars, with various celestial
|
28 |
+
bodies - moons, planets, and twinkling stars of different shapes and colors
|
29 |
+
- scattered across the inky black sky.
|
30 |
+
output:
|
31 |
+
url: images/3D__02486_.png
|
32 |
+
- text: >-
|
33 |
+
w3irdth1ngs illusion illustration, The scene depicts a surreal and mystical
|
34 |
+
gathering on an alien landscape. A central figure, with a body resembling a
|
35 |
+
bare tree has a totem (((face))), stands, amidst five humanoid beings
|
36 |
+
wearing pointed hats and long robes. These figures are arranged in a
|
37 |
+
semi-circle, facing the tree-being. The sky is a cosmic tapestry filled with
|
38 |
+
colorful planets and stars, with a vibrant, glowing nebula or star serving
|
39 |
+
as a focal point behind the tree-figure's branches.
|
40 |
+
output:
|
41 |
+
url: images/3D__02503_.png
|
42 |
+
- text: >-
|
43 |
+
w3irdth1ngs illusion illustration, A cosmic stairway ascends through the
|
44 |
+
star-speckled void, its golden rails guiding the way to a radiant celestial
|
45 |
+
body. The sun-like orb crowns the scene, its brilliant rays piercing the
|
46 |
+
darkness and illuminating the path with ethereal light. Multicolored steps
|
47 |
+
transition from warm reds to cool blues as they climb, flanked by ornate
|
48 |
+
banisters that stand sentinel against a backdrop of azure and violet clouds
|
49 |
+
drifting through the cosmic expanse.
|
50 |
+
output:
|
51 |
+
url: images/3D__02476_.png
|
52 |
+
- text: >-
|
53 |
+
w3irdth1ngs illustration, detailed, Perched on a crescent moon, a playful
|
54 |
+
woman in a sleek, holographic jumpsuit observes the collision of galaxies.
|
55 |
+
Her outfit shifts colors with each passing moment, reflecting the merging of
|
56 |
+
countless timelines in the cosmic tapestry before her. Stardust glitters in
|
57 |
+
her curly afro, forming a halo of infinite possibilities.
|
58 |
+
output:
|
59 |
+
url: images/3D__02437_.png
|
60 |
+
- text: >-
|
61 |
+
w3irdth1ngs illustration, an amethyst laden warrior with armor made of
|
62 |
+
geodes
|
63 |
+
output:
|
64 |
+
url: images/3D__02319_.png
|
65 |
+
- text: >-
|
66 |
+
w3irdth1ngs illustration, detailed, majestic woman with wind blown hair, her
|
67 |
+
face half-covered by a large triangle with an eye, the background is purple
|
68 |
+
and blue hues
|
69 |
+
output:
|
70 |
+
url: images/3D__02303_.png
|
71 |
+
- text: >-
|
72 |
+
w3irdth1ngs illustration, detailed colorful hourglass set in a desert scene,
|
73 |
+
surrealism
|
74 |
+
output:
|
75 |
+
url: images/3D__02378_.png
|
76 |
+
- text: >-
|
77 |
+
w3irdth1ngs illustration, detailed, wizards in large hats convene around a
|
78 |
+
tree character with a face carved into it's trunk, the branches are
|
79 |
+
limb-like appendages, at the center, cosmic scene, surrealism
|
80 |
+
output:
|
81 |
+
url: images/3D__02386_.png
|
82 |
+
- text: >-
|
83 |
+
w3irdth1ngs illustration, detailed, wolf with a blue flame mane, glowing
|
84 |
+
yellow eyes set in a Saharan desert at night
|
85 |
+
output:
|
86 |
+
url: images/3D__02320_.png
|
87 |
+
- text: >-
|
88 |
+
w3irdth1ngs illusion illustration, A majestic phoenix rises against a
|
89 |
+
midnight sky, its wings spread wide in a dazzling display of fiery plumage.
|
90 |
+
The mythical bird's body transitions from a golden head through vibrant
|
91 |
+
oranges and reds to a cool blue underbelly, its tail feathers a burst of
|
92 |
+
flame-like hues. Surrounding the phoenix, a garden of stylized flowers
|
93 |
+
blooms - pristine white daisies and golden blossoms with hints of orange,
|
94 |
+
their stems a delicate green against the dark background. Scattered
|
95 |
+
red-orange dots, like embers or stars, complete the celestial scene.
|
96 |
+
output:
|
97 |
+
url: images/3D__02482_.png
|
98 |
+
base_model: black-forest-labs/FLUX.1-dev
|
99 |
+
instance_prompt: w3irdth1ngs, illustration
|
100 |
+
license: creativeml-openrail-m
|
101 |
+
---
|
102 |
+
# Weird Things Flux
|
103 |
+
|
104 |
+
<Gallery />
|
105 |
+
|
106 |
+
## Model description
|
107 |
+
|
108 |
+
Weird Things Flux was trained on 100 AI-generated images. This LoRA blends styles of surrealism and psychedelia. In my testing it performed well with both simple and detailed prompts. You should try using an LLM to describe an existing piece to find words to describe the style you're looking to achieve, some of the examples have lengthy prompts to show the strength of more precise verbiage. All of the images were captioned with Joy Caption Batch
|
109 |
+
|
110 |
+
100 images, 1 repeats, 2 batch, 25 epochs, 24 DIM / 32 ALPHA, 1,250 steps
|
111 |
+
|
112 |
+
This isn't a very serious LoRA, have fun, flex your creativity and make something interesting. This is just an attempt to explore finer details and more ambiguous styles in LoRA training.
|
113 |
+
|
114 |
+
FOR THE BEST RESULTS USE EULER OR DEIS SAMPLER
|
115 |
+
|
116 |
+
Trigger keyword: 'w3irdth1ngs' 'illustration'
|
117 |
+
|
118 |
+
Recommended strengths: 0.7 - 0.9
|
119 |
+
|
120 |
+
## Trigger words
|
121 |
+
|
122 |
+
You should use `w3irdth1ngs` to trigger the image generation.
|
123 |
+
|
124 |
+
You should use `illustration` to trigger the image generation.
|
125 |
+
|
126 |
+
|
127 |
+
## Download model
|
128 |
+
|
129 |
+
Weights for this model are available in Safetensors format.
|
130 |
+
|
131 |
+
[Download](/renderartist/weirdthingsflux/tree/main) them in the Files & versions tab.
|