kudzueye
commited on
Commit
•
a57da37
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +171 -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,171 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
photo of two womenn talking and hugging while working at a busy place. flikr
|
11 |
+
photo from 2012. three people working in the background.
|
12 |
+
parameters:
|
13 |
+
negative_prompt: painting, smooth
|
14 |
+
output:
|
15 |
+
url: images/ComfyUI_02528_.png
|
16 |
+
- text: >-
|
17 |
+
flikr photo from 2008. three guys working on a car in a mechanic shop. One
|
18 |
+
guy is looking at the hood. Another man on left is and kneeling down and
|
19 |
+
checking the side of the car with his hand. The third guy on the far right
|
20 |
+
is looking for a tool. The room is cluttered with stuff. 2008 flikr photo.
|
21 |
+
parameters:
|
22 |
+
negative_prompt: painting, smooth
|
23 |
+
output:
|
24 |
+
url: images/ComfyUI_02659_.png
|
25 |
+
- text: >-
|
26 |
+
fullbody phone photo of two smiling korean women hugging each other at a
|
27 |
+
busy mall store with a lot of cluttered stuff around them. they are wearing
|
28 |
+
white shoes. flikr photo from 2012. three people working in the background.
|
29 |
+
parameters:
|
30 |
+
negative_prompt: painting, smooth
|
31 |
+
output:
|
32 |
+
url: images/ComfyUI_02522_.png
|
33 |
+
- text: >-
|
34 |
+
photo of an African American and a caucasian man petting a cat at a busy
|
35 |
+
electronic store. flikr photo from 2012. three people working in the
|
36 |
+
background.
|
37 |
+
parameters:
|
38 |
+
negative_prompt: painting, smooth
|
39 |
+
output:
|
40 |
+
url: images/ComfyUI_02564_.png
|
41 |
+
- text: woman
|
42 |
+
parameters:
|
43 |
+
negative_prompt: painting, smooth
|
44 |
+
output:
|
45 |
+
url: images/ComfyUI_02508_.png
|
46 |
+
- text: >-
|
47 |
+
phone photo of two African American women hugging while standing at a busy
|
48 |
+
beauty parler. flikr photo from 2012. they are wearing white shoes. three
|
49 |
+
people working in the background.
|
50 |
+
parameters:
|
51 |
+
negative_prompt: painting, smooth
|
52 |
+
output:
|
53 |
+
url: images/ComfyUI_02516_.png
|
54 |
+
- text: >-
|
55 |
+
flikr photo from 2008. three guys working on a car in a mechanic shop. One
|
56 |
+
guy is looking at the hood. Another man on left is and kneeling down and
|
57 |
+
checking the side of the car with his hand. The third guy on the far right
|
58 |
+
is looking for a tool. The room is cluttered with stuff. 2008 flikr photo.
|
59 |
+
parameters:
|
60 |
+
negative_prompt: painting, smooth
|
61 |
+
output:
|
62 |
+
url: images/ComfyUI_02617_.png
|
63 |
+
- text: >-
|
64 |
+
Flikr photo from 2010. phone photo of a couple smiling next to a statue in
|
65 |
+
America at night. A few people are walking past them. flikr photo from 2010
|
66 |
+
parameters:
|
67 |
+
negative_prompt: painting, smooth
|
68 |
+
output:
|
69 |
+
url: images/ComfyUI_02614_.png
|
70 |
+
- text: >-
|
71 |
+
phone photo of two adults doing stuff. lots of stuff going on everywhere at
|
72 |
+
a busy place. chaotic composition and layout phone photo posted to reddit in
|
73 |
+
2017. flikr 2010 photo
|
74 |
+
parameters:
|
75 |
+
negative_prompt: painting, smooth
|
76 |
+
output:
|
77 |
+
url: images/ComfyUI_02537_.png
|
78 |
+
- text: >-
|
79 |
+
event., and a small portion of the street is visible with pedestrian
|
80 |
+
crosswalk signals. While no people are depicted in the frame, playing an
|
81 |
+
electric guitar. His right hand grips the neck while the left hand strums
|
82 |
+
above the strings. To his left stands a woman with dark hair tied back,
|
83 |
+
likely a public square or gathering spot. There is a person sitting near
|
84 |
+
the statue, with a medium build and light facial hair, providing a stable
|
85 |
+
base for the scene. Several flags can be seen along the waterfront, straight
|
86 |
+
to wavy. Hands are seen gesturing during conversations or holding books
|
87 |
+
and snacks. Trees and shrubbery are scattered throughout the scene,
|
88 |
+
short-sleeved shirt with a white geometric pattern. His left hand is
|
89 |
+
gripping the base of the vase while his right hand supports the middle
|
90 |
+
section. The vase sunny day.flickr photo from 2009. flickr 2010 photo.
|
91 |
+
event., and a small portion of the street is visible with pedestrian
|
92 |
+
crosswalk signals. While no people are depicted in the frame, playing an
|
93 |
+
electric guitar. His right hand grips the neck while the left hand strums
|
94 |
+
above the strings. To his left stands a woman with dark hair tied back,
|
95 |
+
likely a public square or gathering spot. There is a person sitting near
|
96 |
+
the statue, with a medium build and light facial hair, providing a stable
|
97 |
+
base for the scene. Several flags can be seen along the waterfront, straight
|
98 |
+
to wavy. Hands are seen gesturing during conversations or holding books
|
99 |
+
and snacks. Trees and shrubbery are scattered throughout the scene,
|
100 |
+
short-sleeved shirt with a white geometric pattern. His left hand is
|
101 |
+
gripping the base of the vase while his right hand supports the middle
|
102 |
+
section. The vase sunny day.flickr photo from 2009. flickr 2010 photo.
|
103 |
+
event., and a small portion of the street is visible with pedestrian
|
104 |
+
crosswalk signals. While no people are depicted in the frame, playing an
|
105 |
+
electric guitar. His right hand grips the neck while the left hand strums
|
106 |
+
above the strings. To his left stands a woman with dark hair tied back,
|
107 |
+
likely a public square or gathering spot. There is a person sitting near
|
108 |
+
the statue, with a medium build and light facial hair, providing a stable
|
109 |
+
base for the scene. Several flags can be seen along the waterfront, straight
|
110 |
+
to wavy. Hands are seen gesturing during conversations or holding books
|
111 |
+
and snacks. Trees and shrubbery are scattered throughout the scene,
|
112 |
+
short-sleeved shirt with a white geometric pattern. His left hand is
|
113 |
+
gripping the base of the vase while his right hand supports the middle
|
114 |
+
section. The vase sunny day.flickr photo from 2009. flickr 2010 photo.
|
115 |
+
event., and a small portion of the street is visible with pedestrian
|
116 |
+
crosswalk signals. While no people are depicted in the frame, playing an
|
117 |
+
electric guitar. His right hand grips the neck while the left hand strums
|
118 |
+
above the strings. To his left stands a woman with dark hair tied back,
|
119 |
+
likely a public square or gathering spot. There is a person sitting near
|
120 |
+
the statue, with a medium build and light facial hair, providing a stable
|
121 |
+
base for the scene. Several flags can be seen along the waterfront, straight
|
122 |
+
to wavy. Hands are seen gesturing during conversations or holding books
|
123 |
+
and snacks. Trees and shrubbery are scattered throughout the scene,
|
124 |
+
short-sleeved shirt with a white geometric pattern. His left hand is
|
125 |
+
gripping the base of the vase while his right hand supports the middle
|
126 |
+
section. The vase sunny day.flickr photo from 2009. flickr 2010 photo.
|
127 |
+
parameters:
|
128 |
+
negative_prompt: painting, smooth
|
129 |
+
output:
|
130 |
+
url: images/ComfyUI_02444_.png
|
131 |
+
- text: >-
|
132 |
+
Amateur selfie photo of two young women at an anime convention on a hot
|
133 |
+
summer day. The first woman, of Japanese descent, has long black hair styled
|
134 |
+
into pigtails and is wearing a colorful anime-themed cosplay outfit,
|
135 |
+
featuring a vibrant, detailed costume with matching accessories. The second
|
136 |
+
woman, of Hispanic descent, has curly brown hair tied up in a high ponytail
|
137 |
+
and is dressed in a casual yet trendy anime-themed t-shirt and shorts. Both
|
138 |
+
women are smiling widely at the camera, holding it at arm's length. In the
|
139 |
+
background, the convention is bustling with activity: attendees in various
|
140 |
+
cosplay costumes, vendor booths with anime merchandise, and colorful banners
|
141 |
+
hanging overhead. The sunlight is bright, casting a warm glow over the
|
142 |
+
scene, with a few people seeking shade under tents. The image captures the
|
143 |
+
enthusiastic atmosphere of the convention and the joy of the two women
|
144 |
+
enjoying their time at the event. On Flickr, 2022.
|
145 |
+
parameters:
|
146 |
+
negative_prompt: painting, smooth
|
147 |
+
output:
|
148 |
+
url: images/ComfyUI_02445_.png
|
149 |
+
base_model: black-forest-labs/FLUX.1-dev
|
150 |
+
instance_prompt: photo
|
151 |
+
|
152 |
+
---
|
153 |
+
# Boreal-Flux-Dev-v2
|
154 |
+
|
155 |
+
<Gallery />
|
156 |
+
|
157 |
+
## Model description
|
158 |
+
|
159 |
+
**Boreal Flux Dev Version 2**
|
160 |
+
This version of the **Bo**ing **Real**ity flux dev LoRA used a different training approach for its dataset. It should also have the old latent shift dot issue fixed.
|
161 |
+
|
162 |
+
## Trigger words
|
163 |
+
|
164 |
+
You should use `photo` to trigger the image generation.
|
165 |
+
|
166 |
+
|
167 |
+
## Download model
|
168 |
+
|
169 |
+
Weights for this model are available in Safetensors format.
|
170 |
+
|
171 |
+
[Download](/kudzueye/boreal-flux-dev-v2/tree/main) them in the Files & versions tab.
|