stable-diffusion-inspector
stable-diffusion-inspector copied to clipboard
大佬这个项目如何搭建?可以出个搭建说明不?
大佬这个项目如何搭建?可以出个搭建说明不? 想搭建在debian系统上自己用
It's very easy to build (and locally host) a page developed in Vue:
-
Clone the repo
git clone https://github.com/Akegarasu/stable-diffusion-inspector cd stable-diffusion-inspector -
Install npm dependencies and build pages
npm i npm run build -
Host the server (in this case we are using python's http package to host the pages locally)
python -m http.server -d dist 10801
Through the steps you should find the webpage available on 127.0.0.1:10801.