JealousType commited on
Commit
bc65340
·
verified ·
1 Parent(s): 3029971

Upload folder using huggingface_hub

Browse files
aen7_q.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49612e925df49b222f3314cdff8efa435e9ddead57774ae2dd656605a4b9432f
3
+ size 590057184
aen7_q_000004392.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40187149ec7506f54c508f036134975d7e3dd5540622f9b4235e0e4fdc729283
3
+ size 590057184
aen7_q_000004636.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:553d75e152b2086b1bc3110dfcedd1fd5df0e64037e7d23bbfa4be53058d16c2
3
+ size 590057184
aen7_q_000004880.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e215b83163bcd9ca8422cdc4ec763a7a6f76038ded8aecf3992a63df9c68f6f0
3
+ size 590057184
aen7_q_000005124.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1da6f536a17810f0434f399cc76b83357e09ca5dacfbac727175b60d1e763a14
3
+ size 590057184
aen7_q_000005368.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d0b1f214af46c2c9e705bcf9c6706e72d126c2c785d863e32ad53b755e09b4e
3
+ size 590057184
aen7_q_000005612.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cc6b7da963e0467e500d2bc3c5c94957869b01ec36a64eb093b6a13276ffb24
3
+ size 590057184
aen7_q_000005856.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dc7d9d0121a2578f787a88992cbbc81f04c5b65dd5a68bd5c8658ed3c281f6f
3
+ size 590057184
aen7_q_000006100.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9820c355b31d083ef7f51833a647728fff7d3ca9c94406131da891548078dfac
3
+ size 590057184
aen7_q_000006344.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:937f511de5f61cf9227fc9004635baf1e099d0a1d4f50ef281730d7f0e0b0f9b
3
+ size 590057184
aen7_q_000006588.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:957ed45b19ac6ae9f753d2dd10d8c1678d07009bfa72bb59b35be96d38ab5a01
3
+ size 590057184
config.yaml ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ job: extension
2
+ config:
3
+ name: aen7_q
4
+ process:
5
+ - type: sd_trainer
6
+ training_folder: /root/ai-toolkit/modal_output
7
+ device: cuda:0
8
+ trigger_word: aen7_q
9
+ network:
10
+ type: lora
11
+ linear: 32
12
+ linear_alpha: 32
13
+ save:
14
+ dtype: float16
15
+ save_every: 244
16
+ max_step_saves_to_keep: 12
17
+ push_to_hub: false
18
+ datasets:
19
+ - folder_path: /root/ai-toolkit/aen7_q
20
+ caption_ext: txt
21
+ caption_dropout_rate: 0.05
22
+ shuffle_tokens: false
23
+ cache_latents_to_disk: true
24
+ resolution:
25
+ - 1024
26
+ train:
27
+ batch_size: 1
28
+ steps: 6832
29
+ gradient_accumulation: 1
30
+ train_unet: true
31
+ train_text_encoder: false
32
+ gradient_checkpointing: true
33
+ noise_scheduler: flowmatch
34
+ optimizer: adamw
35
+ timestep_type: shift
36
+ optimizer_params:
37
+ weight_decay: 0.0002
38
+ lr: 0.0002
39
+ skip_first_sample: true
40
+ disable_sampling: true
41
+ ema_config:
42
+ use_ema: true
43
+ ema_decay: 0.99
44
+ dtype: bf16
45
+ model:
46
+ name_or_path: /root/Qwen-Image
47
+ arch: qwen_image
48
+ quantize: false
49
+ quantize_te: false
50
+ low_vram: false
51
+ sample:
52
+ sampler: flowmatch
53
+ sample_every: 170
54
+ width: 1024
55
+ height: 1024
56
+ prompts:
57
+ - Photo of a young woman with long black hair, wearing a blue and white dress
58
+ with a white lace collar. She has a fair complexion and is looking directly
59
+ at the camera with a neutral expression. Her hair is adorned with small pink
60
+ flowers. The background is a gradient of blue to white, creating a soft and
61
+ dreamy atmosphere. The lighting is soft and even, highlighting her features.
62
+ The image has a high-quality, professional feel.
63
+ neg: ''
64
+ seed: 777
65
+ walk_seed: true
66
+ guidance_scale: 4
67
+ sample_steps: 30
68
+ meta:
69
+ name: aen7_q
70
+ version: '1.0'