Files
automatic/cli
CalamitousFelicitousness e2cdbe47fa fix(caption): safetensors-only downloads, model load fixes, UI default, prefill tests
- Add use_safetensors=True to all 16 model from_pretrained calls to
  avoid downloading redundant .bin files alongside safetensors
- Add device property to JoyTag VisionModel so move_model can relocate
  it to CUDA (fixes 'ViT object has no attribute device')
- Fix Pix2Struct dtype mismatch by casting float inputs to model dtype
  while preserving integer tensor types
- Patch AutoConfig.register with exist_ok=True during Ovis loading to
  handle duplicate aimv2 registration on model reload
- Detect Qwen VL fine-tune architecture from config model_type instead
  of repo name, fixing ToriiGate and similar third-party fine-tunes
- Change UI default task from Short Caption to Normal Caption, and
  preserve it on model switch instead of resetting to Use Prompt
- Add dual-prefill testing across 5 VQA test methods using a shared
  _check_prefill helper
- Fix pre-existing ruff W605 in strip_think_xml_tags docstring
2026-02-11 02:48:11 +00:00
..
2025-10-30 19:52:29 -04:00
2024-11-14 12:37:38 -05:00
2024-11-14 12:37:38 -05:00
2025-03-19 09:00:11 -04:00
2025-04-25 12:25:30 -04:00
2024-11-14 12:37:38 -05:00
2024-11-27 15:36:22 -05:00
2025-04-25 12:25:30 -04:00
2026-01-02 18:47:46 -08:00
2026-02-04 13:08:31 +01:00
2026-01-02 18:47:46 -08:00
2025-07-27 10:27:58 -04:00
2024-11-14 12:37:38 -05:00
2025-12-25 10:24:02 +00:00
2026-01-31 11:04:50 +00:00
2023-10-04 14:53:00 -04:00
2026-02-05 10:33:42 +01:00
2026-02-05 10:33:42 +01:00
2026-01-16 09:40:48 +01:00
2025-02-07 11:03:24 -05:00
2024-09-07 11:58:58 -04:00
2024-05-13 17:54:02 -04:00
2025-04-25 12:25:30 -04:00
2024-11-01 14:50:36 -04:00
2024-03-26 09:24:01 -04:00
2025-04-25 12:25:30 -04:00
2025-06-18 00:38:17 +00:00
2025-02-22 14:25:58 -05:00
2024-01-09 07:53:37 -05:00
2025-04-05 22:26:07 +09:00