Skip to content

Commit a1832b2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e3eb585 commit a1832b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generation/maisi/maisi_train_controlnet_tutorial.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@
222222
"if include_body_region:\n",
223223
" for i in range(len(sim_datalist[\"training\"])):\n",
224224
" # body region index\n",
225-
" sim_datalist[\"training\"][i][\"top_region_index\"] = [0, 1, 0, 0] # the top region index of the image\n",
226-
" sim_datalist[\"training\"][i][\"bottom_region_index\"] = [0, 0, 0, 1] # the bottom region index of the image"
225+
" sim_datalist[\"training\"][i][\"top_region_index\"] = [0, 1, 0, 0] # the top region index of the image\n",
226+
" sim_datalist[\"training\"][i][\"bottom_region_index\"] = [0, 0, 0, 1] # the bottom region index of the image"
227227
]
228228
},
229229
{

0 commit comments

Comments
 (0)