DB / invokeai.yaml
toto10's picture
Upload folder using huggingface_hub (#1)
c9d74cb
raw
history blame contribute delete
892 Bytes
InvokeAI:
Web Server:
host: 127.0.0.1
port: 9090
allow_origins: []
allow_credentials: true
allow_methods:
- '*'
allow_headers:
- '*'
Features:
esrgan: true
internet_available: true
log_tokenization: false
nsfw_checker: true
patchmatch: true
Memory/Performance:
always_use_cpu: false
free_gpu_mem: false
max_cache_size: 6.0
max_vram_cache_size: 2.75
precision: float32
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
use_memory_db: false
Logging:
log_handlers:
- console
log_format: color
log_level: info