From 8ed5554d8031d453ba4ea716fab0ed7b4f9510ba Mon Sep 17 00:00:00 2001 From: Artsiom Siamashka Date: Thu, 2 Apr 2026 19:30:43 +0200 Subject: [PATCH] Changed the name of env var name related to huggingface api token --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 4d22d25..b1a057c 100644 --- a/.env.example +++ b/.env.example @@ -2,7 +2,7 @@ ELEVENLABS_API_KEY= # Hugging Face (required for gated model downloads, e.g. FLUX.1-schnell) -HUGGINGFACE_HUB_TOKEN= +HF_TOKEN= # Hunyuan prompt rewrite endpoints (optional; rewrite is disabled in current generate_videos.py) T2V_REWRITE_BASE_URL=