File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -166,4 +166,5 @@ cython_debug/
166
166
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
167
167
# .idea/
168
168
169
- .vscode /
169
+ .vscode /
170
+ * .out. *
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ DATASET=$2
15
15
16
16
echo " Evaluating controlnet model: $CONTROLNET_CKPT with dataset: $DATASET "
17
17
18
+ mkdir -p outputs/$CONTROLNET_CKPT
19
+
18
20
python evaluate.py \
19
21
--verbose True \
20
22
--input_dataset $DATASET \
@@ -23,4 +25,5 @@ python evaluate.py \
23
25
--controlnet_ckpt $CONTROLNET_CKPT \
24
26
--vae " /weka/applied-shared/sd3_ref/sd3_vae.safetensors" \
25
27
--sampler " euler" \
26
- --text_encoder_device " cuda"
28
+ --text_encoder_device " cuda" \
29
+ --out_dir " outputs/$CONTROLNET_CKPT " \
You can’t perform that action at this time.
0 commit comments