File size: 2,985 Bytes
8dc2f0a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
job: extension
config:
  name: kontext_xianxia
  process:
  - type: sd_trainer
    training_folder: output
    device: cuda:0
    network:
      type: lora
      linear: 64
      linear_alpha: 64
    save:
      dtype: float16
      save_every: 250
      max_step_saves_to_keep: 20
      push_to_hub: false
    datasets:
    - folder_path: datasets/xianxia_train/images
      control_path: datasets/xianxia_train/controls
      caption_ext: txt
      caption_dropout_rate: 0.05
      shuffle_tokens: false
      cache_latents_to_disk: true
      resolution:
      - 512
      - 768
      - 1024
    train:
      batch_size: 1
      steps: 6000
      gradient_accumulation_steps: 1
      train_unet: true
      train_text_encoder: false
      gradient_checkpointing: true
      noise_scheduler: flowmatch
      optimizer: adamw8bit
      lr: 0.0001
      timestep_type: weighted
      ema_config:
        use_ema: true
        ema_decay: 0.99
      dtype: bf16
    model:
      name_or_path: black-forest-labs/FLUX.1-Kontext-dev
      arch: flux_kontext
      quantize: true
    sample:
      sampler: flowmatch
      sample_every: 250
      width: 1024
      height: 1024
      prompts:
      - turn the woman in the picture into a beautiful young woman, wearing a fairy-like
        long dress with white and light green interwoven, with lightly flowing sleeves,
        long hair like ink, adorned with delicate hair accessories, and holding a
        jade staff in an elegant posture. She stands in a fairyland with misty clouds,
        the atmosphere is beautiful and ethereal, and her eyes are clear and resolute,
        like a fairy in the fairyland. The overall picture is beautiful and delicate,
        surrounded by fairy spirit. Keep the facial features unchanged.  --ctrl_img
        datasets/xianxia_train/controls/object_02.png
      - turn the man in the picture into a handsome young man wearing a white, fairy-style
        robe with flowing sleeves and exquisite embroidery. His long hair is tied
        up high like a waterfall, and he holds a long sword in his hand, posing in
        a chic and majestic posture. The background is a fairyland shrouded in clouds
        and mist, the light and shadow are dreamy, and the temperament is extraordinary,
        like a sword immortal descending from the sky. The picture details are exquisite,
        the texture of the cloth is clear, and it is full of fairy spirit. Keep the
        facial features unchanged. She stands in a fairyland with misty clouds, the
        atmosphere is beautiful and ethereal, and her eyes are clear and resolute,
        like a fairy in the fairyland. The overall picture is beautiful and delicate,
        surrounded by fairy spirit. Keep the facial features unchanged.  --ctrl_img
        datasets/xianxia_train/controls/object_33.png
      neg: ''
      seed: 42
      walk_seed: true
      guidance_scale: 4
      sample_steps: 20
meta:
  name: kontext_xianxia
  version: '1.0'