Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- config.yaml +78 -0
- optimizer.pt +3 -0
- samples/1723752909342__000000250_0.jpg +0 -0
- samples/1723752926550__000000250_1.jpg +0 -0
- samples/1723752943750__000000250_2.jpg +0 -0
- samples/1723752960950__000000250_3.jpg +0 -0
- samples/1723752978150__000000250_4.jpg +0 -0
- samples/1723752995396__000000250_5.jpg +0 -0
- samples/1723753012599__000000250_6.jpg +0 -0
- samples/1723753029799__000000250_7.jpg +0 -0
- samples/1723753047001__000000250_8.jpg +0 -0
- samples/1723753064206__000000250_9.jpg +0 -0
- samples/1723753666601__000000500_0.jpg +0 -0
- samples/1723753683807__000000500_1.jpg +0 -0
- samples/1723753701009__000000500_2.jpg +0 -0
- samples/1723753718206__000000500_3.jpg +0 -0
- samples/1723753735405__000000500_4.jpg +0 -0
- samples/1723753752603__000000500_5.jpg +0 -0
- samples/1723753769798__000000500_6.jpg +0 -0
- samples/1723753787001__000000500_7.jpg +0 -0
- samples/1723753804197__000000500_8.jpg +0 -0
- samples/1723753821392__000000500_9.jpg +0 -0
- samples/1723754427262__000000750_0.jpg +0 -0
- samples/1723754444479__000000750_1.jpg +0 -0
- samples/1723754461690__000000750_2.jpg +0 -0
- samples/1723754478904__000000750_3.jpg +0 -0
- samples/1723754496113__000000750_4.jpg +0 -0
- samples/1723754513321__000000750_5.jpg +0 -0
- samples/1723754530543__000000750_6.jpg +0 -0
- samples/1723754547752__000000750_7.jpg +0 -0
- samples/1723754564957__000000750_8.jpg +0 -0
- samples/1723754582154__000000750_9.jpg +0 -0
- samples/1723755186598__000001000_0.jpg +0 -0
- samples/1723755203825__000001000_1.jpg +0 -0
- samples/1723755221024__000001000_2.jpg +0 -0
- samples/1723755238220__000001000_3.jpg +0 -0
- samples/1723755255415__000001000_4.jpg +0 -0
- samples/1723755272611__000001000_5.jpg +0 -0
- samples/1723755289806__000001000_6.jpg +0 -0
- samples/1723755307003__000001000_7.jpg +0 -0
- samples/1723755324253__000001000_8.jpg +0 -0
- samples/1723755341452__000001000_9.jpg +0 -0
- samples/1723755948467__000001250_0.jpg +0 -0
- samples/1723755965670__000001250_1.jpg +0 -0
- samples/1723755982870__000001250_2.jpg +0 -0
- samples/1723756000066__000001250_3.jpg +0 -0
- samples/1723756017264__000001250_4.jpg +0 -0
- samples/1723756034460__000001250_5.jpg +0 -0
- samples/1723756051657__000001250_6.jpg +0 -0
- samples/1723756068868__000001250_7.jpg +0 -0
config.yaml
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
job: extension
|
| 2 |
+
config:
|
| 3 |
+
name: talesbeck2
|
| 4 |
+
process:
|
| 5 |
+
- type: sd_trainer
|
| 6 |
+
training_folder: /content/output
|
| 7 |
+
performance_log_every: 10
|
| 8 |
+
device: cuda:0
|
| 9 |
+
trigger_word: talesbeck
|
| 10 |
+
network:
|
| 11 |
+
type: lora
|
| 12 |
+
linear: 16
|
| 13 |
+
linear_alpha: 16
|
| 14 |
+
save:
|
| 15 |
+
dtype: float16
|
| 16 |
+
save_every: 250
|
| 17 |
+
max_step_saves_to_keep: 4
|
| 18 |
+
datasets:
|
| 19 |
+
- folder_path: /content/dataset
|
| 20 |
+
caption_ext: txt
|
| 21 |
+
caption_dropout_rate: 0.05
|
| 22 |
+
shuffle_tokens: false
|
| 23 |
+
cache_latents_to_disk: true
|
| 24 |
+
resolution:
|
| 25 |
+
- 512
|
| 26 |
+
- 768
|
| 27 |
+
- 1024
|
| 28 |
+
train:
|
| 29 |
+
batch_size: 1
|
| 30 |
+
steps: 3000
|
| 31 |
+
gradient_accumulation_steps: 1
|
| 32 |
+
train_unet: true
|
| 33 |
+
train_text_encoder: false
|
| 34 |
+
content_or_style: balanced
|
| 35 |
+
gradient_checkpointing: true
|
| 36 |
+
noise_scheduler: flowmatch
|
| 37 |
+
optimizer: adamw8bit
|
| 38 |
+
lr: 0.0004
|
| 39 |
+
skip_first_sample: true
|
| 40 |
+
ema_config:
|
| 41 |
+
use_ema: true
|
| 42 |
+
ema_decay: 0.99
|
| 43 |
+
dtype: bf16
|
| 44 |
+
model:
|
| 45 |
+
name_or_path: black-forest-labs/FLUX.1-dev
|
| 46 |
+
is_flux: true
|
| 47 |
+
quantize: true
|
| 48 |
+
sample:
|
| 49 |
+
sampler: flowmatch
|
| 50 |
+
sample_every: 250
|
| 51 |
+
width: 1024
|
| 52 |
+
height: 1024
|
| 53 |
+
prompts:
|
| 54 |
+
- '[trigger] holding a sign that says ''I LOVE PROMPTS!'''
|
| 55 |
+
- '[trigger] with red hair, determined expression, playing chess at the park,
|
| 56 |
+
bomb going off in the background'
|
| 57 |
+
- '[trigger] holding a coffee cup, in a beanie, sitting at a cafe'
|
| 58 |
+
- '[trigger] man showing off his cool new t shirt at the beach, a shark is jumping
|
| 59 |
+
out of the water in the background'
|
| 60 |
+
- '[trigger] with a bear body building a log cabin in the snow covered mountains'
|
| 61 |
+
- '[trigger] playing the guitar, on stage, singing a song, laser lights, punk
|
| 62 |
+
rocker'
|
| 63 |
+
- hipster [trigger] with a with a massive beard, building a chair, in a wood
|
| 64 |
+
shop
|
| 65 |
+
- close up portrait of [trigger], white background, modeling clothing, studio
|
| 66 |
+
lighting, white backdrop
|
| 67 |
+
- '[trigger] holding a cardboard sign on busy city street that says, ''this
|
| 68 |
+
is a sign for Tailored Tales'''
|
| 69 |
+
- a bulldog and [trigger], in a post apocalyptic world, with a shotgun, both
|
| 70 |
+
wearing leather jackets, in a desert, on a motorcycle
|
| 71 |
+
neg: ''
|
| 72 |
+
seed: 42
|
| 73 |
+
walk_seed: true
|
| 74 |
+
guidance_scale: 4
|
| 75 |
+
sample_steps: 20
|
| 76 |
+
meta:
|
| 77 |
+
name: talesbeck2
|
| 78 |
+
version: '1.0'
|
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed8fb8738fb9fc625db127d8bbcc8b8c796946acee3643017780ef77a2e0fcdf
|
| 3 |
+
size 173272836
|
samples/1723752909342__000000250_0.jpg
ADDED
|
samples/1723752926550__000000250_1.jpg
ADDED
|
samples/1723752943750__000000250_2.jpg
ADDED
|
samples/1723752960950__000000250_3.jpg
ADDED
|
samples/1723752978150__000000250_4.jpg
ADDED
|
samples/1723752995396__000000250_5.jpg
ADDED
|
samples/1723753012599__000000250_6.jpg
ADDED
|
samples/1723753029799__000000250_7.jpg
ADDED
|
samples/1723753047001__000000250_8.jpg
ADDED
|
samples/1723753064206__000000250_9.jpg
ADDED
|
samples/1723753666601__000000500_0.jpg
ADDED
|
samples/1723753683807__000000500_1.jpg
ADDED
|
samples/1723753701009__000000500_2.jpg
ADDED
|
samples/1723753718206__000000500_3.jpg
ADDED
|
samples/1723753735405__000000500_4.jpg
ADDED
|
samples/1723753752603__000000500_5.jpg
ADDED
|
samples/1723753769798__000000500_6.jpg
ADDED
|
samples/1723753787001__000000500_7.jpg
ADDED
|
samples/1723753804197__000000500_8.jpg
ADDED
|
samples/1723753821392__000000500_9.jpg
ADDED
|
samples/1723754427262__000000750_0.jpg
ADDED
|
samples/1723754444479__000000750_1.jpg
ADDED
|
samples/1723754461690__000000750_2.jpg
ADDED
|
samples/1723754478904__000000750_3.jpg
ADDED
|
samples/1723754496113__000000750_4.jpg
ADDED
|
samples/1723754513321__000000750_5.jpg
ADDED
|
samples/1723754530543__000000750_6.jpg
ADDED
|
samples/1723754547752__000000750_7.jpg
ADDED
|
samples/1723754564957__000000750_8.jpg
ADDED
|
samples/1723754582154__000000750_9.jpg
ADDED
|
samples/1723755186598__000001000_0.jpg
ADDED
|
samples/1723755203825__000001000_1.jpg
ADDED
|
samples/1723755221024__000001000_2.jpg
ADDED
|
samples/1723755238220__000001000_3.jpg
ADDED
|
samples/1723755255415__000001000_4.jpg
ADDED
|
samples/1723755272611__000001000_5.jpg
ADDED
|
samples/1723755289806__000001000_6.jpg
ADDED
|
samples/1723755307003__000001000_7.jpg
ADDED
|
samples/1723755324253__000001000_8.jpg
ADDED
|
samples/1723755341452__000001000_9.jpg
ADDED
|
samples/1723755948467__000001250_0.jpg
ADDED
|
samples/1723755965670__000001250_1.jpg
ADDED
|
samples/1723755982870__000001250_2.jpg
ADDED
|
samples/1723756000066__000001250_3.jpg
ADDED
|
samples/1723756017264__000001250_4.jpg
ADDED
|
samples/1723756034460__000001250_5.jpg
ADDED
|
samples/1723756051657__000001250_6.jpg
ADDED
|
samples/1723756068868__000001250_7.jpg
ADDED
|