serkandyck commited on
Commit
a31c893
1 Parent(s): 70cceff

Scheduled Commit

Browse files
Files changed (1) hide show
  1. ai-toolkit.log +90 -0
ai-toolkit.log CHANGED
@@ -13,3 +13,93 @@ Running 1 job
13
  return register_model(fn_wrapper)
14
  /usr/local/lib/python3.10/dist-packages/controlnet_aux/segment_anything/modeling/tiny_vit_sam.py:654: UserWarning: Overwriting tiny_vit_21m_512 in registry with controlnet_aux.segment_anything.modeling.tiny_vit_sam.tiny_vit_21m_512. This is because the name being registered conflicts with an existing name. Please check if this is not expected.
15
  return register_model(fn_wrapper)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  return register_model(fn_wrapper)
14
  /usr/local/lib/python3.10/dist-packages/controlnet_aux/segment_anything/modeling/tiny_vit_sam.py:654: UserWarning: Overwriting tiny_vit_21m_512 in registry with controlnet_aux.segment_anything.modeling.tiny_vit_sam.tiny_vit_21m_512. This is because the name being registered conflicts with an existing name. Please check if this is not expected.
15
  return register_model(fn_wrapper)
16
+ You set `add_prefix_space`. The tokenizer needs to be converted from the slow tokenizers
17
+ {
18
+ "type": "sd_trainer",
19
+ "training_folder": "output",
20
+ "device": "cuda:0",
21
+ "network": {
22
+ "type": "lora",
23
+ "linear": 16,
24
+ "linear_alpha": 16
25
+ },
26
+ "save": {
27
+ "dtype": "float16",
28
+ "save_every": 500,
29
+ "max_step_saves_to_keep": 4,
30
+ "push_to_hub": false
31
+ },
32
+ "datasets": [
33
+ {
34
+ "folder_path": "/workspace/ai-toolkit/images",
35
+ "caption_ext": "txt",
36
+ "caption_dropout_rate": 0.05,
37
+ "shuffle_tokens": false,
38
+ "cache_latents_to_disk": true,
39
+ "resolution": [
40
+ 512,
41
+ 768,
42
+ 1024
43
+ ]
44
+ }
45
+ ],
46
+ "train": {
47
+ "batch_size": 1,
48
+ "steps": 3000,
49
+ "gradient_accumulation_steps": 1,
50
+ "train_unet": true,
51
+ "train_text_encoder": false,
52
+ "gradient_checkpointing": true,
53
+ "noise_scheduler": "flowmatch",
54
+ "optimizer": "adamw8bit",
55
+ "lr": 0.0001,
56
+ "ema_config": {
57
+ "use_ema": true,
58
+ "ema_decay": 0.99
59
+ },
60
+ "dtype": "bf16"
61
+ },
62
+ "model": {
63
+ "name_or_path": "black-forest-labs/FLUX.1-dev",
64
+ "is_flux": true,
65
+ "quantize": true
66
+ },
67
+ "sample": {
68
+ "sampler": "flowmatch",
69
+ "sample_every": 500,
70
+ "width": 1024,
71
+ "height": 1024,
72
+ "prompts": [
73
+ "woman with red hair, playing chess at the park, bomb going off in the background",
74
+ "a woman holding a coffee cup, in a beanie, sitting at a cafe",
75
+ "a horse is a DJ at a night club, fish eye lens, smoke machine, lazer lights, holding a martini",
76
+ "a man showing off his cool new t shirt at the beach, a shark is jumping out of the water in the background",
77
+ "a bear building a log cabin in the snow covered mountains",
78
+ "woman playing the guitar, on stage, singing a song, laser lights, punk rocker",
79
+ "hipster man with a beard, building a chair, in a wood shop",
80
+ "photo of a man, white background, medium shot, modeling clothing, studio lighting, white backdrop",
81
+ "a man holding a sign that says, 'this is a sign'",
82
+ "a bulldog, in a post apocalyptic world, with a shotgun, in a leather jacket, in a desert, with a motorcycle"
83
+ ],
84
+ "neg": "",
85
+ "seed": 42,
86
+ "walk_seed": true,
87
+ "guidance_scale": 4,
88
+ "sample_steps": 20
89
+ },
90
+ "trigger_word": "c4nt4"
91
+ }
92
+ Using EMA
93
+
94
+ #############################################
95
+ # Running job: my_first_flux_lora_v1
96
+ #############################################
97
+
98
+
99
+ Running 1 process
100
+ Loading Flux model
101
+ Loading transformer
102
+ Quantizing transformer
103
+ Loading vae
104
+ Loading t5
105
+