Skip to content

v1.1

Choose a tag to compare

@whiteball-shiro whiteball-shiro released this 01 Sep 16:37
· 43 commits to main since this release
  1. 本地 GPU 脚本 whale-gpu.ps1 已泛化:路径、端口、模型、参数都改成从 config.local.json 读取,未配置时自动探测(llama-server / lms / ComfyUI / 端口),不再写死某一台机器。
  2. 端口可配:comfyPort(默认 8188)、localLlamaPort(默认 49674)
  3. 参数可配:localCtxSize / localGpuLayers / localThreads / localChatTemplate /localExtraArgs / localCudaVendor
  4. 恢复文本模型优先用 LM Studio 的 lms;不用 LM Studio 的需配 localLlamaExe + localModelPath
    5.config.local.json.example 补充了新的可配置字段。