Skip to content

Commit d7cd1b6

Browse files
Update branch and batch size.
1 parent 2eb1a2c commit d7cd1b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Flux.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"accelerate_config = os.path.join(repo_dir, \"accelerate_config\", \"config.yaml\")\n",
4141
"\n",
4242
"repo_url = \"https://github.com/BelieveDiffusion/sd-scripts\"\n",
43-
"branch = \"dev_sd3_sep_2024\" \n",
43+
"branch = \"dev_sd3_dec_2024\" \n",
4444
"\n",
4545
"def clone_repo(url, dir, branch):\n",
4646
" if not os.path.exists(dir):\n",

dataset_1024_bs2.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bucket_reso_steps = 64
1313
max_bucket_reso = 2048
1414
min_bucket_reso = 128
1515
bucket_no_upscale = true
16-
batch_size = 40
16+
batch_size = 20
1717

1818
[[datasets.subsets]]
1919
image_dir = "/workspace/fine_tune/train_data/Dataset_Flux_05_A"

0 commit comments

Comments
 (0)