Files
open-gsio/workers/image-generation-service/wrangler-image-generation-service.toml
geoffsee 33679583af init
2025-05-22 23:14:01 -04:00

16 lines
353 B
TOML

main="main.js"
name = "image-generation-service"
compatibility_date = "2024-12-20"
node_compat = true
dev.port = 3002
routes = [
{ pattern = "text2image.seemueller.io", custom_domain = true }
]
[vars]
OPENAI_API_KEY = ""
OPENAI_API_ENDPOINT = ""
IMAGE_MODEL = "black-forest-labs/flux-1.1-pro"
REPLICATE_TOKEN = ""
TEXT2IMAGE_PROVIDER = "replicate"