File size: 3,367 Bytes
fa451de
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
82
83
84
85
86
job: extension
config:
  name: jazzy-0911
  process:
  - type: sd_trainer
    training_folder: output
    device: cuda:0
    network:
      type: lora
      linear: 32
      linear_alpha: 32
    save:
      dtype: float16
      save_every: 500
      max_step_saves_to_keep: 10
      push_to_hub: true
    hf_repo_id: jazzy-updated
    hf_private: false
    datasets:
    - folder_path: /workspace/Jazzy-with-cap-0911
      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: 5000
      gradient_accumulation_steps: 1
      train_unet: true
      train_text_encoder: false
      gradient_checkpointing: true
      noise_scheduler: flowmatch
      optimizer: adamw8bit
      lr: 0.0004
      ema_config:
        use_ema: true
        ema_decay: 0.99
      dtype: bf16
    model:
      name_or_path: black-forest-labs/FLUX.1-dev
      is_flux: true
      quantize: false
    sample:
      sampler: flowmatch
      sample_every: 250
      width: 1024
      height: 1024
      prompts:
      - 'This is a digital drawing with a warm, cozy, and slightly vintage aesthetic.
        The scene depicts a cozy living room setting with a light beige wall adorned
        with framed art and a small, black-and-white abstract print. In the foreground,
        a fluffy, cream-colored cat with a slightly darker face and ears sits attentively
        on a wooden shelf. To the left, a potted plant with small, colorful flowers
        and a lit candle in a brown vase provide a soft, inviting ambiance. The shelf
        holds a variety of items: a stack of colorful books, a vintage camera, and
        a green record player with a yellow record on it. The record player has a
        black needle and a small speaker. To the right of the cat, a green, retro-style
        radio is visible. The background features a small, round rug with a textured
        pattern, adding to the homely feel. The overall style is charming and nostalgic,
        with a focus on warm, earthy tones and a sense of comfort.'
      - This is a digital drawing in a warm, pastel color palette, featuring a close-up
        view of a vintage-style coffee machine. The coffee machine is cream-colored
        with a golden trim and has a classic, retro design. It includes a large, circular
        dial on the right side, which is blue with a red pointer, indicating settings
        or temperature control. The coffee machine's steam wand is positioned in the
        center, with a dark green handle and a white steam nozzle. The steam wand
        is currently in use, evidenced by a small amount of coffee being extracted
        into a white ceramic cup placed directly below. The coffee machine's drip
        tray is visible beneath the cup, with a rectangular opening for the coffee
        to collect. The background is soft and muted, with warm tones that blend into
        the image, giving it a cozy and inviting atmosphere. The overall style of
        the drawing is reminiscent of mid-century modern design, with smooth, clean
        lines and a focus on warm, comforting colors.
      neg: ''
      seed: 42
      walk_seed: true
      guidance_scale: 4
      sample_steps: 20
meta:
  name: human_training
  version: '1.0'