siegekeebs

z-image-base-lora

Jun 9th, 2026
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | Photo | 0 0
  1. job: extension
  2. config:
  3. name: incredible_z_v1
  4. process:
  5. - type: diffusion_trainer
  6. training_folder: E:\RemoteComfyUI\ai-toolkit\output
  7. sqlite_db_path: E:\RemoteComfyUI\ai-toolkit\aitk_db.db
  8. device: cuda
  9. trigger_word: null
  10. performance_log_every: 10
  11. network:
  12. type: lora
  13. linear: 16
  14. linear_alpha: 16
  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: 250
  24. max_step_saves_to_keep: 16
  25. save_format: diffusers
  26. push_to_hub: false
  27. datasets:
  28. - folder_path: E:\RemoteComfyUI\ai-toolkit\datasets/incredible_z
  29. mask_path: null
  30. mask_min_value: 0.1
  31. default_caption: ''
  32. caption_ext: txt
  33. caption_dropout_rate: 0.05
  34. cache_latents_to_disk: false
  35. is_reg: false
  36. network_weight: 1
  37. resolution:
  38. - 512
  39. - 768
  40. - 1024
  41. controls: []
  42. shrink_video_to_frames: true
  43. num_frames: 1
  44. flip_x: false
  45. flip_y: false
  46. num_repeats: 1
  47. train:
  48. batch_size: 1
  49. bypass_guidance_embedding: false
  50. steps: 5000
  51. gradient_accumulation: 1
  52. train_unet: true
  53. train_text_encoder: false
  54. gradient_checkpointing: true
  55. noise_scheduler: flowmatch
  56. optimizer: prodigyopt
  57. timestep_type: weighted
  58. content_or_style: balanced
  59. optimizer_params:
  60. weight_decay: 0.01
  61. unload_text_encoder: false
  62. cache_text_embeddings: true
  63. lr: 1
  64. ema_config:
  65. use_ema: false
  66. ema_decay: 0.99
  67. skip_first_sample: false
  68. force_first_sample: false
  69. disable_sampling: true
  70. dtype: bf16
  71. diff_output_preservation: false
  72. diff_output_preservation_multiplier: 1
  73. diff_output_preservation_class: person
  74. switch_boundary_every: 1
  75. loss_type: mse
  76. logging:
  77. log_every: 1
  78. use_ui_logger: true
  79. model:
  80. name_or_path: Tongyi-MAI/Z-Image
  81. quantize: false
  82. qtype: qfloat8
  83. quantize_te: false
  84. qtype_te: qfloat8
  85. arch: zimage
  86. low_vram: false
  87. model_kwargs: {}
  88. layer_offloading: false
  89. layer_offloading_text_encoder_percent: 1
  90. layer_offloading_transformer_percent: 1
  91. sample:
  92. sampler: flowmatch
  93. sample_every: 500
  94. width: 1024
  95. height: 1024
  96. samples:
  97. - prompt: 'parr analog film photo sexy The light source faces parr directly.
  98. It evenly illuminates the face, minimizing shadows and hiding skin imperfections.
  99. Shot on a Canon EOS R5 with an 85mm lens at f/1.4. diffuse lighting with
  100. soft, creamy bokeh in the background . faded film, desaturated, 35mm photo,
  101. grainy, vignette, vintage, Kodachrome, Lomography, stained, highly detailed,
  102. found footage Outfit and Accessories: A white cropped shirt, a red and black
  103. plaid mini-skirt, black fishnet stockings, and black platform high heels
  104. with ankle straps. Black cat ears are worn on the head. Setting: A park
  105. with a gravel path, green grass, and numerous trees. Black park benches
  106. are visible in the background. Pose: The person is standing with their body
  107. angled slightly to the side, looking upward and away from the camera. Their
  108. hands are raised to their neck and collar area.'
  109. neg: ''
  110. seed: 42
  111. walk_seed: true
  112. guidance_scale: 4
  113. sample_steps: 30
  114. num_frames: 1
  115. fps: 1
  116. meta:
  117. name: incredible_violet_z_v7
  118. version: '1.0'
  119.  
Advertisement
Add Comment
Please, Sign In to add comment