Commit
·
4034ad9
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +174 -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,174 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: >-
|
9 |
+
score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, rough
|
10 |
+
sketch, messy lineart, monochromatic, flat color, full body, 1girl, mature,
|
11 |
+
beautiful face, long red hair, blunt fringe, bangs, detailed blue eyes,
|
12 |
+
curvy, thin waist, silver metal body, cyborg, dynamic pose, black background
|
13 |
+
parameters:
|
14 |
+
negative_prompt: >-
|
15 |
+
worst quality, bad quality, jpeg artifacts, bad hands, bad finger, bad
|
16 |
+
anatomy, watermark, artist name
|
17 |
+
output:
|
18 |
+
url: images/Far_Future_Upscaled_00365_.png
|
19 |
+
- text: >-
|
20 |
+
score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, rough
|
21 |
+
sketch, messy lineart, monochromatic, flat color, full body, 1girl, mature,
|
22 |
+
beautiful face, long red hair, blunt fringe, bangs, detailed blue eyes,
|
23 |
+
curvy, thin waist, silver metal body, cyborg, dynamic pose, black background
|
24 |
+
parameters:
|
25 |
+
negative_prompt: >-
|
26 |
+
worst quality, bad quality, jpeg artifacts, bad hands, bad finger, bad
|
27 |
+
anatomy, watermark, artist name
|
28 |
+
output:
|
29 |
+
url: images/Far_Future_Upscaled_00364_.png
|
30 |
+
- text: >-
|
31 |
+
score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, rough
|
32 |
+
sketch, messy lineart, monochromatic, flat color, full body, 1girl, mature,
|
33 |
+
beautiful face, long red hair, blunt fringe, bangs, detailed blue eyes,
|
34 |
+
curvy, thin waist, silver metal body, cyborg, dynamic pose, black background
|
35 |
+
parameters:
|
36 |
+
negative_prompt: >-
|
37 |
+
worst quality, bad quality, jpeg artifacts, bad hands, bad finger, bad
|
38 |
+
anatomy, watermark, artist name
|
39 |
+
output:
|
40 |
+
url: images/Far_Future_Upscaled_00360_.png
|
41 |
+
- text: >-
|
42 |
+
score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, rough
|
43 |
+
sketch, messy lineart, monochromatic, flat color, full body, 1girl, mature,
|
44 |
+
beautiful face, long red hair, blunt fringe, bangs, detailed blue eyes,
|
45 |
+
curvy, thin waist, silver metal body, cyborg, dynamic pose, black background
|
46 |
+
parameters:
|
47 |
+
negative_prompt: >-
|
48 |
+
worst quality, bad quality, jpeg artifacts, bad hands, bad finger, bad
|
49 |
+
anatomy, watermark, artist name
|
50 |
+
output:
|
51 |
+
url: images/Far_Future_Upscaled_00359_.png
|
52 |
+
- text: >-
|
53 |
+
score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, rough
|
54 |
+
sketch, messy lineart, monochromatic, flat color, skyline, overgrown sci-fi
|
55 |
+
city, flooded, gigantic buildings, beach, tropical, pink blue sunset, planet
|
56 |
+
with rings, starry sky
|
57 |
+
parameters:
|
58 |
+
negative_prompt: >-
|
59 |
+
worst quality, bad quality, jpeg artifacts, bad hands, bad finger, bad
|
60 |
+
anatomy, watermark, artist name
|
61 |
+
output:
|
62 |
+
url: images/Far_Future_Upscaled_00351_.png
|
63 |
+
- text: >-
|
64 |
+
score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, rough
|
65 |
+
sketch, messy lineart, monochromatic, flat color, giant monster, claws,
|
66 |
+
wings, black eyes, sharp teeth, eldritch style, skyline, sci-fi city,
|
67 |
+
gigantic buildings, in outer space, black hole, black background
|
68 |
+
parameters:
|
69 |
+
negative_prompt: >-
|
70 |
+
worst quality, bad quality, jpeg artifacts, bad hands, bad finger, bad
|
71 |
+
anatomy, watermark, artist name
|
72 |
+
output:
|
73 |
+
url: images/Far_Future_Upscaled_00348_.png
|
74 |
+
- text: >-
|
75 |
+
score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, rough
|
76 |
+
sketch, messy lineart, monochromatic, flat color, giant monster, claws,
|
77 |
+
wings, black eyes, sharp teeth, eldritch style, skyline, sci-fi city,
|
78 |
+
gigantic buildings, in outer space, black hole, black background
|
79 |
+
parameters:
|
80 |
+
negative_prompt: >-
|
81 |
+
worst quality, bad quality, jpeg artifacts, bad hands, bad finger, bad
|
82 |
+
anatomy, watermark, artist name
|
83 |
+
output:
|
84 |
+
url: images/Far_Future_Upscaled_00345_.png
|
85 |
+
- text: >-
|
86 |
+
score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, rough
|
87 |
+
sketch, messy lineart, monochromatic, flat color, giant monster, eldritch
|
88 |
+
style, in outer space, black hole, black background
|
89 |
+
parameters:
|
90 |
+
negative_prompt: >-
|
91 |
+
worst quality, bad quality, jpeg artifacts, bad hands, bad finger, bad
|
92 |
+
anatomy, watermark, artist name
|
93 |
+
output:
|
94 |
+
url: images/Far_Future_Upscaled_00336_.png
|
95 |
+
- text: >-
|
96 |
+
score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, rough
|
97 |
+
sketch, messy lineart, monochromatic, flat color, jungle, trees, vines,
|
98 |
+
ruins, river, sand
|
99 |
+
parameters:
|
100 |
+
negative_prompt: >-
|
101 |
+
worst quality, bad quality, jpeg artifacts, bad hands, bad finger, bad
|
102 |
+
anatomy, watermark, artist name
|
103 |
+
output:
|
104 |
+
url: images/Far_Future_Upscaled_00320_.png
|
105 |
+
- text: >-
|
106 |
+
score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, rough
|
107 |
+
sketch, messy lineart, monochromatic, flat color, polar landscape, snowy
|
108 |
+
mountains, ice, river, ruins
|
109 |
+
parameters:
|
110 |
+
negative_prompt: >-
|
111 |
+
worst quality, bad quality, jpeg artifacts, bad hands, bad finger, bad
|
112 |
+
anatomy, watermark, artist name
|
113 |
+
output:
|
114 |
+
url: images/Far_Future_Upscaled_00316_.png
|
115 |
+
- text: >-
|
116 |
+
score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, rough
|
117 |
+
sketch, messy lineart, monochromatic, flat color, 1boy, mature man, full
|
118 |
+
body, close-up, short black hair, detailed eyes, cyborg, in a polar
|
119 |
+
landscape, snowy mountains, ice, river, ruins
|
120 |
+
parameters:
|
121 |
+
negative_prompt: >-
|
122 |
+
worst quality, bad quality, jpeg artifacts, bad hands, bad finger, bad
|
123 |
+
anatomy, watermark, artist name
|
124 |
+
output:
|
125 |
+
url: images/Far_Future_Upscaled_00305_.png
|
126 |
+
- text: >-
|
127 |
+
score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, rough
|
128 |
+
sketch, messy lineart, monochromatic, flat color, 1girl, mature woman, upper
|
129 |
+
body, close-up, shorter black hair, blush, beautiful face, detailed eyes,
|
130 |
+
soft smile, pale white skin, black v-shirt, cleavage, standing at the beach,
|
131 |
+
waves, ocean, mangrove, trees, overgrown ruins
|
132 |
+
parameters:
|
133 |
+
negative_prompt: >-
|
134 |
+
worst quality, bad quality, jpeg artifacts, bad hands, bad finger, bad
|
135 |
+
anatomy, watermark, artist name
|
136 |
+
output:
|
137 |
+
url: images/Far_Future_Upscaled_00299_.png
|
138 |
+
- text: >-
|
139 |
+
score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, rough
|
140 |
+
sketch, messy lineart, monochromatic, flat color, 1girl, white hair,
|
141 |
+
ponytail, aesthetic face, slender sci-fi body, sci-fi city in the
|
142 |
+
background, starry sky, nebula
|
143 |
+
parameters:
|
144 |
+
negative_prompt: >-
|
145 |
+
worst quality, bad quality, jpeg artifacts, bad hands, bad finger, bad
|
146 |
+
anatomy, watermark, artist name
|
147 |
+
output:
|
148 |
+
url: images/Far_Future_Upscaled_00294_.png
|
149 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
150 |
+
instance_prompt: null
|
151 |
+
license: mit
|
152 |
+
---
|
153 |
+
# Sci-fi Sketch Style Pony
|
154 |
+
|
155 |
+
<Gallery />
|
156 |
+
|
157 |
+
## Model description
|
158 |
+
|
159 |
+
This LoRA is designed to produce a rough pen sketch style, while also being able to generate futuristic places, natural environments, space, horrifying monsters, giant mechas and aesthetic people.
|
160 |
+
|
161 |
+
# Usage
|
162 |
+
There is no trigger word, but "rough sketch", "monochromatic/desaturated", " messy line art" or "flat color" and "sci-fi" can help a lot.
|
163 |
+
The training was done on CivitAI and trained with over 500 images generated using Microsoft's Copilot Designer and auto generated captions with a few manual adjustments.
|
164 |
+
|
165 |
+
# Notes
|
166 |
+
- this is my first LoRA ever, though I am surprised how well it turned out
|
167 |
+
- there were no NSFW images in the training data, but it should still be able to produce good results
|
168 |
+
|
169 |
+
|
170 |
+
## Download model
|
171 |
+
|
172 |
+
Weights for this model are available in Safetensors format.
|
173 |
+
|
174 |
+
[Download](/ivolegrey/Sci-fi_Sketch_Style_Pony/tree/main) them in the Files & versions tab.
|