Guest User

dataset_config.toml

a guest
Apr 28th, 2023
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. [[datasets]]
  2. resolution = 512
  3. min_bucket_reso = 256
  4. max_bucket_reso = 1024
  5. caption_dropout_rate = 0
  6. caption_tag_dropout_rate = 0.1
  7. caption_dropout_every_n_epochs = 0
  8. flip_aug = false
  9. color_aug = false
  10.  
  11. [[datasets.subsets]]
  12. image_dir = "C:/Dataset"
  13. class_tokens = "sks"
  14. num_repeats = 5
  15.  
  16. [general]
  17. enable_bucket = true
  18. caption_extension = ".txt"
  19. shuffle_caption = true
  20. keep_tokens = 1
  21. bucket_reso_steps = 64
  22. bucket_no_upscale = false
  23.  
Advertisement
Add Comment
Please, Sign In to add comment