lucianosb
commited on
Commit
•
afc3e06
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +98 -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,98 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
alien-themed delicious acarajé . extraterrestrial, cosmic, otherworldly,
|
11 |
+
mysterious, sci-fi, highly detailed
|
12 |
+
output:
|
13 |
+
url: images/image_501394923149713_00003_.png
|
14 |
+
- text: >-
|
15 |
+
food photography style delicious acarajé. appetizing, professional,
|
16 |
+
culinary, high-resolution, commercial, highly detailed
|
17 |
+
output:
|
18 |
+
url: images/image_517690521922513_00001_.png
|
19 |
+
- text: >-
|
20 |
+
fashion editorial style delicious acarajé . high fashion, trendy, stylish,
|
21 |
+
editorial, magazine style, professional, highly detailed
|
22 |
+
output:
|
23 |
+
url: images/image_753240599112238_00004_.png
|
24 |
+
- text: >-
|
25 |
+
cinematic film still delicious acarajé. shallow depth of field, vignette,
|
26 |
+
highly detailed, high budget, bokeh, cinemascope, moody, epic, gorgeous,
|
27 |
+
film grain, grainy
|
28 |
+
output:
|
29 |
+
url: images/image_892584817092288_00001_.png
|
30 |
+
- text: >-
|
31 |
+
horror-themed delicious acarajé . eerie, unsettling, dark, spooky,
|
32 |
+
suspenseful, grim, highly detailed
|
33 |
+
output:
|
34 |
+
url: images/image_99551456188994_00001_.png
|
35 |
+
- text: >-
|
36 |
+
cinematic photo delicious acarajé . 35mm photograph, film, bokeh,
|
37 |
+
professional, 4k, highly detailed
|
38 |
+
output:
|
39 |
+
url: images/image_146403154942259_00002_.png
|
40 |
+
- text: >-
|
41 |
+
paper mache representation of delicious acarajé . 3D, sculptural, textured,
|
42 |
+
handmade, vibrant, fun
|
43 |
+
output:
|
44 |
+
url: images/image_215127255083344_00002_.png
|
45 |
+
- text: >-
|
46 |
+
gourmet food photo of delicious acarajé . soft natural lighting, macro
|
47 |
+
details, vibrant colors, fresh ingredients, glistening textures, bokeh
|
48 |
+
background, styled plating, wooden tabletop, garnished, tantalizing,
|
49 |
+
editorial quality
|
50 |
+
output:
|
51 |
+
url: images/image_228577478462022_00004_.png
|
52 |
+
- text: >-
|
53 |
+
analog film photo delicious acarajé. faded film, desaturated, 35mm photo,
|
54 |
+
grainy, vignette, vintage, Kodachrome, Lomography, stained, highly detailed,
|
55 |
+
found footage
|
56 |
+
output:
|
57 |
+
url: images/image_313271341281236_00001_.png
|
58 |
+
- text: >-
|
59 |
+
comic delicious acarajé . graphic illustration, comic art, graphic novel
|
60 |
+
art, vibrant, highly detailed
|
61 |
+
output:
|
62 |
+
url: images/image_492544864705970_00003_.png
|
63 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
64 |
+
instance_prompt: acarajé, acaraje
|
65 |
+
license: openrail
|
66 |
+
---
|
67 |
+
# Brazil XL
|
68 |
+
|
69 |
+
<Gallery />
|
70 |
+
|
71 |
+
## Model description
|
72 |
+
|
73 |
+
**Weights:** 0.7 - 1.2
|
74 |
+
|
75 |
+
**Keywords:** acarajé; acaraje
|
76 |
+
|
77 |
+
Àkàrà (Yoruba) (English: bean cake; Hausa: kosai; Portuguese: acarajé (Portuguese pronunciation: [akaɾaˈʒɛ] ) is a type of fritter made from cowpeas or beans (black-eyed peas) from Yorubaland in Nigeria, Togo and Benin. It is found throughout West African, Caribbean, and Brazilian cuisines. The dish is traditionally encountered in Brazil's northeastern state of Bahia, especially in the city of Salvador. Acarajé serves as both a religious offering to the gods in the Candomblé religion and as street food. The dish was brought by enslaved peoples from West Africa, and can still be found in various forms in Nigeria, Ghana, Togo, Benin, Mali, Gambia, Burkina Faso and Sierra Leone.
|
78 |
+
|
79 |
+
Àkàrà is a Yoruba word meaning "pastry", or the dish itself. The Brazilian term "acarajé" derives from either the Yoruba word combinations "àkàrà" (bread) and "onje" (food), or "àkará" (a round pastry) and "je" (to eat). Márcio de Jagun states that the word is derived from the Yoruba àkàrà n'jẹ, or "come and eat àkàrà"; the phrase was used to call out to customers by women selling acarajé on the street.
|
80 |
+
|
81 |
+
## Credits
|
82 |
+
|
83 |
+
Description adapted from Wikipedia: https://en.wikipedia.org/wiki/Akara.
|
84 |
+
|
85 |
+
Images generated using weight 1.0 and with Sintetico XL as base model.
|
86 |
+
|
87 |
+
## Trigger words
|
88 |
+
|
89 |
+
You should use `acarajé` to trigger the image generation.
|
90 |
+
|
91 |
+
You should use `acaraje` to trigger the image generation.
|
92 |
+
|
93 |
+
|
94 |
+
## Download model
|
95 |
+
|
96 |
+
Weights for this model are available in Safetensors format.
|
97 |
+
|
98 |
+
[Download](/lucianosb/brazil-xl/tree/main) them in the Files & versions tab.
|