# SDXL Model Merger - Environment Configuration Example # Copy this to .env and customize for your deployment # Deployment Environment (auto-detected: local, spaces) DEPLOYMENT_ENV=local # Default Model URLs - Use HF models for Spaces compatibility DEFAULT_CHECKPOINT_URL=https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0.safetensors?download=true DEFAULT_VAE_URL=https://huggingface.co/madebyollin/sdxl-vae-fp16-fix/resolve/main/sdxl.vae.safetensors?download=true # Default LoRA - using HF instead of CivitAI (may not be accessible on Spaces) DEFAULT_LORA_URLS=https://huggingface.co/nerijs/pixel-art-xl/resolve/main/pixel-art-xl.safetensors?download=true