Commit
·
1f40eea
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +94 -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,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: >-
|
9 |
+
bailing_lightning, 1girl, composed of elements of
|
10 |
+
thunder,thunder,electricity,Capture the ethereal beauty of a young galaxy
|
11 |
+
girl composed of ice and water, her translucent face and body glowing with
|
12 |
+
intricate details. Her hair entwined with thunder and electricity, she gazes
|
13 |
+
towards the cradle of creation with an awe-inspiring expression of higher
|
14 |
+
awareness. The scene is bathed in dramatic lighting, emphasizing the
|
15 |
+
mesmerizing elements. Inspired by the works of (Annie Leibovitz:1.4) and
|
16 |
+
(Diego Velázquez:1.3
|
17 |
+
output:
|
18 |
+
url: images/MarkuryFLUX_00151_.png
|
19 |
+
- text: >-
|
20 |
+
bailing_lightning, 1girl, composed of elements of
|
21 |
+
thunder,thunder,electricity,Create a spectral woman with a (translucent
|
22 |
+
appearance:1.3),Her form is barely tangible,with a soft glow emanating from
|
23 |
+
her gentle contours,The surroundings subtly distort through her ethereal
|
24 |
+
presence,casting a dreamlike ambiance,(white hair:0.1),((BLUE
|
25 |
+
eyes)),((glowing)),
|
26 |
+
output:
|
27 |
+
url: images/MarkuryFLUX_00375_.png
|
28 |
+
- text: >-
|
29 |
+
bailing_lightning, 1girl, composed of elements of
|
30 |
+
thunder,thunder,electricity,A magic sword knight,composed of elements of
|
31 |
+
thunder,thunder,electricity,His form is barely tangible,with a soft glow
|
32 |
+
emanating from his gentle contours,The surroundings subtly distort through
|
33 |
+
her ethereal presence,casting a dreamlike ambiance,white
|
34 |
+
lightning,Surrounded by thunder and lightning elemental magic,
|
35 |
+
output:
|
36 |
+
url: images/MarkuryFLUX_00159_.png
|
37 |
+
- text: >-
|
38 |
+
bailing_lightning, 1girl, composed of elements of
|
39 |
+
thunder,thunder,electricity,A magic sword knight,His form is barely
|
40 |
+
tangible,with a soft glow emanating from his gentle contours,The
|
41 |
+
surroundings subtly distort through her ethereal presence,casting a
|
42 |
+
dreamlike ambiance,white lightning,Surrounded by thunder and lightning
|
43 |
+
elemental magic,
|
44 |
+
output:
|
45 |
+
url: images/MarkuryFLUX_00160_.png
|
46 |
+
- text: >-
|
47 |
+
bailing_lightning, 1girl, composed of elements of
|
48 |
+
thunder,thunder,electricity,Capture the ethereal beauty of a young galaxy
|
49 |
+
girl composed of ice and water, her translucent face and body glowing with
|
50 |
+
intricate details. Her hair entwined with thunder and electricity, she gazes
|
51 |
+
towards the cradle of creation with an awe-inspiring expression of higher
|
52 |
+
awareness. The scene is bathed in dramatic lighting, emphasizing the
|
53 |
+
mesmerizing elements. Inspired by the works of (Annie Leibovitz:1.4) and
|
54 |
+
(Diego Velázquez:1.3
|
55 |
+
output:
|
56 |
+
url: images/MarkuryFLUX_00361_.png
|
57 |
+
base_model: black-forest-labs/FLUX.1-dev
|
58 |
+
instance_prompt: bailing_lightning
|
59 |
+
license: unknown
|
60 |
+
---
|
61 |
+
# 白棱_雷元素-特效(XL,FLUX)Thunder element Special effects
|
62 |
+
|
63 |
+
<Gallery />
|
64 |
+
|
65 |
+
## Model description
|
66 |
+
|
67 |
+
FROM https://civitai.com/models/152849/yuan-xlfluxthunder-element-special-effects
|
68 |
+
Trigger bailing_lightning
|
69 |
+
v1.0
|
70 |
+
|
71 |
+
This model is an elemental style model based on fp8 flux1-dev
|
72 |
+
|
73 |
+
Recommended weight: 0.5-0.8
|
74 |
+
|
75 |
+
Recommended size: 768*1024, 768*1344,1024*1024
|
76 |
+
|
77 |
+
Recommended Steps: 18 to start
|
78 |
+
|
79 |
+
Trigger word:bailing_lightning,
|
80 |
+
|
81 |
+
Recommended Sentence: composed of elements of thunder, thunder, electricity
|
82 |
+
|
83 |
+
CFG: 2-3.5
|
84 |
+
|
85 |
+
## Trigger words
|
86 |
+
|
87 |
+
You should use `bailing_lightning` to trigger the image generation.
|
88 |
+
|
89 |
+
|
90 |
+
## Download model
|
91 |
+
|
92 |
+
Weights for this model are available in Safetensors format.
|
93 |
+
|
94 |
+
[Download](/Jonjew/ThunderElement/tree/main) them in the Files & versions tab.
|