config.example.json 430 B

1234567891011121314151617
  1. {
  2. "provider": {
  3. "name": "qwen-compatible",
  4. "base_url": "https://dashscope.aliyuncs.com/compatible-mode/v1",
  5. "api_key": "YOUR_QWEN_API_KEY",
  6. "model": "qwen-image"
  7. },
  8. "generation": {
  9. "output_dir": "./outputs",
  10. "timeout_seconds": 300,
  11. "poll_interval_seconds": 3,
  12. "default_size": "1024x1024",
  13. "default_n": 1,
  14. "default_response_format": "b64_json",
  15. "default_quality": "standard"
  16. }
  17. }