Guest User

Untitled

a guest
Sep 10th, 2025
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.03 KB | None | 0 0
  1. job: extension
  2. config:
  3.   name: new_ai_anime_v2
  4.   process:
  5.   - type: ui_trainer
  6.     training_folder: /home/x/ai-toolkit-qwen/output
  7.     sqlite_db_path: /home/x/ai-toolkit-qwen/aitk_db.db
  8.     device: cuda
  9.     trigger_word: null
  10.     performance_log_every: 10
  11.     network:
  12.       type: lora
  13.       linear: 8
  14.       linear_alpha: 8
  15.       conv: 16
  16.       conv_alpha: 16
  17.       lokr_full_rank: true
  18.       lokr_factor: -1
  19.       network_kwargs:
  20.         ignore_if_contains: []
  21.     save:
  22.       dtype: bf16
  23.       save_every: 50
  24.       max_step_saves_to_keep: 2000
  25.       save_format: safetensors
  26.       push_to_hub: false
  27.     datasets:
  28.     - folder_path: /home/x/ai-toolkit-qwen/datasets/new_ai_anime
  29.       control_path: null
  30.       mask_path: null
  31.       mask_min_value: 0.1
  32.       default_caption: ''
  33.       caption_ext: txt
  34.       caption_dropout_rate: 0.05
  35.       cache_latents_to_disk: true
  36.       is_reg: false
  37.       network_weight: 1
  38.       resolution:
  39.      - 512
  40.       - 768
  41.       - 1024
  42.       controls: []
  43.       shrink_video_to_frames: true
  44.       num_frames: 1
  45.       do_i2v: true
  46.     train:
  47.       batch_size: 1
  48.       bypass_guidance_embedding: false
  49.       steps: 10000
  50.       gradient_accumulation: 1
  51.       train_unet: true
  52.       train_text_encoder: false
  53.       gradient_checkpointing: true
  54.       noise_scheduler: flowmatch
  55.       optimizer: prodigy
  56.       timestep_type: sigmoid
  57.       content_or_style: balanced
  58.       optimizer_params:
  59.         weight_decay: 0
  60.       unload_text_encoder: true
  61.       cache_text_embeddings: true
  62.       lr: 1
  63.       ema_config:
  64.         use_ema: false
  65.         ema_decay: 0.99
  66.       skip_first_sample: false
  67.       disable_sampling: true
  68.       dtype: bf16
  69.       diff_output_preservation: false
  70.       diff_output_preservation_multiplier: 1
  71.       diff_output_preservation_class: person
  72.     model:
  73.       name_or_path: Qwen/Qwen-Image
  74.       quantize: true
  75.       qtype: uint3|ostris/accuracy_recovery_adapters/qwen_image_torchao_uint3.safetensors
  76.       quantize_te: true
  77.       qtype_te: qfloat8
  78.       arch: qwen_image
  79.       low_vram: true
  80.       model_kwargs: {}
  81.     sample:
  82.       sampler: flowmatch
  83.       sample_every: 50000
  84.       width: 1024
  85.       height: 1024
  86.       samples:
  87.       - prompt: Fine art; vibrant semi-realistic anime style digital painting; realistic
  88.           shading. This digital illustration depicts a summer railroad track winding
  89.           through the rolling hills of rural West Virginia. The steel rails curve
  90.           gently through dense, lush Appalachian forest with thick stands of oak,
  91.           maple, and pine trees. The tracks are bordered by wild summer vegetation
  92.           - tall grasses, blackberry bushes, and colorful wildflowers like black-eyed
  93.           Susans and Queen Anne's lace. In the background, the distinctive ridges
  94.           and hollows of the Appalachian Mountains rise under a bright blue summer
  95.           sky with scattered cumulus clouds. Small wooden farmhouses with wraparound
  96.           porches dot the landscape, surrounded by fields of tall corn and tobacco
  97.           plants. The railroad crossing features rustic wooden crossing barriers and
  98.           warning signs showing weathering from years of mountain weather. The atmosphere
  99.           captures the humid, green essence of a West Virginia summer - the air feels
  100.           thick with moisture and the scent of pine. Sunlight filters through the
  101.           forest canopy, creating dappled patterns on the tracks and ground. The scene
  102.           evokes a sense of isolation and natural beauty, with the railroad serving
  103.           as a lifeline through the remote mountain terrain. Photorealistic style
  104.           with emphasis on the rich greens of the Appalachian forest, the texture
  105.           of weathered railroad infrastructure, and the distinctive topography of
  106.           West Virginia's rolling hills and valleys.
  107.       neg: ''
  108.       seed: 42
  109.       walk_seed: true
  110.       guidance_scale: 4
  111.       sample_steps: 25
  112.       num_frames: 1
  113.       fps: 1
  114. meta:
  115.   name: new_ai_anime_v2
  116.   version: '1.0'
  117.  
Advertisement
Add Comment
Please, Sign In to add comment