Upload folder using huggingface_hub
Browse files- .DS_Store +0 -0
- ._.DS_Store +0 -0
- .gitattributes +3 -0
- README.md +14 -5
- assets/banner_0_1_0-0.png +3 -0
- assets/banner_0_1_0-1.png +3 -0
- assets/banner_0_1_0-3.png +3 -0
- transformer/diffusion_pytorch_model-00001-of-00003.safetensors +1 -1
- transformer/diffusion_pytorch_model-00002-of-00003.safetensors +1 -1
- transformer/diffusion_pytorch_model-00003-of-00003.safetensors +1 -1
.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
._.DS_Store
ADDED
Binary file (4.1 kB). View file
|
|
.gitattributes
CHANGED
@@ -36,3 +36,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
36 |
assets/banner_0_0_6.png filter=lfs diff=lfs merge=lfs -text
|
37 |
assets/banner_0_0_8.png filter=lfs diff=lfs merge=lfs -text
|
38 |
assets/banner_0_0_9.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
36 |
assets/banner_0_0_6.png filter=lfs diff=lfs merge=lfs -text
|
37 |
assets/banner_0_0_8.png filter=lfs diff=lfs merge=lfs -text
|
38 |
assets/banner_0_0_9.png filter=lfs diff=lfs merge=lfs -text
|
39 |
+
assets/banner_0_1_0-0.png filter=lfs diff=lfs merge=lfs -text
|
40 |
+
assets/banner_0_1_0-1.png filter=lfs diff=lfs merge=lfs -text
|
41 |
+
assets/banner_0_1_0-3.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -4,16 +4,25 @@ library_name: diffusers
|
|
4 |
pipeline_tag: text-to-image
|
5 |
---
|
6 |
|
7 |
-
<img src="https://huggingface.co/ostris/OpenFLUX.1/resolve/main/assets/
|
8 |
|
9 |
-
<div style="color:
|
10 |
|
11 |
-
# <span style="color:
|
12 |
|
13 |
-
|
14 |
|
15 |
</div>
|
16 |
|
|
|
|
|
17 |
## What is this?
|
18 |
|
19 |
-
This
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
pipeline_tag: text-to-image
|
5 |
---
|
6 |
|
7 |
+
<img src="https://huggingface.co/ostris/OpenFLUX.1/resolve/main/assets/banner_0_1_0-0.png" style="max-width: 100%;">
|
8 |
|
9 |
+
<div style="color: #f0b800;">
|
10 |
|
11 |
+
# <span style="color: #f0b800;"> Beta Version v0.1.0 </span>
|
12 |
|
13 |
+
After numerous iterations and spending way too much of my own money on compute to train this, I think it is finally at the point I am happy to consider it a beta. I am still going to continue to train it, but the distillation has been mostly trained out of it at this point. So phase 1 is complete. Feel free to use it and fine tune it, but be aware that I will likely continue to update it.
|
14 |
|
15 |
</div>
|
16 |
|
17 |
+
<img src="https://huggingface.co/ostris/OpenFLUX.1/resolve/main/assets/banner_0_1_0-3.png" style="max-width: 100%;">
|
18 |
+
|
19 |
## What is this?
|
20 |
|
21 |
+
This is a fine tune of the [FLUX.1-schnell](https://huggingface.co/black-forest-labs/FLUX.1-schnell) model that has had the distillation trained out of it. Flux Schnell is licensed Apache 2.0, but it is a distilled model, meaning you cannot fine-tune it. However, it is an amazing model that can generate amazing images in 1-4 steps. This is an attempt to remove the distillation to create an open source, permissivle licensed model that can be fine tuned.
|
22 |
+
|
23 |
+
## How to Use
|
24 |
+
|
25 |
+
Since the distillation has been fine tuned out of the model, it uses classic CFG. Since it requires CFG, it will require a different pipeline than the original FLUX.1 schnell and dev models. This pipeline can be found in open_flux_pipeline.py in this repo. I will be adding example code in the next few days, but for now, a cfg of 3.5 seems to work well.
|
26 |
+
|
27 |
+
|
28 |
+
<img src="https://huggingface.co/ostris/OpenFLUX.1/resolve/main/assets/banner_0_1_0-1.png" style="max-width: 100%;">
|
assets/banner_0_1_0-0.png
ADDED
Git LFS Details
|
assets/banner_0_1_0-1.png
ADDED
Git LFS Details
|
assets/banner_0_1_0-3.png
ADDED
Git LFS Details
|
transformer/diffusion_pytorch_model-00001-of-00003.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 9962580296
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf5e12b0baf0f9d2c8ffe822fbfba513d3ba03f3436221f8ec810bba716cea52
|
3 |
size 9962580296
|
transformer/diffusion_pytorch_model-00002-of-00003.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 9949328904
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44d90f1586bbb63040cccf8a015246cc3ec0788a4b172d46a12496dffea7d9bc
|
3 |
size 9949328904
|
transformer/diffusion_pytorch_model-00003-of-00003.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3870584832
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a0903c3b729659c02b176608f64f071c83504a8f6b6dbab391bb73f3b42886a
|
3 |
size 3870584832
|