armhebb commited on
Commit
c5b04be
·
verified ·
1 Parent(s): f570110

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.yaml +48 -0
  2. converted_gstar.safetensors +3 -0
  3. optimizer.pt +3 -0
config.yaml ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ job: extension
2
+ config:
3
+ name: converted_gstar
4
+ process:
5
+ - type: sd_trainer
6
+ training_folder: ./artifacts/weights
7
+ device: cuda:0
8
+ trigger_word: Fashion style of 5NmE4
9
+ network:
10
+ type: lora
11
+ linear: 16
12
+ linear_alpha: 16
13
+ save:
14
+ dtype: float16
15
+ save_every: 1500
16
+ max_step_saves_to_keep: 4
17
+ datasets:
18
+ - folder_path: ./artifacts/dataset/converted_gstar
19
+ caption_ext: txt
20
+ caption_dropout_rate: 0.1
21
+ shuffle_tokens: false
22
+ cache_latents_to_disk: true
23
+ resolution:
24
+ - 512
25
+ - 768
26
+ - 1024
27
+ train:
28
+ batch_size: 1
29
+ steps: 1500
30
+ gradient_accumulation_steps: 1
31
+ train_unet: true
32
+ train_text_encoder: false
33
+ disable_sampling: true
34
+ gradient_checkpointing: true
35
+ noise_scheduler: flowmatch
36
+ optimizer: adamw8bit
37
+ lr: 0.0001
38
+ ema_config:
39
+ use_ema: true
40
+ ema_decay: 0.99
41
+ dtype: bf16
42
+ model:
43
+ name_or_path: ./artifacts/flux_base
44
+ is_flux: true
45
+ quantize: true
46
+ meta:
47
+ name: converted_gstar
48
+ version: '1.0'
converted_gstar.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:703aaae27e423b0560a50ef41e868497e4c7821945b8a9532c8d8ebbb2353f94
3
+ size 171969440
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:260d136091492a587de25f0edcc5c5881bedb4f9f8229bd6b7ea26bacd0922d4
3
+ size 175676612