Skip to content

Latest commit

 

History

History
executable file
·
23 lines (17 loc) · 212 Bytes

README.md

File metadata and controls

executable file
·
23 lines (17 loc) · 212 Bytes

BlipServer

App

pip install pdm
pdm install
pdm run python app.py

Config

nano config.toml

[blip]
low_vram = true
device = "cuda" #or cpu

[server]
host = '127.0.0.1'
port = 10885