GitDeployHub

comfyui-wiki/blueprint-manager

github.com/comfyui-wiki/blueprint-manager ↗
Python
5 environment variables found in .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
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/comfyui-wiki/blueprint-manager
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/comfyui-wiki/blueprint-manager
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/comfyui-wiki/blueprint-manager
Or deploy to a different host
← Try another repo