toshiaki1729 / dataset-tag-editor-standalone

WebUI to edit dataset captions for txt2img models
MIT License
129 stars 13 forks source link

Linux Installation #23

Closed yushan777 closed 4 months ago

yushan777 commented 1 year ago

Linux installation differs slightly from what's been described in the readme: (Ubuntu 22.04)

python3 -m venv --system-site-packages venv
source ./venv/bin/activate
pip install -r requirements.txt
toshiaki1729 commented 4 months ago

Thank you, fixed!