Upload folder using huggingface_hub
Browse files- config.yaml +61 -0
- nobel2024_000000500.safetensors +3 -0
- nobel2024_000001000.safetensors +3 -0
- nobel2024_000001500.safetensors +3 -0
- nobel2024_000002000.safetensors +3 -0
- nobel2024_000002500.safetensors +3 -0
- nobel2024_000003000.safetensors +3 -0
- optimizer.pt +3 -0
- samples/.ipynb_checkpoints/1734601056481__000000000_0-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1734601495713__000000250_0-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1734601934397__000000500_0-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1734605875909__000002750_0-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1734606314001__000003000_0-checkpoint.jpg +0 -0
- samples/.ipynb_checkpoints/1734606751058__000003250_0-checkpoint.jpg +0 -0
- samples/1734601056481__000000000_0.jpg +0 -0
- samples/1734601495713__000000250_0.jpg +0 -0
- samples/1734601934397__000000500_0.jpg +0 -0
- samples/1734602369410__000000750_0.jpg +0 -0
- samples/1734602811001__000001000_0.jpg +0 -0
- samples/1734603246692__000001250_0.jpg +0 -0
- samples/1734603684805__000001500_0.jpg +0 -0
- samples/1734604123596__000001750_0.jpg +0 -0
- samples/1734604562687__000002000_0.jpg +0 -0
- samples/1734605000100__000002250_0.jpg +0 -0
- samples/1734605439085__000002500_0.jpg +0 -0
- samples/1734605875909__000002750_0.jpg +0 -0
- samples/1734606314001__000003000_0.jpg +0 -0
- samples/1734606751058__000003250_0.jpg +0 -0
config.yaml
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
job: extension
|
| 2 |
+
config:
|
| 3 |
+
name: nobel2024
|
| 4 |
+
process:
|
| 5 |
+
- type: sd_trainer
|
| 6 |
+
training_folder: output
|
| 7 |
+
device: cuda:0
|
| 8 |
+
network:
|
| 9 |
+
type: lora
|
| 10 |
+
linear: 16
|
| 11 |
+
linear_alpha: 16
|
| 12 |
+
save:
|
| 13 |
+
dtype: float16
|
| 14 |
+
save_every: 500
|
| 15 |
+
max_step_saves_to_keep: 10
|
| 16 |
+
push_to_hub: true
|
| 17 |
+
hf_repo_id: nobel2024
|
| 18 |
+
hf_private: false
|
| 19 |
+
datasets:
|
| 20 |
+
- folder_path: /workspace/Nobel
|
| 21 |
+
caption_ext: txt
|
| 22 |
+
caption_dropout_rate: 0.05
|
| 23 |
+
shuffle_tokens: false
|
| 24 |
+
cache_latents_to_disk: true
|
| 25 |
+
resolution:
|
| 26 |
+
- 512
|
| 27 |
+
- 768
|
| 28 |
+
- 1024
|
| 29 |
+
train:
|
| 30 |
+
batch_size: 1
|
| 31 |
+
steps: 5000
|
| 32 |
+
gradient_accumulation_steps: 1
|
| 33 |
+
train_unet: true
|
| 34 |
+
train_text_encoder: false
|
| 35 |
+
gradient_checkpointing: true
|
| 36 |
+
noise_scheduler: flowmatch
|
| 37 |
+
optimizer: adamw8bit
|
| 38 |
+
lr: 0.0004
|
| 39 |
+
ema_config:
|
| 40 |
+
use_ema: true
|
| 41 |
+
ema_decay: 0.99
|
| 42 |
+
dtype: bf16
|
| 43 |
+
model:
|
| 44 |
+
name_or_path: black-forest-labs/FLUX.1-dev
|
| 45 |
+
is_flux: true
|
| 46 |
+
quantize: true
|
| 47 |
+
sample:
|
| 48 |
+
sampler: flowmatch
|
| 49 |
+
sample_every: 250
|
| 50 |
+
width: 1024
|
| 51 |
+
height: 1024
|
| 52 |
+
prompts:
|
| 53 |
+
- Nobel2024
|
| 54 |
+
neg: ''
|
| 55 |
+
seed: 42
|
| 56 |
+
walk_seed: true
|
| 57 |
+
guidance_scale: 4
|
| 58 |
+
sample_steps: 20
|
| 59 |
+
meta:
|
| 60 |
+
name: human_training
|
| 61 |
+
version: '1.0'
|
nobel2024_000000500.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a04fd79e2b298c3ebd8aced6d512930219754fce9d9bd3be5f21b3e7cce909c
|
| 3 |
+
size 171969344
|
nobel2024_000001000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc85a54ec6c09859ec0ed7c2a36a9aaaef4eb65faa7754c81be44cc9697db802
|
| 3 |
+
size 171969352
|
nobel2024_000001500.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:714f81bd3d1fa776c3df1d8e1699018d87b19a4276076fcad8a6bdcf421c0b0d
|
| 3 |
+
size 171969352
|
nobel2024_000002000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98ab4eedb667cc33e5c1563879a32da710d020e23021f8acef2f7b9c63653aba
|
| 3 |
+
size 171969352
|
nobel2024_000002500.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a94bc4d391d5e123e6d24cfa7418be8cff27ba0883bf15c3ab3e050904657fd
|
| 3 |
+
size 171969352
|
nobel2024_000003000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94fbc857a4deb051979cc8a4fce4893aab266413f6a96844d3dfb230369a0c56
|
| 3 |
+
size 171969352
|
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3834e7b5a56880534f09dd36589ee652822a13c2b002f678fd34977e39b5878b
|
| 3 |
+
size 175676612
|
samples/.ipynb_checkpoints/1734601056481__000000000_0-checkpoint.jpg
ADDED
|
samples/.ipynb_checkpoints/1734601495713__000000250_0-checkpoint.jpg
ADDED
|
samples/.ipynb_checkpoints/1734601934397__000000500_0-checkpoint.jpg
ADDED
|
samples/.ipynb_checkpoints/1734605875909__000002750_0-checkpoint.jpg
ADDED
|
samples/.ipynb_checkpoints/1734606314001__000003000_0-checkpoint.jpg
ADDED
|
samples/.ipynb_checkpoints/1734606751058__000003250_0-checkpoint.jpg
ADDED
|
samples/1734601056481__000000000_0.jpg
ADDED
|
samples/1734601495713__000000250_0.jpg
ADDED
|
samples/1734601934397__000000500_0.jpg
ADDED
|
samples/1734602369410__000000750_0.jpg
ADDED
|
samples/1734602811001__000001000_0.jpg
ADDED
|
samples/1734603246692__000001250_0.jpg
ADDED
|
samples/1734603684805__000001500_0.jpg
ADDED
|
samples/1734604123596__000001750_0.jpg
ADDED
|
samples/1734604562687__000002000_0.jpg
ADDED
|
samples/1734605000100__000002250_0.jpg
ADDED
|
samples/1734605439085__000002500_0.jpg
ADDED
|
samples/1734605875909__000002750_0.jpg
ADDED
|
samples/1734606314001__000003000_0.jpg
ADDED
|
samples/1734606751058__000003250_0.jpg
ADDED
|