Commit
·
b9cf30d
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +163 -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,163 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: >-
|
9 |
+
digital painting, impressionist style, bold brush strokes, skyline
|
10 |
+
silhouette, futuristic, colorful neon lights, white background
|
11 |
+
parameters:
|
12 |
+
negative_prompt: >-
|
13 |
+
worst quality, bad quality, jpeg artifacts, bad hands, bad finger, bad
|
14 |
+
anatomy, watermark, artist name, pen, brush
|
15 |
+
output:
|
16 |
+
url: images/Digital_Impressionist_Illustrious_00167_.png
|
17 |
+
- text: >-
|
18 |
+
digital painting, impressionist style, bold brush strokes, skyline
|
19 |
+
silhouette, futuristic, colorful neon lights, white background
|
20 |
+
parameters:
|
21 |
+
negative_prompt: >-
|
22 |
+
worst quality, bad quality, jpeg artifacts, bad hands, bad finger, bad
|
23 |
+
anatomy, watermark, artist name, pen, brush
|
24 |
+
output:
|
25 |
+
url: images/Digital_Impressionist_Illustrious_00193_.png
|
26 |
+
- text: >-
|
27 |
+
digital painting, impressionist style, bold brush strokes, fantasy landscape
|
28 |
+
gigantic trees, colorful vegetation, cliffs, floating islands, waterfalls,
|
29 |
+
colorful sky, epic clouds, planet with rings
|
30 |
+
parameters:
|
31 |
+
negative_prompt: >-
|
32 |
+
worst quality, bad quality, jpeg artifacts, bad hands, bad finger, bad
|
33 |
+
anatomy, watermark, artist name, pen, brush
|
34 |
+
output:
|
35 |
+
url: images/Digital_Impressionist_Illustrious_00199_.png
|
36 |
+
- text: >-
|
37 |
+
digital painting, impressionist style, bold brush strokes, fantasy landscape
|
38 |
+
gigantic trees, colorful vegetation, cliffs, floating islands, waterfalls,
|
39 |
+
colorful sky, epic clouds, planet with rings
|
40 |
+
parameters:
|
41 |
+
negative_prompt: >-
|
42 |
+
worst quality, bad quality, jpeg artifacts, bad hands, bad finger, bad
|
43 |
+
anatomy, watermark, artist name, pen, brush
|
44 |
+
output:
|
45 |
+
url: images/Digital_Impressionist_Illustrious_00201_.png
|
46 |
+
- text: >-
|
47 |
+
digital painting, impressionist style, bold brush strokes, fantasy landscape
|
48 |
+
gigantic trees, colorful vegetation, cliffs, floating islands, waterfalls,
|
49 |
+
colorful sky, epic clouds, planet with rings
|
50 |
+
parameters:
|
51 |
+
negative_prompt: >-
|
52 |
+
worst quality, bad quality, jpeg artifacts, bad hands, bad finger, bad
|
53 |
+
anatomy, watermark, artist name, pen, brush
|
54 |
+
output:
|
55 |
+
url: images/Digital_Impressionist_Illustrious_00205_.png
|
56 |
+
- text: >-
|
57 |
+
digital painting, impressionist style, bold brush strokes, fantasy landscape
|
58 |
+
gigantic trees, colorful vegetation, cliffs, floating islands, waterfalls,
|
59 |
+
colorful sky, epic clouds, planet with rings
|
60 |
+
parameters:
|
61 |
+
negative_prompt: >-
|
62 |
+
worst quality, bad quality, jpeg artifacts, bad hands, bad finger, bad
|
63 |
+
anatomy, watermark, artist name, pen, brush
|
64 |
+
output:
|
65 |
+
url: images/Digital_Impressionist_Illustrious_00040_.png
|
66 |
+
- text: >-
|
67 |
+
digital painting, impressionist style, bold brush strokes, silhouette,
|
68 |
+
1girl, simple background
|
69 |
+
parameters:
|
70 |
+
negative_prompt: >-
|
71 |
+
worst quality, bad quality, jpeg artifacts, bad hands, bad finger, bad
|
72 |
+
anatomy, watermark, artist name
|
73 |
+
output:
|
74 |
+
url: images/Digital_Impressionist_Illustrious_00053_.png
|
75 |
+
- text: >-
|
76 |
+
digital painting, impressionist style, bold brush strokes, silhouette,
|
77 |
+
1girl, simple background
|
78 |
+
parameters:
|
79 |
+
negative_prompt: >-
|
80 |
+
worst quality, bad quality, jpeg artifacts, bad hands, bad finger, bad
|
81 |
+
anatomy, watermark, artist name
|
82 |
+
output:
|
83 |
+
url: images/Digital_Impressionist_Illustrious_00244_.png
|
84 |
+
- text: >-
|
85 |
+
digital painting, impressionist style, bold brush strokes, 1girl, beautiful
|
86 |
+
face, naked, colorful, pink nipple, simple background
|
87 |
+
parameters:
|
88 |
+
negative_prompt: >-
|
89 |
+
worst quality, bad quality, jpeg artifacts, bad hands, bad finger, bad
|
90 |
+
anatomy, watermark, artist name, pen, brush
|
91 |
+
output:
|
92 |
+
url: images/Digital_Impressionist_Illustrious_00246_.png
|
93 |
+
- text: >-
|
94 |
+
digital painting, impressionist style, bold brush strokes, 1girl, beautiful
|
95 |
+
face, naked, colorful, pink nipple, simple background
|
96 |
+
parameters:
|
97 |
+
negative_prompt: >-
|
98 |
+
worst quality, bad quality, jpeg artifacts, bad hands, bad finger, bad
|
99 |
+
anatomy, watermark, artist name, pen, brush
|
100 |
+
output:
|
101 |
+
url: images/Digital_Impressionist_Illustrious_00263_.png
|
102 |
+
- text: >-
|
103 |
+
digital painting, impressionist style, bold brush strokes, 1girl, beautiful
|
104 |
+
face, naked, colorful, pink nipple, simple background
|
105 |
+
parameters:
|
106 |
+
negative_prompt: >-
|
107 |
+
worst quality, bad quality, jpeg artifacts, bad hands, bad finger, bad
|
108 |
+
anatomy, watermark, artist name, pen, brush
|
109 |
+
output:
|
110 |
+
url: images/Digital_Impressionist_Illustrious_00265_.png
|
111 |
+
- text: >-
|
112 |
+
digital painting, impressionist style, bold brush strokes, 1girl, beautiful
|
113 |
+
face, naked, colorful, pink nipple, simple background
|
114 |
+
parameters:
|
115 |
+
negative_prompt: >-
|
116 |
+
worst quality, bad quality, jpeg artifacts, bad hands, bad finger, bad
|
117 |
+
anatomy, watermark, artist name, pen, brush
|
118 |
+
output:
|
119 |
+
url: images/Digital_Impressionist_Illustrious_00268_.png
|
120 |
+
- text: >-
|
121 |
+
digital painting, impressionist style, bold brush strokes, 1girl, naked,
|
122 |
+
perfect rounded butt, colorful, simple background
|
123 |
+
parameters:
|
124 |
+
negative_prompt: >-
|
125 |
+
worst quality, bad quality, jpeg artifacts, bad hands, bad finger, bad
|
126 |
+
anatomy, watermark, artist name, pen, brush
|
127 |
+
output:
|
128 |
+
url: images/Digital_Impressionist_Illustrious_00029_.png
|
129 |
+
- text: >-
|
130 |
+
digital painting, impressionist style, bold brush strokes, 1girl, naked,
|
131 |
+
perfect rounded butt, colorful, simple background
|
132 |
+
parameters:
|
133 |
+
negative_prompt: >-
|
134 |
+
worst quality, bad quality, jpeg artifacts, bad hands, bad finger, bad
|
135 |
+
anatomy, watermark, artist name, pen, brush
|
136 |
+
output:
|
137 |
+
url: images/Digital_Impressionist_Illustrious_00009_.png
|
138 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
139 |
+
instance_prompt: null
|
140 |
+
license: mit
|
141 |
+
---
|
142 |
+
# Digital Impressionist for Illustrious
|
143 |
+
|
144 |
+
<Gallery />
|
145 |
+
|
146 |
+
## Model description
|
147 |
+
|
148 |
+
This LoRA creates a digital painting in an impressionistic style. It was trained on 1000 images generated with Microsoft's Copilot Designer. The images contained elements of sci-fi, steampunk, fantasy and minimalistic silhouette art.
|
149 |
+
There are no trigger words, but starting your prompt with "A digital impressionist painting with bold brush strokes about ... " should do the job. And for Illustrious "digital painting, bold brush strokes, impressionist style".
|
150 |
+
|
151 |
+
Recommended settings
|
152 |
+
|
153 |
+
Illustrious
|
154 |
+
Sampler: Euler normal
|
155 |
+
Steps: 25<
|
156 |
+
Guidance: 4-7 (less creates a more "rough" style)
|
157 |
+
|
158 |
+
|
159 |
+
## Download model
|
160 |
+
|
161 |
+
Weights for this model are available in Safetensors format.
|
162 |
+
|
163 |
+
[Download](/ivolegrey/Digital_Impressionist_Illustrious/tree/main) them in the Files & versions tab.
|