JealousType commited on
Commit
3326dde
·
1 Parent(s): 4aff58f

Delete jw2_q/config.yaml

Browse files
Files changed (1) hide show
  1. jw2_q/config.yaml +0 -79
jw2_q/config.yaml DELETED
@@ -1,79 +0,0 @@
1
- job: extension
2
- config:
3
- name: jw2_q
4
- process:
5
- - type: sd_trainer
6
- training_folder: /root/ai-toolkit/modal_output
7
- device: cuda:0
8
- trigger_word: jw2_q
9
- network:
10
- type: lora
11
- linear: 32
12
- linear_alpha: 32
13
- conv: 16
14
- conv_alpha: 16
15
- lokr_full_rank: true
16
- lokr_factor: -1
17
- save:
18
- dtype: bf16
19
- save_every: 242
20
- max_step_saves_to_keep: 6
21
- push_to_hub: false
22
- datasets:
23
- - folder_path: /root/ai-toolkit/jw2_q2
24
- caption_ext: txt
25
- caption_dropout_rate: 0.1
26
- shuffle_tokens: false
27
- cache_latents_to_disk: true
28
- resolution:
29
- - 1024
30
- train:
31
- batch_size: 1
32
- steps: 6776
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.0002
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: false
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
56
- arch: qwen_image
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: jw2_q
79
- version: '1.0'