FaceForgeAI_ZeroGPU / .env.example
VcRlAgent's picture
Refactor for Headshort and Scene Generation using Instant-ID model hosted in Replicate
d7c5b1f
raw
history blame contribute delete
436 Bytes
# ==========================================
# FaceForge AI - Environment Configuration
# Copy this file to .env and update values
# ==========================================
# Dev Mode (optional)
# false = 5 generations/day (default)
# true = 10 generations/day (for development/testing)
DEV_MODE=false
# Replicate API Token (required)
# Get yours at: https://replicate.com/account/api-tokens
REPLICATE_API_TOKEN=your_token_here