UmeAiRT
commited on
Commit
·
f792620
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +66 -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,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
A painting depicts a woman in a white dress holding a french flag,
|
11 |
+
surrounded by a group of people. The woman is in the center of the scene,
|
12 |
+
with her arms raised in the air. The people around her are in various
|
13 |
+
positions, some standing and others sitting. The painting is in a romantic
|
14 |
+
style, with a focus on the woman and her flag as the central subject. The
|
15 |
+
other people in the scene add depth and interest to the composition,
|
16 |
+
creating a dynamic and engaging image. in romantic style
|
17 |
+
output:
|
18 |
+
url: images/FLUX_00014_ (2).png
|
19 |
+
- text: >-
|
20 |
+
A painting in romantic style depicts a man and a woman riding in a
|
21 |
+
horse-drawn carriage on a river bank, with a castle in the background. The
|
22 |
+
couple is surrounded by a peaceful and serene atmosphere, with a rainbow in
|
23 |
+
the sky above them. The man is holding the reins of the horse, while the
|
24 |
+
woman is seated in the carriage, enjoying the ride. The scene captures the
|
25 |
+
essence of romance and leisure, with the couple sharing a special moment
|
26 |
+
together.
|
27 |
+
output:
|
28 |
+
url: images/FLUX_00032_.png
|
29 |
+
- text: >-
|
30 |
+
A painting of a large cathedral with a spire, set in a grassy field with
|
31 |
+
cows grazing in the foreground. The cows are scattered around the field,
|
32 |
+
with some closer to the cathedral and others further away. The scene is set
|
33 |
+
in a pastoral landscape, with a sense of tranquility and beauty. The
|
34 |
+
painting is in romantic style, with a focus on the harmony between nature
|
35 |
+
and architecture.
|
36 |
+
output:
|
37 |
+
url: images/067b7809-5018-4c5d-ba77-e140902b5416.jpeg
|
38 |
+
base_model: black-forest-labs/FLUX.1-dev
|
39 |
+
instance_prompt: romantic
|
40 |
+
license: mit
|
41 |
+
---
|
42 |
+
# LoRA - Romanticism
|
43 |
+
|
44 |
+
<Gallery />
|
45 |
+
|
46 |
+
## Model description
|
47 |
+
|
48 |
+
Classic series - Romanticism
|
49 |
+
Here is the continuation of my LoRA series on classic painting.
|
50 |
+
|
51 |
+
This time, I've tried to reproduce another important period of painting.
|
52 |
+
|
53 |
+
Although Flux is capable of making this kind of image it remains very light and this Lora will allow you to give this unique touch of romanticism.
|
54 |
+
|
55 |
+
Don't hesitate to send me feedback or suggestions!
|
56 |
+
|
57 |
+
## Trigger words
|
58 |
+
|
59 |
+
You should use `romantic` to trigger the image generation.
|
60 |
+
|
61 |
+
|
62 |
+
## Download model
|
63 |
+
|
64 |
+
Weights for this model are available in Safetensors format.
|
65 |
+
|
66 |
+
[Download](/UmeAiRT/FLUX.1-dev-LoRA-Romanticism/tree/main) them in the Files & versions tab.
|