File size: 708 Bytes
c0e5fc7
 
 
 
 
 
 
 
 
 
 
99c6a62
 
6c16803
99c6a62
b9f22e3
01fc4a7
74e6da2
b214d50
 
 
99c6a62
c0e5fc7
99c6a62
c0e5fc7
 
 
01fc4a7
b6cd6f2
99c6a62
b6cd6f2
99c6a62
6c16803
99c6a62
 
c82e846
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 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:

  seedvr:
    gpus_required: 0

  llama_multimodal:
    gpus_required: 4 # <-- 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:
    gpus_required: 0
  
  ltx:
    # Define quantas GPUs o pool do LTX deve tentar alocar.
    gpus_required: 4
    config_file: "ltxv-13b-0.9.8-distilled.yaml"
    enable_prompt_enhancement: false
    
  mmaudio:
    gpus_required: 0