Human23
commited on
Commit
•
8e4174b
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +102 -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,102 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
A strange pyramid-like cube building with no windows, in the middle of the
|
11 |
+
desert, giant concrete cube, brutalist, cloudy sky, <lora:Brutalis:1>
|
12 |
+
parameters:
|
13 |
+
negative_prompt: windows
|
14 |
+
output:
|
15 |
+
url: images/00037-2954547151.png
|
16 |
+
- text: >-
|
17 |
+
Photograph of a large brutalist building with geometric stairways, skywalks,
|
18 |
+
and architectural beams. <lora:Brutalis:1> Close up shot, abstract
|
19 |
+
architecture, african brutalism. Concrete materials. Dramatic lighting.
|
20 |
+
Moody shadows. Inside of an abandoned forest full of trees and grass
|
21 |
+
output:
|
22 |
+
url: images/00098-3864488729.png
|
23 |
+
- text: >-
|
24 |
+
Photograph of a large brutalist building with geometric stairways, skywalks,
|
25 |
+
and architectural beams. <lora:Brutalis:1> Close up shot, abstract
|
26 |
+
architecture, african brutalism. Concrete materials. Dramatic lighting.
|
27 |
+
Moody shadows. Inside of an abandoned forest full of trees and grass
|
28 |
+
output:
|
29 |
+
url: images/00100-3864488731.png
|
30 |
+
- text: >-
|
31 |
+
A majestic brutalist temple in the middle of a sandy desert.
|
32 |
+
<lora:Brutalis:1>
|
33 |
+
output:
|
34 |
+
url: images/00084-1770249095.png
|
35 |
+
- text: >-
|
36 |
+
A majestic brutalist temple in the middle of a sandy desert.
|
37 |
+
<lora:Brutalis:1> Close up shot, abstract architecture, african brutalism.
|
38 |
+
Concrete orb-like building are scattered around the background
|
39 |
+
output:
|
40 |
+
url: images/00088-3808158593.png
|
41 |
+
- text: >-
|
42 |
+
A series of majestic brutalist temples in the middle of a sandy desert.
|
43 |
+
<lora:Brutalis:1> Close up shot, abstract architecture, african brutalism.
|
44 |
+
Concrete orb-like building and rectangular abstract buildings in the
|
45 |
+
background. Vintage photograph. Dramatic lighting. Moody shadows
|
46 |
+
output:
|
47 |
+
url: images/00093-4185426088.png
|
48 |
+
- text: >-
|
49 |
+
A majestic brutalist temple in the middle of a sandy desert.
|
50 |
+
<lora:Brutalis:1> Close up shot, abstract architecture, african brutalism.
|
51 |
+
Concrete orb-like building are scattered around the background
|
52 |
+
output:
|
53 |
+
url: images/00090-3808158595.png
|
54 |
+
- text: >-
|
55 |
+
A series of majestic brutalist temples in the middle of a sandy desert.
|
56 |
+
<lora:Brutalis:1> Close up shot, abstract architecture, african brutalism.
|
57 |
+
Concrete orb-like building and rectangular abstract buildings in the
|
58 |
+
background. Vintage photograph. Dramatic lighting. Moody shadows
|
59 |
+
output:
|
60 |
+
url: images/00094-4185426089.png
|
61 |
+
- text: >-
|
62 |
+
A brutalist house on a hill, overlooking a sparkling lake, blue sky, cloudy
|
63 |
+
sky, bright sung, modern brutalist, mid century <lora:Brutalis:1>
|
64 |
+
output:
|
65 |
+
url: images/00043-1807947171.png
|
66 |
+
- text: >-
|
67 |
+
A brutalist house on a hill, overlooking a sparkling lake, blue sky, cloudy
|
68 |
+
sky, bright sung, modern brutalist, mid century <lora:Brutalis:1>
|
69 |
+
output:
|
70 |
+
url: images/00044-1807947172.png
|
71 |
+
base_model: runwayml/stable-diffusion-v1-5
|
72 |
+
instance_prompt: <lora:Brutalis:1>, Brutalis
|
73 |
+
license: cc-by-4.0
|
74 |
+
---
|
75 |
+
# Brutalis: Brutalism in a Box
|
76 |
+
|
77 |
+
<Gallery />
|
78 |
+
|
79 |
+
## Model description
|
80 |
+
|
81 |
+
|
82 |
+
![Brutalis.jpg](https://cdn-uploads.huggingface.co/production/uploads/6386357ab3ef0523c63c89e0/cLGKf-XLICZbNgxd9tkHw.jpeg)
|
83 |
+
|
84 |
+
Brutalis: Brutalism in a Box is a specialized LoRA file focused on adding brutalist style and elements to your architectural, structural, or artistic renderings. Drawing from various brutalist styles in Eastern and Western regions, as well as distinctive structures and sculptures from countries like Russia, Germany, Africa, and United States locations - this file offers an authentic brutalist touch for your creations.
|
85 |
+
|
86 |
+
With Brutalis, you can easily incorporate signature brutalist characteristics into your projects, ranging from architectural designs to building structures or conceptual art. This tools adds an invaluable layer of brutalism to your artistic vision. Experiment with the raw beauty and unique features of brutalism using Brutalis.
|
87 |
+
|
88 |
+
This model works great when used along with DreamPlace ArchiGEN
|
89 |
+
|
90 |
+
|
91 |
+
## Trigger words
|
92 |
+
|
93 |
+
You should use `<lora:Brutalis:1>` to trigger the image generation.
|
94 |
+
|
95 |
+
You should use `Brutalis` to trigger the image generation.
|
96 |
+
|
97 |
+
|
98 |
+
## Download model
|
99 |
+
|
100 |
+
Weights for this model are available in Safetensors format.
|
101 |
+
|
102 |
+
[Download](/Human23/Brutalis/tree/main) them in the Files & versions tab.
|