aducsdr commited on
Commit
fb05ed5
·
verified ·
1 Parent(s): 6059d75

Update inference_configs/inference.yaml

Browse files
Files changed (1) hide show
  1. inference_configs/inference.yaml +2 -2
inference_configs/inference.yaml CHANGED
@@ -10,7 +10,7 @@ share_position_embedding: false
10
 
11
  # --- NOVO: Especifique qual parte da rede usar como referência ---
12
  double_block_refnet: true # ATIVADO: Usa os blocos iniciais (double stream).
13
- single_block_refnet: true # DESATIVADO: Não usa os blocos finais (single stream).
14
 
15
  # --- Configurações de IP-Adapter e LoRA (Desativados) ---
16
  use_ip: false
@@ -31,7 +31,7 @@ mixed_precision: "bf16"
31
 
32
  # --- Configuração de Dados e Logging ---
33
  data_config:
34
- eval_batch_size: 0
35
  num_workers: 1
36
  img_size: 480
37
  img_dir: output_bench/
 
10
 
11
  # --- NOVO: Especifique qual parte da rede usar como referência ---
12
  double_block_refnet: true # ATIVADO: Usa os blocos iniciais (double stream).
13
+ single_block_refnet: false # DESATIVADO: Não usa os blocos finais (single stream).
14
 
15
  # --- Configurações de IP-Adapter e LoRA (Desativados) ---
16
  use_ip: false
 
31
 
32
  # --- Configuração de Dados e Logging ---
33
  data_config:
34
+ eval_batch_size: 4
35
  num_workers: 1
36
  img_size: 480
37
  img_dir: output_bench/