lucianosb
commited on
Commit
•
846498a
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +136 -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,136 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
tilt-shift photo of masp . selective focus, miniature effect, blurred
|
11 |
+
background, highly detailed, vibrant, perspective control
|
12 |
+
output:
|
13 |
+
url: images/image_388304935849967_00234_.png
|
14 |
+
- text: >-
|
15 |
+
anime artwork masp . anime style, key visual, vibrant, studio anime, highly
|
16 |
+
detailed
|
17 |
+
output:
|
18 |
+
url: images/image_388304935849967_00005_.png
|
19 |
+
- text: >-
|
20 |
+
concept art masp . digital artwork, illustrative, painterly, matte painting,
|
21 |
+
highly detailed
|
22 |
+
output:
|
23 |
+
url: images/image_388304935849967_00013_.png
|
24 |
+
- text: >-
|
25 |
+
line art drawing masp . professional, sleek, modern, minimalist, graphic,
|
26 |
+
line art, vector graphics
|
27 |
+
output:
|
28 |
+
url: images/image_388304935849967_00021_.png
|
29 |
+
- text: >-
|
30 |
+
masp, behance contest winner, ultra-detailed, high end finish, octane
|
31 |
+
render, cinematic lighting, high contrast, 8k, photo realistic, character
|
32 |
+
design, uhd, 4k
|
33 |
+
output:
|
34 |
+
url: images/image_388304935849967_00038_.png
|
35 |
+
- text: >-
|
36 |
+
masp, highly detailed biomorphic futuristic architecture, triangular,
|
37 |
+
vertical garden, stylized vegetation, ground-level view, stunning sunny
|
38 |
+
lighting, sunrise, vivid colors, trending on artstation, 8k, matte painting,
|
39 |
+
ray tracing, hyper detailed, unreal engine 5, cinematic, epic lighting,
|
40 |
+
cryengine, octane render, vibrant
|
41 |
+
output:
|
42 |
+
url: images/image_388304935849967_00042_.png
|
43 |
+
- text: masp, in the style of an illustration for kids
|
44 |
+
output:
|
45 |
+
url: images/image_388304935849967_00046_.png
|
46 |
+
- text: >-
|
47 |
+
masp, panasonic s1r film, Unreal Engine 5, Color Grading, Ultra-Wide Angle,
|
48 |
+
Depth of Field, hyper-detailed, beautifully color-coded, insane details,
|
49 |
+
intricate, color graded, Unreal Engine, Grading, Photography, Photoshoot,
|
50 |
+
70mm
|
51 |
+
output:
|
52 |
+
url: images/image_388304935849967_00052_.png
|
53 |
+
- text: award-winning photography of masp, iso320 f22 80mm, masterpiece
|
54 |
+
output:
|
55 |
+
url: images/image_388304935849967_00056_.png
|
56 |
+
- text: >-
|
57 |
+
constructivist style masp . geometric shapes, bold colors, dynamic
|
58 |
+
composition, propaganda art style
|
59 |
+
output:
|
60 |
+
url: images/image_388304935849967_00084_.png
|
61 |
+
- text: >-
|
62 |
+
watercolor painting masp . vibrant, beautiful, painterly, detailed,
|
63 |
+
textural, artistic
|
64 |
+
output:
|
65 |
+
url: images/image_388304935849967_00110_.png
|
66 |
+
- text: >-
|
67 |
+
cyberpunk cityscape masp . neon lights, dark alleys, skyscrapers,
|
68 |
+
futuristic, vibrant colors, high contrast, highly detailed
|
69 |
+
output:
|
70 |
+
url: images/image_388304935849967_00119_.png
|
71 |
+
- text: >-
|
72 |
+
retro cyberpunk masp . 80's inspired, synthwave, neon, vibrant, detailed,
|
73 |
+
retro futurism
|
74 |
+
output:
|
75 |
+
url: images/image_388304935849967_00124_.png
|
76 |
+
- text: >-
|
77 |
+
retro-futuristic masp . vintage sci-fi, 50s and 60s style, atomic age,
|
78 |
+
vibrant, highly detailed
|
79 |
+
output:
|
80 |
+
url: images/image_388304935849967_00126_.png
|
81 |
+
- text: >-
|
82 |
+
aporwave style masp . retro aesthetic, cyberpunk, vibrant, neon colors,
|
83 |
+
vintage 80s and 90s style, highly detailed
|
84 |
+
output:
|
85 |
+
url: images/image_388304935849967_00130_.png
|
86 |
+
- text: >-
|
87 |
+
architectural style masp . clean lines, geometric shapes, minimalist,
|
88 |
+
modern, architectural drawing, highly detailed
|
89 |
+
output:
|
90 |
+
url: images/image_388304935849967_00158_.png
|
91 |
+
- text: >-
|
92 |
+
dystopian style masp . bleak, post-apocalyptic, somber, dramatic, highly
|
93 |
+
detailed
|
94 |
+
output:
|
95 |
+
url: images/image_388304935849967_00164_.png
|
96 |
+
- text: >-
|
97 |
+
HDR photo of masp . High dynamic range, vivid, rich details, clear shadows
|
98 |
+
and highlights, realistic, intense, enhanced contrast, highly detailed
|
99 |
+
output:
|
100 |
+
url: images/image_388304935849967_00224_.png
|
101 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
102 |
+
instance_prompt: masp, sampa, sao_paulo, masp building
|
103 |
+
license: openrail
|
104 |
+
---
|
105 |
+
# MASP - Brazil XL
|
106 |
+
|
107 |
+
<Gallery />
|
108 |
+
|
109 |
+
## Model description
|
110 |
+
|
111 |
+
**Weight**: 0.8-1.5 for best quality; 1.0 gives good results
|
112 |
+
|
113 |
+
**Keywords**: masp, sampa, sao_paulo, masp building
|
114 |
+
|
115 |
+
The São Paulo Museum of Art (Portuguese: Museu de Arte de São Paulo, or MASP) is an art museum located on Paulista Avenue in the city of São Paulo, Brazil. It is well known for its headquarters, a 1968 concrete and glass structure designed by Lina Bo Bardi, whose main body is supported by two lateral beams over a 74 metres (243 ft) freestanding space. It is considered a landmark of the city and a main symbol of modern Brazilian architecture. (Wikipedia)
|
116 |
+
|
117 |
+
This LoRA works best when prompting for a building or cityscape scenarios. Even without the keywords. In such cases, some features of the building might be added to the resulting image.
|
118 |
+
|
119 |
+
This model was trained with Creative-Commons licensed images on Openverse.
|
120 |
+
|
121 |
+
## Trigger words
|
122 |
+
|
123 |
+
You should use `masp` to trigger the image generation.
|
124 |
+
|
125 |
+
You should use `sampa` to trigger the image generation.
|
126 |
+
|
127 |
+
You should use `sao_paulo` to trigger the image generation.
|
128 |
+
|
129 |
+
You should use `masp building` to trigger the image generation.
|
130 |
+
|
131 |
+
|
132 |
+
## Download model
|
133 |
+
|
134 |
+
Weights for this model are available in Safetensors format.
|
135 |
+
|
136 |
+
[Download](/lucianosb/masp-brazil-xl/tree/main) them in the Files & versions tab.
|