AdwolfCzar commited on
Commit
c11cf6f
·
verified ·
1 Parent(s): 8b72c11

Upload dataset.toml with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset.toml +21 -0
dataset.toml ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset config for Anima Preview 2 (RECOMENDADO) training (sd-scripts format)
2
+ # Generated: 2026-04-03 06:15:28
3
+
4
+ [general]
5
+ # NOTE: shuffle_caption is incompatible with cache_text_encoder_outputs
6
+ # If you disable TE caching, you can set shuffle_caption = true
7
+ shuffle_caption = false
8
+ caption_extension = '.txt'
9
+ enable_bucket = true
10
+ bucket_no_upscale = true
11
+ min_bucket_reso = 512
12
+ max_bucket_reso = 1536
13
+ bucket_reso_steps = 64
14
+
15
+ [[datasets]]
16
+ resolution = [1024, 1024]
17
+ batch_size = 6
18
+
19
+ [[datasets.subsets]]
20
+ image_dir = '/workspace/projects/3d_loven/data/dataset'
21
+ num_repeats = 1