Upload folder using huggingface_hub

This commit is contained in:
Jaret Burkett 2024-09-30 23:14:12 +00:00 committed by system
parent e1df254f66
commit 6b3c303751
No known key found for this signature in database
GPG Key ID: 6A528E38E0733467
10 changed files with 29 additions and 8 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
._.DS_Store Normal file

Binary file not shown.

3
.gitattributes vendored

@ -36,3 +36,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
assets/banner_0_0_6.png filter=lfs diff=lfs merge=lfs -text
assets/banner_0_0_8.png filter=lfs diff=lfs merge=lfs -text
assets/banner_0_0_9.png filter=lfs diff=lfs merge=lfs -text
assets/banner_0_1_0-0.png filter=lfs diff=lfs merge=lfs -text
assets/banner_0_1_0-1.png filter=lfs diff=lfs merge=lfs -text
assets/banner_0_1_0-3.png filter=lfs diff=lfs merge=lfs -text

@ -4,16 +4,25 @@ library_name: diffusers
pipeline_tag: text-to-image
---
<img src="https://huggingface.co/ostris/OpenFLUX.1/resolve/main/assets/banner_0_0_9.png" style="max-width: 100%;">
<img src="https://huggingface.co/ostris/OpenFLUX.1/resolve/main/assets/banner_0_1_0-0.png" style="max-width: 100%;">
<div style="color: red;">
<div style="color: #f0b800;">
# <span style="color: red;"> Not Ready </span>
# <span style="color: #f0b800;"> Beta Version v0.1.0 </span>
This is a WIP. It is nearing a state I am going to call "early pre alpha". You are welcome to start messing with it at this point, but it still has a ways to go before it is ready for people to start finetuning on it. New updates are being pushed every few days as it continues to train. I will update this message when it is ready for that.
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.
</div>
<img src="https://huggingface.co/ostris/OpenFLUX.1/resolve/main/assets/banner_0_1_0-3.png" style="max-width: 100%;">
## What is this?
This project started as a way to train adapters for the [FLUX.1-schnell](https://huggingface.co/black-forest-labs/FLUX.1-schnell) model. But has evolved over time. The purpose of this project now, is to create an open source version of FLUX.1 that uses classic CFG and is finetunable for the community. Since it requires CFG, it will require a different pipeline than the original FLUX.1. This pipeline can be found in open_flux_pipeline.py in this repo.
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.
## How to Use
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.
<img src="https://huggingface.co/ostris/OpenFLUX.1/resolve/main/assets/banner_0_1_0-1.png" style="max-width: 100%;">

BIN
assets/banner_0_1_0-0.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/banner_0_1_0-1.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/banner_0_1_0-3.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.