0xZohar commited on
Commit
2c355ab
·
verified ·
1 Parent(s): 260d6ba

Update code/demo.py

Browse files
Files changed (1) hide show
  1. code/demo.py +1 -1
code/demo.py CHANGED
@@ -69,7 +69,7 @@ def get_gpt_engine_cached():
69
  repo_id="0xZohar/object-assembler-models",
70
  filename="save_shape_cars_whole_p_rot_scratch_4mask_randp.safetensors",
71
  cache_dir=HF_CACHE_DIR,
72
- local_files_only=True
73
  )
74
  save_gpt_ckpt_path = shape_ckpt_path
75
  print(f"✅ GPT model loaded from cache: {shape_ckpt_path}")
 
69
  repo_id="0xZohar/object-assembler-models",
70
  filename="save_shape_cars_whole_p_rot_scratch_4mask_randp.safetensors",
71
  cache_dir=HF_CACHE_DIR,
72
+ local_files_only=False # Allow runtime download on first use
73
  )
74
  save_gpt_ckpt_path = shape_ckpt_path
75
  print(f"✅ GPT model loaded from cache: {shape_ckpt_path}")