Upload folder using huggingface_hub
This commit is contained in:
parent
7b4d188205
commit
0af31cead1
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
||||
assets/banner_0_0_6.png filter=lfs diff=lfs merge=lfs -text
|
||||
|
@ -3,6 +3,7 @@ license: apache-2.0
|
||||
library_name: diffusers
|
||||
pipeline_tag: text-to-image
|
||||
---
|
||||
|
||||
<div style="color: red;">
|
||||
|
||||
# <span style="color: red;"> Not Ready </span>
|
||||
@ -13,11 +14,13 @@ feel free, but it will change as I continue to develop it. I plan to do many upd
|
||||
</div>
|
||||
|
||||
## What is this?
|
||||
|
||||
[FLUX.1-schnell](https://huggingface.co/black-forest-labs/FLUX.1-schnell) is an amazing distilled model with an apache 2.0 license. However, it is not finetunable. LoRAs, IP adapters, control nets, etc, cannot be trained on it
|
||||
because it is distilled. The goal of this project is to finetune a non-distilled version of it that can be used as a training base to train adapters for FLUX.1-schnell.
|
||||
|
||||
## Current Issues
|
||||
|
||||
Since we are breaking the distillation, this model will need many steps and guidance to produce good results. Currently, this model, like the schnell version, does not
|
||||
have guidance embeddings. Because of this (and possible other factors) images generated with this model will not look great. However, this hopefully will not affect training,
|
||||
since guidance is not used during training. The things trained on this model are intended to be used on the schnell version anyway. I am working on training guidance
|
||||
embeddings for it, but hopefully it will work as a training base without them.
|
||||
embeddings for it, but hopefully it will work as a training base without them.
|
||||
|
BIN
assets/banner_0_0_6.png
(Stored with Git LFS)
Normal file
BIN
assets/banner_0_0_6.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
transformer/diffusion_pytorch_model-00001-of-00003.safetensors
(Stored with Git LFS)
BIN
transformer/diffusion_pytorch_model-00001-of-00003.safetensors
(Stored with Git LFS)
Binary file not shown.
BIN
transformer/diffusion_pytorch_model-00002-of-00003.safetensors
(Stored with Git LFS)
BIN
transformer/diffusion_pytorch_model-00002-of-00003.safetensors
(Stored with Git LFS)
Binary file not shown.
BIN
transformer/diffusion_pytorch_model-00003-of-00003.safetensors
(Stored with Git LFS)
BIN
transformer/diffusion_pytorch_model-00003-of-00003.safetensors
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user