InvokeAI / invokeai.yaml
radames's picture
radames HF staff
Update invokeai.yaml
2ad2643
InvokeAI:
Web Server:
host: 127.0.0.1
port: 9090
allow_origins: []
allow_credentials: true
allow_methods:
- '*'
allow_headers:
- '*'
Features:
esrgan: true
internet_available: false
log_tokenization: false
patchmatch: true
Memory/Performance:
always_use_cpu: false
free_gpu_mem: false
max_cache_size: 6.0
max_vram_cache_size: 2.75
precision: auto
sequential_guidance: false
xformers_enabled: true
tiled_decode: false
Paths:
autoimport_dir: autoimport
lora_dir: null
embedding_dir: null
controlnet_dir: null
conf_path: configs/models.yaml
models_dir: models
legacy_conf_dir: configs/stable-diffusion
db_dir: databases
outdir: outputs # set to /data/outputs if you have persistent storage
use_memory_db: true
Logging:
log_handlers:
- console
log_format: color
log_level: debug