kudzueye
commited on
Commit
•
7cc7e82
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +88 -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,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
phone photo five men playing a Medieval diplomacy game around a table on a
|
11 |
+
couch in a living room at night in 2014
|
12 |
+
output:
|
13 |
+
url: images/ComfyUI_00855_.png
|
14 |
+
- text: >-
|
15 |
+
phone photo of two women in roman cosplay outfits holding a sign reading
|
16 |
+
'Boreal-FD' on top of a dining room table in front of a crowd in New York at
|
17 |
+
night
|
18 |
+
output:
|
19 |
+
url: images/ComfyUI_00822_.png
|
20 |
+
- text: >-
|
21 |
+
phone photos of three people performing a ritualistic sacrifice in a busy
|
22 |
+
hotel lobby with a demon
|
23 |
+
output:
|
24 |
+
url: images/ComfyUI_00944_.png
|
25 |
+
- text: >-
|
26 |
+
closeup phone photo of a 25 year old women wearing a yoshi cosplay outfit
|
27 |
+
while riding a zebra near a crowd while showing a piece of paper
|
28 |
+
with'Boreal-FD' written on it at noon in the summer in a alley in new york
|
29 |
+
city
|
30 |
+
output:
|
31 |
+
url: images/ComfyUI_00845_.png
|
32 |
+
- text: >-
|
33 |
+
phone photo of two men eating a full sad potato at a at a restaurant in 2017
|
34 |
+
posted to reddit
|
35 |
+
output:
|
36 |
+
url: images/ComfyUI_01026_.png
|
37 |
+
base_model: black-forest-labs/FLUX.1-dev
|
38 |
+
instance_prompt: photo
|
39 |
+
|
40 |
+
---
|
41 |
+
# Boreal-FD
|
42 |
+
|
43 |
+
<Gallery />
|
44 |
+
|
45 |
+
## Model description
|
46 |
+
|
47 |
+
**Work in Progress**
|
48 |
+
This is a very early experimental lora for Flux-Dev. It uses the **Bo**ring **Real**ity image datasets to work on shifting Flux towards more realistic images.
|
49 |
+
|
50 |
+
![ComfyUI_00855_.png](https://cdn-uploads.huggingface.co/production/uploads/641ba2eeec5b871c0bcfdba3/jfGF0xFNij7gC_bcZ3OdW.png)
|
51 |
+
|
52 |
+
As with most other AI image generative models, the flux-dev model is biased towards certain photographic aesthetics like shallow depth of fields with centralized posing along with all the artwork influence as well. As a result the models produce very limited types of photos which tends to mask how much knowledge the model actually has.
|
53 |
+
|
54 |
+
The goal with these boring reality trained loras is to not only bring out better photorealistic images but to push the model to show how much knowledge and information it can actually place in a single generated image.
|
55 |
+
|
56 |
+
**Primary Goals for Boreal-FD**
|
57 |
+
- Reduce how often shallow depths of field appear in images
|
58 |
+
- More dynamic poses
|
59 |
+
- More realistic skin texture
|
60 |
+
- More interesting backgrounds
|
61 |
+
- Overall Increase scene complexity
|
62 |
+
|
63 |
+
|
64 |
+
|
65 |
+
![ComfyUI_00990_.png](https://cdn-uploads.huggingface.co/production/uploads/641ba2eeec5b871c0bcfdba3/pX6R5u5ehrLi245qFT1qV.png)
|
66 |
+
|
67 |
+
**Additional Notes**
|
68 |
+
These two flux loras are not expected to create very good images. Many results may be overfitted, distorted, and have this slight faded dotted look for lesser known concepts.
|
69 |
+
|
70 |
+
The 1000 step lora is more over-fitted with with distortion and lack of prompt understanding more likely to occur, but it may perform better on things like dynamic posing and skin texture.
|
71 |
+
|
72 |
+
You will want to experiment between the two loras, tweaking the lora strengths between 0.5-2.0 and guidance between 3.0-5.0 along with testing many different seeds.
|
73 |
+
|
74 |
+
As more understanding develops for Flux, better workflows for these current models will come along as well as newer Boreal-FD versions as the training improves.
|
75 |
+
|
76 |
+
|
77 |
+
|
78 |
+
|
79 |
+
## Trigger words
|
80 |
+
|
81 |
+
You should use `photo` to trigger the image generation.
|
82 |
+
|
83 |
+
|
84 |
+
## Download model
|
85 |
+
|
86 |
+
Weights for this model are available in Safetensors format.
|
87 |
+
|
88 |
+
[Download](/kudzueye/Boreal/tree/main) them in the Files & versions tab.
|