Commit
·
640f7f4
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +103 -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,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: 'dzda style,angry teenager, '
|
9 |
+
output:
|
10 |
+
url: >-
|
11 |
+
images/892d1041410d63d9e5195b3bac1af5987688e212773c3a358ca5de509cbffce8.png
|
12 |
+
- text: 'dzda style,angry teenager, '
|
13 |
+
output:
|
14 |
+
url: >-
|
15 |
+
images/2bb10c73d62a4aa33a8a1b8ca433649ead8e07ec53398b8f60adc50b91c8659d.png
|
16 |
+
- text: 'dzda style, parent talking with psychologist '
|
17 |
+
output:
|
18 |
+
url: >-
|
19 |
+
images/258d9126702d7e9594bb886ad8c0067255f0f02042302908dbb605ea24212a69.png
|
20 |
+
- text: >-
|
21 |
+
A flat-style cartoon illustration clipart of manic laught hyperactive
|
22 |
+
teenager. Soft,vibrant colors and cel-shading Inspired by Moebius and Atey
|
23 |
+
Ghailan,90s vibe --prof,dzda style,
|
24 |
+
output:
|
25 |
+
url: >-
|
26 |
+
images/3e781e69bc6e77c76593e691d3b18f85ae0b34a6cf461b8a5469811f9e34e07a.png
|
27 |
+
- text: >-
|
28 |
+
A flat-style cartoon illustration clipart of manic laught hyperactive
|
29 |
+
teenager. Soft,vibrant colors and cel-shading Inspired by Moebius and Atey
|
30 |
+
Ghailan,90s vibe --prof,dzda style,
|
31 |
+
output:
|
32 |
+
url: >-
|
33 |
+
images/5035786e2f1f777bf9974758600919e9b9314f79aa06a2051bc3f54d5c0bccf0.png
|
34 |
+
- text: >-
|
35 |
+
happy girl sitting on the floor, meditating, ,white background, cartoon
|
36 |
+
illustration, using flat-style, cel-shading, full shot, full body, muted
|
37 |
+
colors, in style of Moebius by Atey Ghailan and Ashley Wood, 90s style
|
38 |
+
cartoon --profile m ,dzda style,
|
39 |
+
output:
|
40 |
+
url: >-
|
41 |
+
images/ded07f97125b10568fe1d3f846541335f8be7b3ff44a9efbb1f640970e48efdf.png
|
42 |
+
- text: >-
|
43 |
+
happy girl sitting on the floor, meditating, ,white background, cartoon
|
44 |
+
illustration, using flat-style, cel-shading, full shot, full body, muted
|
45 |
+
colors, in style of Moebius by Atey Ghailan and Ashley Wood, 90s style
|
46 |
+
cartoon --profile m ,dzda style,
|
47 |
+
output:
|
48 |
+
url: >-
|
49 |
+
images/e940c9789fbdacd63eb25ced6678c2cf623efd726a66436ec54f0cff6d187aa1.png
|
50 |
+
- text: >-
|
51 |
+
confused emberassed smilling teenager boy and girl, portrait, close-up,
|
52 |
+
green abstract shape in background, white background, clipart, cartoon
|
53 |
+
illustration, using flat-style, cel-shading, in style of Moebius by Atey
|
54 |
+
Ghailan and Ashley Wood, 90s style ,dzda style,
|
55 |
+
output:
|
56 |
+
url: >-
|
57 |
+
images/303e8b8df1b90d4fc1a11b4067738fbcfd63da9896440b54eea748f51ff42344.png
|
58 |
+
- text: >-
|
59 |
+
comic book panels, in color, young woman, brown hair, small backpack on
|
60 |
+
sholder, walking down sidewalk seattle street in heavy rain, she looks
|
61 |
+
annoyed ,cartoon illustration,using flat-style,cel-shading,in style of
|
62 |
+
Moebius by Atey Ghailan and Ashley Wood,90s style,dzda style,
|
63 |
+
output:
|
64 |
+
url: >-
|
65 |
+
images/cd387b92340831512a0af2a2c9bf00f4e9b821c5a547287648cb21b3547b7906.png
|
66 |
+
- text: >-
|
67 |
+
A noble Russian knight from the 13th century, standing tall with his hand on
|
68 |
+
the hilt of his sword. He has a well-groomed beard, piercing blue eyes, and
|
69 |
+
an aura of wisdom. His chainmail is finely crafted, and a red embroidered
|
70 |
+
cloak flows behind him. The background shows a sunrise over a vast Russian
|
71 |
+
landscape. Realistic, epic cinematic lighting, ultra-detailed textures.
|
72 |
+
--profile mxg,dzda style,
|
73 |
+
output:
|
74 |
+
url: >-
|
75 |
+
images/1e73e637a08282f07e552e5a9523ff51f4aeab4ab3d1a3507caef99b9c4a10f5.png
|
76 |
+
- text: >-
|
77 |
+
Chinese dragon,blind box character design,cute Chinese blue and white
|
78 |
+
porcelain-style little fat baby dragon with horns on its head,simple
|
79 |
+
background,full-body shot,standing posture,white fur,happy
|
80 |
+
expression,holding its hands in front of its chest,in the style of Disney
|
81 |
+
Pixar animation,with a white beard,and wearing,dzda style,
|
82 |
+
output:
|
83 |
+
url: >-
|
84 |
+
images/f87995a1c20aab95f886f8f4fcd2b1879f24ced26576b8584bde6e182ab29d9b.png
|
85 |
+
base_model: black-forest-labs/FLUX.1-dev
|
86 |
+
instance_prompt: dzda style
|
87 |
+
license: cc-by-nc-sa-4.0
|
88 |
+
---
|
89 |
+
# Comics style
|
90 |
+
|
91 |
+
<Gallery />
|
92 |
+
|
93 |
+
|
94 |
+
## Trigger words
|
95 |
+
|
96 |
+
You should use `dzda style` to trigger the image generation.
|
97 |
+
|
98 |
+
|
99 |
+
## Download model
|
100 |
+
|
101 |
+
Weights for this model are available in Safetensors format.
|
102 |
+
|
103 |
+
[Download](/FilipAura/Comics_style/tree/main) them in the Files & versions tab.
|