Aduc-sdr-2_5 / config.yaml
Carlexxx
feat: ✨ aBINC 2.2
fb56537
raw
history blame
1.38 kB
# config.yaml
# Configuração central para a aplicação Deformes4D e seus especialistas.
application:
workspace_dir: "deformes_workspace"
# Configuração para Hugging Face Spaces
sdk: gradio
app_file: app.py
specialists:
vae:
gpus_required: 2 # <-- DEDIQUE UMA GPU PARA O VAE
llm_engine:
provider: "gemini" # Opções: "llama", "gemini", etc.
seedvr:
gpus_required: 0
llama_multimodal:
gpus_required: 0 # <-- GARANTIR QUE ISTO É > 0
model_id: "meta-llama/Llama-3.2-11B-Vision-Instruct"
max_new_tokens: 4096
temperature: 0.5
top_p: 0.6
flux:
# Define quantas GPUs o pool do Flux deve tentar alocar.
# Se não houver GPUs suficientes, o hardware_manager lançará um erro.
# Se 0, usará a CPU.
gpus_required: 0
ltx:
# Define quantas GPUs o pool do LTX deve tentar alocar.
gpus_required: 6
# Aponta para o arquivo de configuração específico do modelo LTX.
# Alterado para usar o modelo 0.9.8-dev.
config_file: "ltxv-13b-0.9.8-distilled.yaml"
enable_prompt_enhancement: false
lora:
- model_id: "Lightricks/LTX-Video-ICLoRA-pose-13b-0.9.7"
weight: 0.5
- model_id: "Lightricks/LTX-Video-ICLoRA-depth-13b-0.9.7"
weight: 0.3
- model_id: "Lightricks/LTX-Video-ICLoRA-detailer-13b-0.9.8"
weight: 0.6
mmaudio:
gpus_required: 0