Jonjew commited on
Commit
ddd7c95
·
verified ·
0 Parent(s):

initial commit

Browse files
Files changed (2) hide show
  1. .gitattributes +55 -0
  2. README.md +115 -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,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - lora
5
+ - diffusers
6
+ - template:diffusion-lora
7
+ widget:
8
+ - text: >-
9
+ animeniji, anime, niji, 2D flat anime, (off-center composition, dynamic left
10
+ aligned composition), A close-up of a magical girl with sparkling pink hair,
11
+ her eyes shining with determination. She wears an elegant outfit adorned
12
+ with ribbons and magical symbols, and her expression is fierce yet kind. The
13
+ background is filled with soft, swirling colors, suggesting the presence of
14
+ magic.
15
+ parameters:
16
+ negative_prompt: text, watermarks
17
+ output:
18
+ url: images/ComfyUI_30843_.png
19
+ - text: >-
20
+ Legenddarkfantasy mode, ominous glow, sinister energy, dark seductive
21
+ atmosphere, era shadowed dark fantasy, solo, corrupted sorceress adorned in
22
+ intricate violet robes, demonic enchantress style, Rating SFW, a wicked mage
23
+ with glowing white eyes and a menacing smile, holding a pulsating orb of
24
+ crimson energy, ¬her flowing garments are torn yet elegant, inscribed with
25
+ dark magical runes, ¬shadowy demonic figures lurk in the background,
26
+ amplifying the aura of danger and power, faint crimson haze filter.
27
+ parameters:
28
+ negative_prompt: text, watermarks
29
+ output:
30
+ url: images/ComfyUI_30818_.png
31
+ - text: >-
32
+ Legenddarkfantasy mode, a fierce pyromancer surrounded by swirling infernal
33
+ flames, her sun-kissed skin shimmering with heat, fiery orange hair whipping
34
+ in the blaze, cinematic, photorealistic, deep red and orange glow filter,
35
+ dark fantasy atmosphere, glowing ember eyes, her hands outstretched as she
36
+ conjures a massive fiery orb hovering above her, the ground beneath her
37
+ glowing and cracked, molten lava oozing outward in fiery tendrils.
38
+ parameters:
39
+ negative_prompt: text, watermarks
40
+ output:
41
+ url: images/ComfyUI_30804_.png
42
+ - text: >-
43
+ AURA_RenderXL, anime, A surreal, portrait of a beautiful woman whose
44
+ vibrant, multicolored hair transitions into soft, ethereal clouds. Her hair,
45
+ in shades of aqua blue, pastel pink, and soft yellow, blends effortlessly
46
+ with the sky, creating the illusion that her hair is part of the heavens.
47
+ Her eyes are gently closed, framed by striking makeup in vivid oranges,
48
+ pinks, and purples that contrasts with her smooth, glowing skin. The
49
+ lighting is soft and atmospheric, casting a gentle glow on her face as the
50
+ clouds and hair swirl together in a dream-like dance. The image evokes a
51
+ sense of calm and celestial beauty, blending human grace with the natural
52
+ wonder of the sky
53
+ parameters:
54
+ negative_prompt: text, watermarks
55
+ output:
56
+ url: images/ComfyUI_31152_.png
57
+ base_model: black-forest-labs/FLUX.1-dev
58
+ instance_prompt: >-
59
+ Legenddarkfantasy mode, Willem Haenraets mode, impressionistic, romanticism,
60
+ dreamy atmosphere, soft brushwork, Special Ink-drawing mode, animeniji,
61
+ cartoon-style, intricate linework with expressive contrasts, soft lighting
62
+ with dynamic highlights, NijiCreature, anime, niji, AURA_RenderXL
63
+ license: unknown
64
+ ---
65
+ # Fantasy Styler FLUX
66
+
67
+ <Gallery />
68
+
69
+ ## Model description
70
+
71
+ FROM https:&#x2F;&#x2F;civitai.com&#x2F;models&#x2F;1231229&#x2F;fantasy-styler-flux
72
+ This LORA is the result of a fusion of my best style LORA&#39;s. For this version, there is no need to use specific trigger words or phrases, prompt and a LORA weight from 0.7 to 0.8 are enough for a stable result, but sometimes it can be raised higher, for example to 1.0
73
+
74
+ It was originally intended as a 2 version of my LORA called Fantasy Impressions, but in the end I decided to make it a separate LORA.
75
+
76
+ Triggers: Legenddarkfantasy mode, Willem Haenraets mode, impressionistic, romanticism, dreamy atmosphere, soft brushwork, Special Ink-drawing mode, animeniji, cartoon-style, intricate linework with expressive contrasts, soft lighting with dynamic highlights, NijiCreature, anime, niji, AURA_RenderXL
77
+
78
+ ## Trigger words
79
+
80
+ You should use `Legenddarkfantasy mode` to trigger the image generation.
81
+
82
+ You should use `Willem Haenraets mode` to trigger the image generation.
83
+
84
+ You should use `impressionistic` to trigger the image generation.
85
+
86
+ You should use `romanticism` to trigger the image generation.
87
+
88
+ You should use `dreamy atmosphere` to trigger the image generation.
89
+
90
+ You should use `soft brushwork` to trigger the image generation.
91
+
92
+ You should use `Special Ink-drawing mode` to trigger the image generation.
93
+
94
+ You should use `animeniji` to trigger the image generation.
95
+
96
+ You should use `cartoon-style` to trigger the image generation.
97
+
98
+ You should use `intricate linework with expressive contrasts` to trigger the image generation.
99
+
100
+ You should use `soft lighting with dynamic highlights` to trigger the image generation.
101
+
102
+ You should use `NijiCreature` to trigger the image generation.
103
+
104
+ You should use `anime` to trigger the image generation.
105
+
106
+ You should use `niji` to trigger the image generation.
107
+
108
+ You should use `AURA_RenderXL` to trigger the image generation.
109
+
110
+
111
+ ## Download model
112
+
113
+ Weights for this model are available in Safetensors format.
114
+
115
+ [Download](/Jonjew/FantasyStyler/tree/main) them in the Files & versions tab.