Commit
·
d2ae61b
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +121 -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,121 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: >-
|
9 |
+
masterpiece, high quality, best quality, digital painting, impressionist
|
10 |
+
style, bold brush strokes, 1girl, brown hair, ponytail, perfect body, large
|
11 |
+
breasts, pink bikini, futuristic city, beach, tropical, palm trees, sunset,
|
12 |
+
epic clouds
|
13 |
+
parameters:
|
14 |
+
negative_prompt: bad anatomy, bad hands, ugly, text, watermark, worst quality, bad quality
|
15 |
+
output:
|
16 |
+
url: images/Digital_Impressionist_SD1.5_Upscaled_00001_.png
|
17 |
+
- text: >-
|
18 |
+
masterpiece, high quality, best quality, digital painting, impressionist
|
19 |
+
style, bold brush strokes, 1girl, upper body, close-up, brown hair,
|
20 |
+
ponytail, perfect body, large breasts, pink bikini, futuristic city, beach,
|
21 |
+
tropical, palm trees, sunset, epic clouds
|
22 |
+
parameters:
|
23 |
+
negative_prompt: bad anatomy, bad hands, ugly, text, watermark, worst quality, bad quality
|
24 |
+
output:
|
25 |
+
url: images/Digital_Impressionist_SD1.5_Upscaled_00002_.png
|
26 |
+
- text: >-
|
27 |
+
masterpiece, high quality, best quality, digital painting, impressionist
|
28 |
+
style, bold brush strokes, 1girl, silhouette, upper body, close-up, brown
|
29 |
+
hair, ponytail, perfect body, large breasts, pink bikini, futuristic city,
|
30 |
+
beach, tropical, palm trees, sunset, epic clouds
|
31 |
+
parameters:
|
32 |
+
negative_prompt: bad anatomy, bad hands, ugly, text, watermark, worst quality, bad quality
|
33 |
+
output:
|
34 |
+
url: images/Digital_Impressionist_SD1.5_Upscaled_00007_.png
|
35 |
+
- text: >-
|
36 |
+
masterpiece, high quality, best quality, digital painting, impressionist
|
37 |
+
style, bold brush strokes, silhouette, futuristic city, gigantic structures,
|
38 |
+
futuristic skyscrapers, colorful neon lights, roads, small buildings,
|
39 |
+
concrete shore, ocean, twilight
|
40 |
+
parameters:
|
41 |
+
negative_prompt: bad anatomy, bad hands, ugly, text, watermark, worst quality, bad quality
|
42 |
+
output:
|
43 |
+
url: images/Digital_Impressionist_SD1.5_Upscaled_00021_.png
|
44 |
+
- text: >-
|
45 |
+
masterpiece, high quality, best quality, digital painting, impressionist
|
46 |
+
style, bold brush strokes, silhouette, futuristic city, gigantic structures,
|
47 |
+
futuristic skyscrapers, colorful neon lights, roads, small buildings,
|
48 |
+
concrete shore, ocean, twilight
|
49 |
+
parameters:
|
50 |
+
negative_prompt: bad anatomy, bad hands, ugly, text, watermark, worst quality, bad quality
|
51 |
+
output:
|
52 |
+
url: images/Digital_Impressionist_SD1.5_Upscaled_00025_.png
|
53 |
+
- text: >-
|
54 |
+
masterpiece, high quality, best quality, digital painting, impressionist
|
55 |
+
style, bold brush strokes, silhouette, futuristic city, gigantic structures,
|
56 |
+
futuristic skyscrapers, colorful neon lights, roads, small buildings,
|
57 |
+
concrete shore, ocean, twilight
|
58 |
+
parameters:
|
59 |
+
negative_prompt: bad anatomy, bad hands, ugly, text, watermark, worst quality, bad quality
|
60 |
+
output:
|
61 |
+
url: images/Digital_Impressionist_SD1.5_Upscaled_00028_.png
|
62 |
+
- text: >-
|
63 |
+
masterpiece, high quality, best quality, digital painting, impressionist
|
64 |
+
style, bold brush strokes, silhouette, futuristic city, gigantic structures,
|
65 |
+
futuristic skyscrapers, colorful neon lights, roads, small buildings,
|
66 |
+
concrete shore, ocean, twilight
|
67 |
+
parameters:
|
68 |
+
negative_prompt: bad anatomy, bad hands, ugly, text, watermark, worst quality, bad quality
|
69 |
+
output:
|
70 |
+
url: images/Digital_Impressionist_SD1.5_Upscaled_00029_.png
|
71 |
+
- text: >-
|
72 |
+
masterpiece, high quality, best quality, digital painting, impressionist
|
73 |
+
style, bold brush strokes, fantasy landscape, floating island, beautiful
|
74 |
+
castle, waterfall, ocean, colorful vegetation, large trees, colorful sky,
|
75 |
+
over the clouds, planet
|
76 |
+
parameters:
|
77 |
+
negative_prompt: bad anatomy, bad hands, ugly, text, watermark, worst quality, bad quality
|
78 |
+
output:
|
79 |
+
url: images/Digital_Impressionist_SD1.5_Upscaled_00037_.png
|
80 |
+
- text: >-
|
81 |
+
masterpiece, high quality, best quality, digital painting, impressionist
|
82 |
+
style, bold brush strokes, fantasy landscape, floating island, beautiful
|
83 |
+
castle, waterfall, ocean, colorful vegetation, large trees, colorful sky,
|
84 |
+
over the clouds, planet
|
85 |
+
parameters:
|
86 |
+
negative_prompt: bad anatomy, bad hands, ugly, text, watermark, worst quality, bad quality
|
87 |
+
output:
|
88 |
+
url: images/Digital_Impressionist_SD1.5_Upscaled_00040_.png
|
89 |
+
- text: >-
|
90 |
+
masterpiece, high quality, best quality, digital painting, impressionist
|
91 |
+
style, bold brush strokes, 1girl, upper body, silhouette, wavy hair, perfect
|
92 |
+
body, simple background
|
93 |
+
parameters:
|
94 |
+
negative_prompt: bad anatomy, bad hands, ugly, text, watermark, worst quality, bad quality
|
95 |
+
output:
|
96 |
+
url: images/Digital_Impressionist_SD1.5_Upscaled_00056_.png
|
97 |
+
base_model: stable-diffusion-v1-5/stable-diffusion-v1-5
|
98 |
+
instance_prompt: null
|
99 |
+
license: mit
|
100 |
+
---
|
101 |
+
# Digital Impressionist SD1.5
|
102 |
+
|
103 |
+
<Gallery />
|
104 |
+
|
105 |
+
## Model description
|
106 |
+
|
107 |
+
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.
|
108 |
+
|
109 |
+
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".
|
110 |
+
|
111 |
+
# Recommended settings
|
112 |
+
- Sampler: DMP++ Karras
|
113 |
+
- Steps: 25<
|
114 |
+
- Guidance: 5-7 (less creates a more "rough" style)
|
115 |
+
|
116 |
+
|
117 |
+
## Download model
|
118 |
+
|
119 |
+
Weights for this model are available in Safetensors format.
|
120 |
+
|
121 |
+
[Download](/ivolegrey/Digital_Impressionist_SD1.5/tree/main) them in the Files & versions tab.
|