Upload 73 files
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +5 -0
- config.yaml +58 -0
- flux_train_replicate.safetensors +3 -0
- optimizer.pt +3 -0
- samples/1723657565732__000000000_0.jpg +0 -0
- samples/1723657604964__000000010_0.jpg +0 -0
- samples/1723657914147__000000000_0.jpg +0 -0
- samples/1723658394998__000000250_0.jpg +0 -0
- samples/1723658871153__000000500_0.jpg +0 -0
- samples/1723659349987__000000750_0.jpg +0 -0
- samples/1723659823548__000001000_0.jpg +0 -0
- samples/1723660053380__000000000_0.jpg +0 -0
- samples/1723660590800__000000250_0.jpg +0 -0
- samples/1723661120200__000000500_0.jpg +0 -0
- samples/1723661656092__000000750_0.jpg +0 -0
- samples/1723662187087__000001000_0.jpg +0 -0
- samples/1723662322688__000000000_0.jpg +0 -0
- samples/1723662857016__000000250_0.jpg +0 -0
- samples/1723663390238__000000500_0.jpg +0 -0
- samples/1723663922516__000000750_0.jpg +0 -0
- samples/1723664449261__000001000_0.jpg +0 -0
- samples/1723664954282__000000000_0.jpg +0 -0
- samples/1723665332576__000000250_0.jpg +0 -0
- samples/1723665708408__000000500_0.jpg +0 -0
- samples/1723666083487__000000750_0.jpg +0 -0
- samples/1723666457365__000001000_0.jpg +0 -0
- samples/1723666589224__000000000_0.jpg +0 -0
- samples/1723667141691__000000250_0.jpg +0 -0
- samples/1723667685870__000000500_0.jpg +0 -0
- samples/1723668237127__000000750_0.jpg +0 -0
- samples/1723668783969__000001000_0.jpg +0 -0
- samples/1723668945298__000000000_0.jpg +0 -0
- samples/1723669406498__000000250_0.jpg +0 -0
- samples/1723669862276__000000500_0.jpg +0 -0
- samples/1723670329723__000000750_0.jpg +0 -0
- samples/1723670790259__000001000_0.jpg +0 -0
- samples/1723671034323__000000000_0.jpg +0 -0
- samples/1723671568249__000000250_0.jpg +0 -0
- samples/1723672098558__000000500_0.jpg +0 -0
- samples/1723672629861__000000750_0.jpg +0 -0
- samples/1723673161725__000001000_0.jpg +0 -0
- samples/1723673325898__000000000_0.jpg +0 -0
- samples/1723673831073__000000250_0.jpg +0 -0
- samples/1723674333519__000000500_0.jpg +0 -0
- samples/1723674835963__000000750_0.jpg +0 -0
- samples/1723675336784__000001000_0.jpg +0 -0
- samples/1723675573820__000000000_0.jpg +0 -0
- samples/1723676005082__000000250_0.jpg +0 -0
- samples/1723676433499__000000500_0.jpg +0 -0
- samples/1723676862549__000000750_0.jpg +0 -0
README.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: flux-1-dev-non-commercial-license
|
| 4 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
| 5 |
+
---
|
config.yaml
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
config:
|
| 2 |
+
name: flux_train_replicate
|
| 3 |
+
process:
|
| 4 |
+
- datasets:
|
| 5 |
+
- cache_latents_to_disk: true
|
| 6 |
+
caption_dropout_rate: 0.05
|
| 7 |
+
caption_ext: filename
|
| 8 |
+
folder_path: input_images
|
| 9 |
+
resolution:
|
| 10 |
+
- 1024
|
| 11 |
+
shuffle_tokens: false
|
| 12 |
+
device: cuda:0
|
| 13 |
+
model:
|
| 14 |
+
is_flux: true
|
| 15 |
+
name_or_path: black-forest-labs/FLUX.1-dev
|
| 16 |
+
quantize: true
|
| 17 |
+
network:
|
| 18 |
+
linear: 16
|
| 19 |
+
linear_alpha: 16
|
| 20 |
+
type: lora
|
| 21 |
+
sample:
|
| 22 |
+
guidance_scale: 4
|
| 23 |
+
height: 1024
|
| 24 |
+
neg: ''
|
| 25 |
+
prompts:
|
| 26 |
+
- a sign that says 'I LOVE PROMPTS!' in the style of [trigger]
|
| 27 |
+
sample_every: 250
|
| 28 |
+
sample_steps: 20
|
| 29 |
+
sampler: flowmatch
|
| 30 |
+
seed: 42
|
| 31 |
+
walk_seed: true
|
| 32 |
+
width: 1024
|
| 33 |
+
save:
|
| 34 |
+
dtype: float16
|
| 35 |
+
max_step_saves_to_keep: 1
|
| 36 |
+
save_every: 1001
|
| 37 |
+
train:
|
| 38 |
+
batch_size: 1
|
| 39 |
+
content_or_style: balanced
|
| 40 |
+
dtype: bf16
|
| 41 |
+
ema_config:
|
| 42 |
+
ema_decay: 0.99
|
| 43 |
+
use_ema: true
|
| 44 |
+
gradient_accumulation_steps: 1
|
| 45 |
+
gradient_checkpointing: true
|
| 46 |
+
lr: 0.0004
|
| 47 |
+
noise_scheduler: flowmatch
|
| 48 |
+
optimizer: adamw8bit
|
| 49 |
+
steps: 1000
|
| 50 |
+
train_text_encoder: false
|
| 51 |
+
train_unet: true
|
| 52 |
+
training_folder: output
|
| 53 |
+
trigger_word: TOK
|
| 54 |
+
type: sd_trainer
|
| 55 |
+
job: extension
|
| 56 |
+
meta:
|
| 57 |
+
name: flux_train_replicate
|
| 58 |
+
version: '1.0'
|
flux_train_replicate.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee2185b04d3fae4277a64b03249e9ddf1111f41227fda0bec51687bc9db85ca4
|
| 3 |
+
size 171969416
|
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b494d060f96a007c2e01bc057616a29848c88f330e36803311d9488dbb4f560
|
| 3 |
+
size 173272836
|
samples/1723657565732__000000000_0.jpg
ADDED
|
samples/1723657604964__000000010_0.jpg
ADDED
|
samples/1723657914147__000000000_0.jpg
ADDED
|
samples/1723658394998__000000250_0.jpg
ADDED
|
samples/1723658871153__000000500_0.jpg
ADDED
|
samples/1723659349987__000000750_0.jpg
ADDED
|
samples/1723659823548__000001000_0.jpg
ADDED
|
samples/1723660053380__000000000_0.jpg
ADDED
|
samples/1723660590800__000000250_0.jpg
ADDED
|
samples/1723661120200__000000500_0.jpg
ADDED
|
samples/1723661656092__000000750_0.jpg
ADDED
|
samples/1723662187087__000001000_0.jpg
ADDED
|
samples/1723662322688__000000000_0.jpg
ADDED
|
samples/1723662857016__000000250_0.jpg
ADDED
|
samples/1723663390238__000000500_0.jpg
ADDED
|
samples/1723663922516__000000750_0.jpg
ADDED
|
samples/1723664449261__000001000_0.jpg
ADDED
|
samples/1723664954282__000000000_0.jpg
ADDED
|
samples/1723665332576__000000250_0.jpg
ADDED
|
samples/1723665708408__000000500_0.jpg
ADDED
|
samples/1723666083487__000000750_0.jpg
ADDED
|
samples/1723666457365__000001000_0.jpg
ADDED
|
samples/1723666589224__000000000_0.jpg
ADDED
|
samples/1723667141691__000000250_0.jpg
ADDED
|
samples/1723667685870__000000500_0.jpg
ADDED
|
samples/1723668237127__000000750_0.jpg
ADDED
|
samples/1723668783969__000001000_0.jpg
ADDED
|
samples/1723668945298__000000000_0.jpg
ADDED
|
samples/1723669406498__000000250_0.jpg
ADDED
|
samples/1723669862276__000000500_0.jpg
ADDED
|
samples/1723670329723__000000750_0.jpg
ADDED
|
samples/1723670790259__000001000_0.jpg
ADDED
|
samples/1723671034323__000000000_0.jpg
ADDED
|
samples/1723671568249__000000250_0.jpg
ADDED
|
samples/1723672098558__000000500_0.jpg
ADDED
|
samples/1723672629861__000000750_0.jpg
ADDED
|
samples/1723673161725__000001000_0.jpg
ADDED
|
samples/1723673325898__000000000_0.jpg
ADDED
|
samples/1723673831073__000000250_0.jpg
ADDED
|
samples/1723674333519__000000500_0.jpg
ADDED
|
samples/1723674835963__000000750_0.jpg
ADDED
|
samples/1723675336784__000001000_0.jpg
ADDED
|
samples/1723675573820__000000000_0.jpg
ADDED
|
samples/1723676005082__000000250_0.jpg
ADDED
|
samples/1723676433499__000000500_0.jpg
ADDED
|
samples/1723676862549__000000750_0.jpg
ADDED
|