Text-to-Image
Diffusers
Brioch commited on
Commit
9dbf6af
·
verified ·
1 Parent(s): 1c251aa

move files to directory

Browse files
mashap/mashap_ohwx_woman_ai_toolkit_training_config.yaml ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ job: "extension"
3
+ config:
4
+ name: "mashap_ohwx_woman_krea2"
5
+ process:
6
+ - type: "diffusion_trainer"
7
+ training_folder: "./output"
8
+ sqlite_db_path: "./aitk_db.db"
9
+ device: "cuda"
10
+ trigger_word: ohwx woman
11
+ performance_log_every: 10
12
+ network:
13
+ type: "lora"
14
+ linear: 16
15
+ linear_alpha: 16
16
+ lokr_full_rank: true
17
+ lokr_factor: -1
18
+ network_kwargs:
19
+ ignore_if_contains: []
20
+ save:
21
+ dtype: "bf16"
22
+ save_every: 250
23
+ max_step_saves_to_keep: 30
24
+ save_format: "diffusers"
25
+ push_to_hub: false
26
+ datasets:
27
+ - folder_path: "/path/to/dataset"
28
+ mask_path: null
29
+ mask_min_value: 0.1
30
+ default_caption: ""
31
+ caption_ext: "txt"
32
+ caption_dropout_rate: 0.05
33
+ cache_latents_to_disk: true
34
+ is_reg: false
35
+ network_weight: 1
36
+ resolution:
37
+ - 512
38
+ - 768
39
+ - 1024
40
+ controls: []
41
+ shrink_video_to_frames: true
42
+ num_frames: 1
43
+ flip_x: false
44
+ flip_y: false
45
+ num_repeats: 1
46
+ train:
47
+ batch_size: 1
48
+ bypass_guidance_embedding: false
49
+ steps: 4000
50
+ gradient_accumulation: 1
51
+ train_unet: true
52
+ train_text_encoder: false
53
+ gradient_checkpointing: true
54
+ noise_scheduler: "flowmatch"
55
+ optimizer: "adamw8bit"
56
+ timestep_type: "sigmoid"
57
+ content_or_style: "balanced"
58
+ optimizer_params:
59
+ weight_decay: 0.0001
60
+ unload_text_encoder: false
61
+ cache_text_embeddings: true
62
+ lr: 5e-5
63
+ ema_config:
64
+ use_ema: true
65
+ ema_decay: 0.99
66
+ skip_first_sample: true
67
+ force_first_sample: false
68
+ disable_sampling: true
69
+ dtype: "bf16"
70
+ diff_output_preservation: false
71
+ diff_output_preservation_multiplier: 1
72
+ diff_output_preservation_class: "person"
73
+ switch_boundary_every: 1
74
+ loss_type: "mse"
75
+ logging:
76
+ log_every: 10
77
+ use_ui_logger: false
78
+ model:
79
+ name_or_path: "krea/Krea-2-Raw"
80
+ quantize: true
81
+ qtype: "qfloat8"
82
+ quantize_te: true
83
+ qtype_te: "qfloat8"
84
+ arch: "krea2"
85
+ low_vram: true
86
+ model_kwargs: {}
87
+ layer_offloading: false
88
+ layer_offloading_text_encoder_percent: 1
89
+ layer_offloading_transformer_percent: 0.35000000000000003
90
+ sample:
91
+ sampler: "flowmatch"
92
+ sample_every: 250
93
+ width: 1024
94
+ height: 1024
95
+ samples: []
96
+ neg: ""
97
+ seed: 42
98
+ walk_seed: true
99
+ guidance_scale: 4
100
+ sample_steps: 30
101
+ num_frames: 1
102
+ fps: 1
103
+ meta:
104
+ name: "[name]"
105
+ version: "1.0"
mashap_ohwx_woman_krea2.png → mashap/mashap_ohwx_woman_krea2.png RENAMED
File without changes
mashap_ohwx_woman_krea2.safetensors → mashap/mashap_ohwx_woman_krea2.safetensors RENAMED
File without changes