Spaces:
Paused
Paused
Update inference_configs/inference.yaml
Browse files
inference_configs/inference.yaml
CHANGED
@@ -11,7 +11,7 @@ use_lora: false
|
|
11 |
data_config:
|
12 |
eval_batch_size: 1
|
13 |
num_workers: 1
|
14 |
-
img_size:
|
15 |
img_dir: output_bench/ #./ByteMorph-Bench/
|
16 |
grayscale_editing: false
|
17 |
zoom_camera: false
|
@@ -26,8 +26,8 @@ rank: 16
|
|
26 |
single_blocks: null
|
27 |
double_blocks: null
|
28 |
disable_sampling: false
|
29 |
-
sample_width:
|
30 |
-
sample_height:
|
31 |
sample_steps: 25
|
32 |
seed: 42
|
33 |
cfg_scale: 3.5
|
|
|
11 |
data_config:
|
12 |
eval_batch_size: 1
|
13 |
num_workers: 1
|
14 |
+
img_size: 528
|
15 |
img_dir: output_bench/ #./ByteMorph-Bench/
|
16 |
grayscale_editing: false
|
17 |
zoom_camera: false
|
|
|
26 |
single_blocks: null
|
27 |
double_blocks: null
|
28 |
disable_sampling: false
|
29 |
+
sample_width: 528
|
30 |
+
sample_height: 528
|
31 |
sample_steps: 25
|
32 |
seed: 42
|
33 |
cfg_scale: 3.5
|