.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
BLUEPRINTS_DIR
Path to your ComfyUI blueprints directory (required)
AI_BASE_URL
API base URL — default is the official OpenAI endpoint
AI_API_KEY
secret
Your API key
AI_MODEL
Model to use for translation (pick one that's fast and cheap) OpenAI: gpt-4o-mini | gpt-4o DeepSeek: deepseek-chat Ollama (local):…
AI_TARGET_LANG
Default target language for translations
brew install flyctl && fly launch --from https://github.com/comfyui-wiki/blueprint-manager
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/comfyui-wiki/blueprint-manager
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/comfyui-wiki/blueprint-manager