diff --git a/scripts/batch_grow_v2.py b/scripts/batch_grow_v2.py index 75902f6..5534016 100644 --- a/scripts/batch_grow_v2.py +++ b/scripts/batch_grow_v2.py @@ -139,7 +139,7 @@ def main(): "total": total, "ok": ok, "fail": fail, "elapsed_sec": round(elapsed, 1), "concurrency": CONCURRENCY, "hairstyles": [{"id": h, "cn": c} for h, c in HAIRSTYLES], - "hr_options": [{"is_hr": True, "tag": "hr"}, {"is_hr": False, "tag": "nohr"}], + "hr_options": [{"is_hr": is_hr, "tag": tag} for is_hr, tag in HR_OPTIONS], "faces": [os.path.splitext(f)[0] for f in faces], "generated_at": time.strftime("%Y-%m-%d %H:%M:%S"), }