Skip to content

Releases: funkatron/dts-utils

Draw Things gRPCServer Installer v1.0.0

17 Mar 03:59
Compare
Choose a tag to compare

Draw Things gRPCServer Installer v1.0.0

Initial release of the Draw Things gRPCServer Installer for macOS.

Features

  • ✨ Easy installation and management of Draw Things gRPCServer
  • 🔄 Automatic updates to the latest version
  • 🛠 Configuration of server settings (port, name, GPU, etc.)
  • 🔒 Security options (TLS, shared secret)
  • 🖥 Model browser support
  • 🌐 Proxy configuration support
  • 🔧 Service management (install, uninstall, restart)

Installation

# Clone the repository
git clone https://github.com/funkatron/draw-things-grpcservercli-installer.git

# Make the script executable
chmod +x install-grpcservercli.py

# Run the installer
./install-grpcservercli.py

Requirements

  • macOS 15
  • Python 3.9+

What's Included

  • install-grpcservercli.py - Main installer script
  • Comprehensive documentation
  • MIT License

Notes

  • The installer automatically detects and uses the latest version of gRPCServerCLI
  • Default installation paths:
    • Binary: /usr/local/bin (falls back to ~/.local/bin)
    • Models: ~/Library/Containers/com.liuliu.draw-things/Data/Documents/Models
  • Creates and manages a LaunchAgent service for automatic startup