thorjank commited on
Commit
d331c63
·
verified ·
1 Parent(s): 6388805

Upload 5 files

Browse files
Files changed (5) hide show
  1. config.yaml +126 -0
  2. log.txt +0 -0
  3. optimizer.pt +3 -0
  4. pid.txt +1 -0
  5. sofia-russo-zit.safetensors +3 -0
config.yaml ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ job: extension
2
+ config:
3
+ name: sofia-russo-zit
4
+ process:
5
+ - type: diffusion_trainer
6
+ training_folder: /data/app/output
7
+ sqlite_db_path: /data/app/aitk_db.db
8
+ device: cuda
9
+ trigger_word: sofia-russo
10
+ performance_log_every: 10
11
+ network:
12
+ type: lora
13
+ linear: 32
14
+ linear_alpha: 32
15
+ conv: 16
16
+ conv_alpha: 16
17
+ lokr_full_rank: true
18
+ lokr_factor: -1
19
+ network_kwargs:
20
+ ignore_if_contains: []
21
+ save:
22
+ dtype: bf16
23
+ save_every: 250
24
+ max_step_saves_to_keep: 4
25
+ save_format: diffusers
26
+ push_to_hub: false
27
+ datasets:
28
+ - folder_path: /data/app/datasets/sofia_russo
29
+ mask_path: null
30
+ mask_min_value: 0.1
31
+ default_caption: ''
32
+ caption_ext: txt
33
+ caption_dropout_rate: 0.05
34
+ cache_latents_to_disk: false
35
+ is_reg: false
36
+ network_weight: 1
37
+ resolution:
38
+ - 512
39
+ - 768
40
+ - 1024
41
+ controls: []
42
+ shrink_video_to_frames: true
43
+ num_frames: 1
44
+ do_i2v: true
45
+ flip_x: false
46
+ flip_y: false
47
+ train:
48
+ batch_size: 1
49
+ bypass_guidance_embedding: false
50
+ steps: 3000
51
+ gradient_accumulation: 1
52
+ train_unet: true
53
+ train_text_encoder: false
54
+ gradient_checkpointing: true
55
+ noise_scheduler: flowmatch
56
+ optimizer: adamw8bit
57
+ timestep_type: weighted
58
+ content_or_style: balanced
59
+ optimizer_params:
60
+ weight_decay: 0.0001
61
+ unload_text_encoder: false
62
+ cache_text_embeddings: false
63
+ lr: 0.0001
64
+ ema_config:
65
+ use_ema: false
66
+ ema_decay: 0.99
67
+ skip_first_sample: false
68
+ force_first_sample: false
69
+ disable_sampling: false
70
+ dtype: bf16
71
+ diff_output_preservation: false
72
+ diff_output_preservation_multiplier: 1
73
+ diff_output_preservation_class: person
74
+ switch_boundary_every: 1
75
+ loss_type: mse
76
+ do_differential_guidance: true
77
+ differential_guidance_scale: 3
78
+ model:
79
+ name_or_path: Tongyi-MAI/Z-Image-Turbo
80
+ quantize: true
81
+ qtype: qfloat8
82
+ quantize_te: true
83
+ qtype_te: qfloat8
84
+ arch: zimage:turbo
85
+ low_vram: true
86
+ model_kwargs: {}
87
+ layer_offloading: false
88
+ layer_offloading_text_encoder_percent: 1
89
+ layer_offloading_transformer_percent: 1
90
+ assistant_lora_path: ostris/zimage_turbo_training_adapter/zimage_turbo_training_adapter_v2.safetensors
91
+ sample:
92
+ sampler: flowmatch
93
+ sample_every: 250
94
+ width: 1024
95
+ height: 1024
96
+ samples:
97
+ - prompt: woman with red hair, playing chess at the park, bomb going off in
98
+ the background
99
+ - prompt: a woman holding a coffee cup, in a beanie, sitting at a cafe
100
+ - prompt: a horse is a DJ at a night club, fish eye lens, smoke machine, lazer
101
+ lights, holding a martini
102
+ - prompt: a man showing off his cool new t shirt at the beach, a shark is jumping
103
+ out of the water in the background
104
+ - prompt: a bear building a log cabin in the snow covered mountains
105
+ - prompt: woman playing the guitar, on stage, singing a song, laser lights,
106
+ punk rocker
107
+ - prompt: sofia russo, outdoor golden hour, white tank top, looking to the side,
108
+ city rooftop background, long wavy brown hair flowing in wind, natural warm
109
+ sunlight
110
+ - prompt: sofia russo, black halter latex top with gold rings, messy bun hairstyle,
111
+ mysterious look, soft warm studio light, close-up face
112
+ - prompt: sofia russo, red glossy latex dress, deep v-neck, seductive expression,
113
+ looking directly at viewer, low key dramatic lighting, dark studio, holding
114
+ a sign that says, 'Valenti Dynasty'
115
+ - prompt: sofia russo, playful expression, sticking out tongue, pink t-shirt,
116
+ bright cheerful lighting, neutral background, high resolution portrait
117
+ neg: ''
118
+ seed: 42
119
+ walk_seed: true
120
+ guidance_scale: 1
121
+ sample_steps: 8
122
+ num_frames: 1
123
+ fps: 1
124
+ meta:
125
+ name: sofia-russo-zit
126
+ version: '1.0'
log.txt ADDED
The diff for this file is too large to render. See raw diff
 
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adb1ec33ce0220dc2973b27e06c1d1e8629212206c3ac0efbb70ab7da11e8173
3
+ size 173288293
pid.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 7880
sofia-russo-zit.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ff1b62b8d5495fcf7ccd8a9a6e4fd20dbc7b12574885effe193119fd8c8a695
3
+ size 170128288