Alessio Rosatelli commited on
Commit ·
ec91205
1
Parent(s): 678ffc9
new style model with captions
Browse files
73a6a85a1fc34f03b9b63367cb873474_config.json
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
{"images_data_url": "https://storage.googleapis.com/isolate-dev-hot-rooster_toolkit_bucket/github_tn0npvx9clm7nzmegry31a1h/2c550b2cdc0c459fa5a3c1618517ddf8_Style.zip?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=gke-service-account%40isolate-dev-hot-rooster.iam.gserviceaccount.com%2F20241016%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20241016T125446Z&X-Goog-Expires=604800&X-Goog-SignedHeaders=host&X-Goog-Signature=02ebde756ff5968cbfb4594967f903a0efff83758728bd72919a6dedd1f935391c66ab3fef8ac9ae510dcaf0f42b9e6ba86e4339a073a81c21d56a3a81b78ccec5db4851c3cd1cdfbf65726770667511523feae891960d214acbebf626cf08a4907715678a2d658e8d01b577954ae1767031c932ac59c5d5dea9306b9a4511ff4fb70db315e279fe8e77bfd7bacd6658809f45782b9e03e3f1349eea6ed976c476a5e5924233f1151dcf14bb320853dacf92dd61a656e16666156ea4a29582cb128bb9745390402773a29f15905e41033b1e52b8306ae3caa003daa5f7a4d4acda58ce4511d829be6f87fa03bcaff837692c04f5f106325ba7c0529896ce7da1", "trigger_word": "ESFSE", "disable_captions": false, "disable_segmentation_and_captioning": false, "learning_rate": 0.0005, "b_up_factor": 3.0, "create_masks": true, "iter_multiplier": 1.0, "steps": 1000, "is_style": true, "is_input_format_already_preprocessed": false, "data_archive_format": null, "resume_with_lora": null, "instance_prompt": "ESFSE"}
|
|
|
|
|
|
config.yaml
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
job: custom_job
|
| 2 |
+
config:
|
| 3 |
+
name: flux_train_replicate
|
| 4 |
+
process:
|
| 5 |
+
- type: custom_sd_trainer
|
| 6 |
+
training_folder: output
|
| 7 |
+
device: cuda:0
|
| 8 |
+
trigger_word: ESFSE
|
| 9 |
+
network:
|
| 10 |
+
type: lora
|
| 11 |
+
linear: 32
|
| 12 |
+
linear_alpha: 32
|
| 13 |
+
save:
|
| 14 |
+
dtype: float16
|
| 15 |
+
save_every: 3001
|
| 16 |
+
max_step_saves_to_keep: 1
|
| 17 |
+
datasets:
|
| 18 |
+
- folder_path: input_images
|
| 19 |
+
caption_ext: txt
|
| 20 |
+
caption_dropout_rate: 0.05
|
| 21 |
+
shuffle_tokens: false
|
| 22 |
+
cache_latents_to_disk: false
|
| 23 |
+
cache_latents: 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.00015
|
| 39 |
+
ema_config:
|
| 40 |
+
use_ema: true
|
| 41 |
+
ema_decay: 0.99
|
| 42 |
+
dtype: bf16
|
| 43 |
+
model:
|
| 44 |
+
name_or_path: FLUX.1-dev
|
| 45 |
+
is_flux: true
|
| 46 |
+
quantize: true
|
| 47 |
+
sample:
|
| 48 |
+
sampler: flowmatch
|
| 49 |
+
sample_every: 3001
|
| 50 |
+
width: 1024
|
| 51 |
+
height: 1024
|
| 52 |
+
prompts: []
|
| 53 |
+
neg: ''
|
| 54 |
+
seed: 42
|
| 55 |
+
walk_seed: true
|
| 56 |
+
guidance_scale: 3.5
|
| 57 |
+
sample_steps: 28
|
| 58 |
+
meta:
|
| 59 |
+
name: flux_train_replicate
|
| 60 |
+
version: '1.0'
|
8a934b7e12ea4087973f447112fb3637_pytorch_lora_weights.safetensors → lora.safetensors
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:86d03b3dba48bd7c19cd9cd02e0a4c0e21a5c397c94a8c5b7d036437f35be05a
|
| 3 |
+
size 343805456
|