Spaces:
Paused
Paused
| # Configuração do Modelo | |
| model_name: "flux-dev" | |
| ckpt_dir: ./pretrained_weights/ByteMorpher/dit.safetensors | |
| # --- Configurações de Condicionamento de Imagem --- | |
| use_share_weight_referencenet: true | |
| use_spatial_condition: false | |
| share_position_embedding: true | |
| # --- NOVO: Especifique qual parte da rede usar como referência --- | |
| double_block_refnet: true # ATIVADO: Usa os blocos iniciais (double stream). | |
| single_block_refnet: false # DESATIVADO: Não usa os blocos finais (single stream). | |
| # --- Configurações de IP-Adapter e LoRA (Desativados) --- | |
| use_ip: false | |
| ip_local_path: null | |
| ip_repo_id: null | |
| ip_name: null | |
| ip_scale: 1.0 | |
| use_lora: false | |
| rank: 16 | |
| # --- Parâmetros de Amostragem (Alta Qualidade) --- | |
| sample_width: 544 | |
| sample_height: 544 | |
| sample_steps: 23 | |
| cfg_scale: 4.0 | |
| seed: -1 | |
| mixed_precision: "bf16" | |
| # --- Configuração de Dados e Logging --- | |
| data_config: | |
| eval_batch_size: 8 | |
| num_workers: 4 | |
| img_size: 544 | |
| img_dir: output_bench/ | |
| grayscale_editing: false | |
| zoom_camera: false | |
| random_ratio: false | |
| report_to: wandb | |
| eval_batch_size: 1 | |
| output_dir: ./test_log/seedmorpher/ | |
| logging_dir: logs | |
| disable_sampling: false | |
| single_blocks: null | |
| double_blocks: null |