nerijs
commited on
Commit
•
f6e1561
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +77 -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,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
A refined, noblewoman standing gracefully in a lush garden. She has an
|
11 |
+
elaborate updo adorned with delicate pearls and flowers, and she wears a
|
12 |
+
flowing, pastel-colored gown with intricate lace details. Her serene
|
13 |
+
expression is highlighted by soft, natural lighting. The background features
|
14 |
+
blooming roses and a classical stone fountain, creating a sense of timeless
|
15 |
+
elegance and tranquility.
|
16 |
+
output:
|
17 |
+
url: images/OEWT1kPZuJrS_VO1wWB1Z_c6aaac8c6328427e890ac4a0907cb5c5.png
|
18 |
+
- text: >-
|
19 |
+
A bearded inventor with wild, curly hair, standing confidently in his
|
20 |
+
steampunk workshop. He wears brass goggles on his forehead, a leather apron
|
21 |
+
over a white shirt with rolled-up sleeves, and fingerless gloves. His hands
|
22 |
+
are slightly stained with grease, and he holds a small, intricate mechanical
|
23 |
+
device. The background is cluttered with gears, blueprints, and tools,
|
24 |
+
illuminated by the warm glow of oil lamps, giving the scene a creative,
|
25 |
+
industrious atmosphere.
|
26 |
+
output:
|
27 |
+
url: images/Q8-oVxNnXvZ9HNrgbNpGw_02762aaaba3b47859ee5fe9403a371e3.png
|
28 |
+
- text: >-
|
29 |
+
A cheerful corgi, wearing a vibrant party hat with colorful streamers, and a
|
30 |
+
pair of oversized, reflective sunglasses. The corgi's tongue is playfully
|
31 |
+
sticking out, and its ears are perked up with excitement. The background is
|
32 |
+
filled with festive decorations, including balloons and confetti in a
|
33 |
+
variety of bright colors. The overall scene captures a lively and joyful
|
34 |
+
celebration, with the corgi at the center, radiating energy and fun.
|
35 |
+
output:
|
36 |
+
url: images/TMbFx0nNr1xo8oKfjqVgx_fda457c19bd14db086474ba8213d61b0.png
|
37 |
+
- text: >-
|
38 |
+
A cyberpunk hacker with neon blue hair and cybernetic implants on their
|
39 |
+
face, seated in front of multiple holographic screens in a dark, high-tech
|
40 |
+
room. They wear a sleek, black leather jacket with glowing circuit patterns,
|
41 |
+
and their fingers are covered in cybernetic gloves that interface directly
|
42 |
+
with the floating data. The background is a chaotic mix of digital code,
|
43 |
+
flashing lights, and wires, emphasizing the high-tech, futuristic setting.
|
44 |
+
output:
|
45 |
+
url: images/xFZRA5Gz1SRiVY7j1pVdD_a20ec665d9334734bdb2a5dd032536d3.png
|
46 |
+
- text: >-
|
47 |
+
A charismatic jazz musician, playing a saxophone on a small stage in a dimly
|
48 |
+
lit, smoke-filled club. They wear a sharp, pinstripe suit, a fedora tilted
|
49 |
+
to one side, and dark sunglasses. The musician’s expression is intense,
|
50 |
+
fully absorbed in the music. The background features a few round tables with
|
51 |
+
patrons enjoying the performance, while the soft glow of warm, amber lights
|
52 |
+
casts deep shadows, creating a moody, vintage ambiance.
|
53 |
+
output:
|
54 |
+
url: images/BHLH1uZbRmBzr5POwnh4f_702a57f1be684c5a9933dc14ebb73eaa.png
|
55 |
+
base_model: black-forest-labs/FLUX.1-dev
|
56 |
+
instance_prompt: null
|
57 |
+
license: mit
|
58 |
+
---
|
59 |
+
# animation2k-flux
|
60 |
+
|
61 |
+
<Gallery />
|
62 |
+
|
63 |
+
## Model description
|
64 |
+
|
65 |
+
LoRa for FLUX1.-dev inspired by early 2000s animation movies
|
66 |
+
|
67 |
+
## Tips
|
68 |
+
- Use it at **1.2 strength** for best results
|
69 |
+
- No trigger required, just use natural prompting
|
70 |
+
- Blends really well with other Loras
|
71 |
+
|
72 |
+
|
73 |
+
## Download model
|
74 |
+
|
75 |
+
Weights for this model are available in Safetensors format.
|
76 |
+
|
77 |
+
[Download](/nerijs/animation2k-flux/tree/main) them in the Files & versions tab.
|