Skip to content

v3.0.4 — CivitAI SSL fix

Choose a tag to compare

@mrbizarro mrbizarro released this 31 May 06:44
· 26 commits to main since this release

Small patch.

Fixed

  • CivitAI search in the Image LoRA panel was failing with `SSL: CERTIFICATE_VERIFY_FAILED` on every fresh macOS install (#16). Pinokio installs Python via uv, which doesn't inherit macOS system certs. Added `SSL_CERT_FILE` and `REQUESTS_CA_BUNDLE` env vars to start.js pointing at certifi's bundle. Diagnosed and patch-recommended by @PiotrAstroCamp — thanks.

Update

In Pinokio: Stop the Phosphene app, then Start again. A regular Update won't be enough — Pinokio reads start.js at process spawn, not at panel boot.

Carry-over

  • v3.0.3: HiDream options hidden pending lab repo (#15)
  • v3.0.2: Boost/Turbo accel speed restored
  • v3.0.1: FFLF crash fix