lucianosb
commited on
Commit
•
d2aa893
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +135 -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,135 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
long exposure photo of veropeso by day . Blurred motion, streaks of light,
|
11 |
+
surreal, dreamy, ghosting effect, highly detailed
|
12 |
+
output:
|
13 |
+
url: images/image_435456411940906_00002_.png
|
14 |
+
- text: >-
|
15 |
+
low-poly style veropeso by the river . low-poly game art, polygon mesh,
|
16 |
+
jagged, blocky, wireframe edges, centered composition
|
17 |
+
output:
|
18 |
+
url: images/image_495739138685932_00001_.png
|
19 |
+
- text: >-
|
20 |
+
alien-themed veropeso by the river . extraterrestrial, cosmic, otherworldly,
|
21 |
+
mysterious, sci-fi, highly detailed
|
22 |
+
output:
|
23 |
+
url: images/image_609165248711145_00001_.png
|
24 |
+
- text: >-
|
25 |
+
pointillism style veropeso by the river . composed entirely of small,
|
26 |
+
distinct dots of color, vibrant, highly detailed
|
27 |
+
output:
|
28 |
+
url: images/image_651411300802081_00001_.png
|
29 |
+
- text: >-
|
30 |
+
lovecraftian horror veropeso by the river . eldritch, cosmic horror,
|
31 |
+
unknown, mysterious, surreal, highly detailed
|
32 |
+
output:
|
33 |
+
url: images/image_724053333357254_00001_.png
|
34 |
+
- text: >-
|
35 |
+
macabre style veropeso by day . dark, gothic, grim, haunting, highly
|
36 |
+
detailed
|
37 |
+
output:
|
38 |
+
url: images/image_729367805281759_00002_.png
|
39 |
+
- text: >-
|
40 |
+
autical-themed veropeso by day . sea, ocean, ships, maritime, beach, marine
|
41 |
+
life, highly detailed
|
42 |
+
output:
|
43 |
+
url: images/image_817211875006914_00001_.png
|
44 |
+
- text: >-
|
45 |
+
biomechanical style veropeso by the river . blend of organic and mechanical
|
46 |
+
elements, futuristic, cybernetic, detailed, intricate
|
47 |
+
output:
|
48 |
+
url: images/image_861266462117694_00002_.png
|
49 |
+
- text: >-
|
50 |
+
award-winning photography of veropeso by the river, iso320 f22 80mm,
|
51 |
+
masterpiece
|
52 |
+
output:
|
53 |
+
url: images/image_906952535950656_00001_.png
|
54 |
+
- text: >-
|
55 |
+
3D papercut shadow box of veropeso by the river . layered, dimensional,
|
56 |
+
depth, silhouette, shadow, papercut, handmade, high contrast
|
57 |
+
output:
|
58 |
+
url: images/image_911255712706495_00001_.png
|
59 |
+
- text: >-
|
60 |
+
role-playing game (RPG) style fantasy veropeso by the river . detailed,
|
61 |
+
vibrant, immersive, reminiscent of high fantasy RPG games
|
62 |
+
output:
|
63 |
+
url: images/image_920386742208575_00001_.png
|
64 |
+
- text: veropeso by day, in the style of an illustration for kids
|
65 |
+
output:
|
66 |
+
url: images/image_1027776829144948_00002_.png
|
67 |
+
- text: >-
|
68 |
+
surrealist art veropeso by the river . dreamlike, mysterious, provocative,
|
69 |
+
symbolic, intricate, detailed
|
70 |
+
output:
|
71 |
+
url: images/image_1100078052059389_00001_.png
|
72 |
+
- text: >-
|
73 |
+
stacked papercut art of veropeso by the river . 3D, layered, dimensional,
|
74 |
+
depth, precision cut, stacked layers, papercut, high contrast
|
75 |
+
output:
|
76 |
+
url: images/image_364649581863_00002_.png
|
77 |
+
- text: >-
|
78 |
+
dreamscape veropeso by day . surreal, ethereal, dreamy, mysterious, fantasy,
|
79 |
+
highly detailed
|
80 |
+
output:
|
81 |
+
url: images/image_33594062361402_00002_.png
|
82 |
+
- text: >-
|
83 |
+
kawaii style veropeso by the river . cute, adorable, brightly colored,
|
84 |
+
cheerful, anime influence, highly detailed
|
85 |
+
output:
|
86 |
+
url: images/image_97834967143970_00002_.png
|
87 |
+
- text: >-
|
88 |
+
HDR photo of veropeso by the river . High dynamic range, vivid, rich
|
89 |
+
details, clear shadows and highlights, realistic, intense, enhanced
|
90 |
+
contrast, highly detailed
|
91 |
+
output:
|
92 |
+
url: images/image_122589555068515_00002_.png
|
93 |
+
- text: >-
|
94 |
+
art nouveau style veropeso by the river . elegant, decorative, curvilinear
|
95 |
+
forms, nature-inspired, ornate, detailed
|
96 |
+
output:
|
97 |
+
url: images/image_427175484117327_00002_.png
|
98 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
99 |
+
instance_prompt: veropeso, veropa
|
100 |
+
license: openrail
|
101 |
+
---
|
102 |
+
# Ver-O-Peso - Brazil XL
|
103 |
+
|
104 |
+
<Gallery />
|
105 |
+
|
106 |
+
## Model description
|
107 |
+
|
108 |
+
**Weights**: 0.8 - 1.6
|
109 |
+
|
110 |
+
**Keywords**: veropeso; veropa
|
111 |
+
|
112 |
+
The Ver-o-Peso Market, or Ver-o-Peso, is a street market and fair, and small port area inaugurated in 1901 (replacing the "Casa de Haver-o-Peso", 1625-1899) that is part of the Ver-o-Peso Complex (1625). It is located in the city of Belém (Pará) in the neighborhood of Campina, on the shores of Guajará Bay.
|
113 |
+
|
114 |
+
It is considered one of the oldest public markets in the country and was elected one of the wonders of the state of Pará and one of the 7 Wonders of Brazil.
|
115 |
+
|
116 |
+
It was in the "Haver-o-peso house" that the taxes over goods brought from the Amazon forests, rivers and countryside should be paid to the Portuguese crown, but only after their weight was measured, hence the name, which later suffered a contraction.
|
117 |
+
|
118 |
+
## Credits
|
119 |
+
|
120 |
+
Description adapted from Wikipedia.
|
121 |
+
|
122 |
+
Images generated using weight 1.0 and 1.4 with Sintetico XL as base model.
|
123 |
+
|
124 |
+
## Trigger words
|
125 |
+
|
126 |
+
You should use `veropeso` to trigger the image generation.
|
127 |
+
|
128 |
+
You should use `veropa` to trigger the image generation.
|
129 |
+
|
130 |
+
|
131 |
+
## Download model
|
132 |
+
|
133 |
+
Weights for this model are available in Safetensors format.
|
134 |
+
|
135 |
+
[Download](/lucianosb/veropeso-brazil-xl/tree/main) them in the Files & versions tab.
|