# ComfyUI Environment Variables # Copy this file to .env and fill in your actual values # =========================== # Nano Banana API Configuration # =========================== # Google AI API Key (Primary Method - Simpler) # Get your API key from: https://makersuite.google.com/app/apikey # This is the recommended approach for both local and RunPod deployments GOOGLE_API_KEY=your_google_api_key_here # Vertex AI Configuration (Alternative Method - Optional) # Only needed if using Vertex AI instead of the Google AI API # PROJECT_ID=your_gcp_project_id # LOCATION=us-central1 # =========================== # Other Environment Variables # =========================== # OpenTelemetry (Optional - for tracing/monitoring) # Uncomment and configure if you want to enable OTEL instrumentation # OTEL_EXPORTER_OTLP_ENDPOINT=http://your-otel-collector:4317 # OTEL_SERVICE_NAME=comfyui # OTEL_RESOURCE_ATTRIBUTES=service.name=comfyui # Install curated custom nodes on startup (Optional) # Set to "true" to automatically install a curated list of custom nodes # INSTALL_CURATED_NODES=false