Spaces:
Build error
Build error
| # 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 | |