JealousType commited on
Commit
57d7df3
·
1 Parent(s): 248ff1d

Upload folder using huggingface_hub

Browse files
alinb1_q2/alinb1_q2.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a8dde37f2e70b21c1cb19bd063ac41f19059f0e45a6ecb1a24c46fee4c3077e
3
+ size 590058872
alinb1_q2/alinb1_q2_000005250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d3fa24f897dbca7010475d285bc0c4670c992caf1d8ad35afcec9876244e8bb
3
+ size 590058872
alinb1_q2/alinb1_q2_000005460.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21e8de4d8a5a40d99864ab9ff0c403707d60a3ce9201ffdb6ec2a211bfc865f6
3
+ size 590058872
alinb1_q2/alinb1_q2_000005670.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1ea071e39727e0b12629620a320f401a32586cad86a92b02f7436ed4314f437
3
+ size 590058872
alinb1_q2/config.yaml ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ job: extension
2
+ config:
3
+ name: alinb1_q2
4
+ process:
5
+ - type: sd_trainer
6
+ training_folder: /root/ai-toolkit/modal_output
7
+ device: cuda:0
8
+ trigger_word: alinb1_q2
9
+ network:
10
+ type: lora
11
+ linear: 32
12
+ linear_alpha: 32
13
+ lokr_full_rank: true
14
+ lokr_factor: -1
15
+ save:
16
+ dtype: bf16
17
+ save_every: 210
18
+ max_step_saves_to_keep: 3
19
+ push_to_hub: false
20
+ datasets:
21
+ - folder_path: /root/ai-toolkit/alinb1_q2
22
+ mask_path: /root/ai-toolkit/alinb1_mask
23
+ mask_min_value: 0.01
24
+ caption_ext: txt
25
+ caption_dropout_rate: 0.05
26
+ shuffle_tokens: false
27
+ cache_latents_to_disk: true
28
+ resolution:
29
+ - 1024
30
+ train:
31
+ batch_size: 1
32
+ steps: 5880
33
+ gradient_accumulation: 1
34
+ train_unet: true
35
+ train_text_encoder: false
36
+ gradient_checkpointing: true
37
+ noise_scheduler: flowmatch
38
+ optimizer: adamw
39
+ timestep_type: lognorm_blend
40
+ optimizer_params:
41
+ weight_decay: 0.0001
42
+ lr: 0.0001
43
+ lr_scheduler: cosine_with_restarts
44
+ lr_scheduler_params:
45
+ eta_min: 5.0e-05
46
+ skip_first_sample: true
47
+ disable_sampling: true
48
+ ema_config:
49
+ use_ema: true
50
+ ema_decay: 0.99
51
+ dtype: bf16
52
+ do_differential_guidance: true
53
+ differential_guidance_scale: 3
54
+ model:
55
+ name_or_path: /root/Qwen-Image-2512
56
+ arch: qwen_image:2512
57
+ quantize: false
58
+ quantize_te: false
59
+ low_vram: false
60
+ sample:
61
+ sampler: flowmatch
62
+ sample_every: 170
63
+ width: 1024
64
+ height: 1024
65
+ prompts:
66
+ - Photo of a young woman with long black hair, wearing a blue and white dress
67
+ with a white lace collar. She has a fair complexion and is looking directly
68
+ at the camera with a neutral expression. Her hair is adorned with small pink
69
+ flowers. The background is a gradient of blue to white, creating a soft and
70
+ dreamy atmosphere. The lighting is soft and even, highlighting her features.
71
+ The image has a high-quality, professional feel.
72
+ neg: ''
73
+ seed: 777
74
+ walk_seed: true
75
+ guidance_scale: 4
76
+ sample_steps: 30
77
+ meta:
78
+ name: alinb1_q2
79
+ version: '1.0'