Commit
·
d2248b3
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +89 -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,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: >-
|
9 |
+
Digital illustration in a calming, pastel color palette. The image features
|
10 |
+
three individuals with eyes closed, seated and relaxed, surrounded by green
|
11 |
+
foliage. In the foreground, a smiling elderly man with a white beard and
|
12 |
+
round glasses. The background includes two other figures, a man and a woman,
|
13 |
+
both wearing green attire, set against a tiled wall, narovinuohwx.
|
14 |
+
output:
|
15 |
+
url: images/z34-90WKY1VVp0jQss2Vz_687c0362d12a4f0f9a21fb1b8aeac139.jpg
|
16 |
+
- text: >-
|
17 |
+
Illustration of an elderly man sitting at a desk, surrounded by green
|
18 |
+
stationery, cups, and a notebook. His hands are on his head, and he looks
|
19 |
+
frustrated or overwhelmed. The background features abstract green swirling
|
20 |
+
shapes, adding a dynamic element to the composition. The scene conveys a
|
21 |
+
sense of contemplation and stress, narovinuohwx.
|
22 |
+
output:
|
23 |
+
url: images/a5jTFa_xUiGS1zU2virVR_924733e5ce9b4c368f19b4b1c2d5f0fc.jpg
|
24 |
+
- text: >-
|
25 |
+
An illustration in a modern, minimalist style. A serene figure in white
|
26 |
+
attire stands with closed eyes, hands in a prayer position. Lush green
|
27 |
+
leaves form a vibrant backdrop, blending with the person's hair. The bright
|
28 |
+
colors evoke a sense of harmony with nature, narovinuohwx.
|
29 |
+
output:
|
30 |
+
url: images/3cSnAx2BgQ2831V1WMZU-_ec13745eabe04b27a713c0f6fa41b6b7.jpg
|
31 |
+
- text: >-
|
32 |
+
illustration, as stager photo A city police officers, men and woman, in blue
|
33 |
+
polo shirt black pants,photo with old woman short white hair, brown coat,
|
34 |
+
,everybody is smiling,. Lush greens and soft yellows dominate the color
|
35 |
+
palette, creating a serene and tranquil atmosphere. The use of soft lines
|
36 |
+
and warm tones emphasizes a relaxed, peaceful setting, narovinuohwx.
|
37 |
+
output:
|
38 |
+
url: images/9ufQ3tFOIVsetCLzsY0uO_22e13fe22165456898cedf4b9f4ae0a9.jpg
|
39 |
+
- text: >-
|
40 |
+
narovinuohwx. illustration, A warm family moment with Alex and his mother,
|
41 |
+
who is gently holding his shoulders, smiling lovingly. Alex stands tall,
|
42 |
+
feeling her support, and the background is a softly lit garden with the
|
43 |
+
sunlight casting gentle shadows.. Lush greens and soft yellows dominate the
|
44 |
+
color palette, creating a serene and tranquil atmosphere. The use of soft
|
45 |
+
lines and warm tones emphasizes a relaxed, peaceful setting, narovinuohwx.
|
46 |
+
output:
|
47 |
+
url: images/L9R_x5nGSqQJzroeNCPII_5af5e0c5682348cda9d49be12cd57a1d.jpg
|
48 |
+
- text: >-
|
49 |
+
Digital illustration of a woman with long red hair and a serene expression.
|
50 |
+
She is wearing a vibrant green sweater over a white top. The background is a
|
51 |
+
pastel light green, adding to the calm and harmonious atmosphere. Bold,
|
52 |
+
clean lines and a warm color palette define this artwork, narovinuohwx.
|
53 |
+
output:
|
54 |
+
url: images/PUUnvZmPqoNczdUnpG5zr_5d57ef9663844f4a86aa15e0d88dca0e.jpg
|
55 |
+
- text: >-
|
56 |
+
An illustration in a minimalist style shows two people meditating amidst
|
57 |
+
large green plants in an urban setting. The man and woman are sitting
|
58 |
+
cross-legged, eyes closed, and are surrounded by stacks of paper. The
|
59 |
+
background features tall buildings in soft pastel colors, creating a
|
60 |
+
peaceful atmosphere. The color palette is dominated by greens and light
|
61 |
+
tones, narovinuohwx.
|
62 |
+
output:
|
63 |
+
url: images/td637ufOV6VkhXQpzbbfT_e055e223f105436c99f094f60500c7fa.jpg
|
64 |
+
base_model: black-forest-labs/FLUX.1-dev
|
65 |
+
instance_prompt: ohwxnarovinu
|
66 |
+
license: cc-by-nc-nd-4.0
|
67 |
+
---
|
68 |
+
# calming_green
|
69 |
+
|
70 |
+
<Gallery />
|
71 |
+
|
72 |
+
## Model description
|
73 |
+
|
74 |
+
This LoRA model was specifically developed for the project Na rovinu – On the level (narovinu.net), an initiative dedicated to destigmatizing mental health and promoting public mental health awareness. The project is spearheaded by the National Institute of Mental Health of the Czech Republic.
|
75 |
+
|
76 |
+
The purpose of this model is to contribute to the project’s branding by enabling the creation of consistent, sensitive, and optimistic illustrations that align with the project’s values and mission. These visuals are intended to support the team in effectively communicating mental health topics in a compassionate and approachable manner.
|
77 |
+
|
78 |
+
For further information or inquiries, please contact Filip Mensl at [email protected].
|
79 |
+
|
80 |
+
## Trigger words
|
81 |
+
|
82 |
+
You should use `ohwxnarovinu` to trigger the image generation.
|
83 |
+
|
84 |
+
|
85 |
+
## Download model
|
86 |
+
|
87 |
+
Weights for this model are available in Safetensors format.
|
88 |
+
|
89 |
+
[Download](/FilipAura/Calming_Green_Flux_LoRa/tree/main) them in the Files & versions tab.
|