twn39
commited on
Commit
·
e100b27
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +170 -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,170 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
lz ptica illustration style, highly detailed, uhd image, intricate details,
|
11 |
+
detailed, 8k, trending, amazing art, full body of cat girl sitting on branch
|
12 |
+
in forest,best quality,highres,from below,cute,barefoot,white sundress,long
|
13 |
+
hair,wavy hair,blonde hair,bangs,blue eyes,looking at viewer,light
|
14 |
+
smile,closed mouth,scenery
|
15 |
+
parameters:
|
16 |
+
negative_prompt: ugly
|
17 |
+
output:
|
18 |
+
url: images/00004-2359195613.png
|
19 |
+
- text: >-
|
20 |
+
lz ptica illustration style, highly detailed, uhd image, intricate details,
|
21 |
+
detailed, 8k, trending, amazing art, 1girl,wavy hair,looking at viewer,upper
|
22 |
+
body,suspenders,floral print,ponytail,pink
|
23 |
+
parameters:
|
24 |
+
negative_prompt: ugly
|
25 |
+
output:
|
26 |
+
url: images/00006-3520038436.png
|
27 |
+
- text: >-
|
28 |
+
lz ptica illustration style, A girl with long brown hair and freckles sits
|
29 |
+
inside a large red flower. She wears a white blouse and pink dress. The
|
30 |
+
background is filled with various colorful flowers and green leaves.
|
31 |
+
parameters:
|
32 |
+
negative_prompt: ugly
|
33 |
+
output:
|
34 |
+
url: images/00009-2062375230.png
|
35 |
+
- text: >-
|
36 |
+
lz ptica illustration style, highly detailed, uhd image, intricate details,
|
37 |
+
detailed, 8k, trending, amazing art, A girl with long brown hair and
|
38 |
+
freckles sits inside a large red flower. She wears a white blouse and pink
|
39 |
+
dress. The background is filled with various colorful flowers and green
|
40 |
+
leaves.
|
41 |
+
parameters:
|
42 |
+
negative_prompt: ugly
|
43 |
+
output:
|
44 |
+
url: images/00011-4130278260.png
|
45 |
+
- text: >-
|
46 |
+
lz ptica illustration style, highly detailed, uhd image, intricate details,
|
47 |
+
detailed, 8k, trending, amazing art, 1girl, solo, blush, smile, short hair,
|
48 |
+
brown hair, dress, bow, hair bow, hairband, outdoors, bag, black eyes, red
|
49 |
+
bow, tree, blush stickers, railing,
|
50 |
+
parameters:
|
51 |
+
negative_prompt: ugly
|
52 |
+
output:
|
53 |
+
url: images/00015-1330889236.png
|
54 |
+
- text: >-
|
55 |
+
lz ptica illustration style, highly detailed,uhd image,intricate
|
56 |
+
details,detailed,8k,trending,amazing art, 1girl,animal ears,one eye
|
57 |
+
closed,solo,skirt,sitting,wariza,brown hair,socks,shirt,school uniform,blue
|
58 |
+
eyes,cardigan,bow,cat ears,white shirt,paw pose,looking at
|
59 |
+
viewer,bowtie,pleated skirt,open mouth,indoors,smile,blue bow,no
|
60 |
+
shoes,braid,long sleeves,bangs,collared shirt,blush,kneehighs,long hair,blue
|
61 |
+
bowtie,pillow,open clothes,blue skirt,hair between eyes,
|
62 |
+
parameters:
|
63 |
+
negative_prompt: ugly
|
64 |
+
output:
|
65 |
+
url: images/00017-1964270646.png
|
66 |
+
- text: >-
|
67 |
+
lz ptica illustration style, highly detailed,uhd image,intricate
|
68 |
+
details,detailed,8k,trending,amazing art,
|
69 |
+
1girl,outdoors,solo,hat,dress,flower,tulip,purple eyes,long hair,white
|
70 |
+
dress,looking at viewer,ribbon,pink flower,bangs,straw
|
71 |
+
hat,day,sky,blush,hair ribbon,yellow flower,blue sky,red ribbon,bare
|
72 |
+
shoulders,field,bow,twintails,petals,closed mouth,off shoulder,flower
|
73 |
+
field,hair between eyes,tree,cloud,plaid,off-shoulder dress,grey
|
74 |
+
hair,standing,hat bow,floating hair,arm up,wind,frills,low twintails
|
75 |
+
parameters:
|
76 |
+
negative_prompt: ugly
|
77 |
+
output:
|
78 |
+
url: images/00018-3317656613.png
|
79 |
+
- text: >-
|
80 |
+
lz ptica illustration style, highly detailed,uhd image,intricate
|
81 |
+
details,detailed,8k,trending,amazing art, jinx, Draw a light on a blue,
|
82 |
+
faced k-pop girl, (masterpiece:1.2),hi-res,4k,extremely delicate and
|
83 |
+
beautiful art,pastel color,jinx_/(league of legends/), pink eyes, blue hair,
|
84 |
+
[twin braids] full body,standing, portrait
|
85 |
+
parameters:
|
86 |
+
negative_prompt: ugly
|
87 |
+
output:
|
88 |
+
url: images/00022-1740963823.png
|
89 |
+
- text: >-
|
90 |
+
lz ptica illustration style, a fierce viking warrior and a dark sorcerer
|
91 |
+
standing together,mystical,dark,luminescence,vibrant,radiant
|
92 |
+
lighting,cinematic lighting,ambient background,dramatic
|
93 |
+
lighting,beautiful,ethereal,elegant,award winning,
|
94 |
+
parameters:
|
95 |
+
negative_prompt: ugly
|
96 |
+
output:
|
97 |
+
url: images/00024-2693456843.png
|
98 |
+
- text: >-
|
99 |
+
lz ptica illustration style, 1girl, blurry, bouquet, breasts, cleavage,
|
100 |
+
depth of field, dress, earrings, fingernails, flower, holding, hydrangea,
|
101 |
+
jewelry, long hair, looking at viewer, makeup, nail polish, purple eyes,
|
102 |
+
purple flower, purple hair, purple nails, solo, wisteria
|
103 |
+
parameters:
|
104 |
+
negative_prompt: ugly
|
105 |
+
output:
|
106 |
+
url: images/00028-618169683.png
|
107 |
+
- text: >-
|
108 |
+
lz ptica illustration style, 1 sweet girl,the greater lord
|
109 |
+
rukkhadevata,(side braid:1.1),long hair,((white hair)),leaf hair
|
110 |
+
ornament,(pointy ears),elf,green eyes,pale skin,bare shoulders,(medium
|
111 |
+
breasts),(cleavage:1.1),jewelry,white long dress,(detached
|
112 |
+
sleeves:1.1),bracelet,(looking away:1.2),(hair floating:1.3),from side,(in
|
113 |
+
forest:1.3),(pink flowers:1.1),(falling petals:1.1),(lens flare from
|
114 |
+
right:1.2),(god rays from right:1.2),
|
115 |
+
parameters:
|
116 |
+
negative_prompt: ugly
|
117 |
+
output:
|
118 |
+
url: images/00030-1247760735.png
|
119 |
+
- text: >-
|
120 |
+
lz ptica illustration style, gufeng hand-drawn style, ink wash,1girl, solo,
|
121 |
+
brown hair, hair ornament, dress, bug, long sleeves, black hair, wide
|
122 |
+
sleeves, chinese clothes, flower, upper body, butterfly
|
123 |
+
parameters:
|
124 |
+
negative_prompt: ugly
|
125 |
+
output:
|
126 |
+
url: images/00033-470849523.png
|
127 |
+
- text: >-
|
128 |
+
lz ptica illustration style, gufeng , A girl with long dark hair in a bun,
|
129 |
+
wearing traditional Chinese clothing with floral patterns, looking to the
|
130 |
+
side.
|
131 |
+
parameters:
|
132 |
+
negative_prompt: ugly
|
133 |
+
output:
|
134 |
+
url: images/00042-998520586.png
|
135 |
+
- text: >-
|
136 |
+
lz ptica illustration style, gufeng , A girl with long dark hair adorned
|
137 |
+
with flowers, wearing a traditional robe, holds a white rabbit.
|
138 |
+
parameters:
|
139 |
+
negative_prompt: ugly
|
140 |
+
output:
|
141 |
+
url: images/00046-732719346.png
|
142 |
+
- text: >-
|
143 |
+
lz ptica illustration style, An adorable version of an ancient-style Hanfu
|
144 |
+
beauty,wearing a fur cloak,exuding a lovely atmosphere. She has a cute round
|
145 |
+
face,and her big eyes shine brightly. Standing next to a persimmon tree in
|
146 |
+
winter,adorned with ripe persimmons and snowflakes falling,she smiles
|
147 |
+
happily,radiating energy and cuteness,
|
148 |
+
parameters:
|
149 |
+
negative_prompt: ugly
|
150 |
+
output:
|
151 |
+
url: images/00048-3053063513.png
|
152 |
+
base_model: cagliostrolab/animagine-xl-3.1
|
153 |
+
instance_prompt: lz ptica illustration style
|
154 |
+
|
155 |
+
---
|
156 |
+
# Lz Ptica Illustration Style LoRA
|
157 |
+
|
158 |
+
<Gallery />
|
159 |
+
|
160 |
+
|
161 |
+
## Trigger words
|
162 |
+
|
163 |
+
You should use `lz ptica illustration style` to trigger the image generation.
|
164 |
+
|
165 |
+
|
166 |
+
## Download model
|
167 |
+
|
168 |
+
Weights for this model are available in Safetensors format.
|
169 |
+
|
170 |
+
[Download](/twn39/lz_ptica_illustration_xl_v3_1/tree/main) them in the Files & versions tab.
|