lucianosb
commited on
Commit
•
739329f
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +114 -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,114 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: boto in Amazonas River, (in amazoniacore anime comic style:1.3)
|
10 |
+
output:
|
11 |
+
url: images/image_328052623495367_00001_.png
|
12 |
+
- text: >-
|
13 |
+
corporate branding style boto jumping out of water . professional, clean,
|
14 |
+
modern, sleek, minimalist, business-oriented, highly detailed"
|
15 |
+
output:
|
16 |
+
url: images/image_386878683306414_00003_.png
|
17 |
+
- text: >-
|
18 |
+
cinematic photo boto jumping out of water . 35mm photograph, film, bokeh,
|
19 |
+
professional, 4k, highly detailed
|
20 |
+
output:
|
21 |
+
url: images/image_661553827787736_00001_.png
|
22 |
+
- text: >-
|
23 |
+
space-themed boto fish swimming and wearing a white hat . cosmic, celestial,
|
24 |
+
stars, galaxies, nebulas, planets, science fiction, highly detailed
|
25 |
+
output:
|
26 |
+
url: images/image_831171839882623_00002_.png
|
27 |
+
- text: >-
|
28 |
+
retro arcade style boto in Amazonas River . 8-bit, pixelated, vibrant,
|
29 |
+
classic video game, old school gaming, reminiscent of 80s and 90s arcade
|
30 |
+
games
|
31 |
+
output:
|
32 |
+
url: images/image_918527612264103_00003_.png
|
33 |
+
- text: >-
|
34 |
+
advertising poster style boto in Amazonas River . Professional, modern,
|
35 |
+
product-focused, commercial, eye-catching, highly detailed
|
36 |
+
output:
|
37 |
+
url: images/image_944032552463482_00003_.png
|
38 |
+
- text: >-
|
39 |
+
cybernetic robot boto in Amazonas River . android, AI, machine, metal,
|
40 |
+
wires, tech, futuristic, highly detailed
|
41 |
+
output:
|
42 |
+
url: images/image_999565707111084_00002_.png
|
43 |
+
- text: >-
|
44 |
+
Pokémon style boto in Amazonas River . vibrant, cute, anime, fantasy,
|
45 |
+
reminiscent of Pokémon series
|
46 |
+
output:
|
47 |
+
url: images/image_1009568708903702_00003_.png
|
48 |
+
- text: >-
|
49 |
+
manga style boto jumping out of water . vibrant, high-energy, detailed,
|
50 |
+
iconic, Japanese comic style
|
51 |
+
output:
|
52 |
+
url: images/image_1070129976535420_00001_.png
|
53 |
+
- text: >-
|
54 |
+
stained glass style boto in Amazonas River . vibrant, beautiful,
|
55 |
+
translucent, intricate, detailed
|
56 |
+
output:
|
57 |
+
url: images/image_126289611952724_00003_.png
|
58 |
+
- text: >-
|
59 |
+
kawaii style boto in Amazonas River . cute, adorable, brightly colored,
|
60 |
+
cheerful, anime influence, highly detailed
|
61 |
+
output:
|
62 |
+
url: images/image_201934295874396_00001_.png
|
63 |
+
- text: >-
|
64 |
+
role-playing game (RPG) style fantasy boto jumping out of water . detailed,
|
65 |
+
vibrant, immersive, reminiscent of high fantasy RPG games
|
66 |
+
output:
|
67 |
+
url: images/image_203286883060557_00003_.png
|
68 |
+
- text: >-
|
69 |
+
boto jumping out of water, Nature-inspired community-oriented urban planning
|
70 |
+
of sustainable futuristic city, Eco-friendly design of biomorphic buildings,
|
71 |
+
good quality of life with Zero-carbon footprint
|
72 |
+
output:
|
73 |
+
url: images/image_276328364818869_00001_.png
|
74 |
+
- text: >-
|
75 |
+
concept art boto jumping out of water . digital artwork, illustrative,
|
76 |
+
painterly, matte painting, highly detailed
|
77 |
+
output:
|
78 |
+
url: images/image_279494652390118_00002_.png
|
79 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
80 |
+
instance_prompt: boto
|
81 |
+
license: openrail
|
82 |
+
---
|
83 |
+
# Boto - Brazil XL
|
84 |
+
|
85 |
+
<Gallery />
|
86 |
+
|
87 |
+
## Model description
|
88 |
+
|
89 |
+
**Weights**: 0.7 - 1.1
|
90 |
+
|
91 |
+
**Keyword**: boto
|
92 |
+
|
93 |
+
Use it together with water related tokens such as fish, river, swimming for better representation of the Boto.
|
94 |
+
|
95 |
+
Boto is a Portuguese name given to several types of dolphins and river dolphins native to the Amazon and the Orinoco River tributaries. A few botos exist exclusively in fresh water, and these are often considered primitive dolphins.
|
96 |
+
|
97 |
+
The "boto" of the Amazon River regions of northern Brazil are described according to local lore as taking the form of a human or merman, also known as Boto cor-de-rosa ("Pink Boto" in Portuguese) and with the habit of seducing human women and impregnating them.
|
98 |
+
|
99 |
+
## Credits
|
100 |
+
|
101 |
+
Description adapted from Wikipedia: https://en.wikipedia.org/wiki/Boto.
|
102 |
+
|
103 |
+
Images generated using weight 1.0 and with Sintetico XL as base model.
|
104 |
+
|
105 |
+
## Trigger words
|
106 |
+
|
107 |
+
You should use `boto` to trigger the image generation.
|
108 |
+
|
109 |
+
|
110 |
+
## Download model
|
111 |
+
|
112 |
+
Weights for this model are available in Safetensors format.
|
113 |
+
|
114 |
+
[Download](/lucianosb/boto-brazil-xl/tree/main) them in the Files & versions tab.
|