Spaces:
Paused
Paused
Update inference_configs/inference.yaml
Browse files- inference_configs/inference.yaml +10 -10
inference_configs/inference.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
model_name: "flux-dev"
|
| 2 |
-
use_spatial_condition:
|
| 3 |
share_position_embedding: true
|
| 4 |
-
use_share_weight_referencenet: false
|
| 5 |
use_ip: false
|
| 6 |
ip_local_path: null
|
| 7 |
ip_repo_id: null
|
|
@@ -9,9 +9,9 @@ ip_name: null
|
|
| 9 |
ip_scale: 1.0
|
| 10 |
use_lora: false
|
| 11 |
data_config:
|
| 12 |
-
eval_batch_size:
|
| 13 |
-
num_workers:
|
| 14 |
-
img_size:
|
| 15 |
img_dir: output_bench/ #./ByteMorph-Bench/
|
| 16 |
grayscale_editing: false
|
| 17 |
zoom_camera: false
|
|
@@ -21,13 +21,13 @@ eval_batch_size: 1
|
|
| 21 |
ckpt_dir: ./pretrained_weights/ByteMorpher/dit.safetensors
|
| 22 |
output_dir: ./test_log/seedmorpher/
|
| 23 |
logging_dir: logs
|
| 24 |
-
mixed_precision: "
|
| 25 |
rank: 16
|
| 26 |
single_blocks: null
|
| 27 |
double_blocks: null
|
| 28 |
disable_sampling: false
|
| 29 |
-
sample_width:
|
| 30 |
-
sample_height:
|
| 31 |
-
sample_steps:
|
| 32 |
seed: 42
|
| 33 |
-
cfg_scale:
|
|
|
|
| 1 |
model_name: "flux-dev"
|
| 2 |
+
use_spatial_condition: true
|
| 3 |
share_position_embedding: true
|
| 4 |
+
use_share_weight_referencenet: false
|
| 5 |
use_ip: false
|
| 6 |
ip_local_path: null
|
| 7 |
ip_repo_id: null
|
|
|
|
| 9 |
ip_scale: 1.0
|
| 10 |
use_lora: false
|
| 11 |
data_config:
|
| 12 |
+
eval_batch_size: 1
|
| 13 |
+
num_workers: 0
|
| 14 |
+
img_size: 512
|
| 15 |
img_dir: output_bench/ #./ByteMorph-Bench/
|
| 16 |
grayscale_editing: false
|
| 17 |
zoom_camera: false
|
|
|
|
| 21 |
ckpt_dir: ./pretrained_weights/ByteMorpher/dit.safetensors
|
| 22 |
output_dir: ./test_log/seedmorpher/
|
| 23 |
logging_dir: logs
|
| 24 |
+
mixed_precision: "bf16"
|
| 25 |
rank: 16
|
| 26 |
single_blocks: null
|
| 27 |
double_blocks: null
|
| 28 |
disable_sampling: false
|
| 29 |
+
sample_width: 512
|
| 30 |
+
sample_height: 512
|
| 31 |
+
sample_steps: 25
|
| 32 |
seed: 42
|
| 33 |
+
cfg_scale: 3.5
|