lucianosb
commited on
Commit
•
c6effc3
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +90 -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,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
gourmet food photo of tacacá . soft natural lighting, macro details, vibrant
|
11 |
+
colors, fresh ingredients, glistening textures, bokeh background, styled
|
12 |
+
plating, wooden tabletop, garnished, tantalizing, editorial quality
|
13 |
+
output:
|
14 |
+
url: images/image_917609126416651_00001_.png
|
15 |
+
- text: >-
|
16 |
+
cyberpunk cityscape woman holding tacacá in amazonia . neon lights, dark
|
17 |
+
alleys, skyscrapers, futuristic, vibrant colors, high contrast, highly
|
18 |
+
detailed
|
19 |
+
output:
|
20 |
+
url: images/image_964421878001551_00001_.png
|
21 |
+
- text: >-
|
22 |
+
manga style tacacá. vibrant, high-energy, detailed, iconic, Japanese comic
|
23 |
+
style
|
24 |
+
output:
|
25 |
+
url: images/image_1047578936029571_00002_.png
|
26 |
+
- text: >-
|
27 |
+
food photography style delicious tacacá hamburger . appetizing,
|
28 |
+
professional, culinary, high-resolution, commercial, highly detailed
|
29 |
+
output:
|
30 |
+
url: images/image_187064070013871_00004_.png
|
31 |
+
- text: ward-winning photography of tacacá, iso320 f22 80mm, masterpiece
|
32 |
+
output:
|
33 |
+
url: images/image_187226354940039_00001_.png
|
34 |
+
- text: >-
|
35 |
+
cinematic film still tacacá . shallow depth of field, vignette, highly
|
36 |
+
detailed, high budget, bokeh, cinemascope, moody, epic, gorgeous, film
|
37 |
+
grain, grainy
|
38 |
+
output:
|
39 |
+
url: images/image_205403057674491_00002_.png
|
40 |
+
- text: >-
|
41 |
+
long exposure photo of woman holding tacacá in amazonia . Blurred motion,
|
42 |
+
streaks of light, surreal, dreamy, ghosting effect, highly detailed
|
43 |
+
output:
|
44 |
+
url: images/image_280688038169950_00002_.png
|
45 |
+
- text: >-
|
46 |
+
woman holding tacacá in amazonia, Nature-inspired community-oriented urban
|
47 |
+
planning of sustainable futuristic city, Eco-friendly design of biomorphic
|
48 |
+
buildings, good quality of life with Zero-carbon footprint
|
49 |
+
output:
|
50 |
+
url: images/image_299259872937609_00002_.png
|
51 |
+
- text: >-
|
52 |
+
neonpunk style woman holding tacacá in amazonia . cyberpunk, vaporwave,
|
53 |
+
neon, vibes, vibrant, stunningly beautiful, crisp, detailed, sleek,
|
54 |
+
ultramodern, magenta highlights, dark purple shadows, high contrast,
|
55 |
+
cinematic, ultra detailed, intricate, professional
|
56 |
+
output:
|
57 |
+
url: images/image_853755472086788_00002_.png
|
58 |
+
- text: >-
|
59 |
+
food photography style delicious tacacá pizza . appetizing, professional,
|
60 |
+
culinary, high-resolution, commercial, highly detailed
|
61 |
+
output:
|
62 |
+
url: images/image_900095974031405_00003_.png
|
63 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
64 |
+
instance_prompt: tacacá
|
65 |
+
license: openrail
|
66 |
+
---
|
67 |
+
# Tacacá - Brazil XL
|
68 |
+
|
69 |
+
<Gallery />
|
70 |
+
|
71 |
+
## Model description
|
72 |
+
|
73 |
+
**Weights**: 0.6 - 1.2
|
74 |
+
|
75 |
+
**Keyword**: tacacá
|
76 |
+
|
77 |
+
Tacacá (Brazilian Portuguese: [taka'ka]) is a typical dish of Northern Brazil (mostly consumed in Pará, Amazonas, Acre, Amapá and Roraima). It is made with jambu (a native variety of paracress), and tucupi (a broth made with wild manioc), cooked tapioca starch (“goma de tapioca” - manioc), as well as dried shrimps and fragrant, small yellow peppers known as “pimenta de cheiro”. It is traditionally served hot in a bowl made from an Amazonian gourd known as cuia. (Wikipedia)
|
78 |
+
|
79 |
+
I noticed that it sometimes doesn't work with certain prompts, though.
|
80 |
+
|
81 |
+
## Trigger words
|
82 |
+
|
83 |
+
You should use `tacacá` to trigger the image generation.
|
84 |
+
|
85 |
+
|
86 |
+
## Download model
|
87 |
+
|
88 |
+
Weights for this model are available in Safetensors format.
|
89 |
+
|
90 |
+
[Download](/lucianosb/tacaca-brazil-xl/tree/main) them in the Files & versions tab.
|