Spaces:
Paused
Paused
Update inference_configs/inference.yaml
Browse files
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:
|
| 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:
|
| 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/
|