=== CMD === uv run ltx-2-mlx generate --model dgrauet/ltx-2.3-mlx-q4 --prompt the camera slowly pushes in, gentle natural motion, soft golden light --output /Users/inhohur/ai/experiments/dockaiq-ui/2026-07-19/job-024486/LTX_2.3_mlx_024486.mp4 --width 480 --height 288 --frames 49 --seed 1352737329 --image /Users/inhohur/ai/experiments/ui-tars-smoke/shot.png === STDOUT === Mode: Image-to-Video Image: /Users/inhohur/ai/experiments/ui-tars-smoke/shot.png === STDERR === warning: `VIRTUAL_ENV=/Users/inhohur/.cache/uv/environments-v2/comfyui-workflow-run-c9fcff0b8154a117` does not match the project environment path `.venv` and will be ignored; use `--active` to target the active environment instead Building ltx-core-mlx @ file:///Users/inhohur/ai/runtimes/ltx-2-mlx/packages/ltx-core-mlx Building ltx-pipelines-mlx @ file:///Users/inhohur/ai/runtimes/ltx-2-mlx/packages/ltx-pipelines-mlx Built ltx-pipelines-mlx @ file:///Users/inhohur/ai/runtimes/ltx-2-mlx/packages/ltx-pipelines-mlx Built ltx-core-mlx @ file:///Users/inhohur/ai/runtimes/ltx-2-mlx/packages/ltx-core-mlx Uninstalled 2 packages in 1ms Installed 2 packages in 1ms Traceback (most recent call last): File "/Users/inhohur/ai/runtimes/ltx-2-mlx/.venv/lib/python3.13/site-packages/huggingface_hub/_snapshot_download.py", line 240, in snapshot_download repo_info = api.repo_info(repo_id=repo_id, repo_type=repo_type, revision=revision) File "/Users/inhohur/ai/runtimes/ltx-2-mlx/.venv/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 89, in _inner_fn return fn(*args, **kwargs) File "/Users/inhohur/ai/runtimes/ltx-2-mlx/.venv/lib/python3.13/site-packages/huggingface_hub/hf_api.py", line 3146, in repo_info return method( repo_id, ...<4 lines>... files_metadata=files_metadata, ) File "/Users/inhohur/ai/runtimes/ltx-2-mlx/.venv/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 89, in _inner_fn return fn(*args, **kwargs) File "/Users/inhohur/ai/runtimes/ltx-2-mlx/.venv/lib/python3.13/site-packages/huggingface_hub/hf_api.py", line 2939, in model_info r = get_session().get(path, headers=headers, timeout=timeout, params=params) File "/Users/inhohur/ai/runtimes/ltx-2-mlx/.venv/lib/python3.13/site-packages/httpx/_client.py", line 1053, in get return self.request( ~~~~~~~~~~~~^ "GET", ^^^^^^ ...<7 lines>... extensions=extensions, ^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/Users/inhohur/ai/runtimes/ltx-2-mlx/.venv/lib/python3.13/site-packages/httpx/_client.py", line 825, in request return self.send(request, auth=auth, follow_redirects=follow_redirects) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/inhohur/ai/runtimes/ltx-2-mlx/.venv/lib/python3.13/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( request, ...<2 lines>... history=[], ) File "/Users/inhohur/ai/runtimes/ltx-2-mlx/.venv/lib/python3.13/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( request, follow_redirects=follow_redirects, history=history, ) File "/Users/inhohur/ai/runtimes/ltx-2-mlx/.venv/lib/python3.13/site-packages/httpx/_client.py", line 977, in _send_handling_redirects hook(request) ~~~~^^^^^^^^^ File "/Users/inhohur/ai/runtimes/ltx-2-mlx/.venv/lib/python3.13/site-packages/huggingface_hub/utils/_http.py", line 224, in hf_request_event_hook raise OfflineModeIsEnabled( f"Cannot reach {request.url}: offline mode is enabled. To disable it, please unset the `HF_HUB_OFFLINE` environment variable." ) huggingface_hub.errors.OfflineModeIsEnabled: Cannot reach https://huggingface.co/api/models/dgrauet/ltx-2.3-mlx-q4/revision/main: offline mode is enabled. To disable it, please unset the `HF_HUB_OFFLINE` environment variable. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/inhohur/ai/runtimes/ltx-2-mlx/.venv/bin/ltx-2-mlx", line 10, in sys.exit(main()) ~~~~^^ File "/Users/inhohur/ai/runtimes/ltx-2-mlx/packages/ltx-pipelines-mlx/src/ltx_pipelines_mlx/cli.py", line 258, in main commands[args.command](args) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^ File "/Users/inhohur/ai/runtimes/ltx-2-mlx/packages/ltx-pipelines-mlx/src/ltx_pipelines_mlx/cli.py", line 325, in _cmd_generate pipe = ImageToVideoPipeline(model_dir=args.model, gemma_model_id=args.gemma) File "/Users/inhohur/ai/runtimes/ltx-2-mlx/packages/ltx-pipelines-mlx/src/ltx_pipelines_mlx/ti2vid_one_stage.py", line 51, in __init__ self.model_dir = self._resolve_model_dir(model_dir) ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ File "/Users/inhohur/ai/runtimes/ltx-2-mlx/packages/ltx-pipelines-mlx/src/ltx_pipelines_mlx/ti2vid_one_stage.py", line 78, in _resolve_model_dir return Path(snapshot_download(model_dir)) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^ File "/Users/inhohur/ai/runtimes/ltx-2-mlx/.venv/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 89, in _inner_fn return fn(*args, **kwargs) File "/Users/inhohur/ai/runtimes/ltx-2-mlx/.venv/lib/python3.13/site-packages/huggingface_hub/_snapshot_download.py", line 312, in snapshot_download raise LocalEntryNotFoundError( ...<3 lines>... ) from api_call_error huggingface_hub.errors.LocalEntryNotFoundError: Cannot find an appropriate cached snapshot folder for the specified revision on the local disk and outgoing traffic has been disabled. To enable repo look-ups and downloads online, set 'HF_HUB_OFFLINE=0' as environment variable.