Update scripts: move CSV to repo root, tune flux-2-pro params

- Point both generate scripts to final_cocktails.csv at repo root instead
  of prototype/uploads/final_cocktails.csv
- Add final_cocktails.csv to repo
- Switch flux-2-pro to input_images[], resolution "2 MP", output_quality 100
- Lower safety_tolerance from 6 → 2

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-07 12:04:00 +02:00
parent b3b9fb7ac6
commit 5ca68c1b04
3 changed files with 688 additions and 9 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import { parse } from "csv-parse/sync";
const __dirname = dirname(fileURLToPath(import.meta.url));
const ROOT = join(__dirname, "..");
const CSV_PATH = join(ROOT, "prototype/uploads/final_cocktails.csv");
const CSV_PATH = join(ROOT, "final_cocktails.csv");
const CONTENT_DIR = join(ROOT, "content/recipes");
// ── Helpers ──────────────────────────────────────────────────────────────────