nerijs
commited on
Commit
•
6252bd0
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +82 -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,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
a medieval village with a castle on top, there's a river and a forest on the
|
11 |
+
sides
|
12 |
+
output:
|
13 |
+
url: images/Ok0TN2t1lDZ0YtvvuHJEv_111ca5a41f8f467bb22d0414d3713418.png
|
14 |
+
- text: >-
|
15 |
+
A sprawling metropolis built from brass and iron, with towering clockwork
|
16 |
+
skyscrapers adorned with massive, rotating gears and steam vents. The
|
17 |
+
streets are lined with gas lamps and cobblestone, bustling with
|
18 |
+
steam-powered carriages and people in Victorian attire. Above, airships with
|
19 |
+
billowing sails and massive propellers drift through the smog-filled sky.
|
20 |
+
The central feature of the city is a colossal clock tower, its intricate
|
21 |
+
mechanisms visible as it chimes loudly across the city. The atmosphere is
|
22 |
+
vibrant with the hum of machinery and the hiss of steam.
|
23 |
+
output:
|
24 |
+
url: images/iGiC0wbWIYiLunFv2wT6B_3ba16a190fd94915b487a66fe5ddfde6.png
|
25 |
+
- text: '-'
|
26 |
+
output:
|
27 |
+
url: images/Dvi-gJz2IIY-nMpMGZM7q_0ebd854b97f643a5964697e79d913c59.png
|
28 |
+
- text: >-
|
29 |
+
A vast, otherworldly plane where the ground is a perfect, reflective mirror,
|
30 |
+
stretching endlessly in all directions. The sky is an abstract swirl of
|
31 |
+
colors—blues, pinks, purples, and golds—constantly shifting and changing
|
32 |
+
like a living painting. Floating above the mirrored surface are massive,
|
33 |
+
translucent orbs filled with swirling galaxies and nebulae, each one
|
34 |
+
reflecting and refracting the colors of the sky in a dazzling display of
|
35 |
+
light. Occasionally, the mirrored ground ripples as if touched by an
|
36 |
+
invisible hand, sending waves of color across the landscape. There are no
|
37 |
+
horizons, no up or down, just an endless expanse of color and reflection,
|
38 |
+
where the only sounds are the faint echoes of distant, celestial music.
|
39 |
+
output:
|
40 |
+
url: images/_899e4CUxJ8E9QyyGWRGo_6d109c962d014782a16a3eefff15cc88.png
|
41 |
+
base_model: black-forest-labs/FLUX.1-dev
|
42 |
+
instance_prompt: wh3r3sw4ld0
|
43 |
+
license: mit
|
44 |
+
---
|
45 |
+
# FLUX - Where's Waldo LoRa
|
46 |
+
|
47 |
+
<Gallery />
|
48 |
+
|
49 |
+
## Model description
|
50 |
+
|
51 |
+
FLUX.1 Dev LoRa aiming to generate Wimmelbilder Where's Waldo style images
|
52 |
+
|
53 |
+
## Tips
|
54 |
+
- Describe your scene naturally
|
55 |
+
- Trigger might be necessary but always test without
|
56 |
+
- Strength at 1.0 without trigger and 0.7/0.8 with trigger
|
57 |
+
- This model really likes landscape aspect ratios
|
58 |
+
- At 1.0 strength, the style is way better, but the model tends to generate a lot of malformed people
|
59 |
+
|
60 |
+
## How to use it
|
61 |
+
- Used best with a Comfy fp16/bf16 checkpoint, use it as any other Lora
|
62 |
+
- Use it with FAL FLUX with Loras: https://fal.ai/models/fal-ai/flux-general . Just point to the .safetensors file in this repo
|
63 |
+
|
64 |
+
## How to get the best results
|
65 |
+
- Generate your base image with txt2img
|
66 |
+
- Upscale with something like **AuraSR**
|
67 |
+
- Do a second img2img pass with ~0.3-0.5 denoising strength, same prompt
|
68 |
+
- At the time of this release, tiled upscale is not possible yet with FLUX, but that would be really beneficial for this kind of outputs
|
69 |
+
|
70 |
+
## Contact
|
71 |
+
https://twitter.com/nerijs
|
72 |
+
|
73 |
+
## Trigger words
|
74 |
+
|
75 |
+
You should use `wh3r3sw4ld0` to trigger the image generation.
|
76 |
+
|
77 |
+
|
78 |
+
## Download model
|
79 |
+
|
80 |
+
Weights for this model are available in Safetensors format.
|
81 |
+
|
82 |
+
[Download](/nerijs/flux-waldo1024-v1/tree/main) them in the Files & versions tab.
|