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:
@@ -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 ──────────────────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user