Commit ·
4aff58f
1
Parent(s): 36eedb2
Upload folder using huggingface_hub
Browse files
jw2_q/config.yaml
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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'
|
jw2_q/jw2_q.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:502b2c0e67234f59171a07d7cf901e6cb77c615d78cd4f964598a4d710f33727
|
| 3 |
+
size 590058856
|
jw2_q/jw2_q_000005324.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e37b52e750c83ea64cdd8dfd794f63b589e51e5e4ba433b412b44f25a28b28bc
|
| 3 |
+
size 590058856
|
jw2_q/jw2_q_000005566.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14e69089c39290e74ea8a9610f71609a1188d31eace4036cb1e9c48bffc4272a
|
| 3 |
+
size 590058856
|
jw2_q/jw2_q_000005808.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51977b03234a3b72353332af5bbf6b084d6ea8edadf1df414476ef9f7c4f6aa0
|
| 3 |
+
size 590058856
|
jw2_q/jw2_q_000006050.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:258e315dcad056e7d37c78485f3da1e7b04b27bae3ec5ce4e76074b0eba265a7
|
| 3 |
+
size 590058856
|
jw2_q/jw2_q_000006292.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce6bc58f3a58fca0c47863255c4c1a565ce17dfd195428d774d84ebea3f23594
|
| 3 |
+
size 590058856
|
jw2_q/jw2_q_000006534.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:643484d05a5574084c7d87c7d7c650ba31d3b188e21e0085cc602759110b5779
|
| 3 |
+
size 590058856
|