Model download #21
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
in the window to select a model it shows them and ask if you want to open a page to download them which then open the git page, that should not be what happens, the user should select the model and click download, the model should be downloaded from the correct website directly(hugginface) in the background and on the bottom of the app should be a progress bar of the download like there is when downloding the update.
--- DEBUG LOG ---
[2026-05-12 15:14:40.273] [INFO ] --- Logger Initialized --- (unknown:0)
[2026-05-12 15:14:40.273] [INFO ] App Version: "1.1.5" (unknown:0)
[2026-05-12 15:14:40.273] [INFO ] Log Path: "C:/Users/Michael Howard/AppData/Roaming/PastorsSermonPro/debug.log" (unknown:0)
[2026-05-12 15:14:40.273] [INFO ] App Path: "C:/Program Files/PastorsSermonPro" (unknown:0)
[2026-05-12 15:14:40.289] [INFO ] OS Type: "Windows 10 Version 22H2" (unknown:0)
[2026-05-12 15:14:40.289] [INFO ] OS Version: "10" (unknown:0)
[2026-05-12 15:14:40.289] [INFO ] Architecture: "x86_64" (unknown:0)
[2026-05-12 15:14:40.289] [INFO ] Username: "Michael Howard" (unknown:0)
[2026-05-12 15:14:40.289] [INFO ] Starting Pastors Sermon Pro v "1.1.5" (unknown:0)
[2026-05-12 15:14:40.289] [INFO ] Library Paths: QList("C:/Program Files/PastorsSermonPro") (unknown:0)
[2026-05-12 15:14:41.476] [DEBUG] Loading bibles from: "C:/Program Files/PastorsSermonPro/bibles" (unknown:0)
[2026-05-12 15:14:41.476] [DEBUG] Loading dictionaries from: "C:/Program Files/PastorsSermonPro/dict" (unknown:0)
Fixed in v1.1.7. Implemented background downloading from HuggingFace via ModelDownloader. Progress is now shown in the application status bar, matching the update experience.